Changes for page 05 Objects

Last modified by Hunter on 2026/07/14 14:46

From version 18.3
edited by Hunter
on 2026/07/07 14:26
Change comment: There is no comment for this version
To version 20.3
edited by Hunter
on 2026/07/14 14:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -301,10 +301,11 @@
301 301  (% style="text-align:center" %)
302 302  [[image:6.Objects_html_a8b6636bd862369c.gif||class="img-thumbnail"]]
303 303  
304 -* **Set state: **Set a constant value to address(according to the operate state selection) when click the object.
304 +* **State set: **Set state value to word address(according to the operate state selection) when click the lamp object.
305 305  * **State increase: **Increase the address value by one step when click the object, the upper limit is depends on the Last state selection.
306 306  * **State decrease:** Decrease the address value by one step when click the object, the lower limit is depends on the Last state selection..
307 -* **Last state: **The upper limit or lower limit(Final state) of state increase/decrease;
307 +* **Last state: **The final state after the change;
308 +* **Return to state:** The word lamp returns to the selected state option when click the final state.
308 308  
309 309  (% class="box infomessage" %)
310 310  (((
... ... @@ -338,8 +338,8 @@
338 338  (% style="text-align:center" %)
339 339  [[image:6.Objects_html_31c4ad387507a16d.gif||class="img-thumbnail"]]
340 340  
341 -* **Screen No: **Switch to the selected screen, it could not be subscreen;
342 -* **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;
342 +* **Screen No: **The screen number to jump to, it could not be subscreen;
343 +* **Open sub screen: **The sub-screen number to pop up, default position is (0, 0), this is the coordinates of the top left corner of the screen;
343 343  
344 344  (% style="text-align:center" %)
345 345  [[image:6.Objects_html_8b9a9cc4cb589d5b.gif||class="img-thumbnail"]]
... ... @@ -628,7 +628,7 @@
628 628  * **Read Address:** The data from designated address will be displayed.
629 629  * **Input: **Enable input function and "Write Address" configuration.
630 630  * **Same read-write address:** Configure "Write Address" is the same as "Read Address".
631 -* **Read DWord: **Read the address data at double byte format.
632 +* **Read DWord: **Read one byte from each two-byte unit. For example, the string "abcd" is displayed as "ac".
632 632  * **Write address: **Write data to designated address. The address could be different "Read Address".
633 633  * **Keypad:** Built-in character keyboard input(Screen No.1001) could allow input a~~z, A~~Z, 0~~9.
634 634  * **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.
... ... @@ -648,9 +648,9 @@
648 648  * **Center:** data display on the center of object.
649 649  * **Align left: **data display on the left.
650 650  * **Align right: **data display on the right.
651 -* **Exchange high-low byte: **Swap the contents of high byte and low byte then display. High byte data into low byte position, low byte data into high byte position. If the length of characters is not a multiple of 2, it will exchange after rounded.
652 +* **Exchange high-low byte: **Swap the high and low bytes before displaying the data. For example, the string "abcd" is displayed as "badc".
652 652  * **Length: **The length of characters, the maximum length is 256.
653 -* **Exchange high-low word: **Swap the contents of high word and low word then display. Only valid when the length of characters is a multiple of 4.
654 +* **Exchange high-low word: **Swap the high and low words before displaying the data. For example, the string "abcd" is displayed as "cdab".
654 654  
655 655  **Keypad position**
656 656