Changes for page 06 Data Tool

Last modified by Jett on 2025/02/18 16:43

From version 21.3
edited by Stone Wu
on 2022/08/05 17:23
Change comment: There is no comment for this version
To version 21.4
edited by Stone Wu
on 2022/08/05 17:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -180,26 +180,23 @@
180 180  
181 181  * **Recipe Folder:** Give Recipe folder name (It can be used, when setting Recipe display object);
182 182  ** **✎Note: **Recipe Folder name can only consist of (0~~9), (a~~z), (A~~Z), ('_'), (' ') and other non-English characters;
183 -* **Group: **It sets the groups' initial number of recipe;
183 +* **Group: **Set the recipe group number, the number of elements, the data format. The data format has 8 modes: 16-bit signed decimal, 16-bit unsigned decimal, 16-bit BCD, 32-bit signed decimal, 32-bit unsigned decimal, 16-bit BCD, 32-bit floating point number, 64-bit (double-precision) floating-point number, string, and the choice of data integer and decimal places.
184 184  * **Elements:** It sets members' initial number of each group;
185 185  * **Data Format:** There are some formats can be supported in Recipe, like 16-bit BCD, 16-bit signed, 16-bit unsigned, 32-bit BCD, 32-bit signed, 32-bit unsigned, 32-bit floating and string. If each member requires different formats, please set it one by one in form;
186 186  * **Decimal: **It sets integer and scale digits;
187 187  
188 -**Mode Selection**
188 +**Mode Selection: **Select Simple or Advanced mode. Recipe file is divided into simple mode and advanced mode. Only in advanced mode can exist multiple recipe files used at the same time. (used wiht file list onject), Simple mode can only support a recipe file; Aadvanced mode can insert group information and reordered.
189 189  
190 -Users could select Simple or Advanced mode.
190 +Function address: all operations are done through function addresses, different operating value is as follows:
191 191  
192 -**Function Address:**
192 +* = 0: no operation;
193 +* = 1: trigger read data;
194 +* = 2: new trigger or update (If there is group number, it updates.)
195 +* = 4: insert (only valid in advanced mode)
196 +* = 8: delete (Delete according to the writing group number. If write and read address are consistent, refer to the reading group number);
197 +* = 16: delete and sorted ((Delete according to the writing group number. If write and read address are consistent, refer to the reading group number)
198 +* = 64: import CSV recipe file.
193 193  
194 -All the operations for recipe is by this address
195 -
196 -* =0 No operation.
197 -* =1 Read data from recipe.
198 -* =2 Insert a new group or write data to exist group.
199 -* =4 Inserted (only advanced mode).
200 -* =8 Delete.
201 -* =16 Delete and Sequence.
202 -
203 203  **Use Multiple File**
204 204  
205 205  Check it to use more than one recipe file in HMI, but this option only valid in [Advanced mode];
... ... @@ -244,47 +244,8 @@
244 244  **✎Note: **This function only supported in HMI+, i series, ie series, ig series.
245 245  )))
246 246  
247 -== Simple recipe ==
248 -
249 -The recipe function should be used together with the recipe configuration area, file list and record display object.
250 -
251 -* Click the button [[image:image-20220805170000-1.jpeg]] in "Project"→"Bit Alarm" as below shows.
252 -
253 -[[image:image-20220805170046-2.jpeg]]
254 -
255 -* Click "Add" button to open "Recipe" setting window. The recipe mode is divided into simple mode and advanced mode, and you could choose the most suitable mode for configuration according to your needs. The simple mode is as below.
256 -
257 -[[image:image-20220805170102-3.jpeg]]
258 -
259 -**Recipe folder: **set the name of the current recipe file.
260 -
261 -**Group (0~~1000):** Set the recipe group number, the number of elements, the data format. The data format has 8 modes: 16-bit signed decimal, 16-bit unsigned decimal, 16-bit BCD, 32-bit signed decimal, 32-bit unsigned decimal, 16-bit BCD, 32-bit floating point number, 64-bit (double-precision) floating-point number, string, and the choice of data integer and decimal places.
262 -
263 -(% class="box infomessage" %)
264 -(((
265 -✎**Note: **data format is set for the recipe elements, and all the elements in a recipe data format is the same.
266 -)))
267 -
268 -**Mode: **Recipe file is divided into simple mode and advanced mode. Only in advanced mode can exist multiple recipe files used at the same time. (used wiht file list onject), Simple mode can only support a recipe file; Aadvanced mode can insert group information and reordered.
269 -
270 -Function address: all operations are done through function addresses, different operating value is as follows:
271 -
272 -* = 0: no operation;
273 -* = 1: trigger read data;
274 -* = 2: new trigger or update (If there is group number, it updates.)
275 -* = 4: insert (only valid in advanced mode)
276 -* = 8: delete (Delete according to the writing group number. If write and read address are consistent, refer to the reading group number);
277 -* = 16: delete and sorted ((Delete according to the writing group number. If write and read address are consistent, refer to the reading group number)
278 -* = 64: import CSV recipe file.
279 -
280 -Recipe folder names can only consist of (0~~9), (a~~z), (A~~Z), ('_') (''), and other non-English characters.
281 -
282 -Adcanced
283 -
284 284  **Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]]
285 285  
286 -
287 -
288 288  = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) =
289 289  
290 290  Traditional recipe is composed of multiple groups of information with the same structure and different data. Due to the similarity of these information, you could edit them into a set of recipes to facilitate the transfer of data between HMI and PLC.