Changes for page 06 Data Tool

Last modified by Joe on 2025/09/09 10:40

From version 10.1
edited by Joe
on 2025/09/08 18:25
Change comment: There is no comment for this version
To version 1.1
edited by Wecon
on 2025/09/03 21:03
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Content
... ... @@ -507,77 +507,6 @@
507 507  
508 508  Gray level display: When the object is locked, the text message will be grayed out.
509 509  
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 -
581 581  = (% style="color:inherit; font-family:inherit; font-size:29px" %)**Traditional recipe**(%%) =
582 582  
583 583  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.
... ... @@ -898,118 +898,6 @@
898 898  
899 899  You could click here to jump to object "[[Data Record Display>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HDatarecorddisplay]]"
900 900  
901 -= Column Chart =
902 -
903 -Use the bar chart  to monitor and visualize register data in real time
904 -
905 -== **Y-axis configuration** ==
906 -
907 -Configure the Y-axis parameters, including  value type, minimum ,maximum ,data types, and decimal point settings.
908 -
909 -(% style="text-align:center" %)
910 -[[image:5.png]]
911 -
912 -== **Channel setting** ==
913 -
914 -Set the channel address to be displayed.
915 -
916 -**Dynamic color:** Change value of a word address to change the color of the channel display.
917 -
918 -Dynamic color sequence: The color sequence number bound to the channel (click to enter the color sequence configuration interface)
919 -
920 -(% style="text-align:center" %)
921 -[[image:1.png]]
922 -
923 -(% class="wikigeneratedid" %)
924 -**Color sequence configuration interface**
925 -
926 -
927 -**Upgrade to Global Configuration: **This color sequence is upgraded to the global default.
928 -
929 -**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.
930 -
931 -(% style="text-align:center" %)
932 -[[image:2.png]]
933 -
934 -
935 -**Enable Baseline:** Set baselines on the bar chart.
936 -
937 -**Baseline: **The baseline ID bound to the channel) (click to enter the baseline configuration interface).
938 -
939 -(% style="text-align:center" %)
940 -[[image:121.png]]
941 -
942 -**Baseline Configuration:**
943 -
944 -**Value type: **Baseline value type
945 -
946 -(**Fixed value: **baseline value is fixedly set; **Dynamic address:** baseline value is read from address).
947 -
948 -**Upgrade to Global Configuration:** This will make this warning zone the global default configuration.
949 -
950 -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.
951 -
952 -(% style="text-align:center" %)
953 -[[image:3.png]]
954 -
955 -== **Appearance setting** ==
956 -
957 -(% class="wikigeneratedid" %)
958 -Set a configuration for the X-axis, background color, etc.
959 -
960 -(% style="text-align:center" %)
961 -[[image:4.png]]
962 -
963 -== **Function settings** ==
964 -
965 -**Column Update Method:**
966 -
967 -**Periodic Update:** Updates the histogram periodically.
968 -
969 -**Triggered Update: **Controls whether the histogram updates based on an address.
970 -
971 -**Triggered Periodic Update:** Triggers a periodic update of the histogram.
972 -
973 -**Cycle update time: **Periodic update time setting, unit: seconds
974 -
975 -**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.
976 -
977 -(% style="text-align:center" %)
978 -[[image:0.png]]
979 -
980 -== Chart Button ==
981 -
982 -(% style="text-align:center" %)
983 -[[image:企业微信截图_17573258167408.png]]
984 -
985 -
986 -[[image:企业微信截图_17573258596819.png||style="float:left"]]
987 -
988 -: Menu
989 -
990 -[[image:企业微信截图_17573258656147.png||style="float:left"]]
991 -
992 -~: Zoom in
993 -
994 -[[image:企业微信截图_17573258723225.png||style="float:left"]]
995 -
996 -~: Zoom out
997 -
998 -
999 - [[image:企业微信截图_17573258766561.png||style="float:left"]]
1000 -
1001 - :Restore button (Reset the chart's zoom level to its original 1:1 ratio)
1002 -
1003 -[[image:企业微信截图_17573258811647.png||style="float:left"]]
1004 -
1005 -: Data label hide/show button (controls hiding/showing of data labels)
1006 -
1007 -
1008 -[[image:企业微信截图_175732588426.png||style="float:left"]]
1009 -
1010 -:Settings button (click this button to pop up the following pop-up window)
1011 -
1012 -
1013 1013  = **User permission** =
1014 1014  
1015 1015  **Introduction**
... ... @@ -1454,8 +1454,8 @@
1454 1454  |3000ig
1455 1455  |8000ig
1456 1456  
1274 +
1457 1457  
1458 -
1459 1459  **MQTT Configuration (Common Settings/AWS IOT Settings/ALi Settings/Huawei Settings)**
1460 1460  
1461 1461  This chapter explains how to use configurable type MQTT. Users can publish message to the MQTT server or subscribe topics from the MQTT server.
0.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -32.6 KB
Content
1.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Size
... ... @@ -1,1 +1,1 @@
1 -24.9 KB
1 +476 bytes
Content
121.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -31.2 KB
Content
2.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Size
... ... @@ -1,1 +1,1 @@
1 -6.5 KB
1 +419 bytes
Content
3.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Size
... ... @@ -1,1 +1,1 @@
1 -15.1 KB
1 +13.4 KB
Content
4.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Size
... ... @@ -1,1 +1,1 @@
1 -34.5 KB
1 +26.6 KB
Content
5.png
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.joe
1 +XWiki.Wecon
Size
... ... @@ -1,1 +1,1 @@
1 -32.2 KB
1 +9.0 KB
Content
6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -19.9 KB
Content
Screenshot 2025-09-08 172930.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -17.7 KB
Content
企业微信截图_17570533194720.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -237.6 KB
Content
企业微信截图_17570534728083.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -192.8 KB
Content
企业微信截图_17573258167408.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -18.3 KB
Content
企业微信截图_17573258596819.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -820 bytes
Content
企业微信截图_17573258656147.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -1012 bytes
Content
企业微信截图_17573258723225.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -1.0 KB
Content
企业微信截图_17573258766561.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -983 bytes
Content
企业微信截图_17573258811647.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -1.3 KB
Content
企业微信截图_175732588426.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.joe
Size
... ... @@ -1,1 +1,0 @@
1 -1.1 KB
Content