Changes for page 06 Data Tool

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

From version 20.1
edited by Stone Wu
on 2022/08/02 11:56
Change comment: There is no comment for this version
To version 21.2
edited by Stone Wu
on 2022/08/05 17:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -244,27 +244,47 @@
244 244  **✎Note: **This function only supported in HMI+, i series, ie series, ig series.
245 245  )))
246 246  
247 -**Operating Procedures**
247 +== Simple recipe ==
248 248  
249 -* Click "Project"→"Bit Alarm" as below shows.
249 +The recipe function should be used together with the recipe configuration area, file list and record display object.
250 250  
251 -(% style="text-align:center" %)
252 -[[image:8.Basic Function_html_a7d1546a3a9f752f.png||height="144" width="535" class="img-thumbnail"]]
251 +* Click the button [[image:image-20220805170000-1.jpeg]] in "Project"→"Bit Alarm" as below shows.
253 253  
254 -* Click "Add" button to open "Recipe" setting window.
253 +[[image:image-20220805170046-2.jpeg]]
255 255  
256 -(% style="text-align:center" %)
257 -[[image:8.Basic Function_html_8f04e01413981054.png||height="307" width="554" class="img-thumbnail"]]
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.
258 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.
257 +[[image:image-20220805170102-3.jpeg]]
263 263  
264 -**Recipe Demo Download Link**
259 +**Recipe folder: **set the name of the current recipe file.
265 265  
266 -[[https:~~/~~/drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]]
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.
267 267  
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 +**Recipe Demo Download Link: **[[Download>>url:https://drive.google.com/open?id=1Cjbq_tW-NIirHFBpxt47g7IKvoYaWqUR]]
285 +
286 +
287 +
268 268  = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) =
269 269  
270 270  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.
... ... @@ -421,7 +421,7 @@
421 421  
422 422  Different from TrendChart, uses need to set history XY curve items in project. Please click "Project"-> "History XY Plot" to open the setting screen.
423 423  
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.
444 +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.
425 425  
426 426  (% style="text-align:center" %)
427 427  [[image:历史XY 2.png||class="img-thumbnail"]]
... ... @@ -582,15 +582,8 @@
582 582  * The channel name does not include these 5 special characters: ", ", "| "," <", "> "," & ".
583 583  * 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.
584 584  
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]]"
605 +You could click here to jump to object "[[Data Record Display>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HDatarecorddisplay]]"
586 586  
587 -(% class="wikigeneratedid" id="H" %)
588 -**PI Data Record Demo Download**
589 -
590 -**[[Demo Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]**
591 -
592 -**[[Video Link>>https://drive.google.com/open?id=1h7VUsIJqH4LIRjjtphbv9Kmzd6jUMPtE]]**
593 -
594 594  = **User permission** =
595 595  
596 596  **Introduction**
... ... @@ -638,7 +638,7 @@
638 638  1. Check the "User Permission";
639 639  1. Select "Level" to set permission level;
640 640  1. Enter "Log Message", it is for operation records, if it was empty, the operation for this object would be not be recorded;
641 -1. Select the "[[Access Denied Setting>>path:#_Security]]" mode;
654 +1. Select the "Access Denied Setting" mode;
642 642  
643 643  **Log information description**
644 644  
image-20220805170000-1.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +1.1 KB
Content
image-20220805170046-2.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +34.5 KB
Content
image-20220805170102-3.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +58.3 KB
Content
image-20220805170147-4.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +58.3 KB
Content
image-20220805170232-5.jpeg
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Stone
Size
... ... @@ -1,0 +1,1 @@
1 +58.3 KB
Content