Changes for page 06 Data Tool

Last modified by Molly on 2025/05/12 11:41

From version 23.1
edited by Stone Wu
on 2022/08/05 17:45
Change comment: There is no comment for this version
To version 19.3
edited by Stone Wu
on 2022/08/02 11:54
Change comment: There is no comment for this version

Summary

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: **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.
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 operations are done through function addresses, different operating value is 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,12 +241,27 @@
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]]
247 +**Operating Procedures**
245 245  
246 -[[image:image-20220805174543-2.jpeg]]
249 +* Click "Project"→"Bit Alarm" as below shows.
247 247  
248 -**Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]]
251 +(% style="text-align:center" %)
252 +[[image:8.Basic Function_html_a7d1546a3a9f752f.png||height="144" width="535" class="img-thumbnail"]]
249 249  
254 +* Click "Add" button to open "Recipe" setting window.
255 +
256 +(% style="text-align:center" %)
257 +[[image:8.Basic Function_html_8f04e01413981054.png||height="307" width="554" class="img-thumbnail"]]
258 +
259 +* Set basic settings for recipe.
260 +* Select mode according to actual condition.
261 +* Other settings can be set according to the actual situation.
262 +* Click "OK“ button to complete settings.
263 +
264 +**Recipe Demo Download Link**
265 +
266 +[[https:~~/~~/drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]]
267 +
250 250  = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) =
251 251  
252 252  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.
... ... @@ -403,7 +403,7 @@
403 403  
404 404  Different from TrendChart, uses need to set history XY curve items in project. Please click "Project"-> "History XY Plot" to open the setting screen.
405 405  
406 -Recipe function settings will be display in "[[History XY Plot>>path:https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HHistoryXYplot]]" object.
424 +Recipe function settings will be display in "[[History XY Plot>>path:http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HHistoryXYplot]]" object.
407 407  
408 408  (% style="text-align:center" %)
409 409  [[image:历史XY 2.png||class="img-thumbnail"]]
... ... @@ -564,10 +564,17 @@
564 564  * The channel name does not include these 5 special characters: ", ", "| "," <", "> "," & ".
565 565  * The data would be overwritten automatically if the capacity exceed the maximum capacity. For 8000/9000 series, the size of single file cannot exceed 300MB, and total capacity of data records cannot exceed 1000MB. For 3000/3000i/3000ie series, the size of single file cannot exceed 4MB, and total capacity of data records cannot exceed 10MB. If the total amount exceeds the range , an error will be prompted when the project is compiled.
566 566  
567 -You could click here to jump to object "[[Data Record Display>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HDatarecorddisplay]]"
585 +You could click here to jump to object "[[Data Record Display>>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HDataRecordDisplay]]"
568 568  
569 -= **User permission** =
587 +(% class="wikigeneratedid" id="H" %)
588 +**PI Data Record Demo Download**
570 570  
590 +**[[Demo Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]**
591 +
592 +**[[Video Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]**
593 +
594 += **{{id name="_Toc3497"/}}{{id name="_User_Permission"/}}User Permission** =
595 +
571 571  **Introduction**
572 572  
573 573  1. User permission is one of expansion function in PI Series HMI; it provides multi-level of permission for control HMI operations.
... ... @@ -575,14 +575,11 @@
575 575  1. Operating record: it records user operations information, the records files are saved in HMI flash; its path is [~\~\flash~\~\UserOperationLogs.db].
576 576  1. When it is on simulator mode, the files are saved in C disk, its path is [C:~\~\WECON\UserMgrFile\UserOperationLogs.db].
577 577  
578 -(% class="box infomessage" %)
579 -(((
580 580  ✎**Note: **The user name and password must be unique.
581 -)))
582 582  
583 -== Settings ==
605 +== **Settings** ==
584 584  
585 -Open PIStudio software, then operate as the following figure.
607 +**Open PIStudio software, then operate as the following figure.**
586 586  
587 587  (% style="text-align:center" %)
588 588  [[image:用户权限 1.png||class="img-thumbnail"]]
... ... @@ -601,26 +601,25 @@
601 601  * When the configured file does not have the administrator account, a new user can be added  through "Funtion address" and set as the administrator.
602 602  * 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.
603 603  
604 -== Object permission configuration ==
626 +== **Object permission configuration** ==
605 605  
606 606  (% style="text-align:center" %)
607 607  [[image:用户权限 2.png||class="img-thumbnail"]]
608 608  
609 -**Operation Procedure of Object Permission**
631 +{{id name="OLE_LINK3"/}}{{id name="OLE_LINK4"/}}**Operation Procedure of Object Permission**
610 610  
611 611  1. Open the object setting windows;
612 -1. Select "Security" windows;
613 -1. Check the "User Permission";
614 -1. Select "Level" to set permission level;
615 -1. Enter "Log Message", it is for operation records, if it was empty, the operation for this object would be not be recorded;
616 -1. Select the "Access Denied Setting" mode;
634 +1. Select [Security] windows;
635 +1. Check the [User Permission];
636 +1. Select [Level] to set permission level;
637 +1. Enter [Log Message], it is for operation records, if it was empty, the operation for this object would be not be recorded;
638 +1. Select the ~[[[Access Denied Setting>>path:#_Security]]] mode;
617 617  
618 618  **Log information description**
619 619  
620 -A combination of Chinese characters, numbers, and uppercase and lowercase letters can be entered, and the number does not exceed 63.
642 +1. A combination of Chinese characters, numbers, and uppercase and lowercase letters can be entered, and the number does not exceed 63.
643 +1. The format of insert variable:{variable address, data format}. e.g., {HDW100,UW2.1}.
621 621  
622 -The format of insert variable:{variable address, data format}. e.g., {HDW100,UW2.1}.
623 -
624 624   The data format are as follows.
625 625  
626 626  (% class="table-bordered" %)
... ... @@ -636,7 +636,8 @@
636 636  |W|Single word
637 637  |D|Double word
638 638  
639 -Examples.
660 +(% start="3" %)
661 +1. Examples.
640 640  
641 641  * Unsigned decimal, BCD, 32-bit float and Signed decimal are as follows.
642 642  
... ... @@ -759,7 +759,7 @@
759 759  
760 760  [[https:~~/~~/drive.google.com/open?id=1qOiEDvo_1H1YqpoLDpS77dGaAFm8nrGq>>url:https://drive.google.com/open?id=1qOiEDvo_1H1YqpoLDpS77dGaAFm8nrGq]]
761 761  
762 -= Message prompt =
784 += **{{id name="_Toc29015"/}}{{id name="_MessagePrompt"/}}Message Prompt** =
763 763  
764 764  A message box is a window used to show some prompts or warnings to users. For example, the application process a task in the process of pop-up message box, suggesting that "U disk has been detected", then the customer can carry out data dump function.
765 765  
... ... @@ -826,10 +826,12 @@
826 826  
827 827  For example:
828 828  
829 -* In 3000ig's Cloud, the monitoring tags upload to the Cloud in real time is limited to 100.
830 -* For 3000ig's Alarm, the Alarm records of word alarms and bit alarms upload to Cloud is limited to 20. (See [["Alarm">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HAlarm]] for details).
831 -* For 3000ig's Data record, the Data records upload to Cloud is limited to 50. (For details, please refer to [["Data Record">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HDataRecord]]).
851 +~1. In 3000ig's Cloud, the monitoring tags upload to the Cloud in real time is limited to 100.
832 832  
853 +2. For 3000ig's Alarm, the Alarm records of word alarms and bit alarms upload to Cloud is limited to 20. (See [["Alarm">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HAlarm]] for details).
854 +
855 +3. For 3000ig's Data record, the Data records upload to Cloud is limited to 50. (For details, please refer to [["Data Record">>http://docs.we-con.com.cn/wiki/pistudio/view/Helps/08.Basic%20Function/#HDataRecord]]).
856 +
833 833  **(2) Server Selection**
834 834  
835 835   **Server**: China, ASEAN, and Europe.
image-20220805170000-1.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.1 KB
Content
image-20220805170046-2.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -34.5 KB
Content
image-20220805170102-3.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -58.3 KB
Content
image-20220805170147-4.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -58.3 KB
Content
image-20220805170232-5.jpeg
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -58.3 KB
Content
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