Changes for page 05 Objects
Last modified by Hunter on 2026/07/14 14:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -629,7 +629,7 @@ 629 629 * **Read Address:** The data from designated address will be displayed. 630 630 * **Input: **Enable input function and "Write Address" configuration. 631 631 * **Same read-write address:** Configure "Write Address" is the same as "Read Address". 632 -* **Read DWord: **Read one bytefromeachtwo-byteunit.For example,thestring "abcd" is displayed as "ac".632 +* **Read DWord: **Read the address data at double byte format. 633 633 * **Write address: **Write data to designated address. The address could be different "Read Address". 634 634 * **Keypad:** Built-in character keyboard input(Screen No.1001) could allow input a~~z, A~~Z, 0~~9. 635 635 * **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. ... ... @@ -649,9 +649,9 @@ 649 649 * **Center:** data display on the center of object. 650 650 * **Align left: **data display on the left. 651 651 * **Align right: **data display on the right. 652 -* **Exchange high-low byte: **Swap the high and low byte sbeforedisplaying the data.Forexample,the string"abcd"isdisplayedas"badc". If thenumberof characters is not a multiple of 2, thelastcharacteris hiddenafterswapping.652 +* **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. 653 653 * **Length: **The length of characters, the maximum length is 256. 654 -* **Exchange high-low word: **Swap the high and low word sbeforedisplaying the data.Forexample,thestring "abcd" is displayed as "cdab". Ifthenumberof characters isnota multiple of2, the last character is hidden after swapping.654 +* **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. 655 655 656 656 **Keypad position** 657 657