Changes for page 05 Objects

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

From version 88.3
edited by Hunter
on 2024/02/20 11:42
Change comment: There is no comment for this version
To version 87.6
edited by Hunter
on 2024/02/19 12:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -153,7 +153,7 @@
153 153  * Y-axis movement.
154 154  * XY-axis movement.
155 155  
156 -**For example**
156 +**For ex**a**mple**
157 157  
158 158  If the starting address of the movement is HDW10 and the movement type is [XY axis movement], HDW10 controls the X-axis movement, and HDW11 controls the Y-axis movement.
159 159  
... ... @@ -268,7 +268,7 @@
268 268  * **States count: **Total status number for current word address, which could change the state value according to different status in button [State values], range: 1-256.
269 269  * **State with value out of range**: When the value of the read address is not on the range of states' value, it will cause no corresponding status number is displayed. There are two modes for process when the value is out of range.
270 270  * **Hide**: Hide the object when the value is out of range;
271 -* **Show state**: Specify a status when the value is out of range, for example the total states is 6(range from state No.0~~No.5), but the read value is 6, at this moment the object will show the state No.0 if selected item of show state is No.0;
271 +* **Show state**: Specify a status when the value is out of range, for example the ;
272 272  
273 273  **For example**
274 274  
... ... @@ -283,26 +283,27 @@
283 283  
284 284  **Transform state**
285 285  
286 -* **Quick Read: **The priority of read and write is higher than any other objects on the same screen.
286 +* **Quick Read: **Directly read the value of the connected device without going through the HMI cache
287 287  * **Auto transforms:** Object switch states automatically
288 288  
289 289  (% style="text-align:center" %)
290 290  [[image:6.Objects_html_b643c9a6a4bd6919.gif||class="img-thumbnail"]]
291 291  
292 -* **Trigger to transform: **Trigger condition of auto transform
293 -* **Auto return:** Return to the initial state after reaching the final state;
294 -* **Time of transform:** Set the interval of transform between two states;
295 -* **Dynamic interval: **Set the dynamic interval of transform between two states. If the value in address is 10, then the frequency of automatic switching state is 10*100ms = 1s.
292 +**Trigger:**Control bit to enable switch automatically
296 296  
294 +* **Auto return:** return to the initial state after reaching the final state;
295 +* **Time of transform:** it is used for setting the frequency in automatic switching state. Unit: 100ms.
296 +* **Dynamic interval: **set the frequency of automatic switching state and read it from the address. Unit: 100ms. If the value in address is 10, then the frequency of automatic switching state is 10*100ms = 1s.
297 +
297 297  **Manual**
298 298  
299 299  (% style="text-align:center" %)
300 300  [[image:6.Objects_html_a8b6636bd862369c.gif||class="img-thumbnail"]]
301 301  
302 -* **Set state: **Set a constant value to address(according to the operate state selection) when click the object.
303 -* **State increase: **Increase the address value by one step when click the object, the upper limit is depends on the Last state selection.
304 -* **State decrease:** Decrease the address value by one step when click the object, the lower limit is depends on the Last state selection..
305 -* **Last state: **The upper limit or lower limit(Final state) of state increase/decrease;
303 +* **Set state: **Set a constant value for the word address.
304 +* **State increase: **Increase state for each time the switch is triggered.
305 +* **State decrease:** Decrease state for each time the switch is triggered.
306 +* **Last state:** The state will not increase/decrease when reaches limits.
306 306  
307 307  (% class="box infomessage" %)
308 308  (((
... ... @@ -309,9 +309,9 @@
309 309  ✎**Note:** 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]]".
310 310  )))
311 311  
312 -== Button ==
313 +== Keypad switch ==
313 313  
314 -Button is designed to input data into the corresponding inputbox, this object need to work with the numeric input and character input.
315 +Keypad switch is designed to input data manually; this object need to work with the Keypad.User could assign letters or numbers for each switch, when the switch is triggered the data will input to the textbox.
315 315  
316 316  **Description**
317 317  
... ... @@ -329,7 +329,7 @@
329 329  
330 330  == Function switch ==
331 331  
332 -Function switch is designed to switch screens, and call and close sub screen, and transfer record files.
333 +Function switch is designed to switch screens, and call and close sub screen, and transfer data record files.
333 333  
334 334  **Description**
335 335  
... ... @@ -336,6 +336,8 @@
336 336  (% style="text-align:center" %)
337 337  [[image:6.Objects_html_31c4ad387507a16d.gif||class="img-thumbnail"]]
338 338  
340 +**Operation**
341 +
339 339  * **Screen No: **Switch to the selected screen, it could not be subscreen;
340 340  * **Open sub screen: **Pop-up selected sub screen, and set sub screen position, default position is (0, 0), this is the coordinates of the top left corner of the screen;
341 341  
... ... @@ -364,7 +364,7 @@
364 364  
365 365  **Using trigger address**. As the figure above, when 00 is ON, then selected operation of the function switch will be executed.
366 366  
367 -**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.
370 +**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.
368 368  
369 369  (% class="box infomessage" %)
370 370  (((
... ... @@ -384,11 +384,13 @@
384 384  
385 385  == Combination switch ==
386 386  
387 -The combination switch supports combine multiple functions onto one button. When the object is pressed, multiple functions are executed in sequence one by one to meet the requirements of the user.
390 +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.
388 388  
392 +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.
393 +
389 389  (% class="box infomessage" %)
390 390  (((
391 -✎**Note:** There can only be one screen change function in the added sub-functions, and it is at the end of the list).
396 +✎**Note:** there can only be one screen change function in the added sub-functions, and it is at the end of the list).
392 392  )))
393 393  
394 394  **Description**
... ... @@ -473,9 +473,9 @@
473 473  * 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]]".
474 474  )))
475 475  
476 -== Slide switch ==
481 +== Slider switch ==
477 477  
478 -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.
483 +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.
479 479  
480 480  (% style="text-align:center" %)
481 481  [[image:6.Objects_html_cc27b49cc3421a77.gif||class="img-thumbnail"]]
... ... @@ -548,7 +548,7 @@
548 548  
549 549  == Numeric Input/Display ==
550 550  
551 -"Numeric Input/Display" displays the device's data or writes data to the device in a specified numeric format.
556 +"Numeric Input/Display" displays the device's data or writes data to the device in a specified numeric format, and the data could be scaled.
552 552  
553 553  (% style="text-align:center" %)
554 554  [[image:6-1NumericInput.png||class="img-thumbnail"]]
... ... @@ -566,7 +566,7 @@
566 566  **✎Note: **Check it to use the comment information on the keyboard. When the user clicks on the part, the comment information will be written into the HUW1402 for display. The maximum length allowed for the comment is 63 characters;
567 567  )))
568 568  
569 -* **Continuous Input: **Numeric input objects with the same Group NO can be entered continuously using the same keyboard according to the NO order;
574 +* **Continuous Input: **Use the same keyboard to input the objects from the same Group NO according to the order of NO, and automatically close the keyboard after the last NO(object) is input;
570 570  * **NO: **the number of numeric input object;
571 571  * **Group NO: **the group number of numeric input object;
572 572  
... ... @@ -598,7 +598,7 @@
598 598  
599 599  **Keypad position**
600 600  
601 -The pop-up position of keypad screen.
606 +It is used for setting keypad position when input data.
602 602  
603 603  **Label**
604 604  
... ... @@ -614,7 +614,7 @@
614 614  
615 615  == Character Input/Display ==
616 616  
617 -"Character Input/Display" displays the device's character or writes character to the device.
622 +"Numeric Input/Display" displays the device's character or writes character to the device.
618 618  
619 619  **Description**
620 620  
... ... @@ -628,8 +628,13 @@
628 628  * **Same read-write address:** Configure "Write Address" is the same as "Read Address".
629 629  * **Read DWord: **Read address is 2 words format
630 630  * **Write address: **Write data to designated address. The address could be different "Read Address".
631 -* **Keypad:** it is standard numeric keypad, allow to input decimal and floating.
632 -* **Note**: After the keypad is opened, the content of note will be input into special register HUW1402. The maximum length allowed for the note is 63 characters.
636 +* **Keypad:** it is standard numeric keypad, allow to input decimal and floating;
637 +
638 +(% class="box infomessage" %)
639 +(((
640 +**✎Note:** ** **Check it to use the comment information on the keyboard. When the user clicks on the part, the comment information will be written into the HUW1402 for display. The maximum length allowed for the comment is 63 characters;
641 +)))
642 +
633 633  * **Continuous Input: **Use the same keyboard to input the objects from the same Group NO according to the order of NO, and automatically close the keyboard after the last NO (object) is input.
634 634  * **NO: **the number of numeric input object.
635 635  * **Group NO: **the group number of numeric input object.