Changes for page 06 Data Tool
Last modified by Joe on 2025/10/09 09:16
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (5 modified, 15 added, 0 removed)
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 0.png
- 12.png
- 121.png
- 6.png
- Screenshot 2025-09-08 172930.png
- Screenshot 2025-09-09 102850.png
- 企业微信截图_17570533194720.png
- 企业微信截图_17570534728083.png
- 企业微信截图_17573258167408.png
- 企业微信截图_17573258596819.png
- 企业微信截图_17573258656147.png
- 企业微信截图_17573258723225.png
- 企业微信截图_17573258766561.png
- 企业微信截图_17573258811647.png
- 企业微信截图_175732588426.png
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Content
-
... ... @@ -1,7 +1,4 @@ 1 1 (% class="wikigeneratedid" %) 2 -test test 3 - 4 -(% class="wikigeneratedid" %) 5 5 This chapter provides information about basic functions and configuration in PIStudio. 6 6 7 7 = **Alarm** = ... ... @@ -510,6 +510,77 @@ 510 510 511 511 Gray level display: When the object is locked, the text message will be grayed out. 512 512 510 +== **New recipe function address** == 511 + 512 +In recipe, new special address is used as Function address. 513 + 514 +**Address Type:** RPG 515 + 516 +(% style="text-align:center" %) 517 +[[image:企业微信截图_17570533194720.png]] 518 + 519 +(% style="text-align:center" %) 520 +[[image:企业微信截图_17570534728083.png]] 521 + 522 +(% class="box infomessage" %) 523 +((( 524 +Note: There is a set of function address in each recipe. 525 +))) 526 + 527 +|(% style="width:107px" %)Name|(% style="width:162px" %)Data format|Length|Function 528 +|(% style="width:107px" %)File name|(% style="width:162px" %)String|15 word address|Input file name 529 +|(% style="width:107px" %)Record select|(% style="width:162px" %)16-bit unsigned decimal|((( 530 +1 word address 531 + 532 +(0-65535) 533 +)))|Currently selected record, numbered starting from 0. When the record selection value changes, the corresponding value will be updated. 534 +|(% style="width:107px" %)Function address|(% style="width:162px" %)16-bit unsigned decimal|((( 535 +1 word address 536 + 537 +(0-65535) 538 +)))|((( 539 +Enter a specific value to send a command to the selected record 540 + 541 +"1": Add a new recipe record 542 + 543 +"2": Delete the selected recipe record 544 + 545 +"3": Upload the recipe 546 + 547 +"4": Download the recipe 548 + 549 +"5": Update the selected recipe record 550 +))) 551 +|(% style="width:107px" %)Result|(% style="width:162px" %)16-bit unsigned decimal|1 word address (-32768~-~-32767)|((( 552 +View the result of executing the command. 553 + 554 +Display "1": Successfully executed the command 555 + 556 +Display "2": The record limit has been reached and no new records can be added. 557 + 558 +Display "4": No corresponding option 559 + 560 +Display "8": unknown command 561 + 562 +Display "16": recipe download failed. 563 + 564 +Display "32": recipe upload failed. 565 + 566 +Display "64": recipe update failed. 567 +))) 568 +|(% style="width:107px" %)Record count|(% style="width:162px" %)16-bit unsigned decimal|((( 569 +1 word address 570 + 571 +(0-65535) 572 +)))|Display the number of records in the current recipe 573 +|(% style="width:107px" %)Element address|(% style="width:162px" %)16-bit unsigned decimal|((( 574 +1 word address 575 + 576 +(0-65535) 577 +)))|Element address 578 + 579 + 580 + 513 513 = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) = 514 514 515 515 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. ... ... @@ -550,22 +550,22 @@ 550 550 The special addresses used in the Recipe are shown in the following table: 551 551 552 552 (% class="table-bordered" %) 553 -|=Address|=Description|=Function 554 -|HSW1611|Traditional Recipe transfer operation.|((( 621 +|=Address|=(% style="width: 445px;" %)Description|=(% style="width: 629px;" %)Function 622 +|HSW1611|(% style="width:445px" %)Traditional Recipe transfer operation.|(% style="width:629px" %)((( 555 555 ~=1: Recipe download. 556 556 557 557 ~=2: Recipe upload. 558 558 ))) 559 -|HSW1612|Traditional Recipe group number.|Traditional Recipe group number. 627 +|HSW1612|(% style="width:445px" %)Traditional Recipe group number.|(% style="width:629px" %)Traditional Recipe group number. 560 560 |((( 561 561 HSW242 562 -)))|((( 630 +)))|(% style="width:445px" %)((( 563 563 Recipe operation result prompt: 564 564 565 565 Upload: Data is written to recipe file from address. 566 566 567 567 Download: Data is written to the address from recipe file. 568 -)))|((( 636 +)))|(% style="width:629px" %)((( 569 569 ~=1: Recipe download, start. 570 570 571 571 ~=2: Recipe download, execution error. ... ... @@ -580,6 +580,7 @@ 580 580 581 581 ~=12: Recipe upload, successful. 582 582 ))) 651 +|HSW11816|(% style="width:445px" %)Recipe record component button spacing control|(% style="width:629px" %)This controls the spacing between the top and bottom rows of buttons in all recipe record widgets. The value is the pixel spacing between the buttons. The minimum value is 0, and the maximum value is calculated based on the width of each recipe widget. The spacing plus the button size must not exceed the widget's size. (Note that if the register is greater than the maximum value, the actual spacing is the maximum spacing.) 583 583 584 584 == **Recipe index** == 585 585 ... ... @@ -830,6 +830,119 @@ 830 830 831 831 You could click here to jump to object "[[Data Record Display>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HDatarecorddisplay]]" 832 832 902 += Column Chart = 903 + 904 +Use the bar chart to monitor and visualize register data in real time 905 + 906 +== **Y-axis configuration** == 907 + 908 +Configure the Y-axis parameters, including value type, minimum ,maximum ,data types, and decimal point settings. 909 + 910 +(% style="text-align:center" %) 911 +[[image:5.png]] 912 + 913 +== **Channel setting** == 914 + 915 +Set the channel address to be displayed. 916 + 917 +**Dynamic color:** Change value of a word address to change the color of the channel display. 918 + 919 +Dynamic color sequence: The color sequence number bound to the channel (click to enter the color sequence configuration interface) 920 + 921 +(% style="text-align:center" %) 922 +[[image:1.png]] 923 + 924 +(% class="wikigeneratedid" %) 925 +**Color sequence configuration interface** 926 + 927 + 928 +**Upgrade to Global Configuration: **This color sequence is upgraded to the global default. 929 + 930 +**Global Configuration:** When a new bar chart control is created in a project, the color sequence has a default configuration. When you upgrade an existing configuration to a global configuration, the default color sequence for the new control will be the same as the configured color sequence. 931 + 932 +(% style="text-align:center" %) 933 +[[image:2.png]] 934 + 935 + 936 +**Enable Baseline:** Set baselines on the bar chart. 937 + 938 +**Baseline: **The baseline ID bound to the channel) (click to enter the baseline configuration interface). 939 + 940 +(% style="text-align:center" %) 941 +[[image:121.png]] 942 + 943 +**Baseline Configuration:** 944 + 945 +**Value type: **Baseline value type 946 + 947 +(**Fixed value: **baseline value is fixedly set; **Dynamic address:** baseline value is read from address). 948 + 949 +**Upgrade to Global Configuration:** This will make this warning zone the global default configuration. 950 + 951 +Global Configuration: When a new bar chart control is created in a project, the warning zone has a default configuration. When you upgrade an existing configuration to a global configuration, the default configuration for the new control will be the same as the configured one. 952 + 953 +(% style="text-align:center" %) 954 +[[image:3.png]] 955 + 956 +== **Appearance setting** == 957 + 958 +(% class="wikigeneratedid" %) 959 +Set a configuration for the X-axis, background color, etc. 960 + 961 +(% style="text-align:center" %) 962 +[[image:4.png]] 963 + 964 +== **Function settings** == 965 + 966 +**Column Update Method:** 967 + 968 +**Periodic Update:** Updates the histogram periodically. 969 + 970 +**Triggered Update: **Controls whether the histogram updates based on an address. 971 + 972 +**Triggered Periodic Update:** Triggers a periodic update of the histogram. 973 + 974 +**Cycle update time: **Periodic update time setting, unit: seconds 975 + 976 +**Function control starting address: **The function of the bar chart can be controlled by the address. The starting address is configured here. For specific functions, refer to the address description list. 977 + 978 +(% style="text-align:center" %) 979 +[[image:0.png]] 980 + 981 +== Chart Button == 982 + 983 +[[image:Screenshot 2025-09-09 102850.png||style="float:left"]] 984 + 985 + 986 + 987 +:Menu 988 + 989 + 990 + 991 +:Zoom in 992 + 993 + 994 + 995 + 996 +:Zoom out 997 + 998 + 999 + 1000 + 1001 +:Restore button (Reset the chart's zoom level to its original 1:1 ratio) 1002 + 1003 + 1004 + 1005 + 1006 +:Data label hide/show button(Controls hiding/showing of data labels) 1007 + 1008 + 1009 + 1010 + 1011 +:Settings Button 1012 + 1013 + 1014 + 833 833 = **User permission** = 834 834 835 835 **Introduction** ... ... @@ -1262,8 +1262,10 @@ 1262 1262 1. When you check the "low Data Mod" by default on new tags, the newly added tags will be enabled in Low Data Mode by default. 1263 1263 1. The longer the refresh interval, the slower the data upload, and the more traffic data will be saved. This function is only used for the control of tags. 1264 1264 1265 -= MQTT [[image:2.png]]=1447 += MQTT = 1266 1266 1449 += [[image:2.png]] = 1450 + 1267 1267 (% class="wikigeneratedid" %) 1268 1268 Configurable type MQTT. Users can publish message to the MQTT server or subscribe topics from the MQTT server. 1269 1269
- 1.png
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Size
-
... ... @@ -1,1 +1,1 @@ 1 -4 76bytes1 +24.9 KB - Content
- 2.png
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Size
-
... ... @@ -1,1 +1,1 @@ 1 - 419bytes1 +6.5 KB - Content
- 3.png
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Size
-
... ... @@ -1,1 +1,1 @@ 1 -1 3.4KB1 +15.1 KB - Content
- 4.png
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Size
-
... ... @@ -1,1 +1,1 @@ 1 - 26.6KB1 +34.5 KB - Content
- 5.png
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.joe - Size
-
... ... @@ -1,1 +1,1 @@ 1 - 9.0KB1 +32.2 KB - Content
- 0.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +32.6 KB - Content
- 12.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.1 KB - Content
- 121.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +31.2 KB - Content
- 6.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +19.9 KB - Content
- Screenshot 2025-09-08 172930.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +17.7 KB - Content
- Screenshot 2025-09-09 102850.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +6.2 KB - Content
- 企业微信截图_17570533194720.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +237.6 KB - Content
- 企业微信截图_17570534728083.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +192.8 KB - Content
- 企业微信截图_17573258167408.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +18.3 KB - Content
- 企业微信截图_17573258596819.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +820 bytes - Content
- 企业微信截图_17573258656147.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.8 KB - Content
- 企业微信截图_17573258723225.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.3 KB - Content
- 企业微信截图_17573258766561.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +2.8 KB - Content
- 企业微信截图_17573258811647.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.6 KB - Content
- 企业微信截图_175732588426.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.joe - Size
-
... ... @@ -1,0 +1,1 @@ 1 +3.4 KB - Content