Changes for page 05 Objects

Last modified by Jett on 2025/07/04 09:41

From version 87.4
edited by Hunter
on 2024/02/19 11:18
Change comment: There is no comment for this version
To version 37.2
edited by Karen
on 2023/05/24 13:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Hunter
1 +XWiki.Karen
Content
... ... @@ -17,29 +17,29 @@
17 17  
18 18  **Read-write**
19 19  
20 -* **Write Address: **Bit address operation control for HMI or PLC.
21 -* **Read**: Enable the monitoring the read address or not.
22 -* **Same read-write address**: Enable it if want to the read address and write address is exactly same.
23 -* **Read Address: **Monitoring address.
20 +* **Write Address: **Bit switch controls PLC or HMI address.
21 +* **Read Address: **Read and display PLC or HMI bit address state.
24 24  
25 25  **Mode**
26 26  
27 -* **Set OFF:** Set off the write address.
28 -* **Set ON:** Set on the write address.
29 -* **Momentary:** Set on the write address when switch is pressed, and reset the address when switch is released.
30 -* **Delay: **Interval for keep on the write address. For example: Assign the delay time as 500, write address will be reset after release button in 0.5 second.
31 -* **Switch:** Switch between True(1) and False(0) when switch is triggered.
25 +* **Set OFF:** set off the write address.
26 +* **Set ON:** set on the write address.
27 +* **Momentary:** set on the write address when switch is pressed, and set off when switch is released.
28 +* **Delay:** set off the write address after a delay. (for example: assign the delay time as 5, write address will be set off after releasing 5 ms.)
29 +* **Switch:** switch between 0 and 1 each time the switch is triggered.
32 32  
33 33  **Display**
34 34  
35 35  * **Inverted Display: **Display the state picture and text of the object reversely.
36 -* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
37 -* **Blink: **Control the state of blink by the bit address of control bit. Blinking while control bit is triggered, the frequency is editable;
38 -** **Blink when ON: **blink when control bit is ON.
39 -** **Blink when OFF: **blink when control bit is OFF.
34 +* **Quick Read: **The speed of configuring the object is priority to other objects.
40 40  
41 -**Minimum hold time: **Only when the time of press and hold the object is greater than the set value, the object function will be executed.
36 +**Blink: **Control the state of blink by the bit address of control bit. Blinking while control bit is triggered, the frequency is editable;
42 42  
38 +* **Blink when ON: **blink when control bit is ON.
39 +* **Blink when OFF: **blink when control bit is OFF.
40 +
41 +**Minimum hold time: **Only when the time of pressing the object is greater than or equal to the set minimum hold time will the function of the object be performed.
42 +
43 43  **Indirect addressing:**
44 44  
45 45  * **Read address**: Use the value of the read address to determine the address A after deviation, and use the address A as the read address of the object.
... ... @@ -103,19 +103,6 @@
103 103  (% style="text-align:center" %)
104 104  [[image:位开关 6.png||class="img-thumbnail"]]
105 105  
106 -**No trigger:** No way to trigger
107 -
108 -**Trigger before pressing:** Trigger bit address is set to 1 before pressing
109 -
110 -**Trigger after pressing: **After pressing Enter, trigger bit address is set to 1 before closing the keyboard
111 -
112 -**Trigger and reset before pressing: **Trigger bit address is set to 1 and then set to 0 bedore pressing
113 -
114 -**Trigger and reset after pressing: **After pressing Enter, trigger bit address is set to 1 and then set to 0 before closing the keyboard
115 -
116 -**Trigger before pressing, reset after: **Trigger bit address is set to 1 before pressing; After pressing Enter, trigger bit address is set to 0 before closing the keyboard
117 -
118 -
119 119  **Access denied setting**
120 120  
121 121  Users can set enable password for object. There are following operating setting when user permissions are insufficient. But "Pop login screen" and "Hide object" are mutually exclusive.
... ... @@ -199,20 +199,18 @@
199 199  (% style="text-align:center" %)
200 200  [[image:6.Objects_html_273aed06eb8f10f9.gif||class="img-thumbnail"]]
201 201  
202 -**Address**: Monitoring and display the address status.
189 +**Address**: It is for setting specified PLC or HMI bit address
203 203  
204 204  **Hide**
205 205  
206 -* **Inverted Display: **Display reverse state of the picture and text. For example, the value of write address is on (Corresponding to state 1), while the graphic of off (Corresponding to state 0) is displayed.
207 -* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
208 -* **Blink: **Blink condition;
209 -** Blink when ON: blink when read address is ON.
210 -** Blink when OFF: blink when read address is OFF.
211 -* **Hide: **Control the hide status of object via Control Bit's state. Hide object cannot be operated at all.
212 -* **Control Bit: **Hide condition.
213 -** **Hide when OFF**: Hide when control bit is OFF.
214 -** **Hide when ON**: Hide when control bit is ON.
215 -** **Invisible:** Object is always keeps hidden during project running.
193 +* **Inverted Display: **Display reverse state of the picture and text. *for example, the value of write address is set ON, the OFF mode is displayed.
194 +* **Blinking: **Blinking while control bit is triggered, the frequency is editable;
195 +** Blink when ON: blink when control bit is ON.
196 +** Blink when OFF: blink when control bit is OFF.
197 +* **Hide: **Display or hide object by "Control Bit" state.
198 +* **Control bit: **For hide control.
199 +** **Hide mode: **hide when OFF; hide when ON;it could not operate if [Invisible] is checked.
200 +** **Invisible:** object keeps hidden during project running.
216 216  
217 217  (% class="box infomessage" %)
218 218  (((
... ... @@ -473,8 +473,6 @@
473 473  * **Run times: **Configuration sub-function execute times. 0 means unlimited times.
474 474  * **Break:** Stop executing sub-function when trigger address is ON.
475 475  
476 -(% class="box infomessage" %)
477 -(((
478 478  ✎**Note:**
479 479  
480 480  * Nested patterns of object cycle and sub-function cycles are as follows.
... ... @@ -484,7 +484,6 @@
484 484  ** If the object cycle ends later than the sub-function cycle, the sub-function cycle would be triggered again.
485 485  ** If the main cycle is triggered again before it finishes, then the main cycle is executed immediately when clicked and only one more time.
486 486  * For [[text>>https://docs.we-con.com.cn/bin/view/PIStudio/7.Library/#HText]]/[[graphics>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HGraphic]]/[[security>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HSecurity]]/[[animations>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HAnimation]], see the "[[Bit Switch>>path:https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HBitswitch]]".
487 -)))
488 488  
489 489  == Slider switch ==
490 490  
... ... @@ -665,7 +665,7 @@
665 665  * **Align left: **data display on the left.
666 666  * **Align right: **data display on the right.
667 667  * **Exchange high-low byte: **Exchange High-low byte: Check it to exchange and display the contents of the high and low bytes. If the number of contents is not a multiple of 2, the rounding process will be performed.
668 -* **Length: **The length of characters, the maximum length is 256.
650 +* **Length: **The length for characters, the maximum length is 256.
669 669  * **Exchange high-low word: **Check it to exchange and display the contents of high and low word. Only valid if the number of operating characters of the part is a multiple of 4.
670 670  
671 671  **Keypad position**
... ... @@ -687,7 +687,7 @@
687 687  
688 688  **Introduction**
689 689  
690 -This section will introduce common settings in Chart objects.
672 +This section will introduce common settings in Chart objects
691 691  
692 692  **Shape**
693 693  
... ... @@ -694,7 +694,7 @@
694 694  (% style="text-align:center" %)
695 695  [[image:6.Objects_html_9f4692cce1805843.gif||class="img-thumbnail"]]
696 696  
697 -Set appearance of object, including background color, head color, text color, line color, select row color.
679 +Set appearance of object, includes background color, head color, text color, line color, select row color
698 698  
699 699  **Advance**
700 700  
... ... @@ -703,7 +703,7 @@
703 703  
704 704  * **Head text color**: It sets the text color of the header.
705 705  * **Transparency**: It sets transparency of the table background, 0% represents full transparency, and 100% represents completely opaque.
706 -* **Cell type**: Default is adaptive width. After selecting customization, customization could set the width of the cell.
688 +* **Cell type**: Default is adaptive width. After select a customization, customization could set the width of the cell.
707 707  * **Date and time format: **According to the needs to select the date and time display format. "NONE" means no display; please do not set both time and date to "NONE".
708 708  
709 709  **Function start address**
... ... @@ -713,11 +713,11 @@
713 713  (% style="text-align:center" %)
714 714  [[image:6.Objects_html_361b1ee164769c5d.gif||class="img-thumbnail"]]
715 715  
716 -The address you fill in is only the start address. This address, including 20 consecutive addresses after this address, will be occupied. Please organize your address to prevent unnecessary errors from being reused.
698 +The address you fill in is only as the start address. This address, including 20 consecutive addresses after this address, will be occupied. Please organize your address to prevent unnecessary errors from being reused.
717 717  
718 -**For example,** HDW0 is the function start address, then the addresses HDW0 to HDW19 are occupied. If you need the power-down storage setting, you may set the address as the address of register HAW (HAW0 to HAW200000).
700 +**For example,** HDW0 is the function start address, then the addresses HDW0 to HDW19 are ocupied. IF you need the  power-down  storange setting, you may set the address as the address of register HAW (HAW0 to HAW200000) .
719 719  
720 -If the start address is set as HDW0, the function and address table is as below.
702 +If the start address set as HDW0, the function and address table is as below.
721 721  
722 722  (% class="table-bordered" %)
723 723  |=(% style="width: 277px;" %)**Address**|=(% style="width: 113px;" %)**Type**|=(% style="width: 158px;" %)**Object**|=(% colspan="2" style="width: 528px;" %)**Function**
... ... @@ -732,9 +732,9 @@
732 732  |(% style="width:277px" %)HDW8|(% style="width:113px" %)Word|(% style="width:158px" %)Word Switch|(% colspan="2" style="width:528px" %)(((
733 733  Default as 1. It can contain 50 records per page
734 734  
735 -Page Up: Current Value minus 1.
717 +Page Up : Current Value minus 1.
736 736  
737 -Page Down: Current Value add 1.
719 +Page Down : Current Value add 1.
738 738  
739 739  Range: 1 to 65535
740 740  )))
... ... @@ -789,8 +789,6 @@
789 789  |(% style="width:277px" %)HDW18|(% style="width:113px" %)Word|(% style="width:291px" %)End Time: Minute
790 790  |(% style="width:277px" %)HDW19|(% style="width:113px" %)Word|(% style="width:291px" %)End Time: Second
791 791  
792 -(% class="box infomessage" %)
793 -(((
794 794  **✎Note:**
795 795  
796 796  * [Function address (20 words)] need to be HMI internal address;
... ... @@ -797,16 +797,13 @@
797 797  * When the start time and end time of the query are enabled, if the end time is smaller than the start time, the system automatically swaps the start and end times to calculate the span of the query;
798 798  * After manually setting the start time and end time of the query, you need to manually update the data (the default will be automatically updated);
799 799  
800 -
801 -)))
802 -
803 803  **Appearance**
804 804  
805 805  (% style="text-align:center" %)
806 806  [[image:6.Objects_html_71f505c7146db030.gif||class="img-thumbnail"]]
807 807  
808 -* **Background type:** There are four modes, style 1 and style 2 are gradient mode, style 3 is solid color mode, and style 4 is transparent.
809 -* **Transparency:** transparency could be set from 0% to 100%. when set to 0%, the background is completely transparent.
785 +* **Background type:** There are four modes, style 1 and style 2 is gradient mode, style 3 is solid color mode, style 4 is transparent.
786 +* **Transparency:** transparency could be set from 0% to 100%. when set to 0%,the background is completely transparent.
810 810  * **Position: **Show position coordinates for X and Y axes.
811 811  * **Size: **Set object size.
812 812  
... ... @@ -813,7 +813,7 @@
813 813  (% style="text-align:center" %)
814 814  [[image:6.Objects_html_64c6da58525278cb.gif||class="img-thumbnail"]]
815 815  
816 -* **Number of X, Y axis: **Set the number of grids on the XY axis could be set from 1 to 10 divisions.
793 +* **Number of X,Y axis: **Set the number of grids on the XY axis could be set from 1 to 10 divisions.
817 817  * **Color setting: **Color1 is for object frame;color2 is for grid background.
818 818  * **Show dot:** Display the data points of each trend graph.
819 819  * **User font: **If check it, user could change the font for grid and time, if uncheck it, object uses build-in font.
... ... @@ -894,16 +894,16 @@
894 894  (% style="text-align:center" %)
895 895  [[image:image-20220802113935-1.gif]]
896 896  
897 -There are 8 buttons will display below the graph, shown as following.
874 +There are 8 buttons will display in below the graph, shown as following.
898 898  
899 899  1. [[image:image-20220616162002-15.jpeg]] Historical trend chart query button
900 900  1. [[image:image-20220616162008-16.png]] ** **Set the time and span of historical trend chart
901 901  1. [[image:image-20220616162013-17.png]] ** **Refresh
902 902  1. [[image:image-20220616162018-18.png]] ** **Move forward by span time
903 -1. [[image:image-20220616162021-19.png]] **: **Move backwards by span time
904 -1. [[image:image-20220616162025-20.png]] : Slider display control button, slider position can display the current time and the current numerical status of each curve.
880 +1. [[image:image-20220616162021-19.png]] **:**Move backwards by span time
881 +1. [[image:image-20220616162025-20.png]] :Slider display control button, slider position can display the current time and the current numerical status of each curve.
905 905  1. [[image:image-20220616162028-21.png]] Zoom in by one time according to the length of the span.
906 -1. [[image:image-20220616162032-22.png]] : Zoom out by one time according to the length of the span.
883 +1. [[image:image-20220616162032-22.png]] :Zoom out by one time according to the length of the span.
907 907  
908 908  (% class="box infomessage" %)
909 909  (((
... ... @@ -949,10 +949,7 @@
949 949  * ...
950 950  * 40=10 means this object display 10th page.
951 951  
952 -(% class="box infomessage" %)
953 -(((
954 954  **✎Note:** Every page contains 50 records.
955 -)))
956 956  
957 957  **Start Time**
958 958  
... ... @@ -974,13 +974,13 @@
974 974  
975 975  * [[image:6.Objects_html_92e1910330039a59.gif||height="49" width="48" class="img-thumbnail"]] Query setting
976 976  * [[image:6.Objects_html_4efc52d4a7f1ea02.gif||height="49" width="49" class="img-thumbnail"]] Refresh page
977 -* [[image:image-20220808142509-1.png||height="48" width="49" class="img-thumbnail"]]means moving up one row
951 +* [[image:image-20220808142509-1.png||height="48" width="49" class="img-thumbnail"]]means moving up one row;
978 978  * [[image:image-20220808142518-2.png||height="49" width="50" class="img-thumbnail"]]means page up.
979 -* [[image:image-20220808142538-3.png||height="45" width="49" class="img-thumbnail"]] means moving down one row.
953 +* [[image:image-20220808142538-3.png||height="45" width="49" class="img-thumbnail"]] means moving down one row;
980 980  * [[image:image-20220808142546-4.png||class="img-thumbnail"]] means page down.
981 -* [[image:image-20220808142603-5.png||class="img-thumbnail"]] means moving left column.
955 +* [[image:image-20220808142603-5.png||class="img-thumbnail"]] means moving left column;
982 982  * [[image:image-20220808142610-6.png||class="img-thumbnail"]]means moving the display to the left.
983 -* [[image:image-20220808142623-7.png||class="img-thumbnail"]]means moving right column.
957 +* [[image:image-20220808142623-7.png||class="img-thumbnail"]]means moving right column;
984 984  * [[image:image-20220808142630-8.png||class="img-thumbnail"]]means moving the display to right.
985 985  
986 986  (% class="box infomessage" %)
... ... @@ -1112,24 +1112,24 @@
1112 1112  (% style="text-align:center" %)
1113 1113  [[image:6.Objects_html_858d4ec965274b8a.gif||class="img-thumbnail"]]
1114 1114  
1115 -* **File type: **There are more than one function in this object, this is for selecting function, select [System message], when event occurs, it displays prompt messages automatically.
1089 +* **File type: **There are more than one functions in this object, this is for selecting function, select [System message],when event occurs, it displays prompt messages automatically.
1116 1116  * **Select line: **Set address for select row.
1117 1117  
1118 1118  **Address Control**
1119 1119  
1120 -* **Start group: **Control displaying start from specified row, which means display from specified group.
1121 -* For example, set 40
1094 +* **Start group: **control displaying start fromspecified row, which means display from specified group.
1095 +* For example set 40,
1122 1122  ** If 40=1, Start from first row (first group).
1123 1123  ** If 40=2, Start from second row (second group).
1124 1124  ** ...
1125 1125  ** If 40=10, Start from 10th row (10th group).
1126 1126  * **Group number address: **Control the number of rows displayed;
1127 -* For example, set 410
1101 +* For example set 410,
1128 1128  ** If 410=1, this object only displays 1 row (1 group).
1129 1129  ** If 410=2, this object displays 2 rows (2 groups).
1130 1130  ** ...
1131 1131  ** If 410=10, this object displays 10 rows (10 groups).
1132 -* **Start address: **Control displaying start from specified column, which means display from specified member.
1106 +* **Start address: **Control displaying start fromspecified column, which means display from specified member.
1133 1133  * For example, set 420,
1134 1134  ** If 420=1, Start from first column (first member).
1135 1135  ** If 420=2, Start from second column (second member).
... ... @@ -1158,21 +1158,18 @@
1158 1158  (% style="text-align:center" %)
1159 1159  [[image:6.Objects_html_ea2cd87aaa6600cd.gif||height="413" width="567" class="img-thumbnail"]]
1160 1160  
1161 -(% class="box infomessage" %)
1162 -(((
1163 1163  (% class="wikigeneratedid" %)
1164 1164  **✎Note:**
1165 1165  
1166 1166  * If the file type is recipe file, modify the value of the address of "Select line" to control the selected line in the display list to the corresponding line. If another file type is selected, this address can only display the selected line (read-only mode).
1167 -* For ie series and ig series HMI, "system message" and "timeout alert" will be displayed in the top pop-up window. The options of them will no longer be displayed in the record.
1139 +* For ie series and ig series HMI, "system message" and "timeout alert" will be displayed in the top pop-up window. They options of them will no longer be displayed in the record.
1168 1168  * For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1169 -)))
1170 1170  
1171 1171  == **File list** ==
1172 1172  
1173 1173  "File List" displays the recipe file name of the current project in the form of table in HMI. If there is no recipe file in the project, the table of the object is empty. (Table and trend chart objects currently only support Song Typeface, other fonts you set will not work.
1174 1174  
1175 -Recipe files in "Flash", and also shows custom folder information.
1146 +recipe files in "Flash", and also shows custom folder information.
1176 1176  
1177 1177  **Function (Recipe File)**
1178 1178  
... ... @@ -1182,7 +1182,7 @@
1182 1182  (% style="text-align:center" %)
1183 1183  [[image:6.Objects_html_66cd30b2b962a04e.gif||class="img-thumbnail"]]
1184 1184  
1185 -* **File type: **[Recipe File] is for displaying recipe files in Flash.
1156 +* **File type: **[Recipe File] is for display recipe files in Flash.
1186 1186  * **Folder name:** This is located to recipe function setting.
1187 1187  * **Select line:** Select one line in list and display its line No. in this address.
1188 1188  * For example, set 40,
... ... @@ -1191,10 +1191,7 @@
1191 1191  ** ...
1192 1192  ** If 40=10, the 10th row of object is selected.
1193 1193  
1194 -(% class="box infomessage" %)
1195 -(((
1196 -✎**Note: **When the file type is Recipe File, modify the address value to control the selected line of the list to jump to the corresponding line; for other file types, this address only has the effect of displaying line No.
1197 -)))
1165 +✎**Note: **When the file type is Recipe File, modify the address value to control the selected line of the list to jump to the corresponding line; for other file types, this address only has the effect of displaying the line No.
1198 1198  
1199 1199  * **Folder name address:** This is for setting recipe file name, in advance recipe mode.
1200 1200  
... ... @@ -1219,9 +1219,9 @@
1219 1219  (% style="text-align:center" %)
1220 1220  [[image:6.Objects_html_dc49c7d7148792b3.gif||class="img-thumbnail"]]
1221 1221  
1222 -Function address includes copy, paste, delete, and rename. And HMI automatically assigns the functions to bit addresses.
1190 +Function address includes copy, past, delete and rename. And HMI automatically assigns the functions to bit addresses.
1223 1223  
1224 -For example, if the function address is HDW 90, the detailed information is below.
1192 +For example, if the function address is HDW 90, the detailed information as below.
1225 1225  
1226 1226  (% class="table-bordered" %)
1227 1227  |**Address**|**Address type**|**Object type**|**Function**
... ... @@ -1241,10 +1241,8 @@
1241 1241  (% style="text-align:center" %)
1242 1242  [[image:6.Objects_html_a68643b928e3930.gif||class="img-thumbnail"]]
1243 1243  
1244 -(% class="box infomessage" %)
1245 -(((
1212 +(% class="wikigeneratedid" %)
1246 1246  ✎**Note: **For the details, please refer to "[[Recipe>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HRecipe]]".
1247 -)))
1248 1248  
1249 1249  == **XY plot** ==
1250 1250  
... ... @@ -1355,10 +1355,7 @@
1355 1355  
1356 1356  The Disc Record displays the data from data source in the form of a disc curve.
1357 1357  
1358 -(% class="box infomessage" %)
1359 -(((
1360 1360  **✎Note: **This function are only supported by HMI+, i series, ie series and ig series.
1361 -)))
1362 1362  
1363 1363  **Source**
1364 1364  
... ... @@ -1369,18 +1369,15 @@
1369 1369  ** **History**: Historical data can be queried.
1370 1370  ** **Real Time**: Only real-time data is displayed.
1371 1371  * **Curve Buffer**
1372 -** **History**: Iis in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
1335 +** **History**: Ii is in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
1373 1373  ** **Real Time**: It is in Real-time trend chart configured by data record. Multiple record groups could be configured, and each record group has multiple curve numbers.
1374 1374  
1375 -(% class="box infomessage" %)
1376 -(((
1377 -**✎Note: **There must be one of settings (Data record and real-time trend chart) in configurations, otherwise there will be no data in curve buffer.
1378 -)))
1338 +**✎Note: **There must be one of settings (Data record and real-time trend chart) in configurations, otherwise there will no data in curve buffer.
1379 1379  
1380 -* **Curve No.**: The number of curves is the same as the number of channels in the record group. A maximum of 8 curves could be displayed. After selecting the curve to be displayed, it can set the scale range and scale color of each curve.
1381 -* **Enable**: After selecting the corresponding curve number in the status bar and enabling the curve, set different curve styles and colors according to your needs, then select the channel number in the data buffer, and finally set the data range.
1340 +* **Curve No.**: The number of curves is the same as the number of channels in the record group. A maximum of 8 curves could be displayed.After selecting the curve to be displayed, it can set the scale range and scale color of each curve.
1341 +* **Enable**: After selecting the corresponding curve number in the status bar and enable the curve, set different curve styles and colors according to your needs, then select the channel number in the data buffer, and finally set the data range.
1382 1382  * **Data Range: **Directly set the maximum and minimum values of the displayed graph. If the box "Variable Range" is checked, the set data is read from the filled address. The data format of the address is set as needed, and the length of the variable address is related to the set data format.
1383 -* **Display Scale Value: **Display the value of disc record. The font color could be changed.
1343 +* **Display Scale Value: **Display the value of disc record. The font color could be changed
1384 1384  
1385 1385  **Appearance**
1386 1386  
... ... @@ -1387,9 +1387,9 @@
1387 1387  (% style="text-align:center" %)
1388 1388  [[image:6-3DiscRecordConfigAppearen.png||class="img-thumbnail"]]
1389 1389  
1390 -1. **Circular Axis Scale**: Number of scale intervals in the direction of the circular axis. The range is 1 to 10.
1391 -1. **Start Position**: The starting position to draw the curve: top, bottom, left, and right.
1392 -1. **Rotary Axis Scale**: Number of scale intervals in the direction of the axis of rotation. The range is 4, 6, and 12.
1350 +1. **Circular Axis Scale**: Number of scale intervals in the direction of the circular axis. The range is1 to10.
1351 +1. **Start Position**: The starting position to draw the curve: top, bottom, left and right.
1352 +1. **Rotary Axis Scale**: Number of scale intervals in the direction of the axis of rotation. The range is 4, 6 and 12.
1393 1393  1. **Inner Circle Size**: Ratio of the inner circle to the outer circle.
1394 1394  1. **Scale Style**: The way the scale is displayed, style 0 represents adaptive display, and style 1 represents forward display.
1395 1395  1. **Background Color**: Appearance background color.
... ... @@ -1409,10 +1409,7 @@
1409 1409  **Function start Address**: Open the sub-screen of the data record query, and the system can automatically allocate the object address of the query screen according to the configured address. When using this component, it will automatically generate buttons for four direction, you can use these four control keys to view the data record display, and automatically create a new sub-screen based on the function start address, the content of the sub-screen is the query setting for span and start time.
1410 1410  When two objects use one function screen at the same time, if the function addresses of the two object are the same, changing the built-in screen will affect the operation of the two display object at the same time. If the function addresses of the two objects are different, the second object with the built-in screen can be displayed normally, and the first object will be displayed abnormally.
1411 1411  
1412 -(% class="box infomessage" %)
1413 -(((
1414 1414  **✎Note: ** When copying Data record display, it is recommended to create a new "function screen" to avoid repeated calls that may cause abnormal functions.
1415 -)))
1416 1416  
1417 1417  **Start time**: Set the start time and conditions for data viewing.
1418 1418  
... ... @@ -1428,7 +1428,7 @@
1428 1428  
1429 1429  == **Pointer meter** ==
1430 1430  
1431 -The meter responds to change in the value of the indicated word address by means of a dial and a pointer. The meter looks very similar to the actual meter.
1388 +The meter responds to changes in the value of the indicated word address by means of a dial and a pointer. The meter looks very similar to the actual meter.
1432 1432  
1433 1433  (% style="text-align:center" %)
1434 1434  [[image:image-20220805161001-1.jpeg]]
... ... @@ -1443,13 +1443,13 @@
1443 1443  * 32-bit signed decimal
1444 1444  * 32-bit unsigned decimal
1445 1445  
1446 -**Digits setting:** Set directly the maximum and the minimum. Only when the floating point number is selected, can the maximum and minimum value be with a decimal point, and other data formats can't be with a decimal point. If the value is read by the address, then select "variable limits", and fill in the address.
1403 +**Digits setting:** set directly the maximum and the minimum. Only when the floating point number is selected, can the the maximum and minimum value be with a decimal point, and other data format can't be with a decimal point. If the value is read by the address, then select "variable limits", and fill in the address.
1447 1447  
1448 1448  * **Min angle and max angle:** Data range, if data beyond range will be not inputted.
1449 1449  
1450 -**Variable limits:** When checked, low limit address and high limit address could be edit showed below;
1407 +**Variable limits:** when checked, low limit address and high limit address could be edit showed below;
1451 1451  
1452 -**Show meter background**: This is for setting meter background. When not checked, the background color is transparent; When checked, there are four styles of pointer meter to select according to needs.
1409 +**Show meter background**: This is for setting meter background. When not checked, the background color is transparent; When checked, there are four styles of pointer meter to select it according to needs.
1453 1453  
1454 1454  **Show pointer**: When not checked, the pointer is not displayed; When checked, you could set the style and color of pointer.
1455 1455  
... ... @@ -1457,15 +1457,15 @@
1457 1457  
1458 1458  **Show scale**: Display the scale on the object to observe the value. You need to set major scale, minor scale and scale value.
1459 1459  
1460 -**Meter Type:** It sets the angle between the maximum and minimum value. It provides 7 kinds of styles, they are 180°, 210°, 240°, 270°, 300°, 330° and 360°.
1417 +**Meter Type:** It sets the angel between the maximum and minimum value. It provides 7 kinds of styles, they are 180°, 210°, 240°, 270°, 300°, 330° and 360°.
1461 1461  
1462 1462  **Start angle: **It sets the position where the minimum value is displayed.
1463 1463  
1464 -**Position&size:** Set the position of the object on the screen and the size of the object. The object is displayed as square. If the width or the height of the object is changed, the other data will also be changed.
1421 +**Position&size:** Set the position of the object in the screen and the size of the object. The object is displayed as square. If the width or the height of the object is changed, the other data will also be changed.
1465 1465  
1466 1466  **Result**
1467 1467  
1468 -When configuration is completed, the object is shown below picture when HMI is running.
1425 +When configuration is completed, the object is shown as below picture when HMI is running.
1469 1469  
1470 1470  (% style="text-align:center" %)
1471 1471  [[image:6.Objects_html_1b8e24a5065cf96a.gif||class="img-thumbnail"]]
... ... @@ -1597,10 +1597,7 @@
1597 1597  (% style="text-align:center" %)
1598 1598  [[image:6.Objects_html_9612d7685f349400.gif||class="img-thumbnail"]]
1599 1599  
1600 -(% class="box infomessage" %)
1601 -(((
1602 1602  ✎**Note:** For the "Text" setting, please refer to "[[text>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fview%2FHelps%2F06.Objects%2F%23HText]]" in "[[Bit Switch>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fedit%2FHelps%2F06.Objects%2FWebHome%3Fsection%3D2]]".
1603 -)))
1604 1604  
1605 1605  = **Display** =
1606 1606  
... ... @@ -1651,10 +1651,13 @@
1651 1651  
1652 1652  == **QR Code** ==
1653 1653  
1608 +**Introduction**
1609 +
1654 1654  It is similar to the universal QR code. You could scan this object to get the connection or content, but it provides content settings for QR code.
1655 1655  
1656 1656  **Description**
1657 1657  
1614 +
1658 1658  (% style="text-align:center" %)
1659 1659  [[image:6.Objects_html_4cf155075ac97d16.gif||class="img-thumbnail"]]
1660 1660  
... ... @@ -1663,14 +1663,11 @@
1663 1663  1. **Variable QR:** It is for setting read address, the content of QR code is from this setting address.
1664 1664  1. **QR String: **It is for set static content for QR code.
1665 1665  
1666 -(% class="box infomessage" %)
1667 -(((
1668 1668  **✎Note:**
1669 1669  
1670 1670  * HMI machine ID address: HSW10494 ~~ HSW10558.
1671 -* So if user want to use QR code to display machine ID on project screen, please check "Variable QR", and set address is HSW10494.
1626 +* So if user want to use QR code to display machine ID in project screen, please check "Variable QR", and set address is HSW10494.
1672 1672  * When scanning the QR code by APP to monitor HMI, the default access password is 888888.
1673 -)))
1674 1674  
1675 1675  == **Picture** ==
1676 1676  
... ... @@ -1695,17 +1695,14 @@
1695 1695  
1696 1696  This is advanced function of picture object; user can change display picture when HMI is running. The supported formats are bmp, jpg, png, jpeg. This feature is unavailable for offline and online simulation.
1697 1697  
1698 -1. **Root: **Set the save location of the picture, which can be set to U disk,SD card,but could not be set to Flash.
1652 +1. **Root: **Set the save location of the picture,which can be set to U disk,SD card,but could not be set to Flash.
1699 1699  1. **Folder: **Set the name of the folder where the picture is located.The folder name can be up to 31 characters. (Note:The picture must be stored in the U disk folder and cannot be stored in the root directory of the U disk.)
1700 -1. **File address: **16 consecutive addresses enter a picture name in the address (need to be the full name of the suffix), if the picture exists, the picture content is displayed; otherwise the default picture is displayed.
1654 +1. **File address: **16 consecutive addressesenter a picture name in the address (need to be the full name of the suffix), if the picture exists, the picture content is displayed; otherwise the default picture is displayed.
1701 1701  
1702 -(% class="box infomessage" %)
1703 -(((
1704 1704  ✎**Note:** 
1705 1705  
1706 1706  1. The image could be displayed in BMP, JPG, PNG, and JPEG formats. Images with a resolution of 1920 x 1080 or higher are not supported.
1707 1707  1. For the setting of [[animations>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HAnimation]], see the "[[Bit Switch>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HBitswitch]]".
1708 -)))
1709 1709  
1710 1710  == **Rotation picture** ==
1711 1711  
... ... @@ -1733,7 +1733,7 @@
1733 1733  * **Min. angle:** It sets the starting angle of rotation (Valid in auto-rotation mode).
1734 1734  * **Max. angle:** It sets the ending angle of rotation (Valid in auto-rotation mode).
1735 1735  
1736 -**Rotation angle: **The rotating angle is determined by designated address;
1687 +**Rotation angle: **the rotating angle is determined by designated address;
1737 1737  
1738 1738  **Rotation center**: It shows the rotation center coordinates;
1739 1739  
... ... @@ -1747,7 +1747,7 @@
1747 1747  
1748 1748  **Enable auto-spin: **When the address is set to ON, the picture will rotate automatically.
1749 1749  
1750 -**Hide:** Control the hiding status of the object through the status of the control bit address. The hiding mode can be divided into hide when OFF and hide when ON.
1701 +**Hide:** control the hiding status of the object through the status of the control bit address. The hiding mode can be divided into hide when OFF and hide when ON.
1751 1751  
1752 1752  == **Drop-down List** ==
1753 1753  
... ... @@ -1763,18 +1763,18 @@
1763 1763  **1) Edit**
1764 1764  
1765 1765  1. **Read Address:** The data from designated address will be displayed.
1766 -1. **Same read-write address:** Configure "Write Address" as the same as "Read Address".
1767 -1. **Write Address: **Write data to designated address. The address can be different from "Read Address".
1717 +1. **Same read-write address:** Configure "Write Address" is the same as "Read Address".
1718 +1. **Write Address: **Write data to designated address. The address can be different "Read Address".
1768 1768  
1769 1769  **2) Format**
1770 1770  
1771 -Set data format for object, it provides 16-bit unsigned decimal,16-bit BCD, 16-bit unsigned decimal, 32-bit BCD, 32-bit unsigned decimal, and 32-bit unsigned decimal.
1722 +Set data format for object, it provides 16-bit unsigned decimal,16-bit BCD, 16-bit unsigned decimal, 32-bit BCD, 32-bit unsigned decimal and 32-bit unsigned decimal.
1772 1772  
1773 1773  **3) State count**
1774 1774  
1775 1775  It could set the total number to display in the drop-list and supports up to 128 states (1 to 128). The default value of state is corresponding to the number of states. (State 1 corresponding to value 1). You can also click "state values" to set it according to your needs.
1776 1776  
1777 -**State value: **User can set different values to correspond to different states, the setting window as below figure shows.
1728 +**State value: **You can set different values to correspond to different states, the setting window as below figure shows.
1778 1778  
1779 1779  (% style="text-align:center" %)
1780 1780  [[image:6.Objects_html_da9a6696f320b427.gif||class="img-thumbnail"]]
... ... @@ -1818,28 +1818,23 @@
1818 1818  
1819 1819  **3) Read state text from address**
1820 1820  
1821 -1. **Text start address: **The first address of occupied multiple consecutive addresses. Address length: [Text length/2] *[state number +1].
1772 +1. **Text start address: **the first address of occupied multiple consecutive addresses. Address length: [Text length/2] *[state number +1].
1822 1822  
1823 1823  * For example: 10 states, the address length= (10/2) *(10+1) =55. It set HDW100 as start address, so the HDW100-HDW104 stores the currently selected text content, the HDW105-HDW109 displays the text in the first state, the HDW110-HDW114 displays the second, and so on.
1824 1824  
1825 1825  (% start="2" %)
1826 -1. **Refresh: **The drop-down list status value is updated according to the text address content. The drop-down list is not updated immediately, when the data in the text address change is completed, only the refresh is triggered, it will update.
1777 +1. **Refresh:**The drop-down list status value is updated according to the text address content.The drop-down list is not updated immediately, when the data in the text address change is completed, only the refresh is triggered, it will update.
1827 1827  
1828 1828  == **Camera display** ==
1829 1829  
1830 1830  Video display is advanced function in PI HMI, this object displays the camera screen in HMI, there are two modes, one is IP camera, and the other is USB camera. But IP camera requires settings in [Project settings], the detailed information, please refer to ~[[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Camera__>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HCameradisplay]](%%)].
1831 1831  
1832 -(% class="box infomessage" %)
1833 -(((
1834 1834  **✎Note:**
1835 1835  
1836 1836  This function requires special HMI model, the detailed information, please contact sales.
1837 -)))
1838 1838  
1839 1839  === **IP Camera** ===
1840 1840  
1841 -**(1) General**
1842 -
1843 1843  (% style="text-align:center" %)
1844 1844  [[image:6.Objects_html_2bc22bd50bf65eb.gif||class="img-thumbnail"]]
1845 1845  
... ... @@ -2249,7 +2249,7 @@
2249 2249  The camera configured via ip only supports, turn on, turn off, screenshot basic functions.
2250 2250  )))
2251 2251  
2252 -**EZVIZ Cloud Description**
2198 +**EZVIZ Cloud Descirption**
2253 2253  
2254 2254  (% style="text-align:center" %)
2255 2255  [[image:企业微信截图_1673081149790.png]]
... ... @@ -2355,23 +2355,23 @@
2355 2355  |=(% style="width: 129px;" %)60020|(% style="width:366px" %)Unsupport this command|(% style="width:531px" %)Confirm the device whether supports this operation or not
2356 2356  
2357 2357  (% class="wikigeneratedid" %)
2358 -**Default Configuration**: Enable the default configuration, the initialization of the EZVIZ cloud camera display components will use the default configuration for binding, the screen can also be modified through the function address configuration information; do not enable the default configuration, the default initial configuration of the EZVIZ cloud camera display components are empty.
2304 +**Default Configuration**:Enable the default configuration, the initialization of the EZVIZ cloud camera display components will use the default configuration for binding, the screen can also be modified through the function address configuration information; do not enable the default configuration, the default initial configuration of the EZVIZ cloud camera display components are empty.
2359 2359  
2360 2360  **In the default configuration, the following are required:**
2361 2361  
2362 -**AppKey**: EZVIZ cloud application information AppKey, up to 32 characters in length, only letters and numbers can be entered, which can be obtained through the EZVIZ cloud open platform.
2363 -**Secret**: EZVIZ cloud application information Secret, up to 32 characters in length, only letters and numbers can be entered, available through the EZVIZ cloud open platform.
2364 -**Channel number**: EZVIZ cloud device source channel number, 1~~65535, no special modification, generally defaulted to 1, which can be obtained by viewing the EZVIZ cloud client software.
2308 +**AppKey**:EZVIZ cloud application information AppKey, up to 32 characters in length, only letters and numbers can be entered, which can be obtained through the EZVIZ cloud open platform.
2309 +**Secret**:EZVIZ cloud application information Secret, up to 32 characters in length, only letters and numbers can be entered, available through the EZVIZ cloud open platform.
2310 +**Channel number**:EZVIZ cloud device source channel number, 1~~65535, no special modification, generally defaulted to 1, which can be obtained by viewing the EZVIZ cloud client software.
2365 2365  
2366 -**S/N: **EZVIZ cloud device serial number, 0 to 80 characters in length, only letters, numbers and "-" can be entered, which can be obtained through the device information.
2312 +**S/N:**EZVIZ cloud device serial number, 0 to 80 characters in length, only letters, numbers and "-" can be entered, which can be obtained through the device information.
2367 2367  
2368 2368  
2369 2369  **In the default configuration, the following are optional:**
2370 2370  
2371 -**IP**: EZVIZ cloud device IP, which can be obtained by viewing the EZVIZ cloud client software.
2317 +**IP**:EZVIZ cloud device IP, which can be obtained by viewing the EZVIZ cloud client software.
2372 2372  
2373 -**RTSP Port**: EZVIZ cloud device source rtsp port number, range 0~~65535, no special modification, generally default to 554, can be obtained by viewing the EZVIZ cloud client software.
2374 -**Verification Code**: EZVIZ cloud device authentication code, up to 32 characters in length, obtainable through device information.
2319 +**RTSP Port**:EZVIZ cloud device source rtsp port number, range 0~~65535, no special modification, generally default to 554, can be obtained by viewing the EZVIZ cloud client software.
2320 +**Verification Code**:EZVIZ cloud device authentication code, up to 32 characters in length, obtainable through device information.
2375 2375  
2376 2376  {{info}}
2377 2377  **✎Note: **The required content in the configuration only supports remote monitoring when the camera screen can be displayed, if there is a demand for the screen side can also display the camera screen, user need to fill in the optional content in the configuration.
... ... @@ -2379,8 +2379,6 @@
2379 2379  
2380 2380  === **USB Camera** ===
2381 2381  
2382 -**(1) General**
2383 -
2384 2384  (% style="text-align:center" %)
2385 2385  [[image:6.Objects_html_6d926ea40f8267c.gif||class="img-thumbnail"]]
2386 2386  
... ... @@ -2397,7 +2397,7 @@
2397 2397  |(% style="width:144px" %)1|(% style="width:700px" %)Enable the screenshot function
2398 2398  |(% style="width:144px" %)2|(% style="width:700px" %)refresh camera display object
2399 2399  
2400 -**Camera state: **It shows the current camera states. It occupies a word address. Different value means different operations, as below table shows:
2344 +**Camera state: **It shows the current camera states. Itoccupies a word address. Different value means different operations, as below table shows:
2401 2401  
2402 2402  (% class="table-bordered" %)
2403 2403  |=**Value**|=**Operation**
... ... @@ -2418,11 +2418,11 @@
2418 2418  
2419 2419  The current screenshots are only allowed on the SD card. When the SD card does not exist the system will cache the latest 10 screenshots.
2420 2420  
2421 -**Picture name: **The name of the image is controlled by the address. The length of the file name is limited to 64 words. If the image name address is not set, it will be named according to the time and displayed as [YYYYMMDDHHMMSS.bmp] and screenshot format is [.bmp].
2365 +**Picture name: **The name of the image is controlled by the address.The length of the file name is limited to 64 words. If the image name address is not set, it will be named according to the time and displayed as [YYYYMMDDHHMMSS.bmp] and screenshot format is [.bmp].
2422 2422  
2423 2423  **4) Global screenshot**
2424 2424  
2425 -If this function is enabled, camera display object can perform the screenshot operation when HMI is running and save it as a . BMP image.
2369 +If this function is enable, camera display object can perform the screenshot operation when HMI is running and save it as a .BMP image.
2426 2426  
2427 2427  If this function is disabled, camera display object only performs the screenshot operation when it is displayed on screen.
2428 2428  
... ... @@ -2432,30 +2432,27 @@
2432 2432  
2433 2433  **6) Use resolution size**
2434 2434  
2435 -Coordinate displays the object location on the screen, and size is the length and width of the object.
2379 +Coordinate displays the object location in the screen, and size is the length and width of the object.
2436 2436  
2437 -(% class="box infomessage" %)
2438 -(((
2439 2439  **✎Note:**
2440 2440  
2441 2441  * When using USB camera, HD USB camera is not recommended, which is limited by the resolution displayed by HMI itself.
2442 -* When HMI is displayed horizontally, the USB camera screen displays normally. If select vertical display, USB camera can't display normally. (USB camera can only display normally when the display Angle of HMI is 0.)
2384 +* When HMI is displayed horizontally, the USB camera screen displays normally.If select vertical display, USB camera can't display normally. (USB camera can only display normally when the display Angle of HMI is 0.)
2443 2443  * One HMI is only allowed to connect with one USB camera device. There is only one USB camera display part in the whole project screen, and the camera display part is not allowed to be placed on the public screen (1002: common Windows).
2444 2444  * Sometimes the USB camera may lose the image because of the influence in the field, then we suggest to PI9000 HMI and the recommended USB camera model.
2445 -* All below USB camera model have been tested by WECON to ensure compatibility.
2387 +* All below USB camera model have been tested by WECON to ensure the compatibility.
2446 2446  * Currently, only PI8000 and PI9000 series support the USB camera function. Recommended USB cameras include:
2447 2447  ** REB-USB 100W07M (supports 720p)
2448 2448  ** WX152HD (supports 720p)
2449 2449  ** RMONCAM G200 (supports 720p)
2450 -** ASHU S300 (640*480
2451 -)))
2392 +** ASHU S300 (640*480)
2452 2452  
2453 -*
2454 -
2455 2455  == **Camera control** ==
2456 2456  
2457 -This is for control camera; This object need to be used with camera display object.
2396 +**Introduction**
2458 2458  
2398 +This is for control camera; this object need to be used with camera display object.
2399 +
2459 2459  **Description**
2460 2460  
2461 2461  (% style="text-align:center" %)
... ... @@ -2465,11 +2465,11 @@
2465 2465  
2466 2466  Read a string from designated system address, and then combine the instruction to control the camera image.
2467 2467  
2468 -When the dynamic control command is disabled, the complete camera control command is entered in order to display the camera contents.
2409 +When the dynamic control command is disabled, the complete camera control command be entered in order to display the camera contents.
2469 2469  
2470 2470  **2) Camera control instruction**
2471 2471  
2472 -This is for entering static instruction for camera so that users can operate camera when HMI running.
2413 +This is for enter static instruction for camera, so that users can operation camera when HMI running;
2473 2473  
2474 2474  **3) Control bit**
2475 2475  
... ... @@ -2481,7 +2481,7 @@
2481 2481  
2482 2482  == **Flow component** ==
2483 2483  
2484 -The flow components are mainly used to reflect the flow state in process flow production. User could set the style of flow components according to requirements.
2425 +The flow components are mainly used to reflect the flow state in process flow production. You could set the style of flow components according to requirements.
2485 2485  
2486 2486  **Description**
2487 2487  
... ... @@ -2501,9 +2501,9 @@
2501 2501  1. **Block width:** It sets block width of flow component.
2502 2502  1. **PipeFrn width: **It sets outer border width of flow component.
2503 2503  1. **Block length: **It sets block length of flow component.
2504 -1. **Transparence:** It sets transparence of flow component. (from opaque (0) to full transparence (100)). You could cooperate with transparence and other settings to meet display requirements.
2505 -1. **Ratio:** It sets the display ratio of block and background (Display density of the block in flow component).
2506 -1. **Speed:** It sets flow speed of the block during HMI running.
2445 +1. **Transparence:** It sets transparence of flow component.(from opaque (0) to full transparence (100)). You could cooperate with transparence and other settings to meet display requirements.
2446 +1. **Ratio:** It sets display ratio of block and background (Display density of the block in flow component).
2447 +1. **Speed:** It setsflow speed of the block during HMI running.
2507 2507  
2508 2508  **(3) Control**
2509 2509  
... ... @@ -2527,9 +2527,9 @@
2527 2527  
2528 2528  == **Printer** ==
2529 2529  
2530 -The printing object is primarily suitable for printing out or screenshots saving when connected to micro printer.
2471 +The printing object is primarily suitable for print out or screenshots saving when connected to micro printer.
2531 2531  
2532 -Printer has two types: serial printer and USB printer. Printf (printext function) should be called when it's used to print fixed message in a script.
2473 +Printer has two types: **serial printer and USB printer**. Printf (printext function) should be called when it's used to print fixed message in a script.
2533 2533  
2534 2534  **Printer protocol**
2535 2535  
... ... @@ -2549,18 +2549,18 @@
2549 2549  **(1) Display settings**
2550 2550  
2551 2551  1. **Direction: **Four direction choices in printing: 0, 90, 180, and 270.
2552 -1. **Zoom in: **Check "Zoom in" to zoom printing content in proportion to paper size.
2493 +1. **Zoom in: **Check "Zoom in" to zoom printing content in proportion with paper size.
2553 2553  
2554 2554  **(2) Trigger mode**
2555 2555  
2556 -1. **Trigger address: **When trigger address turns ON. The printer starts to respond operationally.
2497 +1. **Trigger address: **When trigger address turns ON.Printer starts to respond operation.
2557 2557  1. **Printer\ Save:** It sets operation for this object, printer object could support sending printing command to printer device, and including screenshot.
2558 2558  
2559 2559  **(3) Save path**
2560 2560  
2561 -Valid when the save mode is selected, screenshot the content in printing object area, and save it in specified storage and folder, when trigger address turns ON.
2502 +Valid when the save mode is selected, screenshot the content in printing object area and the save it in specified storage and folder, when trigger address turns ON.
2562 2562  
2563 -Folder: It's available to select an SD card or USB disk. Set the file name to "Abc" in folder, and it would automatically generate a folder "Abc" when you save picture the first time, and all the pictures will save in this folder. The folder name consists of mixed uppercase and lowercase letters and numbers within 32 characters.
2504 +Folder: It's available to select SD card or USB disk. Set the file name to "Abc" in folder, and it would automatically generate a folder "Abc" when you save picture first time, and all the pictures will save in this folder. The folder name consists of mixed uppercase and lowercase letters and numbers within 32 characters.
2564 2564  
2565 2565  **Related issues**
2566 2566  
... ... @@ -2626,10 +2626,8 @@
2626 2626  English 2
2627 2627  )))
2628 2628  
2629 -(% class="box infomessage" %)
2630 -(((
2570 +(% class="wikigeneratedid" %)
2631 2631  ✎**Note:** For [[animations>>url:http://docs.we-con.com.cn/wiki/pistudio/view/Helps/06.Objects/#HAmination]], see the "[[Bit Switch>>url:http://docs.we-con.com.cn/wiki/pistudio/get/Helps/06.Objects/?sheet=CKEditor.ResourceDispatcher&outputSyntax=plain&language=en&type=doc&reference=http%3A%2F%2Fdocs.we-con.com.cn%2Fwiki%2Fpistudio%2Fedit%2FHelps%2F06.Objects%2FWebHome%3Fsection%3D2]]".
2632 -)))
2633 2633  
2634 2634  == **Time** ==
2635 2635  
... ... @@ -2655,14 +2655,16 @@
2655 2655  
2656 2656  == **Text** ==
2657 2657  
2658 -It adds text to HMI screen, and an object can be displayed in 8 languages (set in "All Languages") with a special address setting.
2597 +It adds text to HMI screen, and a object can be displayed in 8 languages (set in "All Languages") with a special address setting.
2659 2659  
2599 +**Description**
2600 +
2660 2660  (% style="text-align:center" %)
2661 2661  [[image:6.Objects_html_3cae6153cc6e4750.gif||class="img-thumbnail"]]
2662 2662  
2663 2663  **(1) Current state**
2664 2664  
2665 -It is used to switch the object states, but [Text] object only has one state, so this function is invalid.
2606 +It used to switch the object states, but [Text] object only has one state, so this function is invalid.
2666 2666  
2667 2667  **(2) All language**
2668 2668  
... ... @@ -2681,7 +2681,7 @@
2681 2681  
2682 2682  **(5) Text color**
2683 2683  
2684 -It sets color of text in object.
2625 +It sets color for text in object.
2685 2685  
2686 2686  **(6) Text background**
2687 2687  
... ... @@ -2689,8 +2689,10 @@
2689 2689  
2690 2690  == **Table** ==
2691 2691  
2692 -It is displayed in a table format on the HMI screen to meet the display needs of user.
2633 +It is displayed in a table format in the HMI screen to meet the display needs of user.
2693 2693  
2635 +**Description**
2636 +
2694 2694  (% style="text-align:center" %)
2695 2695  [[image:6.Objects_html_2aad7ef679949d71.gif||class="img-thumbnail"]]
2696 2696  
... ... @@ -2703,7 +2703,7 @@
2703 2703  1. **Border:** It sets table line color, including table line and frame line.
2704 2704  1. **Transparence: **It sets the transparency of the object background.
2705 2705  1. **Fill style: **There are two options for it, one is display background, and the other is no background.
2706 -1. **Background:** Valid when selecting display background in "Fill style".
2649 +1. **Background:** Valid when select display background in "Fill style".
2707 2707  
2708 2708  **(2) View**
2709 2709  
... ... @@ -2713,6 +2713,8 @@
2713 2713  
2714 2714  It is displayed in line format in the HMI screen to meet the display needs of user.
2715 2715  
2659 +**Description**
2660 +
2716 2716  (% style="text-align:center" %)
2717 2717  [[image:6.Objects_html_795af47bf0ad8529.gif||class="img-thumbnail"]]
2718 2718  
... ... @@ -2730,7 +2730,7 @@
2730 2730  
2731 2731  **(3) Coordinate control**
2732 2732  
2733 -Dynamically set the position coordinate between two points in line. Set four addresses respectively corresponding to the starting point and end point coordinate. If the numerical value of coordinate is over interface, the object will not be displayed.
2678 +Dynamically set the position coordinate between two points in line. Set four addressesrespectively corresponding to the starting point and end point coordinate. If the numerical value of coordinate is over interface, the object will not be displayed.
2734 2734  
2735 2735  **(4) Color control**
2736 2736  
... ... @@ -2742,10 +2742,12 @@
2742 2742  
2743 2743  == **Polygon** ==
2744 2744  
2745 -It is displayed in polygon format on the HMI screen to meet the display needs of user.
2690 +It is displayed in polygon format in the HMI screen to meet the display needs of user.
2746 2746  
2747 2747  Right click to close polygon and then complete the creation procedure. Select the polygon, then click its point position to change its vertex coordinate after it is created.
2748 2748  
2694 +**Description**
2695 +
2749 2749  (% style="text-align:center" %)
2750 2750  [[image:6.Objects_html_9f46a2daf3b48e68.gif||class="img-thumbnail"]]
2751 2751  
... ... @@ -2754,7 +2754,7 @@
2754 2754  1. **Border color: **It sets border line color.
2755 2755  1. **Border type:** It sets border line type.
2756 2756  1. **Border width: **It sets border line width.
2757 -1. **Transparence: **It sets the transparency of the object's background.
2704 +1. **Transparence: **It sets the transparency of the object background.
2758 2758  1. **Coordinate editing:** It changes coordinate for all points in this object, as below shows.
2759 2759  
2760 2760  (% style="text-align:center" %)
... ... @@ -2778,8 +2778,10 @@
2778 2778  
2779 2779  == **Cycle/ Ellipse** ==
2780 2780  
2781 -It is displayed as cycle on HMI screen to meet the display needs of user.
2728 +It is displayed as cycle in HMI screen to meet the display needs of user.
2782 2782  
2730 +**Description**
2731 +
2783 2783  (% style="text-align:center" %)
2784 2784  [[image:6.Objects_html_1851aaa90af6ee72.gif||class="img-thumbnail"]]
2785 2785  
... ... @@ -2789,8 +2789,8 @@
2789 2789  1. **Frame width: **It sets border line type.
2790 2790  1. **Frame type: **It sets border line width
2791 2791  1. **Pattern: **It sets background type, there are four types.
2792 -1. **Background: **It sets background color of object, invalid when selecting [No fill] in [Pattern]
2793 -1. **Transparence:** It sets the transparency of the object's background.
2741 +1. **Background: **It sets background color of object, invalid when select [No fill] in [Pattern]
2742 +1. **Transparence:** It sets the transparency of the object background.
2794 2794  
2795 2795  **2) Transparence control**
2796 2796  
... ... @@ -2798,7 +2798,7 @@
2798 2798  
2799 2799  **3) Cycle**
2800 2800  
2801 -Check if it is for circle; uncheck it for ellipse.
2750 +Check if for circle; uncheck it for ellipse.
2802 2802  
2803 2803  **4) Color control**
2804 2804  
... ... @@ -2824,6 +2824,7 @@
2824 2824  
2825 2825  **2) Display settings**
2826 2826  
2776 +
2827 2827  (% style="text-align:center" %)
2828 2828  [[image:6.Objects_html_4729b28f315a5a9b.gif||class="img-thumbnail"]]
2829 2829  
... ... @@ -2832,7 +2832,7 @@
2832 2832  1. **Line width: **It sets border line type.
2833 2833  1. **Fill style: **It sets background type, there are four types.
2834 2834  1. **Transparence:** It sets the transparency of the object background.
2835 -1. **Background: **It sets background color of object, invalid when selecting [No fill] in [Pattern].
2785 +1. **Background: **It sets background color of object, invalid when select [No fill] in [Pattern].
2836 2836  
2837 2837  **(3) Only show arc**
2838 2838  
... ... @@ -2858,6 +2858,8 @@
2858 2858  
2859 2859  The line segments are linked end-to-end to form a broken line, whose vertex coordinate can be modified by drafting, just like polygon.
2860 2860  
2811 +**Description**
2812 +
2861 2861  (% style="text-align:center" %)
2862 2862  [[image:6.Objects_html_c3b0de1d4c2fe745.gif||class="img-thumbnail"]]
2863 2863  
... ... @@ -2880,7 +2880,7 @@
2880 2880  
2881 2881  In basic display settings, the line width can't be changed, but user can change width by address.
2882 2882  
2883 -Read the numerical value of address to control the width of line. Display range of numerical value:1-10.
2835 +Read the numerical value of address to control the width of line.Display range of numerical value:1-10.
2884 2884  
2885 2885  **(4) View**
2886 2886  
... ... @@ -2890,6 +2890,8 @@
2890 2890  
2891 2891  The linear scale is a linear scale that draws the specified area with a bisector. The specific scale of the scale can be marked with static text.
2892 2892  
2845 +**Description**
2846 +
2893 2893  (% style="text-align:center" %)
2894 2894  [[image:6.Objects_html_b604bd83c8b8b6d1.gif||class="img-thumbnail"]]
2895 2895  
... ... @@ -2897,12 +2897,12 @@
2897 2897  
2898 2898  1. **Line color:** It sets all line in object (including main and sub scale).
2899 2899  1. **Display direction: **It provides four modes for display.
2900 -1. **Main scale: **It sets the cell of the main scale.
2854 +1. **Main scale:**It sets the cell of the main scale.
2901 2901  1. **Sub scale:** It sets the cell of sub scale for every main scale.
2902 2902  
2903 2903  **(2) View**
2904 2904  
2905 -It is for preview object.
2859 +It is for preview object;
2906 2906  
2907 2907  == **Arc scale** ==
2908 2908  
... ... @@ -2936,15 +2936,15 @@
2936 2936  
2937 2937  Customized object is provided for users to design the universal interface of object freely to meet customization requirements.
2938 2938  
2893 +**Description**
2894 +
2939 2939  (% style="text-align:center" %)
2940 2940  [[image:6.Objects_html_c8146ad79a9ce732.gif||class="img-thumbnail"]]
2941 2941  
2942 -1. **Function Address:** The numerical value in this address is used as the function code of object to handle the corresponding operation.
2943 -1. **DLL file name: **Select needed dll file. (i.e. dll files provided by users)
2944 -1. **Custom address:** Users can add some function address to cooperate with dll file to complete other operations.
2898 +1. **Function Address:** the numerical value in this address is used as the function code of object to handle the corresponding operation.
2899 +1. **DLL file name: **Select needed dll file (i.e. dll files provided by users)
2900 +1. **Custom address:** users can add some function address to cooperate with dll file to complete other operations
2945 2945  
2946 -(% class="box infomessage" %)
2947 -(((
2948 2948  **✎Note:**
2949 2949  
2950 2950  This is a custom-made object that requires the cooperation of WECON software engineers.
... ... @@ -2951,7 +2951,6 @@
2951 2951  
2952 2952  Required documents: two XXXXXX.dll files and an document.
2953 2953  
2954 -* One dll file is used on PC and should be put under the dll_pc folder in the software installation directory.
2908 +* One dll file is used in PC and should be put under the dll_pc folder in the software installation directory.
2955 2955  * One dll file is used in HMI and should be put under the dll_hmi folder in the software installation directory.
2956 2956  * A document for illustrating the dll files.
2957 -)))
XWiki.XWikiComments[0]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -{{mention reference="XWiki.Roy" style="FULL_NAME" anchor="XWiki-Roy-1tuen8"/}} {{mention reference="XWiki.admin" style="FULL_NAME" anchor="XWiki-admin-v9dwdf"/}} this is test message
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:16:52.686
XWiki.XWikiComments[1]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -{{mention reference="XWiki.admin" style="FULL_NAME" anchor="XWiki-admin-54p1l2"/}} hi
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:20:52.190
XWiki.XWikiComments[2]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -{{mention reference="XWiki.Roy" style="FULL_NAME" anchor="XWiki-Roy-xj75f6"/}} {{mention reference="XWiki.admin" style="FULL_NAME" anchor="XWiki-admin-le3bx2"/}} 这个应该可以了吧
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:23:11.227
XWiki.XWikiComments[3]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -hello
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:28:36.248
XWiki.XWikiComments[4]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -撒反对
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:31:30.668
XWiki.XWikiComments[5]
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.test
Comment
... ... @@ -1,1 +1,0 @@
1 -{{mention reference="XWiki.admin" style="FULL_NAME" anchor="XWiki-admin-z27h71"/}} 最新的测试
Date
... ... @@ -1,1 +1,0 @@
1 -2023-07-27 17:38:03.653