Changes for page 06 Data Tool
Last modified by Jett on 2025/02/18 16:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 11 removed)
- image-20220805174501-1.jpeg
- image-20220805174543-2.jpeg
- image-20220806100635-1.jpeg
- image-20220806100702-2.jpeg
- image-20220806100753-3.jpeg
- image-20220806101048-4.jpeg
- image-20220806101129-5.jpeg
- image-20220806101520-6.jpeg
- image-20220806102610-7.jpeg
- image-20220806111333-1.jpeg
- image-20220806111355-2.jpeg
Details
- Page properties
-
- Content
-
... ... @@ -180,23 +180,26 @@ 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: ** Settherecipe group number,the number of elements,thedata format. The data format has 8 modes: 16-bit signed decimal, 16-bitunsigneddecimal, 16-bit BCD, 32-bit signed decimal, 32-bitunsigned decimal,16-bit BCD, 32-bit floating point number,64-bit (double-precision)floating-pointnumber, string, and thehoice of data integer and decimalplaces.183 +* **Group: **It sets the groups' initial number of recipe; 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 :**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.188 +**Mode Selection** 189 189 190 - Function address: all operationsare done through function addresses, differentoperatingvalueis as follows:190 +Users could select Simple or Advanced mode. 191 191 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. 192 +**Function Address:** 199 199 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 + 200 200 **Use Multiple File** 201 201 202 202 Check it to use more than one recipe file in HMI, but this option only valid in [Advanced mode]; ... ... @@ -241,124 +241,47 @@ 241 241 **✎Note: **This function only supported in HMI+, i series, ie series, ig series. 242 242 ))) 243 243 247 +== Simple recipe == 244 244 245 - **description ofAdcancedmode**249 +The recipe function should be used together with the recipe configuration area, file list and record display object. 246 246 247 - Accordingtotherecipe configurationnformation in Figure2 above. The functionaddress is HDW70, andeachfunctionconfiguration corresponds to the group number address, recipe elementaddress and recipe file name address. The recipe informationconfigured in figure 2 can be displayedin the tablein figure 3withthe "Record Display" object.251 +* Click the button [[image:image-20220805170000-1.jpeg]] in "Project"→"Bit Alarm" as below shows. 248 248 249 -[[image:image-2022080 6111333-1.jpeg]]253 +[[image:image-20220805170046-2.jpeg]] 250 250 251 -* *Readrecipe**:Input1to thefilename,whenthegroupnumberaddressesHDW100=1andHDW70=1(read),the elementdata of the firstgroup(ID=1) is written totherecipeaddressfrom therecipe file.As showninFigure 3above: HDW105=1, HHDW106=2, HDW107=3, HDW108=4, HDW109=5.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. 252 252 253 - **Write recipe**: Input 1 to the file name, when thegroup number addresses HDW101=4 and HDW70=2 (write), the data will be read fromthe recipeaddress and written to the correspondinggroup of therecipe file. As shown in figure 3 above: HDW110=20, HHDW111=21, HDW112=22, HDW113=23, HDW114=24.Write the data of this set to the elements of ID=4 in the recipetable (if there is no data of Group 4 in the recipe file, a new set of data will be added; If there is data of Group 4 in the original recipe, the original data will be overwritten and the latest data will be displayed in the recipe file).257 +[[image:image-20220805170102-3.jpeg]] 254 254 255 -** Index recipe**:When thefile name is input 1, when the group number address HDW102=3, the data of ID=3 (Group3) in the recipe file will be directly displayed inthecomponentaddress of theindex, that is, HDW115=11, HHDW116=12, HDW117=13, HDW118=14 and HDW119=15. If thedataof theindexcomponent address is modified, the modified data will be automatically filled intothe table of therecipe file, that is, the data of the recipe file will be automatically updated after the data is modified.259 +**Recipe folder: **set the name of the current recipe file. 256 256 257 - [[image:image-20220806111355-2.jpeg]]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. 258 258 259 -**Insert recipe**: Input 1 to the file name, when the group number addresses HDW103=3 and HDW70=4 (insert), the data of the 3rd group will be inserted, but the data of the third group already exists in the original recipe file (see Figure 3 above), then the original data will be moved down by one group, that is, the original 3rd group will become the 4th group, and so on, and HDW120=16, HHDW121=17, HDW122=18, HDW123=19 and HDW124=20 will be written into the new 3rd group of the recipe file at the same time. The results are shown in Figure 4 above. 260 - 261 -When the group number address HDW101=2 (**The delete function only works on the group number of the write function**), HDW70=8 (delete), the data in the recipe file with ID=2 (Group 2) will be deleted. 262 - 263 -When the group number address HDW101=5 (**The delete function only works on the group number of the write function**), HDW70=16 (delete and sort), the data of ID=5 (Group 5) in the recipe file will be deleted, and the original ID=6 (Group 6) data will be reordered to become the new Group 5 data, the original ID=7 (Group 7) data will be reordered to become the new Group 6 data, and so on. 264 - 265 -**Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]] 266 - 267 -== Calling CSV recipe file == 268 - 269 -**Overview** 270 - 271 -The recipe files used by the regular series HMI are in CSV format, and the recipe files used by the current series HMI are in database format. In order to be compatible with CSV format recipe files on the current series of HMI, please follow the instruction when using it. 272 - 273 -**Operations** 274 - 275 -Create the recipe as it is configured. The default recipe file name is “1. rcp2”, which is placed in folder 123, as shown in the following figure. 276 - 277 -(% style="text-align:center" %) 263 +(% class="box infomessage" %) 278 278 ((( 279 -(% style="display:inline-block" %) 280 -[[Figure 1>>image:image-20220806100702-2.jpeg]] 265 +✎**Note: **data format is set for the recipe elements, and all the elements in a recipe data format is the same. 281 281 ))) 282 282 283 - 2. Placea "RecipeRecordDisplay"objectand a"FileList"objectontheprojectscreenfor viewingthe recipe filesin thefolder123,andthe addressconfigurationintheobjectshouldbe consistentwiththe aboveconfiguration.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. 284 284 285 -(% style="text-align:center" %) 286 -[[image:image-20220806100753-3.jpeg]] 270 +Function address: all operations are done through function addresses, different operating value is as follows: 287 287 288 -By configuring the address in the table and combining the recipe function, the CSV recipe files of regular series are imported. 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. 289 289 290 -|=Address range|=Object type|=Address function 291 -|HSW1050 to 1065|Text input object|Enter the CSV recipe file name to import 292 -|HSW1066|Numerical input object|Import CSV file type:((( 293 -* = 0: Custom CSV file (all data in the file is valid) 294 -* = 1: Normal recipe file for regular series HMI (the data in line 1 of the file is invalid) 295 -* = 2: Special recipe file for regular series HMI (the data in line 1 and 2 and column 1 of the file are invalid) 296 -))) 297 -|HSW1067|Numerical input object|((( 298 -Where the CSV file is saved: 280 +Recipe folder names can only consist of (0~~9), (a~~z), (A~~Z), ('_') (''), and other non-English characters. 299 299 300 -* = 0: In the CsvFile directory of U disk 301 -* = 1: In the CsvFile directory of the SD card 282 +Adcanced 302 302 303 -**The path for offline simulation is: C:\ HMIEmulation\ CustomFileDir\ CsvFile** 304 -))) 305 -|HSW242|Numerical input object|Returns the results of the csv import:((( 306 -* = 37: CSV file imported successfully 307 -* = 38: CSV file import failed 308 -))) 284 +**Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]] 309 309 310 - **SelectCSV recipe file (take U disk as an example):**286 + 311 311 312 -Using the file list object, select the recipe file in the U disk by path, and configure the recipe file name address directly to the special address HSW1050 in the above table, which can directly detect the CSV file in the U disk; Select the recipe file in the file list, and write the selected recipe file name into the recipe file name: In HSW1050 to 1065. 313 - 314 -Use the special address of the above table to configure the path of the CSV file: HSW106, configure recipe file name: HSW1050 to1065 315 - 316 -Use HSW1066 address to select the corresponding CSV recipe file type. 317 - 318 -* HSW1066 = 0: Import a user-defined CSV recipe file (all data in the custom CSV file must be valid); 319 - 320 -(% style="text-align:center" %) 321 -[[image:image-20220806101129-5.jpeg]] 322 - 323 -* HSW1066=1: Import the normal recipe file of regular series HMI (the data in line 1 of the file is invalid); 324 - 325 -The data in line 1 of the normal recipe file is used to define the format of the recipe and will not be imported into the recipe table as recipe information, **but you must ensure that the data in line 1 representing the elements and number of groups is correct, otherwise the CSV recipe file will fail to be imported.** 326 - 327 -(% style="text-align:center" %) 328 -[[image:image-20220806101520-6.jpeg]] 329 - 330 -* HSW1066=2: Import the special recipe file of regular series HMI (the data in line 1, 2 and column 1 of the file are invalid); 331 - 332 -In the special recipe file, line 1 is used to define the format of the recipe, line 2 is used to define the element name of the recipe, and column 1 is used to define the group name of the recipe, so lines 1, 2 and column 1 of the special recipe will not be imported into the recipe table as recipe information. **During use, ensure that the data such as the number of groups and elements representing the recipe format in the first line are correct, otherwise the import of the CSV recipe file will fail.** 333 - 334 -(% style="text-align:center" %) 335 -[[image:image-20220806102610-7.jpeg]] 336 - 337 -**Perform import** 338 - 339 -After configuring the saving path of CSV recipe file, the name of recipe file and the type of recipe according to the above steps, the method of transferring CSV file to DB file is as follows: 340 - 341 -* Configure the DB recipe file name by text input object: HDW500 = 3 (recipe file configured in Figure 1), 342 -* Set the recipe function address to: HDW1000 = 64 (the function address configured in Figure 1), 343 -* Transform the CSV recipe file in U disk into DB recipe file with file name “3.rcp2”. 344 - 345 -**DB recipe file for storing CSV data:** 346 - 347 -Simple mode: When the recipe file is set to simple mode, the file of CSV data is saved as the DB recipe file of 1. rcp2 by default. 348 - 349 -Advanced mode: When the recipe is enabled in advanced mode (multi-file recipe), the imported CSV file data is saved to the file recorded at the recipe file address HDW500 (the address configured in Figure 1). 350 - 351 -**Import results:** 352 - 353 -* HSW242 = 37: Import succeeded; 354 -* HSW242 = 38: Import failed. 355 - 356 -**Precautions:** 357 - 358 -* Ensure that the data format of each element in the CSV file is the same as the recipe data format set in the software (DB), and ensure that the elements of each row in the valid data area is the same as the elements set in the software (DB); 359 -* When the elements of a line in CSV file is more than the elements set in the software (DB), it will prompt the import failure; 360 -* When the CSV file imported into the regular series HMI is a recipe file, the data representing the recipe format (elements, number of groups, whether it is a special recipe) in line 1 must be correct, otherwise the import of CSV file will fail. 361 - 362 362 = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) = 363 363 364 364 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.
- image-20220805174501-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -79.3 KB - Content
- image-20220805174543-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -80.0 KB - Content
- image-20220806100635-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -85.6 KB - Content
- image-20220806100702-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.3 KB - Content
- image-20220806100753-3.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -10.5 KB - Content
- image-20220806101048-4.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -226.9 KB - Content
- image-20220806101129-5.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -168.6 KB - Content
- image-20220806101520-6.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -24.8 KB - Content
- image-20220806102610-7.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -43.9 KB - Content
- image-20220806111333-1.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -131.4 KB - Content
- image-20220806111355-2.jpeg
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Stone - Size
-
... ... @@ -1,1 +1,0 @@ 1 -135.4 KB - Content