Changes for page 06 Data Tool
Last modified by Jett on 2025/02/18 16:43
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 5 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Hunter1 +XWiki.Stone - Content
-
... ... @@ -241,29 +241,13 @@ 241 241 **✎Note: **This function only supported in HMI+, i series, ie series, ig series. 242 242 ))) 243 243 244 +[[image:image-20220805174501-1.jpeg]] 244 244 245 - **description of Adcancedmode**246 +[[image:image-20220805174543-2.jpeg]] 246 246 247 -According to the recipe configuration information in Figure 2 above. The function address is HDW70, and each function configuration corresponds to the group number address, recipe element address and recipe file name address. The recipe information configured in figure 2 can be displayed in the table in figure 3 with the "Record Display" object. 248 - 249 -[[image:image-20220806111333-1.jpeg]] 250 - 251 -**Read recipe**: Input 1 to the file name, when the group number addresses HDW100=1 and HDW70=1 (read), the element data of the first group (ID=1) is written to the recipe address from the recipe file. As shown in Figure 3 above: HDW105=1, HHDW106=2, HDW107=3, HDW108=4, HDW109=5. 252 - 253 -**Write recipe**: Input 1 to the file name, when the group number addresses HDW101=4 and HDW70=2 (write), the data will be read from the recipe address and written to the corresponding group of the recipe 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 recipe table (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). 254 - 255 -**Index recipe**: When the file name is input 1, when the group number address HDW102=3, the data of ID=3 (Group 3) in the recipe file will be directly displayed in the component address of the index, that is, HDW115=11, HHDW116=12, HDW117=13, HDW118=14 and HDW119=15. If the data of the index component address is modified, the modified data will be automatically filled into the table of the recipe file, that is, the data of the recipe file will be automatically updated after the data is modified. 256 - 257 -[[image:image-20220806111355-2.jpeg]] 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 265 **Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]] 266 266 250 + 267 267 == Calling CSV recipe file == 268 268 269 269 **Overview** ... ... @@ -331,9 +331,6 @@ 331 331 332 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 333 334 -(% style="text-align:center" %) 335 -[[image:image-20220806102610-7.jpeg]] 336 - 337 337 **Perform import** 338 338 339 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: ... ... @@ -355,10 +355,15 @@ 355 355 356 356 **Precautions:** 357 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. 339 +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); 361 361 341 +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; 342 + 343 + 344 +3. 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. 345 + 346 + 347 + 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. ... ... @@ -689,10 +689,7 @@ 689 689 690 690 (% class="box infomessage" %) 691 691 ((( 692 -✎**Note: ** 693 - 694 -* The user name and password must be unique. 695 -* The multi language function of User permission only supported on HMI system version V2.0 or above 678 +✎**Note: **The user name and password must be unique. 696 696 ))) 697 697 698 698 == Settings == ... ... @@ -702,11 +702,6 @@ 702 702 (% style="text-align:center" %) 703 703 [[image:用户权限 1.png||class="img-thumbnail"]] 704 704 705 -Click on the cell from UserName and Desc, which can support the multi language. 706 - 707 -(% style="text-align:center" %) 708 -[[image:UserPermissionMultilan.png]] 709 - 710 710 1. Click "User Permission" in "Data Tool" toolbar. 711 711 1. Edit user name, click "User0" cell under "UserName", and then enter the user name, one project allows maximum 20 users. 712 712 1. Edit password, click "User0" cell under "PassWord", and then enter the user name. ... ... @@ -720,9 +720,6 @@ 720 720 * Only a maximum of one administrator permission is allowed in a profile with one user permission. If you want to use "Funtion address" to modify the user permission, you must log in the administrator account to operate. 721 721 * When the configured file does not have the administrator account, a new user can be added through "Funtion address" and set as the administrator. 722 722 * If you select hidden fucntion when configuring user account, the account would display as "~*~*~*~*~*~*" in the list. You only need to enter the password of the corresponding hidden user to log in. 723 -* ((( 724 -Adding new UserName and Desc on the HMI by special addresses in the current language of the HMI, other languages will also configure the user names and user descriptions to the current language by default, i.e. switching to other languages, the new user names and user descriptions will not change with the language. 725 -))) 726 726 727 727 == Object permission configuration == 728 728 ... ... @@ -729,11 +729,6 @@ 729 729 (% style="text-align:center" %) 730 730 [[image:用户权限 2.png||class="img-thumbnail"]] 731 731 732 -User operation logs support multi languages configuration. Click on the Log Message, the text editor of multi language will be pop up: 733 - 734 -(% style="text-align:center" %) 735 -[[image:LogMessagesMultilan.png]] 736 - 737 737 **Operation Procedure of Object Permission** 738 738 739 739 1. Open the object setting windows;
- LogMessagesMultilan.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -37.5 KB - Content
- UserPermissionMultilan.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Hunter - Size
-
... ... @@ -1,1 +1,0 @@ 1 -23.2 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