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 18.4
edited by Stone Wu
on 2022/08/05 16:26
Change comment: (Autosaved)

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Hunter
1 +XWiki.Stone
Content
... ... @@ -17,38 +17,38 @@
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 released 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 prority 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.
46 46  
47 -**For example:**: HDX11.0 is the read address of the object. The three indirect read address is D0, E1, and HDW2. The system would read the value of address HDW2.
47 +**For example:**: HDX11.0 is the read address of the object. The three indirect read address is D0, E1 and HDW2. The system would read the value of address HDW2.
48 48  
49 -If its value is 22, and the second indirect read address E1 would update to E23, then the system would read the value of E23.
49 +If its value is 22, and the second indrect read address E1 would update to E23, then the system would read the value of E23.
50 50  
51 -If its value is 33, then the first indirect read address D0 would update to D33, then the value of D33 is 44, that is, the bit of deviation is 44 bits.
51 +If its value is 33, then the fisrt indrect read address D0 would update to D33, then the value of D33 is 44, that is, the bit of deviation is 44 bits.
52 52  
53 53  A word has 16 bits, divide 16 into 44, and the answer is 2, remainder 12. Therefore, the read address of object is update from HDX11.0 to HDX13.12, and the final read address is HDX13.12.
54 54  
... ... @@ -59,7 +59,7 @@
59 59  (% style="text-align:center" %)
60 60  [[image:位开关 2.png||class="img-thumbnail"]]
61 61  
62 -**All languages: **Edit the texts of all the languages of the object in a time. A maximum of 8 languages are supported.
62 +**All languages: **Edit the texts of all the languages of the object in a time. A maximum of 8 languages supported.
63 63  
64 64  (% style="text-align:center" %)
65 65  [[image:6.Objects_html_fd7dea026037c591.gif||class="img-thumbnail"]]
... ... @@ -90,32 +90,19 @@
90 90  
91 91  **Object lock**
92 92  
93 -* **Lock address: **Using interlock address, address 0 means that the object would be locked and display a lock icon. Only when the interlock-bit address points to 1 will the bit switch be operated.
93 +* **Lock address: **Using interlock address, address 0 means that the object would be locked and display a lock icon. Only when the interlock - bit address points to 1 will the bit switch be operated.
94 94  * **Hide "lock" icon: **If don't want to display the icon, you may check it. will be "no show" lock "icon" tick.
95 95  * **Lock when "ON":** check it and the bit address will be locked when the interlock address is set to 1.
96 96  
97 -**Touch available: **If you check it, you could operate the object when you touch it.
97 +**Touch available: **If you check it, you could oeprate the object when you touch it.
98 98  
99 99  **Enable beep: **If you check it, the object will beep when you touch it.
100 100  
101 -**Extended trigger functions. **It is only valid for PLC address.
101 +**Extended trigger funtions. **It is only valid for PLC address.
102 102  
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.
... ... @@ -123,8 +123,8 @@
123 123  * **Pop login screen**
124 124  ** Every time: Userlogin screen will pop-up when user permissions are insufficient;
125 125  ** When change user: Userlogin screen will pop-up when user permissions, and if users logged in successfully, the previous users will log out.
126 -** Pop once: Userlogin screen will pop-up when user permissions are insufficient, but when user enter the right password, this object can be operated by anyone.
127 -* **Hide object: **When the user has no permission, the object is hidden. When the user has permission, the object is displayed and can be operated.
113 +** Pop once: userlogin screen will pop-up when user permissions are insufficient, but when user enter the right password, this object can be operated by anyone.
114 +* **Hide object: **When the user has no permission, the object is hided. When the user has the permission, the object is displayed and can be operated.
128 128  
129 129  === Animation ===
130 130  
... ... @@ -143,7 +143,7 @@
143 143  
144 144  For example: If the proportional gain value is x and the moving or scaling value is y, then the actual moving or scaling value is (x*y).
145 145  
146 -**Movement**
133 +**(Movement**
147 147  
148 148  The function of [Movement] is to move the position of object on the screen according to the value of address and movement type.
149 149  
... ... @@ -159,7 +159,7 @@
159 159  
160 160  **Deform**
161 161  
162 -Deform object display size on screen mainly depends on width and height.
149 +Deform object display size on screen, mainly depends on width and height.
163 163  
164 164  Deform type: left, right, up, down, left and right, up and down, right/left and up/down, right/left or up/down.
165 165  
... ... @@ -175,7 +175,7 @@
175 175  |(% style="width:207px" %)PLC address/station NO.|(% style="width:868px" %)Set the device station NO. to access. If default station NO. is selected, then the station NO. is the de  The station number is the default station number for "Connection"  settings in "System Parameters".
176 176  |(% style="width:207px" %)User input|(% style="width:868px" %)The address is not from address library, but a string.
177 177  |(% style="width:207px" %)From address Library|(% style="width:868px" %)The address is selected from address library. If there is no data in address library, it is invalid.
178 -|(% style="width:207px" %)System address|(% style="width:868px" %)Display all the items of address library. The current one is the address referenced by the object.
165 +|(% style="width:207px" %)System address|(% style="width:868px" %)Display all the items of address library. The currently one is the address referenced by the object.
179 179  |(% style="width:207px" %)Connection|(% style="width:868px" %)PLC that already exists in the project.
180 180  |(% style="width:207px" %)Address type|(% style="width:868px" %)The address type or internal register type included in the PLC selected by the project.
181 181  |(% style="width:207px" %)Address NO.|(% style="width:868px" %)To input address NO.
... ... @@ -196,23 +196,22 @@
196 196  
197 197  **Description**
198 198  
186 +
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.
190 +**(1) Address**: It is for setting specified PLC or HMI bit address
203 203  
204 -**Hide**
192 +**(2) 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.
194 +* **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.
195 +* **Blinking: **Blinking while control bit is triggered, the frequency is editable;
196 +** Blink when ON: blink when control bit is ON.
197 +** Blink when OFF: blink when control bit is OFF.
198 +* **Hide: **Display or hide object by "Control Bit" state.
199 +* **Control bit: **For hide control.
200 +** **Hide mode: **hide when OFF; hide when ON;it could not operate if [Invisible] is checked.
201 +** **Invisible:** object keeps hidden during project running.
216 216  
217 217  (% class="box infomessage" %)
218 218  (((
... ... @@ -357,7 +357,7 @@
357 357  * **Next:** Switch to the next screen in the screen list;
358 358  * **Go back: **Switch to the previous operating screen;
359 359  * **Close sub screen:** Close current sub screen;
360 -* **Instalment screen:** Pop-up installment setting screen, only valid when the installment is enabled;
346 +* **Instalment screen:** Pop-up instalment setting screen, only valid when the instalment is enabled;
361 361  * **Flash data to Udisk: **Copy data file from HMI Flash to Udisk, alarm, data record and recipe files could be copied;
362 362  
363 363  (% style="text-align:center" %)
... ... @@ -373,7 +373,7 @@
373 373  (% style="text-align:center" %)
374 374  [[image:6.Objects_html_a68f2b0b1bf2758c.gif||class="img-thumbnail"]]
375 375  
376 -**Using trigger address**. As the figure above, when 00 is ON, then selected operation of the function switch will be executed.
362 +**Using trigger address**. As the figure above,when 00 is ON,then selected operation of the function switch will be executed.
377 377  
378 378  **All terminals effect**. When this function is enabled, all terminals (screens, mobile phones, ipads, computers, etc.) will execute the function Switch Function simultaneously. For example, the screens of each terminal are different. When the screen is clicked to jump to the "Home" screen, all terminals will jump to the home screen.
379 379  
... ... @@ -382,11 +382,11 @@
382 382  ✎**Note:**
383 383  
384 384  1. Some special characters like \ : * ? “ <> | are not allowed in file path, otherwise an error (the following characters could not be included in the file name.| >< : * “ ? \) may occur.
385 -1. If you use SD card which HMI doesn't support, then you select the SD card as path,an error may occur.
386 -1. When users save directory, source path and destination path should end with [/], such as: [data/].
371 +1. If you use SD card which HMI does't support, then you select the SD card as path,an error may occur.
372 +1. When users save directory ,source path and destination path should end with [/], such as: [data/].
387 387  
388 388  * If source path or destination path is empty, there will be an error: [please set source and destination paths].
389 -* If source path or destination path contain more than two consecutive [/], there will be an error: [invalid path].
375 +* If source path or destination path contain more than two consecutive [/],there will be an error: [invalid path].
390 390  
391 391  (% start="4" %)
392 392  1. When users save specified file, it is necessary to set specified file path and file name. Such as: "data/a.txt". If there is no file name in path, there will be an error: "please set source path!" or "Please set destination path!"
... ... @@ -395,7 +395,7 @@
395 395  
396 396  == Combination switch ==
397 397  
398 -The combination switch supports the collection of multiple functions onto one object. When the object is pressed, multiple functions are arranged in sequence to meet the special requirements of the user.
384 +The combination switch supports the collection of multiple functions onto one object. When the object is pressed, multiple functions are arranged in sequence to meet the special requirements of user.
399 399  
400 400  The combination switch contains sub-functions such as bit operation, word operation, arithmetic and screen change. Click the corresponding button on the "General" of the object to add sub-functions to the list, and up to 100 sub-functions can be added.
401 401  
... ... @@ -433,7 +433,7 @@
433 433  
434 434  **Word addresses length: **The length of operated addresses.
435 435  
436 -* If "Target word address" is 40, "Type" is Word set, and operand is 10, the length is 3 when pressing the button, the 40~~42 will be 10.
422 +* If "Target word address" is 40, "Type" is Word set,and operand is 10,the length is 3,when press the button,the 40~~42 will be 10.
437 437  
438 438  **Arithmetic**
439 439  
... ... @@ -473,46 +473,46 @@
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.
481 -** The cycle time is independent.
465 +** The cycle time are independent.
482 482  ** The object performs one cycle, all the sub-functions would be performed once.
483 -** If the object cycle ends earlier than the sub-function cycle, the sub-function would complete the remaining number of cycles.
484 -** If the object cycle ends later than the sub-function cycle, the sub-function cycle would be triggered again.
467 +** If the object cycle ends earlier than the sub-function cycle, and the sub-function would completes the remaining number of cycles.
468 +** If the object cycle ends later than the sub-function cycle, and 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  
491 491  Slide switch is a special switch object. By changing the position of the slider, the corresponding address value would be changed. At the same time, the slider position will change according to the address value.
492 492  
476 +**Description**
477 +
478 +
493 493  (% style="text-align:center" %)
494 494  [[image:6.Objects_html_cc27b49cc3421a77.gif||class="img-thumbnail"]]
495 495  
496 -**Attributes:**
482 +**(1) Attributes:**
497 497  
498 -* **Write address:** The address needs to be written and monitored
499 -* **Data format: **Support 16-bit signed / unsigned decimal number, 32-bit signed / unsigned decimal number, floating number is not supported.
484 +1. **Write address:** The address needs to be written and monitored
485 +1. **Data format: **Support 16-bit signed / unsigned decimal number, 32-bit signed / unsigned decimal number, floating number is not supported.
500 500  
501 -**Scale range:**
487 +**(2) Scale range:**
502 502  
503 -* **Upper/lower limit: **The range of data that can be manipulated by the slider. The value is scaled according to the decimal place of the data format.
504 -* **Variable range: **When this function is checked, the value of the filling address will be used as the upper and lower limits of the scale.
505 -* **Display upper/lower limit:** When this function is checked, the upper and lower limit data will be displayed in the slide switch.
489 +1. **Upper/lower limit: **The range of data that can be manipulated by the slider. The value is scaled according to the decimal place of the data format.
490 +1. **Variable range: **When this function is checked, the value of the filling address will be used as the upper and lower limits of the scale.
491 +1. **Display upper/lower limit:** When this function is checked, the upper and lower limit data will be displayed in the slide switch.
506 506  
507 -**Function:**
493 +**(3) Function:**
508 508  
509 -* **Direction:** The slide switch provides four directions: from top to bottom, bottom to top, left to right, and right to left.
510 -* **Min. scale: **The minimum scale unit when the slider is moved. The value is scaled according to the format. (Need to drag to move)
511 -* **Scroll value: **The smallest unit of scale when the slider is moved. This value is scaled according to the format. (Need to drag to move)
512 -* **Write address: **Display current value: Show the current value of the device address above the slider
513 -* **Write immediately : **Write the value of the slide switch during the sliding process to the device address in real time.
514 -* **Alarm value:** input the alarm value
515 -* **Alarm color : **When "Alarm color" is ticked off, and the value of the device address reaches "Alarm value", the foreground color of the slide switch will be displayed as a warning color.
495 +1. **Direction:** The slide switch provides four directions: from top to bottom, bottom to top, left to right, and right to left.
496 +1. **Min. scale: **The minimum scale unit when the slider is moved. The value is scaled according to the format. (Need to drag to move)
497 +1. **Scroll value: **The smallest unit of scale when the slider is moved. This value is scaled according to the format. (Need to drag to move)
498 +1. **Write address: **Display current value: Show the current value of the device address above the slider
499 +1. **Write immediately : **Write the value of the slide switch during the sliding process to the device address in real time.
500 +1. **Alarm value:** input the alarm value
501 +1. **Alarm color : **When "Alarm color" is ticked off, and the value of the device address reaches "Alarm value", the foreground color of the slide switch will be displayed as a warning color.
516 516  
517 517  (% class="box infomessage" %)
518 518  (((
... ... @@ -522,15 +522,15 @@
522 522  (% style="text-align:center" %)
523 523  [[image:6.Objects_html_65b8338bfb56a238.gif||class="img-thumbnail"]]
524 524  
525 -**Slide rail**
511 +**(4) Slide rail**
526 526  
527 -* **Border color: **Tick off to display the border color
528 -* **Foreground color: **The color of the slide rail where the slider slides over. If not checked, the color will be displayed transparently
529 -* **Background color: **The color of the slide rail where the slider does not slide over. If it is not checked, it will be displayed transparently.
530 -* **Height: **slide rail height
531 -* **Shape: **Set the style (right or rounded angle) of the rails
513 +1. **Border color: **Tick off to display the border color
514 +1. **Foreground color: **The color of the slide rail where the slider slides over. If not checked, the color will be displayed transparently
515 +1. **Background color: **The color of the slide rail where the slider does not slide over. If it is not checked, it will be displayed transparently.
516 +1. **Height: **slide rail height
517 +1. **Shape: **Set the style (right or rounded angle) of the rails
532 532  
533 -**Slider**
519 +**(5) Slider**
534 534  
535 535  * **Color: **Tick off to display the slider color, otherwise it is displayed transparently.
536 536  * **Shape: **Set the slider style (square or circle).
... ... @@ -548,7 +548,7 @@
548 548  ** The diameter of the circular slider is displayed as a percentage of the width of the object, and it is recommended that the diameter of the slider should be greater than or equal to 2 times the width of the slide rail.
549 549  ** The width and height of the square slider are displayed as a percentage of the width of the object, and it is recommended that the width of the slider should be greater than or equal to the width of the slide rail.
550 550  
551 -**Preview**: Display the setting result of slider switch.
537 +**(6) Preview**: Display the setting result of slider switch.
552 552  
553 553  (% class="box infomessage" %)
554 554  (((
... ... @@ -566,12 +566,12 @@
566 566  (% style="text-align:center" %)
567 567  [[image:6-1NumericInput.png||class="img-thumbnail"]]
568 568  
569 -**General**
555 +**(1) General**
570 570  
571 571  * **Read Address:** The data from designated address will be displayed.
572 572  * **Input: **Enable input function and "Write Address" configuration.
573 573  * **Same read-write address:** Configure [Write Address] is the same as "Read Address".
574 -* **Write address: **Write data to designated address. The address could be different from "Read Address".
560 +* **Write address: **Write data to designated address. The address could be different "Read Address".
575 575  * **Keypad:** it is standard numeric keypad, allow to input decimal and floating;
576 576  
577 577  (% class="box infomessage" %)
... ... @@ -583,20 +583,20 @@
583 583  * **NO: **the number of numeric input object;
584 584  * **Group NO: **the group number of numeric input object;
585 585  
586 -**Display**
572 +**(2) Display**
587 587  
588 588  (% style="text-align:center" %)
589 589  [[image:6.Objects_html_a6448568aa9b4008.gif||class="img-thumbnail"]]
590 590  
591 -* **Font:** It is located in font list; user could select font directly.
592 -* **Trim 0 display**: The last digit of the decimal only display the non-zero part, such as 6.30 will be displayed as 6.3.
593 -* **Input as "*":** The data is shown as "*".
577 +* **Font:** It is located to font list; user could select font directly.
578 +* **Trim 0 display**: The last digit of the decimal only display the non-zero part, such as6.30 will be displayed as 6.3.
579 +* **Input as "*":** the data shown as "*".
594 594  * **Alignment:** There are three modes.
595 595  * **Center:** data display on the center of object.
596 -* **Align left: **Data display on the left.
597 -* **Align right: **Data display on the right.
582 +* **Align left: **data display on the left.
583 +* **Align right: **data display on the right.
598 598  
599 -**Data format**
585 +**(3) Data format**
600 600  
601 601  (% style="text-align:center" %)
602 602  [[image:6.Objects_html_52ba758ebcea03f2.gif||class="img-thumbnail"]]
... ... @@ -609,11 +609,11 @@
609 609  * **Data format:** Configure data display format.
610 610  * **Range:** beyond the data range will be not inputted.
611 611  
612 -**Keypad position**
598 +**(4) Keypad position**
613 613  
614 614  It is used for setting keypad position when input data.
615 615  
616 -**Label**
602 +**(5) Label**
617 617  
618 618  Configure label shown on the left/ right side of data.
619 619  
... ... @@ -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.
654 +* **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.
676 +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.
683 +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.
692 +* **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.
702 +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).
704 +**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.
706 +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.
721 +Page Up : Current Value minus 1.
736 736  
737 -Page Down: Current Value add 1.
723 +Page Down : Current Value add 1.
738 738  
739 739  Range: 1 to 65535
740 740  )))
... ... @@ -743,44 +743,20 @@
743 743  HDW12
744 744  
745 745  (Bit address control up and down left and right display)
746 -)))|(% style="width:113px" %)HDW12.0|(% colspan="2" style="width:528px" %)(((
747 -Table type object: Move one page up
748 -
749 -History Trend Chart: Pop up query settings window
750 -)))
751 -|(% style="width:113px" %)HDW12.1|(% colspan="2" style="width:528px" %)(((
752 -Table type object: Move one row up
753 -
754 -History Trend Chart: Move one span down
755 -)))
756 -|(% style="width:113px" %)HDW12.2|(% colspan="2" style="width:528px" %)(((
757 -Table type object: Move one page down
758 -
759 -History Trend Chart: Move one span up
760 -)))
761 -|(% style="width:113px" %)HDW12.3|(% colspan="2" style="width:528px" %)(((
762 -Table type object: Move one row down
763 -
764 -History Trend Chart: Display/Hide slide bar
765 -)))
766 -|(% style="width:113px" %)HDW12.4|(% colspan="2" style="width:528px" %)(((
767 -Table type object: Move one page left
768 -
769 -History Trend Chart: Zoom in (Narrow time span down)
770 -)))
771 -|(% style="width:113px" %)HDW12.5|(% colspan="2" style="width:528px" %)(((
772 -Table type object: Move one column left
773 -
774 -History Trend Chart: Zoom out (Broaden time span up)
775 -)))
776 -|(% style="width:113px" %)HDW12.6|(% colspan="2" style="width:528px" %)Table type object: Move one page right
777 -|(% style="width:113px" %)HDW12.7|(% colspan="2" style="width:528px" %)Table type object: Move one column right
732 +)))|(% style="width:113px" %)HDW12.0|(% colspan="2" style="width:528px" %)Move one page up
733 +|(% style="width:113px" %)HDW12.1|(% colspan="2" style="width:528px" %)Move one row up
734 +|(% style="width:113px" %)HDW12.2|(% colspan="2" style="width:528px" %)Move one page down
735 +|(% style="width:113px" %)HDW12.3|(% colspan="2" style="width:528px" %)Move one row down
736 +|(% style="width:113px" %)HDW12.4|(% colspan="2" style="width:528px" %)Move one page left
737 +|(% style="width:113px" %)HDW12.5|(% colspan="2" style="width:528px" %)Move one column left
738 +|(% style="width:113px" %)HDW12.6|(% colspan="2" style="width:528px" %)Move one page right
739 +|(% style="width:113px" %)HDW12.7|(% colspan="2" style="width:528px" %)Move one column right
778 778  |(% style="width:277px" %)HDX13.0|(% style="width:113px" %)Bit|(% colspan="2" style="width:528px" %)(((
779 779  Span Method:
780 780  
781 781  ~=0: Use the Span Value and Span Unit to query;
782 782  
783 -~=1: Use start time and end time to calculate the time span for query.
745 +~=1: Use start time to calculate the time interval of query.
784 784  )))
785 785  |(% style="width:277px" %)HDW14|(% style="width:113px" %)Word|(% rowspan="6" style="width:158px" %)Numeric Input|(% rowspan="6" style="width:237px" %)Effective when HDX13.0=1|(% style="width:291px" %)End Time: Year
786 786  |(% style="width:277px" %)HDW15|(% style="width:113px" %)Word|(% style="width:291px" %)End Time: Month
... ... @@ -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.
765 +* **Background type:** There are four modes, style 1 and style 2 is gradient mode, style 3 is solid color mode, style 4 is transparent.
766 +* **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.
773 +* **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.
... ... @@ -830,10 +830,10 @@
830 830  (% style="text-align:center" %)
831 831  [[image:6.Objects_html_d5d647f7cb216d8f.gif||class="img-thumbnail"]]
832 832  
833 -* **Time type:** There are two time displaying type, one is only displaying the start and end time, and the other is displaying time for each cell.
834 -* **Curve Fitting (XY)**
835 -* **Line type:** Set the line type (line, curve) between two points.
836 -* **Smoothness:** it sets the smoothness of curve. Smoothness sets the curve smoothness. Conversely, the corner of the curve is sharper.
790 +1. **Time type:** There are two time displaying type, one is only displaying the start and end time, and the other is displaying time for each cell.
791 +1. **Curve Fitting (XY)**
792 +1. **Line type:** Set the line type (line, curve) between two points.
793 +1. **Smoothness:** it sets the smoothness of curve. Smoothness sets the curve smoothness. Conversely, the corner of the curve is sharper.
837 837  
838 838  == Real-time trend chart ==
839 839  
... ... @@ -842,7 +842,7 @@
842 842  **Source**
843 843  
844 844  * **Curve buffer: **Select data from and display data in term of curve.
845 -* **Curve displays:** HMI will display curves according to select Trend Chart, and user could select which curves need to be displayed and select Line type and Colorfor each curve.
802 +* **Curve displays:** HMI will display curves according to select [Trend Chart], and user could select which curves need to be displayed and select [Line type] and [Color]for each curve.
846 846  
847 847  (% style="text-align:center" %)
848 848  [[image:image-20220616160423-7.png]]
... ... @@ -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.
854 +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.
860 +1. [[image:image-20220616162021-19.png]] **:**Move backwards by span time
861 +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.
863 +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  (((
... ... @@ -910,7 +910,7 @@
910 910  **✎Note: **For the setting of historical trend chart, please refer to "[[Trend chart>>path:https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HTrendchart]]".
911 911  )))
912 912  
913 -== Alarm record display ==
870 +== **Alarm record display** ==
914 914  
915 915  Display current alarm and history alarm information.After setting the time span, the history alarm record will list by the time span.
916 916  
... ... @@ -919,20 +919,20 @@
919 919  (% style="text-align:center" %)
920 920  [[image:6.Objects_html_680530096b569128.gif||class="img-thumbnail"]]
921 921  
922 -**Settings**
879 +**(1) Settings**
923 923  
924 924  (% style="text-align:center" %)
925 925  [[image:6.Objects_html_ae2b58548526a788.gif||class="img-thumbnail"]]
926 926  
927 -* **Alarm type: **There are two types for alarm function; one is [Current alarm record] and the other is "History alarm record".
928 -* **Group No:** This group number is corresponding to ID from Alarm settings; this object only displays the alarm content within this ID range.
929 -* **Display in reverse order: **The latest alarm information will be displayed at the top of object.
930 -* **Alarm Record Setting**: This is for setting display items in object, the setting window as below shows.
884 +1. **Alarm type: **There are two types for alarm function; one is [Current alarm record] and the other is "History alarm record".
885 +1. **Group No:** This group number is corresponding to ID from Alarm settings; this object only displays the alarm content within this ID range.
886 +1. **Display in reverse order: **The latest alarm information will be displayed at the top of object.
887 +1. **Alarm Record Setting**: This is for setting display items in object, the setting window as below shows.
931 931  
932 932  (% style="text-align:center" %)
933 933  [[image:6.Objects_html_c39789a001b0224e.gif||class="img-thumbnail"]]
934 934  
935 -**Query Settings**
892 +**(2) Query Settings**
936 936  
937 937  There are two modes for this settings, one is "Page control", and the other is "Use function address".
938 938  
... ... @@ -949,12 +949,9 @@
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 -**Start Time**
911 +**(3) Start Time**
958 958  
959 959  It configures start query time and span.
960 960  
... ... @@ -972,30 +972,20 @@
972 972  (% style="text-align:center" %)
973 973  [[image:6.Objects_html_de2952171d05accd.gif||height="312" width="567" class="img-thumbnail"]]
974 974  
975 -* [[image:6.Objects_html_92e1910330039a59.gif||height="49" width="48" class="img-thumbnail"]] Query setting
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
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.
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.
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.
984 -* [[image:image-20220808142630-8.png||class="img-thumbnail"]]means moving the display to right.
929 +* [[image:6.Objects_html_92e1910330039a59.gif||class="img-thumbnail"]] Query setting
930 +* [[image:6.Objects_html_4efc52d4a7f1ea02.gif||class="img-thumbnail"]] Refresh page
931 +* Up operation buttons: [^] means moving up one row; [︽] means page up.
932 +* Down operation buttons: [˅] means moving down one row; [︾] means page down.
933 +* Left operation buttons: [<] means moving left column; [<<] means moving the display to the left.
934 +* Right operation buttons: [>] means moving right column; [>>] means moving the display to right.
985 985  
986 -(% class="box infomessage" %)
987 -(((
988 988  **✎Note:** Please click here to set "[[Bit alarm>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HBitalarm]]" and "[[Word alarm>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HWordalarm]]".
989 -)))
990 990  
991 -== Data record display ==
938 +== **Data record display** ==
992 992  
993 993  "Data Record Display" displays the value of the address set by the user in the data record in the form of a table. It provides the function of query. You could query all the recored data within a specified period. If the project does not edit data recored area or there is no historical data, data record would display nothing. You can dynamically set the query period on the HMI and save the power failure.
994 994  
995 -(% class="box infomessage" %)
996 -(((
997 997  ✎**Note: **The objects sunch as tables and trends charts are only support **"**song typeface". It is invalid if you set other fonts.
998 -)))
999 999  
1000 1000  This object only displays content normally after the "[[(% class="wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink wikiinternallink" %)__Data record__>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HDatarecord]](%%)" function is set.
1001 1001  
... ... @@ -1002,7 +1002,7 @@
1002 1002  (% style="text-align:center" %)
1003 1003  [[image:6.Objects_html_2ee00a2b90c062f6.gif||class="img-thumbnail"]]
1004 1004  
1005 -**Record**
949 +**(1) Record**
1006 1006  
1007 1007  There are data of multiple groups could be set in the data record, but it could only display the data of one group at the same time. Therefore, during configuring, user need to specify the corresponding data record group number for each object.
1008 1008  
... ... @@ -1009,11 +1009,11 @@
1009 1009  (% style="text-align:center" %)
1010 1010  [[image:6.Objects_html_7d03f28e9a7ec548.gif||class="img-thumbnail"]]
1011 1011  
1012 -**Display in reverse order**
956 +**(2) Display in reverse order**
1013 1013  
1014 -It sorts by time by default. The oldest data record will be displayed at the top of it. If you check  "Display in reverse order", the latest data record will be displayed at the top.
958 +It sorts by time by default. The oldest data record will be displayed at the top of it. If you check  "Display in reverse order", The latest data record will be displayed at the top of it
1015 1015  
1016 -**Start Time**
960 +**(3) Start Time**
1017 1017  
1018 1018  (% style="text-align:center" %)
1019 1019  [[image:6.Objects_html_d2335d95f27b8e03.gif||class="img-thumbnail"]]
... ... @@ -1020,13 +1020,13 @@
1020 1020  
1021 1021  You can configure the start query time. Set the time span from start time to end time of query.
1022 1022  
1023 -**Security**
967 +**(4) Security**
1024 1024  
1025 1025  (% style="text-align:center" %)
1026 1026  [[image:6.Objects_html_3235c433cffea00f.gif||class="img-thumbnail"]]
1027 1027  
1028 -* **Channel control address:** It continuously occupies 8-word addresses, the first 100-bit addresses control 100 channels of display/hide function. For example, if the address is set to HDW10, then HDX10.0=1 is hidden channel 1; HDX10.1=1 is hidden channel 2, and so on.
1029 -* **Freeze first column:** Enable it, the first column (time column) of the data record will not move with the left and right pages.
972 +1. **Channel control address:** It continuously occupies 8-word addresses, the first 100-bit addresses control 100 channels of display/hide function. For example, if the address is set to HDW10, then HDX10.0=1 is hidden channel 1; HDX10.1=1 is hidden channel 2, and so on.
973 +1. **Freeze first column:** Enable it, the first column (time column) of the data record will not move with the left and right pages.
1030 1030  
1031 1031  For details about "function address", see "[[Common settings in chart objects>>https://docs.we-con.com.cn/bin/view/PIStudio/06.Objects/#HCommonsettings]]".
1032 1032  
... ... @@ -1059,123 +1059,140 @@
1059 1059  (% style="text-align:center" %)
1060 1060  [[image:配方 1.png||class="img-thumbnail"]]
1061 1061  
1062 -**Function (Recipe File)**
1006 +**(1) Function (Recipe File)**
1063 1063  
1064 -* **File type: **There are more than one function in this object, this is for selecting function, select "Recipe File", when "Recipe function" is set, it will display recipe data in the form of a table.
1065 -* **Folder name:** This is located to recipe function setting.
1066 -* **Select line:** Select one line in list and display its line No. in this address.(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.)
1067 -* For example, set 40,
1068 -** if 40=1, the first row of object is selected.
1069 -** If 40=2, the second row of object is selected.
1070 -** ...
1071 -** If 40=10, the 10th row of object is selected.
1072 -* **Folder name address: **This is for setting recipe file name, in advance recipe mode.
1008 +1. **File type: **There are more than one function in this object, this is for selecting function, select "Recipe File", when "Recipe function" is set, it will display recipe data in the form of a table.
1009 +1. **Folder name:** This is located to recipe function setting.
1010 +1. **Select line:** Select one line in list and display its line No. in this address.(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.)
1073 1073  
1012 + For example, set 40,
1013 +
1014 +* if 40=1, the first row of object is selected.
1015 +* If 40=2, the second row of object is selected.
1016 +* ...
1017 +* If 40=10, the 10th row of object is selected.
1018 +
1019 +(% start="4" %)
1020 +1. **Folder name address: **This is for setting recipe file name, in advance recipe mode.
1021 +
1074 1074  (% style="text-align:center" %)
1075 1075  [[image:6.Objects_html_38f1820209eedfb4.gif||class="img-thumbnail"]]
1076 1076  
1077 -**Function (Operating Record)**
1025 +**(2) Function (Operating Record)**
1078 1078  
1079 1079  (% style="text-align:center" %)
1080 1080  [[image:6.Objects_html_d6c16aee84067851.gif||class="img-thumbnail"]]
1081 1081  
1082 -* **File type: **There are more than one function in this object, this is for selecting function, select [Operating Record], when [User Permission] is enabled, the operation record of each user in HMI is recorded and displayedin the form of a table, and the time and date display format could be set as needed.
1083 -* **Select line: **Set address for select row.
1030 +1. **File type: **There are more than one function in this object, this is for selecting function, select [Operating Record], when [User Permission] is enabled, the operation record of each user in HMI is recorded and displayedin the form of a table, and the time and date display format could be set as needed.
1031 +1. **Select line: **Set address for select row.
1084 1084  
1085 -**Function (Timeout Alert)**
1033 +**(3) Function (Timeout Alert)**
1086 1086  
1087 1087  (% style="text-align:center" %)
1088 1088  [[image:6.Objects_html_35cc911c850c1afb.gif||class="img-thumbnail"]]
1089 1089  
1090 -* **File type:** There are more than one function in this object, this is for selecting function, select [Timeout], it displays the current HMI project communication timeout information. (The built-in screen has this special function; it will pop up automatically when timeout, users do not need to set).
1091 -* **Select line: **Set address for select row.
1038 +1. **File type:** There are more than one function in this object, this is for selecting function, select [Timeout], it displays the current HMI project communication timeout information. (The built-in screen has this special function; it will pop up automatically when timeout, users do not need to set).
1039 +1. **Select line: **Set address for select row.
1092 1092  
1093 -**Function (Client Manage)**
1041 +**(4) Function (Client Manage)**
1094 1094  
1095 1095  (% style="text-align:center" %)
1096 1096  [[image:6.Objects_html_9ec936a372bb7efb.gif||class="img-thumbnail"]]
1097 1097  
1098 -* **File type: **There are more than one functions in this object, this is for selecting function, select [Client manage], it displays the current visitors' screens information.
1099 -* **Select line:** Set address for select row.
1046 +1. **File type: **There are more than one functions in this object, this is for selecting function, select [Client manage], it displays the current visitors' screens information.
1047 +1. **Select line:** Set address for select row.
1100 1100  
1101 -**Function (User Manage)**
1049 +**(5) Function (User Manage)**
1102 1102  
1103 1103  (% style="text-align:center" %)
1104 1104  [[image:6.Objects_html_59dc786401ea6651.gif||class="img-thumbnail"]]
1105 1105  
1106 -* **File type:** There are more than one functions in this object, this is for selecting function, select [User Manage],when [User Permission] is enabled, it displays all users' information.
1107 -* **Select line: **Set address for select row.
1108 -* **Refresh: **Set address for refresh users list; (bit address).
1054 +1. **File type:** There are more than one functions in this object, this is for selecting function, select [User Manage],when [User Permission] is enabled, it displays all users' information.
1055 +1. **Select line: **Set address for select row.
1056 +1. **Refresh: **Set address for refresh users list; (bit address).
1109 1109  
1110 -**Function (System Message)**
1058 +**(6) Function (System Message)**
1111 1111  
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.
1116 -* **Select line: **Set address for select row.
1063 +1. **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.
1064 +1. **Select line: **Set address for select row.
1117 1117  
1118 -**Address Control**
1066 +**(7) Address Control**
1119 1119  
1120 -* **Start group: **Control displaying start from specified row, which means display from specified group.
1121 -* For example, set 40
1122 -** If 40=1, Start from first row (first group).
1123 -** If 40=2, Start from second row (second group).
1124 -** ...
1125 -** If 40=10, Start from 10th row (10th group).
1126 -* **Group number address: **Control the number of rows displayed;
1127 -* For example, set 410
1128 -** If 410=1, this object only displays 1 row (1 group).
1129 -** If 410=2, this object displays 2 rows (2 groups).
1130 -** ...
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.
1133 -* For example, set 420,
1134 -** If 420=1, Start from first column (first member).
1135 -** If 420=2, Start from second column (second member).
1136 -** ...
1137 -** If 420=10, Start from 10th column (10th member).
1138 -* **Address number: **Control the number of columns displayed.
1139 -* For example, set 430,
1140 -** If 430=1, this object only displays 1 column (1 member).
1141 -** If 430=2, this object displays 2 columns (2 members).
1142 -** ...
1143 -** If 430=10, this object displays 10 columns (10 members).
1144 -* **Result**: When all configurations are completed, when the HMI is running, object will display like below.
1068 +**Start group: **control displaying start fromspecified row, which means display from specified group.
1145 1145  
1146 -**Recipe**
1070 +For example set 40,
1147 1147  
1072 +* If 40=1, Start from first row (first group).
1073 +* If 40=2, Start from second row (second group).
1074 +* ...
1075 +* If 40=10, Start from 10th row (10th group).
1076 +
1077 +**Group number address: **Control the number of rows displayed;
1078 +
1079 +For example set 410,
1080 +
1081 +* If 410=1, this object only displays 1 row (1 group).
1082 +* If 410=2, this object displays 2 rows (2 groups).
1083 +* ...
1084 +* If 410=10, this object displays 10 rows (10 groups).
1085 +
1086 +**Start address: **Control displaying start fromspecified column, which means display from specified member.
1087 +
1088 +For example, set 420,
1089 +
1090 +* If 420=1, Start from first column (first member).
1091 +* If 420=2, Start from second column (second member).
1092 +* ...
1093 +* If 420=10, Start from 10th column (10th member).
1094 +
1095 +**Address number: **Control the number of columns displayed.
1096 +
1097 +For example, set 430,
1098 +
1099 +* If 430=1, this object only displays 1 column (1 member).
1100 +* If 430=2, this object displays 2 columns (2 members).
1101 +* ...
1102 +* If 430=10, this object displays 10 columns (10 members).
1103 +
1104 +**Result**
1105 +
1106 +When all configurations are completed, when the HMI is running, object will display like below.
1107 +
1108 +**(1) Recipe**
1109 +
1148 1148  (% style="text-align:center" %)
1149 1149  [[image:6.Objects_html_73ddff1c47ca6b37.gif||height="271" width="567" class="img-thumbnail"]]
1150 1150  
1151 -**Operating Record**
1113 +**(2) Operating Record**
1152 1152  
1153 1153  (% style="text-align:center" %)
1154 1154  [[image:6.Objects_html_6d72e0a32128f87a.gif||height="413" width="567" class="img-thumbnail"]]
1155 1155  
1156 -**Client Manage**
1118 +**(3) Client Manage**
1157 1157  
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.
1127 +* 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.
1134 +recipe files in "Flash", and also shows custom folder information.
1176 1176  
1177 -**Function (Recipe File)**
1136 +**Description**
1178 1178  
1138 +**(1) Function (Recipe File)**
1139 +
1179 1179  (% style="text-align:center" %)
1180 1180  [[image:文件列表 1.png||class="img-thumbnail"]]
1181 1181  
... ... @@ -1182,46 +1182,50 @@
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.
1186 -* **Folder name:** This is located to recipe function setting.
1187 -* **Select line:** Select one line in list and display its line No. in this address.
1188 -* For example, set 40,
1189 -** if 40=1, the first row of object is selected.
1190 -** If 40=2, the second row of object is selected.
1191 -** ...
1192 -** If 40=10, the 10th row of object is selected.
1146 +1. **File type: **[Recipe File] is for display recipe files in Flash.
1147 +1. **Folder name:** This is located to recipe function setting.
1148 +1. **Select line:** Select one line in list and display its line No. in this address.
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 -)))
1150 + For example, set 40,
1198 1198  
1199 -* **Folder name address:** This is for setting recipe file name, in advance recipe mode.
1152 +* if 40=1, the first row of object is selected.
1153 +* If 40=2, the second row of object is selected.
1154 +* ...
1155 +* If 40=10, the 10th row of object is selected.
1200 1200  
1201 -**Function (Custom Folder)**
1157 +**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.
1202 1202  
1159 +(% start="4" %)
1160 +1. **Folder name address:** This is for setting recipe file name, in advance recipe mode.
1161 +
1162 +**(2) Function (Custom Folder)**
1163 +
1203 1203  (% style="text-align:center" %)
1204 1204  [[image:6.Objects_html_8cb7b2547b5e5c65.gif||class="img-thumbnail"]]
1205 1205  
1206 -* **File type: **The object displays files under the specified path.
1207 -* **Root:** It means storage; there are three options, "Flash", "Udisk" and "SDcard".
1208 -* **Folder:** Set folder name, such as recipe.
1209 -* **Select line: **Set address for select row.
1210 -* For example, set 40,
1211 -** if 40=1, the first row of object is selected.
1212 -** If 40=2, the second row of object is selected.
1213 -** ...
1214 -** If 40=10, the 10th row of object is selected.
1215 -* **Folder name address:** This is for setting recipe file name, in advance recipe mode;
1167 +1. **File type: **The object displays files under the specified path.
1168 +1. **Root:** It means storage; there are three options, "Flash", "Udisk" and "SDcard".
1169 +1. **Folder:** Set folder name, such as recipe.
1170 +1. **Select line: **Set address for select row.
1216 1216  
1217 -**Use function address (20 words)**
1172 + For example, set 40,
1218 1218  
1174 +* if 40=1, the first row of object is selected.
1175 +* If 40=2, the second row of object is selected.
1176 +* ...
1177 +* If 40=10, the 10th row of object is selected.
1178 +
1179 +(% start="5" %)
1180 +1. **Folder name address:** This is for setting recipe file name, in advance recipe mode;
1181 +
1182 +**(3) Use function address (20 words)**
1183 +
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.
1187 +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.
1189 +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 -(((
1209 +(% 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  
... ... @@ -1253,12 +1253,12 @@
1253 1253  (% style="text-align:center" %)
1254 1254  [[image:XY 1.png||height="573" width="567" class="img-thumbnail"]]
1255 1255  
1256 -**Source**
1219 +**(1) Source**
1257 1257  
1258 -* **Auto Sample:** Select data from [XY plot] and displayed in a curve according to the set time.
1259 -* **Trigger Sample: **When the trigger address is set, the data is collected and displayed in a curve. After the data is collected, the trigger address is automatically reset.
1221 +1. **Auto Sample:** Select data from [XY plot] and displayed in a curve according to the set time.
1222 +1. **Trigger Sample: **When the trigger address is set, the data is collected and displayed in a curve. After the data is collected, the trigger address is automatically reset.
1260 1260  
1261 -**Curve settings: **According needs to set style and color for each curve.
1224 +**(2) Curve settings: **According needs to set style and color for each curve.
1262 1262  
1263 1263  **Read address:** *for example, PLC word address is D, it points number is m. (point numbers no more than 800).
1264 1264  
... ... @@ -1272,23 +1272,24 @@
1272 1272  
1273 1273  Because if the number of XY points is m, it is necessary to continuously read 2m words from the address D of the PLC to draw a complete XY picture.
1274 1274  
1275 -**Appearance**
1238 +**(2) Appearance**
1276 1276  
1277 1277  (% style="text-align:center" %)
1278 1278  [[image:XY 2.png||class="img-thumbnail"]]
1279 1279  
1280 -* **X grids and Y grids:** The range is from 1 to 10.
1281 -* **color setting:**
1282 -** Background color 1 indicates the background color of appearrance.
1283 -** Background color 2 indicates the background color of grid.
1243 +1. **X grids and Y grids:** The range is from 1 to 10.
1244 +1. **color setting:**
1284 1284  
1285 -**Range**
1246 +* Background color 1 indicates the background color of appearrance.
1247 +* Background color 2 indicates the background color of grid.
1286 1286  
1249 +**(3) Range**
1250 +
1287 1287  (% style="text-align:center" %)
1288 1288  [[image:XY 3.png||height="312" width="567" class="img-thumbnail"]]
1289 1289  
1290 -* **Variable:** The data range for the graph could be set as a variable.
1291 -* **X, Y Limit:** Set the max and min value of displaying curve.
1254 +1. **Variable:** The data range for the graph could be set as a variable.
1255 +1. **X, Y Limit:** Set the max and min value of displaying curve.
1292 1292  
1293 1293  **Result**
1294 1294  
... ... @@ -1298,7 +1298,7 @@
1298 1298  [[image:6.Objects_html_d86b49376aa4f4dd.gif||height="336" width="567" class="img-thumbnail"]]
1299 1299  
1300 1300  (% class="wikigeneratedid" %)
1301 -**Quick setting:** Fill in the starting address, according to the parameter settings, automatic allocation of addresses.
1265 +**(4) Quick setting:** Fill in the starting address, according to the parameter settings, automatic allocation of addresses.
1302 1302  
1303 1303  == **History XY plot** ==
1304 1304  
... ... @@ -1307,89 +1307,96 @@
1307 1307  (% style="text-align:center" %)
1308 1308  [[image:历史XY 1.png||class="img-thumbnail"]]
1309 1309  
1310 -**Source**
1274 +**(1) Source**
1311 1311  
1312 -* **Auto Sample:** Select data from [XY plot] and displayed in a curve according to the set time.
1313 -* **Trigger Sample: **When the trigger address is set, the data is collected and displayed in a curve. After the data is collected, the trigger address is automatically reset.
1276 +1. **Auto Sample:** Select data from [XY plot] and displayed in a curve according to the set time.
1277 +1. **Trigger Sample: **When the trigger address is set, the data is collected and displayed in a curve. After the data is collected, the trigger address is automatically reset.
1314 1314  
1315 -**Curve settings: **According needs to set style and color for each curve.
1279 +**(2) Curve settings: **According needs to set style and color for each curve.
1316 1316  
1317 -* **Read address:** *for example, PLC word address is D, it points number is m. (point numbers no more than 800).
1318 -** Word address D is the X coordinate of the first point.
1319 -** Word address D+1 is the Y coordinate of the first point.
1320 -** Word address D+2 is the X coordinate of the second point.
1321 -** Word address D+3 is the Y coordinate of the second point.
1322 -** ......
1323 -** Word address D+2m-1 is the X coordinate of the m^^th^^ point.
1324 -** Word address D+2m is the Y coordinate of the m^^th^^ point.
1281 +**Read address:** *for example, PLC word address is D, it points number is m. (point numbers no more than 800).
1325 1325  
1283 +* Word address D is the X coordinate of the first point.
1284 +* Word address D+1 is the Y coordinate of the first point.
1285 +* Word address D+2 is the X coordinate of the second point.
1286 +* Word address D+3 is the Y coordinate of the second point.
1287 +* ......
1288 +* Word address D+2m-1 is the X coordinate of the m^^th^^ point.
1289 +* Word address D+2m is the Y coordinate of the m^^th^^ point.
1290 +
1326 1326  Because if the number of XY points is m, it is necessary to continuously read 2m words from the address D of the PLC to draw a complete XY picture.
1327 1327  
1328 -**Appearance**
1293 +**(2) Appearance**
1329 1329  
1330 1330  (% style="text-align:center" %)
1331 1331  [[image:XY 2.png||class="img-thumbnail"]]
1332 1332  
1333 -* **X grids and Y grids:** The range is from 1 to 10.
1334 -* **color setting:**
1335 -** Background color 1 indicates the background color of appearrance.
1336 -** Background color 2 indicates the background color of grid.
1298 +1. **X grids and Y grids:** The range is from 1 to 10.
1299 +1. **color setting:**
1337 1337  
1338 -**Range**
1301 +* Background color 1 indicates the background color of appearrance.
1302 +* Background color 2 indicates the background color of grid.
1339 1339  
1304 +**(3) Range**
1305 +
1340 1340  (% style="text-align:center" %)
1341 1341  [[image:XY 3.png||height="312" width="567" class="img-thumbnail"]]
1342 1342  
1343 -* **Variable:** The data range for the graph could be set as a variable.
1344 -* **X, Y Limit:** Set the max and min value of displaying curve.
1309 +1. **Variable:** The data range for the graph could be set as a variable.
1310 +1. **X, Y Limit:** Set the max and min value of displaying curve.
1345 1345  
1346 -**Result**: When all configurations are completed, when the HMI is running, it displays as shown below.
1312 +**Result**
1347 1347  
1314 +When all configurations are completed, when the HMI is running, it displays as shown below.
1315 +
1348 1348  (% style="text-align:center" %)
1349 1349  [[image:6.Objects_html_d86b49376aa4f4dd.gif||height="336" width="567" class="img-thumbnail"]]
1350 1350  
1351 1351  (% class="wikigeneratedid" %)
1352 -✎**Note:** For the setting details, please refer to "[[History XY plot>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HHistoryXYplot]]".
1320 +✎**Note:**
1353 1353  
1354 -== Disc record chart ==
1322 +(% class="wikigeneratedid" %)
1323 +For the setting details, please refer to "[[History XY plot>>https://docs.we-con.com.cn/bin/view/PIStudio/08.Basic%20Function/#HHistoryXYplot]]".
1355 1355  
1325 +== **Disc record chart** ==
1326 +
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 -**Source**
1331 +**(1) Source**
1364 1364  
1333 +
1365 1365  (% style="text-align:center" %)
1366 1366  [[image:6-2DiscRecord.png||class="img-thumbnail"]]
1367 1367  
1368 -* **Source type**
1369 -** **History**: Historical data can be queried.
1370 -** **Real Time**: Only real-time data is displayed.
1371 -* **Curve Buffer**
1372 -** **History**: It is in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
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.
1337 +1. **Source type**
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 -)))
1339 +* **History**: Historical data can be queried.
1340 +* **Real Time**: Only real-time data is displayed.
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.
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.
1342 +(% start="2" %)
1343 +1. **Curve Buffer**
1384 1384  
1385 -**Appearance**
1345 +* **History**: Ii is in data record area configured by data record. Multiple record groups could be configured, and each record group has multiple channels.
1346 +* **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.
1386 1386  
1348 +**✎Note: **There must be one of settings (Data record and real-time trend chart) in configurations, otherwise there will no data in curve buffer.
1349 +
1350 +(% start="3" %)
1351 +1. **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.
1352 +1. **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.
1353 +1. **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.
1354 +1. **Display Scale Value: **Display the value of disc record. The font color could be changed
1355 +
1356 +**(2) Appearance**
1357 +
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.
1361 +1. **Circular Axis Scale**: Number of scale intervals in the direction of the circular axis. The range is1 to10.
1362 +1. **Start Position**: The starting position to draw the curve: top, bottom, left and right.
1363 +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.
... ... @@ -1401,7 +1401,7 @@
1401 1401  1. **Enable Font**: Use the set font library and font size for display. When this font is not enabled, the default built-in font is used for display.
1402 1402  1. **Enable Point**: Set to enable point, the data unit of each curve will be highlighted as a point.
1403 1403  
1404 -**Function**
1375 +**(3) Function**
1405 1405  
1406 1406  (% style="text-align:center" %)
1407 1407  [[image:6-4DiscRecordConfigFuncAddr.png||class="img-thumbnail"]]
... ... @@ -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.
1399 +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,29 +1443,36 @@
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.
1414 +**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;
1418 +**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.
1420 +**Show meter background**
1453 1453  
1454 -**Show pointer**: When not checked, the pointer is not displayed; When checked, you could set the style and color of pointer.
1422 +This is for setting meter background, there are four types, you could select it according to needs.
1455 1455  
1456 -**Show alarm area**: It provides alarm function in meter, you could set the 4 areas, and each area corresponds to a different alarm color.
1424 +**Show pointer**
1457 1457  
1458 -**Show scale**: Display the scale on the object to observe the value. You need to set major scale, minor scale and scale value.
1426 +You could select show pointer or not according to need, and it provides two types for pointer and users could select pointer color.
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°.
1428 +**Show alarm area**
1461 1461  
1462 -**Start angle: **It sets the position where the minimum value is displayed.
1430 +It provides alarm function in meter, users could set alarm range, users could set the 4 ranges. And each range corresponds to a different alarm color.
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.
1432 +**Show scale**
1465 1465  
1434 +It provides settings for scale on meter, users could select [Major scale] and [Minor scale], and set color for them.
1435 +
1436 +**Meter angel settings**
1437 +
1438 +* **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°.
1439 +* **Start angle: **It sets the position where the minimum value is displayed.
1440 +
1466 1466  **Result**
1467 1467  
1468 -When configuration is completed, the object is shown below picture when HMI is running.
1443 +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  
1626 +**Introduction**
1627 +
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  
1632 +
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.
1644 +* 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.
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.
1670 +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.
1671 +1. **Folder: **Set the name of the folder where the picture is located.The folder name can be up to 31 characters.
1672 +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;
1705 +**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.
1719 +**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".
1735 +1. **Same read-write address:** Configure "Write Address" is the same as "Read Address".
1736 +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.
1740 +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.
1746 +**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].
1790 +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.
1795 +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  
... ... @@ -1861,526 +1861,8 @@
1861 1861  
1862 1862  This is another way to control camera, check it and set the function address.
1863 1863  
1864 -**Camera Display usage method**
1865 -
1866 -(1)Usage 1: Suitable for users know camera account, password and device serial number.
1867 -
1868 -Add the camera display object, select Net Camera, and enable rtsp camera and configured with a functional address, the followings use HDW0 as as example:
1869 -
1870 -(% style="text-align:center" %)
1871 -[[image:企业微信截图_16730778441159.png]]
1872 -
1873 -|=(% scope="row" %)(((
1874 -**Register**
1875 -)))|=(% colspan="2" style="width: 662px;" %)(((
1876 -Function
1877 -)))|=(% style="width: 168px;" %)(((
1878 -**Length**
1879 -)))
1880 -|=(((
1881 -HDW0
1882 -)))|(% colspan="2" style="width:662px" %)(((
1883 -User name
1884 -)))|(% style="width:168px" %)(((
1885 -20 words
1886 -)))
1887 -|=(((
1888 -HDW20
1889 -)))|(% colspan="2" style="width:662px" %)(((
1890 -Password
1891 -)))|(% style="width:168px" %)20 words
1892 -|=(((
1893 -HDW40
1894 -)))|(% colspan="2" style="width:662px" %)(((
1895 -Alias
1896 -)))|(% style="width:168px" %)20 words
1897 -|=(((
1898 -HDW60
1899 -)))|(% colspan="2" style="width:662px" %)(((
1900 -Device Serial Number
1901 -)))|(% style="width:168px" %)43 words
1902 -|=(((
1903 -HDW103
1904 -)))|(% colspan="2" style="width:662px" %)(((
1905 -Camera ID
1906 -)))|(% style="width:168px" %)(((
1907 -1 word
1908 -)))
1909 -|=(% rowspan="11" %)(((
1910 -HDW104
1911 -)))|(% colspan="2" style="width:662px" %)(((
1912 -Camera control
1913 -)))|(% rowspan="11" style="width:168px" %)(((
1914 -1 word
1915 -)))
1916 -|(((
1917 -HDX104.0
1918 -)))|(% style="width:448px" %)(((
1919 -Open Camera
1920 -)))
1921 -|HDX104.1|(% style="width:448px" %)(((
1922 -Close Camera
1923 -)))
1924 -|HDX104.2|(% style="width:448px" %)(((
1925 -Camera up
1926 -)))
1927 -|HDX104.3|(% style="width:448px" %)(((
1928 -Camera down
1929 -)))
1930 -|HDX104.4|(% style="width:448px" %)(((
1931 -Camera left
1932 -)))
1933 -|HDX104.5|(% style="width:448px" %)(((
1934 -Camera right
1935 -)))
1936 -|HDX104.6|(% style="width:448px" %)(((
1937 -Screenshots
1938 -)))
1939 -|HDX104.7|(% style="width:448px" %)(((
1940 -Binding camera
1941 -)))
1942 -|HDX104.8|(% style="width:448px" %)(((
1943 -Set alias
1944 -)))
1945 -|HDX104.9|(% style="width:448px" %)(((
1946 -Camera stops moving
1947 -)))
1948 -|=(((
1949 -HDW105
1950 -)))|(% colspan="2" style="width:662px" %)(((
1951 -Camera Status
1952 -
1953 -~=0:Camera disconnected;
1954 -
1955 -~=1:Camera connected properly;
1956 -
1957 -~=2:Camera is being connected.
1958 -)))|(% style="width:168px" %)(((
1959 -1 word
1960 -)))
1961 -|=(((
1962 -HDW106
1963 -)))|(% colspan="2" style="width:662px" %)(((
1964 -Screenshot save location:
1965 -
1966 -~=0:Screenshot save in Flash/IPCameraScreenShot;
1967 -
1968 -~=1:Screenshot save in U Disk/IPCameraScreenShot;
1969 -
1970 -~=2:Screenshot save in SDCard/IPCameraScreenShot.
1971 -)))|(% style="width:168px" %)(((
1972 -1 word
1973 -)))
1974 -
1975 -* (((
1976 -Fill in the camera ID with the camera serial number queried by "Camera Search Module", trigger the binding address, and fill in the camera information (user name, password, device serial number, etc.) of the ID into the corresponding function address. 
1977 -)))
1978 -* (((
1979 -If the "Camera Search Module" is not enabled, you need to enter the camera information manually: user name, password, device serial number (S/N), which can be obtained from the label on the camera body. 
1980 -)))
1981 -
1982 -(% style="text-align:center" %)
1983 -[[image:图片1.png]]
1984 -
1985 -
1986 -* (((
1987 -Trigger the "Open Camera" address to view the surveillance screen of the camera.
1988 -)))
1989 -
1990 -If the camera is successfully opened, you can set the alias of the camera, control the up/down/left/right movement of the camera (provided that the camera supports up/down/left/right control), and take screenshots.
1991 -
1992 -If the camera is off, you can't set alias, camera rotation, screenshot, etc.
1993 -
1994 -(2) Usage 2: Suitable for users know the camera account, password and camera IP
1995 -
1996 -After enabling the rtsp camera and configuring the function address, additionally check Default configuration option, the configuration method and the function can address as follows.
1997 -
1998 -(% style="text-align:center" %)
1999 -[[image:JqIamFyDzE.png]]
2000 -
2001 -(% style="text-align:center" %)
2002 -[[image:企业微信截图_16730803592289.png]]
2003 -
2004 -|=(% scope="row" %)(((
2005 -**Register**
2006 -)))|=(% colspan="2" style="width: 662px;" %)(((
2007 -Function
2008 -)))|=(% style="width: 168px;" %)(((
2009 -**Length**
2010 -)))
2011 -|=(((
2012 -HDW0
2013 -)))|(% colspan="2" style="width:662px" %)(((
2014 -User name
2015 -)))|(% style="width:168px" %)(((
2016 -20 words
2017 -)))
2018 -|=(((
2019 -HDW20
2020 -)))|(% colspan="2" style="width:662px" %)(((
2021 -Password
2022 -)))|(% style="width:168px" %)20 words
2023 -|=(((
2024 -HDW40
2025 -)))|(% colspan="2" style="width:662px" %)(((
2026 -IP
2027 -)))|(% style="width:168px" %)(((
2028 -8 words
2029 -)))
2030 -|=(((
2031 -HDW48
2032 -)))|(% colspan="2" style="width:662px" %)(((
2033 -Port
2034 -)))|(% style="width:168px" %)(((
2035 -1 word
2036 -)))
2037 -|=(% rowspan="10" %)(((
2038 -HDW49
2039 -)))|(((
2040 -HDX49.0
2041 -)))|(% style="width:448px" %)(((
2042 -Open Camera
2043 -)))|(% rowspan="10" style="width:168px" %)(((
2044 -1 word
2045 -)))
2046 -|(((
2047 -HDX49.1
2048 -)))|(% style="width:448px" %)(((
2049 -Close Camera
2050 -)))
2051 -|(((
2052 -HDX49.2
2053 -)))|(% style="width:448px" %)(((
2054 -
2055 -)))
2056 -|(((
2057 -HDX49.3
2058 -)))|(% style="width:448px" %)(((
2059 -
2060 -)))
2061 -|(((
2062 -HDX49.4
2063 -)))|(% style="width:448px" %)(((
2064 -
2065 -)))
2066 -|(((
2067 -HDX49.5
2068 -)))|(% style="width:448px" %)(((
2069 -
2070 -)))
2071 -|(((
2072 -HDX49.6
2073 -)))|(% style="width:448px" %)(((
2074 -Screenshots
2075 -)))
2076 -|(((
2077 -HDX49.7
2078 -)))|(% style="width:448px" %)
2079 -|(((
2080 -HDX49.8
2081 -)))|(% style="width:448px" %)(((
2082 -
2083 -)))
2084 -|(((
2085 -HDX49.9
2086 -)))|(% style="width:448px" %)(((
2087 -
2088 -)))
2089 -|=(((
2090 -HDW50
2091 -)))|(% colspan="2" style="width:662px" %)(((
2092 -Camera Status
2093 -
2094 -~=0:Camera disconnected;
2095 -
2096 -~=1:Camera connected properly;
2097 -
2098 -~=2:Camera is being connected.
2099 -)))|(% style="width:168px" %)(((
2100 -1 word
2101 -)))
2102 -|=(((
2103 -HDW51
2104 -)))|(% colspan="2" style="width:662px" %)(((
2105 -Screenshot save location:
2106 -
2107 -~=0:Screenshot save in Flash/IPCameraScreenShot;
2108 -
2109 -~=1:Screenshot save in U Disk/IPCameraScreenShot;
2110 -
2111 -~=2:Screenshot save in SDCard/IPCameraScreenShot.
2112 -)))|(% style="width:168px" %)(((
2113 -1 word
2114 -)))
2115 -
2116 -* (((
2117 -If you have set the default settings, directly trigger the function address to trigger the opening of the camera.
2118 -)))
2119 -* (((
2120 -The camera configured via ip only supports, turn on, turn off, screenshot basic functions.
2121 -)))
2122 -
2123 -(3)Usage 3: Suitable for users know the address of rtsp stream play.
2124 -
2125 -After enabling the rtsp camera and configuring the function address, additional check URL configuration option, configuration method and function can address as follows.
2126 -
2127 -(% style="text-align:center" %)
2128 -[[image:qi1abBsfln.png]]
2129 -
2130 -(% style="text-align:center" %)
2131 -[[image:EwAePzRgIB.png]]
2132 -
2133 -|=(% scope="row" %)(((
2134 -**Register**
2135 -)))|=(% colspan="2" style="width: 662px;" %)(((
2136 -Function
2137 -)))|=(% style="width: 168px;" %)(((
2138 -**Length**
2139 -)))
2140 -|=(((
2141 -HDW0
2142 -)))|(% colspan="2" style="width:662px" %)(((
2143 -User name
2144 -)))|(% style="width:168px" %)(((
2145 -20 words
2146 -)))
2147 -|=(((
2148 -HDW20
2149 -)))|(% colspan="2" style="width:662px" %)(((
2150 -Password
2151 -)))|(% style="width:168px" %)20 words
2152 -|=(((
2153 -HDW40
2154 -)))|(% colspan="2" style="width:662px" %)(((
2155 -IP
2156 -)))|(% style="width:168px" %)(((
2157 -8 words
2158 -)))
2159 -|=(((
2160 -HDW48
2161 -)))|(% colspan="2" style="width:662px" %)(((
2162 -Port
2163 -)))|(% style="width:168px" %)(((
2164 -1 word
2165 -)))
2166 -|=(% rowspan="10" %)(((
2167 -HDW49
2168 -)))|(((
2169 -HDX49.0
2170 -)))|(% style="width:448px" %)(((
2171 -Open Camera
2172 -)))|(% rowspan="10" style="width:168px" %)(((
2173 -1 word
2174 -)))
2175 -|(((
2176 -HDX49.1
2177 -)))|(% style="width:448px" %)(((
2178 -Close Camera
2179 -)))
2180 -|(((
2181 -HDX49.2
2182 -)))|(% style="width:448px" %)(((
2183 -
2184 -)))
2185 -|(((
2186 -HDX49.3
2187 -)))|(% style="width:448px" %)(((
2188 -
2189 -)))
2190 -|(((
2191 -HDX49.4
2192 -)))|(% style="width:448px" %)(((
2193 -
2194 -)))
2195 -|(((
2196 -HDX49.5
2197 -)))|(% style="width:448px" %)(((
2198 -
2199 -)))
2200 -|(((
2201 -HDX49.6
2202 -)))|(% style="width:448px" %)(((
2203 -Screenshots
2204 -)))
2205 -|(((
2206 -HDX49.7
2207 -)))|(% style="width:448px" %)
2208 -|(((
2209 -HDX49.8
2210 -)))|(% style="width:448px" %)(((
2211 -
2212 -)))
2213 -|(((
2214 -HDX49.9
2215 -)))|(% style="width:448px" %)(((
2216 -
2217 -)))
2218 -|=(((
2219 -HDW50
2220 -)))|(% colspan="2" style="width:662px" %)(((
2221 -Camera Status
2222 -
2223 -~=0:Camera disconnected;
2224 -
2225 -~=1:Camera connected properly;
2226 -
2227 -~=2:Camera is being connected.
2228 -)))|(% style="width:168px" %)(((
2229 -1 word
2230 -)))
2231 -|=(((
2232 -HDW51
2233 -)))|(% colspan="2" style="width:662px" %)(((
2234 -Screenshot save location:
2235 -
2236 -~=0:Screenshot save in Flash/IPCameraScreenShot;
2237 -
2238 -~=1:Screenshot save in U Disk/IPCameraScreenShot;
2239 -
2240 -~=2:Screenshot save in SDCard/IPCameraScreenShot.
2241 -)))|(% style="width:168px" %)(((
2242 -1 word
2243 -)))
2244 -
2245 -* (((
2246 -If you have set the default settings, directly trigger the function address to trigger the opening of the camera.
2247 -)))
2248 -* (((
2249 -The camera configured via ip only supports, turn on, turn off, screenshot basic functions.
2250 -)))
2251 -
2252 -**EZVIZ Cloud Description**
2253 -
2254 -(% style="text-align:center" %)
2255 -[[image:企业微信截图_1673081149790.png]]
2256 -
2257 -(% style="text-align:center" %)
2258 -[[image:企业微信截图_1673081156755.png]]
2259 -
2260 -(% class="wikigeneratedid" %)
2261 -The function address will occupy the 125 word address, the following table is using the HDW6000 as a example:
2262 -
2263 -(% style="width:892px" %)
2264 -|=(% scope="row" style="width: 208px;" %)Register|=(% style="width: 308px;" %)Description|=(% style="width: 132px;" %)Length|=(% style="width: 241px;" %)Data Format
2265 -|=(% style="width: 208px;" %)HDW6000|(% style="width:308px" %)AppKey of EZVIZ Cloud|(% style="width:132px" %)20 Words|(% style="width:241px" %)String
2266 -|=(% style="width: 208px;" %)HDW6020|(% style="width:308px" %)AppSecret of EZVIZ Cloud|(% style="width:132px" %)20 Words|(% style="width:241px" %)String
2267 -|=(% style="width: 208px;" %)HDW6040|(% style="width:308px" %)Device S/N of EZVIZ Cloud|(% style="width:132px" %)43 Words|(% style="width:241px" %)String
2268 -|=(% style="width: 208px;" %)HDW6083|(% style="width:308px" %)Channel number of EZVIZ Cloud|(% style="width:132px" %)1 Word|(% style="width:241px" %)16bit Unsigned
2269 -|=(% style="width: 208px;" %)HDW6084|(% style="width:308px" %)Device IP of EZVIZ Cloud|(% style="width:132px" %)16 Words|(% style="width:241px" %)String
2270 -|=(% style="width: 208px;" %)HDW6100|(% style="width:308px" %)RTSP Port of EZVIZ Cloud|(% style="width:132px" %)1 Word|(% style="width:241px" %)16bit Unsigned
2271 -|=(% style="width: 208px;" %)HDW6101|(% style="width:308px" %)Verification code of EZVIZ Cloud|(% style="width:132px" %)20 Words|(% style="width:241px" %)String
2272 -|=(% style="width: 208px;" %)HDX6121.1|(% style="width:308px" %)(((
2273 -Confirmation of binding EZVIZ camera
2274 -
2275 -(=1, Confirm; =Others value, Unconfirm)
2276 -)))|(% style="width:132px" %)1 Bit|(% style="width:241px" %)Bit
2277 -|=(% style="width: 208px;" %)HDW6122|(% style="width:308px" %)Device function control |(% style="width:132px" %)1 Word|(% style="width:241px" %)16bit Unsigned
2278 -|=(% style="width: 208px;" %)HDW6123|(% style="width:308px" %)(((
2279 -Device status
2280 -
2281 -(=0, Close; =1, Open)
2282 -)))|(% style="width:132px" %)1 Word|(% style="width:241px" %)16bit Unsigned
2283 -|=(% style="width: 208px;" %)HDW6124|(% style="width:308px" %)Result code of function control(HDW6122)|(% style="width:132px" %)2 Words|(% style="width:241px" %)32bit Signed
2284 -
2285 -When the function control HDW6122 set to different value, it will trigger different function. After triggered, the HDW6122 will be reset to 0. The specific introduction like follows:
2286 -
2287 -|=(% scope="row" style="width: 450px;" %)Register Value|=(% style="width: 564px;" %)Function Description
2288 -|=(% style="width: 450px;" %)1|(% style="width:564px" %)Open camera
2289 -|=(% style="width: 450px;" %)2|(% style="width:564px" %)Close camera
2290 -|=(% style="width: 450px;" %)3|(% style="width:564px" %)Move up
2291 -|=(% style="width: 450px;" %)4|(% style="width:564px" %)Move down
2292 -|=(% style="width: 450px;" %)5|(% style="width:564px" %)Move left
2293 -|=(% style="width: 450px;" %)6|(% style="width:564px" %)Move right
2294 -|=(% style="width: 450px;" %)7|(% style="width:564px" %)Move upper left
2295 -|=(% style="width: 450px;" %)8|(% style="width:564px" %)Move lower left
2296 -|=(% style="width: 450px;" %)9|(% style="width:564px" %)Move upper right
2297 -|=(% style="width: 450px;" %)10|(% style="width:564px" %)Move lower right
2298 -|=(% style="width: 450px;" %)11|(% style="width:564px" %)Zoom in
2299 -|=(% style="width: 450px;" %)12|(% style="width:564px" %)Zoom out
2300 -|=(% style="width: 450px;" %)13|(% style="width:564px" %)Short focal length
2301 -|=(% style="width: 450px;" %)14|(% style="width:564px" %)Long focal length
2302 -|=(% style="width: 450px;" %)15|(% style="width:564px" %)HD clarity
2303 -|=(% style="width: 450px;" %)16|(% style="width:564px" %)Smooth clarity
2304 -|=(% style="width: 450px;" %)17|(% style="width:564px" %)Stop control
2305 -
2306 -The result code of function control will be displayed in HDW6124, the specific code as following table shows:
2307 -
2308 -(% style="width:1029px" %)
2309 -|=(% scope="row" style="width: 129px;" %)Result Code|=(% style="width: 366px;" %)Description|=(% style="width: 531px;" %)Remark
2310 -|=(% style="width: 129px;" %)-1|(% style="width:366px" %)Operation failed|(% style="width:531px" %)Other reason(For example network error, device configuration error, etc.)
2311 -|=(% style="width: 129px;" %)-1001|(% style="width:366px" %)Internal error|(% style="width:531px" %)Suggest to retry
2312 -|=(% style="width: 129px;" %)-1002|(% style="width:366px" %)Camera search: Request parameter is empty|(% style="width:531px" %)Confirm the account and password whether correct or not
2313 -|=(% style="width: 129px;" %)-1003|(% style="width:366px" %)Camera search: Search failed|(% style="width:531px" %)Confirm the device ethernet whether connect normal
2314 -|=(% style="width: 129px;" %)-1004|(% style="width:366px" %)Camera binding failed: Invalid camera ID|(% style="width:531px" %)Confirm the camera ID whether is in the valid range
2315 -|=(% style="width: 129px;" %)-1005|(% style="width:366px" %)Camera opening failed: Cannot match the corresponding camera|(% style="width:531px" %)Confirm the account, password and S/N whether correct or not
2316 -|=(% style="width: 129px;" %)-1006|(% style="width:366px" %)Camera opening failed: Cannot adapt minimum resolution|(% style="width:531px" %)Confirm the camera supports ONVIF protocol or not
2317 -|=(% style="width: 129px;" %)-1007|(% style="width:366px" %)Camera opening failed: Cannot get the rtsp stream address|(% style="width:531px" %)Confirm the camera supports ONVIF protocol or not
2318 -|=(% style="width: 129px;" %)-1008|(% style="width:366px" %)Camera opening failed: Cannot adapt the camera parameters|(% style="width:531px" %)Confirm the camera supports ONVIF protocol or not
2319 -|=(% style="width: 129px;" %)-1009|(% style="width:366px" %)Camera opening failed: Open video stream failed|(% style="width:531px" %)Confirm the camera whether is on running status, or whether open the camera too frequently
2320 -|=(% style="width: 129px;" %)-1010|(% style="width:366px" %)Camera closing failed: Camera on the closed status|(% style="width:531px" %)Confirm the camera whether is on running status or not
2321 -|=(% style="width: 129px;" %)-1011|(% style="width:366px" %)Camera closing failed: Camera on the closed status|(% style="width:531px" %)Confirm the camera whether is on running status or not
2322 -|=(% style="width: 129px;" %)-1012|(% style="width:366px" %)Screenshot failed: Camera not opened|(% style="width:531px" %)Confirm the camera whether is on running status or not
2323 -|=(% style="width: 129px;" %)-1013|(% style="width:366px" %)Screenshot failed: Execution error occurred|(% style="width:531px" %)Confirm the camera whether is on normal running status or not
2324 -|=(% style="width: 129px;" %)-1014|(% style="width:366px" %)Alias setting failed: Cannot match the corresponding camera|(% style="width:531px" %)Confirm the S/N whether correct or camera whether is on running status
2325 -|=(% style="width: 129px;" %)-1015|(% style="width:366px" %)Pan-tilt controlling failed: Camera on the closed status|(% style="width:531px" %)Confirm the camera whether is on normal running status or not
2326 -|=(% style="width: 129px;" %)-1016|(% style="width:366px" %)Pan-tilt controlling failed: Camera match failed|(% style="width:531px" %)Confirm the account, password and S/N whether correct and the camera device whether supports pan-tilt movement
2327 -|=(% style="width: 129px;" %)1|(% style="width:366px" %)Operation success|(% style="width:531px" %)Operation success
2328 -|=(% style="width: 129px;" %)201|(% style="width:366px" %)Play address created|(% style="width:531px" %)Do not open the camera frequently
2329 -|=(% style="width: 129px;" %)401|(% style="width:366px" %)Unauthorized|(% style="width:531px" %)Please contact the device administrator to enable operation permission
2330 -|=(% style="width: 129px;" %)403|(% style="width:366px" %)Operation prohibited|(% style="width:531px" %)Please contact the device administrator to enable operation permission
2331 -|=(% style="width: 129px;" %)404|(% style="width:366px" %)Play address not obtain|(% style="width:531px" %)Confirm the device network status
2332 -|=(% style="width: 129px;" %)403|(% style="width:366px" %)User does not exist|(% style="width:531px" %)Confirm the AppKey and AppSecret whether correct
2333 -|=(% style="width: 129px;" %)10001|(% style="width:366px" %)Parameter error|(% style="width:531px" %)Confirm the basic information of EZVIZ Cloud whether correct
2334 -|=(% style="width: 129px;" %)10002|(% style="width:366px" %)AccessToken abnormal or expire|(% style="width:531px" %)Please try to reopen the camera
2335 -|=(% style="width: 129px;" %)10005|(% style="width:366px" %)AppKey abnormal|(% style="width:531px" %)AppKey is frozen, please contact with EZVIZ customer service to unfreeze
2336 -|=(% style="width: 129px;" %)10017|(% style="width:366px" %)AppKey does not exist|(% style="width:531px" %)Confirm the AppKey whether correct or not
2337 -|=(% style="width: 129px;" %)10030|(% style="width:366px" %)AppKey is unmatched with AppSecret|(% style="width:531px" %)Confirm the AppKey and AppSecret whether correct
2338 -|=(% style="width: 129px;" %)20001|(% style="width:366px" %)Channel does not exist|(% style="width:531px" %)Confirm the camera whether re-added or channel parameter whether changed
2339 -|=(% style="width: 129px;" %)20002|(% style="width:366px" %)Device does not exist|(% style="width:531px" %)Confirm the S/N whether correct
2340 -|=(% style="width: 129px;" %)20006|(% style="width:366px" %)Network abnormal|(% style="width:531px" %)Confirm the device network status, try again later
2341 -|=(% style="width: 129px;" %)20007|(% style="width:366px" %)Device offline|(% style="width:531px" %)Confirm the devie whether online or not
2342 -|=(% style="width: 129px;" %)20008|(% style="width:366px" %)Device response timeout|(% style="width:531px" %)Operation too frequent, try again later
2343 -|=(% style="width: 129px;" %)20014|(% style="width:366px" %)S/N illegal|(% style="width:531px" %)Confirm the S/N whether correct
2344 -|=(% style="width: 129px;" %)20018|(% style="width:366px" %)The current user does not own the device|(% style="width:531px" %)Confirm the S/N whether correct
2345 -|=(% style="width: 129px;" %)20032|(% style="width:366px" %)Channel does not exist under the current user|(% style="width:531px" %)Confirm the camera whether re-added or channel parameter whether changed
2346 -|=(% style="width: 129px;" %)49999|(% style="width:366px" %)Data abnormal|(% style="width:531px" %)Please try to reopen the camera
2347 -|=(% style="width: 129px;" %)60000|(% style="width:366px" %)Device does not support pan-tilt controlling|(% style="width:531px" %)Confirm the device whether supports pan-tilt controlling or not
2348 -|=(% style="width: 129px;" %)60001|(% style="width:366px" %)The current user does not have the permission of pan-tilt controlling|(% style="width:531px" %)Please contact the device administrator to enable operation permission
2349 -|=(% style="width: 129px;" %)60002|(% style="width:366px" %)Device tilt reaches to the upper movement limit|(% style="width:531px" %)Device control reach to limitation, do not repeat the operation
2350 -|=(% style="width: 129px;" %)60003|(% style="width:366px" %)Device tilt reaches to the lower movement limit|(% style="width:531px" %)Device control reach to limitation, do not repeat the operation
2351 -|=(% style="width: 129px;" %)60004|(% style="width:366px" %)Device pan reaches to the left movement limit|(% style="width:531px" %)Device control reach to limitation, do not repeat the operation
2352 -|=(% style="width: 129px;" %)60005|(% style="width:366px" %)Device pan reaches to the right movement limit|(% style="width:531px" %)Device control reach to limitation, do not repeat the operation
2353 -|=(% style="width: 129px;" %)60006|(% style="width:366px" %)Current pan-tilt controlling operation failed|(% style="width:531px" %)Pan-tilt operation failed, try again later
2354 -|=(% style="width: 129px;" %)60019|(% style="width:366px" %)Device stream is encrypted|(% style="width:531px" %)Using the EZVIZ Cloud client software to close the stream encrypted, then remote monitoring will be able to use
2355 -|=(% style="width: 129px;" %)60020|(% style="width:366px" %)Unsupport this command|(% style="width:531px" %)Confirm the device whether supports this operation or not
2356 -
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.
2359 -
2360 -**In the default configuration, the following are required:**
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.
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.
2367 -
2368 -
2369 -**In the default configuration, the following are optional:**
2370 -
2371 -**IP**: EZVIZ cloud device IP, which can be obtained by viewing the EZVIZ cloud client software.
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.
2375 -
2376 -{{info}}
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.
2378 -{{/info}}
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:
1846 +**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].
1867 +**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.
1871 +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.
1881 +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.)
1886 +* 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.
1889 +* 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 -)))
1894 +** 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.
1898 +**Introduction**
2458 2458  
1900 +This is for control camera; this object need to be used with camera display object.
1901 +
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.
1911 +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.
1915 +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.
1927 +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.
1947 +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.
1948 +1. **Ratio:** It sets display ratio of block and background (Display density of the block in flow component).
1949 +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.
1973 +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.
1975 +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.
1995 +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.
1999 +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.
2004 +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.
2006 +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 -(((
2072 +(% 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.
2099 +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  
2101 +**Description**
2102 +
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.
2108 +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.
2127 +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.
2135 +It is displayed in a table format in the HMI screen to meet the display needs of user.
2693 2693  
2137 +**Description**
2138 +
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".
2151 +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  
2161 +**Description**
2162 +
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.
2180 +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.
2192 +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  
2196 +**Description**
2197 +
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.
2206 +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.
2230 +It is displayed as cycle in HMI screen to meet the display needs of user.
2782 2782  
2232 +**Description**
2233 +
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.
2243 +1. **Background: **It sets background color of object, invalid when select [No fill] in [Pattern]
2244 +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.
2252 +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  
2278 +
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].
2287 +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  
2313 +**Description**
2314 +
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.
2337 +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  
2347 +**Description**
2348 +
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.
2356 +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.
2361 +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  
2395 +**Description**
2396 +
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.
2400 +1. **Function Address:** the numerical value in this address is used as the function code of object to handle the corresponding operation.
2401 +1. **DLL file name: **Select needed dll file (i.e. dll files provided by users)
2402 +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.
2410 +* 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 -)))
EwAePzRgIB.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -6.9 KB
Content
JqIamFyDzE.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -13.7 KB
Content
image-20220808142509-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.8 KB
Content
image-20220808142518-2.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -2.5 KB
Content
image-20220808142538-3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.5 KB
Content
image-20220808142546-4.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -2.2 KB
Content
image-20220808142603-5.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -2.7 KB
Content
image-20220808142610-6.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -2.7 KB
Content
image-20220808142623-7.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.6 KB
Content
image-20220808142630-8.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Stone
Size
... ... @@ -1,1 +1,0 @@
1 -1.8 KB
Content
qi1abBsfln.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -13.2 KB
Content
企业微信截图_16730778441159.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -30.5 KB
Content
企业微信截图_16730803286076.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -31.2 KB
Content
企业微信截图_16730803592289.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -7.8 KB
Content
企业微信截图_1673080748463.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -31.0 KB
Content
企业微信截图_16730807952477.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -10.8 KB
Content
企业微信截图_1673081149790.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -32.8 KB
Content
企业微信截图_1673081156755.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -8.3 KB
Content
图片1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Bob
Size
... ... @@ -1,1 +1,0 @@
1 -307.4 KB
Content
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