13 HMI Internal Registers
Introduction
HMI provide four types of HMI address for user. You can use them as temporary variables of the program. The use is consistent with the way access to the PLC register. You could also reference through the address, PIStudio provides three types of such memory.
*HSW, HDW, HUW, HAW are word address, HSX, HDX, HUX, HAX are bit address.
- System data area (HSW): A special register defined by the system.
- Data storage area (HDW/HDX): Users store user data.
- System data area (HUW): A special register defined by the system.
- System Data (HAW): System register used for power-off save.
- Recipe index area (RPW): System register used for recipe index.
HMI internal registers are divided into bit address and word address, which can be accessed in two ways (take HDW as an example).
- Access as word with the prefix "HDW".
- HDW0 means the 1st word of system data area. HDW1 means the 2nd word of system data area.
- Access as bit with the prefix "HDX". The number before "." i". The number before Access in bit with the prefix "HD". The number before Access in bit with the prefix "HDX". The number before "." indicates the number of the word. The number after "." indicates the bit number of the word.
- HDX1020.12 means to access the system data area in bit mode, the specific location is the 13th bit of the 1020 word.
Address ranges table
Data storage area (HDW/HDX)
It is used to save the temporary data of project.
- Access as word, and serial number range is from HDW0 to HDW299999.
- Access as bit, and serial number range is from HDX0.0 to HDX299999.15.
Power-down save area (HAW/HAX)
It is system registers used for power-off save.
- Access as word, and serial number range is from HAW0 to HAW199999.
- Access as bit, and serial number range is from HAX0.0 to HAX199999.15.
Recipe index area (RPW)
It is system recipe data power-off save register. The range is from RPW000000 to RPW990450.
Single user data area (HUW/HUX)
It is used for system special registers (reserved by system).
- Access as word, and serial number range is from HUW0 to HUW1599.
- Access as bit, and serial number range is from HUX0.0 to HUX1599.15.
Special register address | Description | Function |
---|---|---|
HUW0 | Screen switch | A single terminal controls the screen switching, and all terminals do not affect each other. |
HUW110~HUW119 | Addresses of the built-in keyboard | The T9 input method stores the selected seria number length |
HUW120~HUW129 | The T9 input method stores the selected Chinese Pinyin length | |
HUW135 | Input method: first input | |
HUW136 | Button: T9 Chinese Pinyin page | |
HUW137 | Button: T9 Chinese characters page | |
HUW138 | Button: symbol | |
HUW139 | Button: switch | |
HUW140 | Button: Chinese characters 1 | |
HUW142 | Button: Chinese characters 2 | |
HUW144 | Button: Chinese characters 3 | |
HUW146 | Button: Chinese characters 4 | |
HUW148 | Button: Chinese characters 5 | |
HUW150 | Button: Chinese characters 6 | |
HUW152 | Button: Chinese characters 7 | |
HUW154 | Button: Chinese characters 8 | |
HUW156 | Button: Chinese characters 9 | |
HUW158 | Button: Chinese characters 10 | |
HUW160~HUW169 | Button: Chinese Pinyin 1 | |
HUW170~HUW179 | Button: Chinese Pinyin 2 | |
HUW180~HUW189 | Button: Chinese Pinyin 3 | |
HUW190~HUW199 | Button: Chinese Pinyin 4 | |
HUW200~HUW699 | Input method cache length | |
HUW700~HUW749 | Minimum value of the input method | |
HUW750~HUW799 | Maximum value of the input method | |
HUW800 | Case switching of the input method | |
HUW801~HUW900 | Input method format cache length | |
HUW1000 | Addresses of user permission | OK (Sign in) |
HUW1001 | Result of operation | |
HUW1002~1005 | Old password | |
HUW1006~1009 | New password | |
HUW1010~1013 | Confirm password | |
HUW1014~1029 | New user name | |
HUW1030~1157 | States information of user permission | |
HUW1158~1335 | User name (Only or drop-down list object) | |
HUW1336~1345 | User name description or note | |
HUW1347 | Hidden function configurations | |
HUW1348 | Permission settings | |
HUW1349 | Current user name | |
HUW1382 | User sign in way |
|
HUW1400 | Time interval from last operation | Shows how long the touch screen has not been clicked, in seconds. 32-bit unsigned integer ✎Note: Clicking by different users will only clear the corresponding register of the currently operating terminal, and the registers on other terminals (such as mobile phones, computers) will not be cleared. |
HUW1402 | Keyboard note | It saves the text information of the keyboard notes when clicking object(HUW1402-HUW1433) |
HUW1436 | Current object level | Indicate current object security level |
Special data area (HSW/HSX)
It is used for system special registers (reserved by system).
- Access as word, and serial number range is from HSW0 to HSW49999. (HSW10000 to HSW19999 are the power-off storage areas)
- Access as bit, and serial number range is from HSX0.0 to HSX49999.15.
Address | Function | Description |
---|---|---|
HSW0 | Language switch | Multiple language could be set in the project, HMI support maximum 8 languages. (Power-down save supported) |
HSW1 | Beep frequency (Only valid in HMI V1.0 System) | Frequency range: 0~4000 |
HSW2 | Beep volume (Only valid in HMI V1.0 System) | Volume range: 0~80 |
HSW3 | Beep time | Unit: ms |
HSW4 | Beep whether enable or not |
|
HSW5 | Alarm indicator |
|
HSW6~HSW7 | Number of alarms | The number of alarm (it also includes the records of alarm confirmed) |
HSW8 | Number of unconfirmed history alarm | The number of unconfirmed history alarm |
HSW9 | Time out prompt |
|
HSW12 | Screen swicth |
|
HSW13 | Screen switch register | Equal to different values, the screen jumps to the corresponding screen number of the screen. |
HSW24 | Reboot HMI | 1: Reboot |
HSW28 | Local time: year | Range: 0~9999 (system reserved) |
HSW29 | Local time: month | Range: 01~12 (system reserved) |
HSW30 | Local time: day | Range: 01~31 (system reserved) |
HSW31 | Local time: hour | Range: 0~23 (system reserved) |
HSW32 | Local time: minute | Range: 0~59 (system reserved) |
HSW33 | Local time: second | Range: 0~59 (system reserved) |
HSW34 | Local time: week |
|
HSW39 | Beep type(Only valid in HMI V2.0 System) | Type range: 1-5, Default is 1. |
HSW134 | Whether the Script is read through
|
|
HSW135 | Confirm installment password | Confirm button for installment password |
HSW151 | Installment due | Number of days to installment due |
HSW185~200 | Installment password | Enter installment password |
HSW242 | Prompt result of recipe operation
|
|
HSW243 | Prompt result of recipe index |
|
HSW521 | Delete graph and alarm record |
|
HSW522 | Copy and paste the alarm/data files in flash to the USB flash disk |
|
HSW523 | Copy and paste the alarm/data files in flash to the SD card |
|
HSW524 | Copy and paste the alarm/data files in SD card to the USB flash disk |
|
HSW525 | Copy and paste the alarm/data files in USB flash disk to SD card |
|
HSW526 | Delete file list |
|
HSW527 | Eject USB flash disk/SD card |
|
HSW528 | The state of USB flash disk |
|
HSW529 | The state of SD card |
|
HSW550~849 | Communication control | For communication control and communication lamp (please refer to "Communication control" sector for detailed) |
HSW850 | Network state (4G, WIFI and Ethernet) | In HMI V1.0
In HMI V2.0
|
HSW855 | Backlight Control |
|
HSW856 | Whether to close the indirect screen when the current screen is switched to the other screen) |
|
HSW857 | Permission in remote access (web page, mobile APP, cloud platform, etc.) |
|
HSW860~861 | Data partition remaining space | Display the data partition remaining space, updated every minute, unit(kB) |
HSW880 | Enable data partition remaining space | =1, able to view the data partition remaining space from HSW860~861. =Other value except 1, disable the viewing function. |
HSW881 | Storage of Record files | It is used for controlling saving alarm/data record files to U disk / SD card.
|
HSW882 | Storage device status |
|
HSW884 | Enter the system network configuration interface |
|
HSW885 | When the control object hides the address is read failed (communication failure), set the display mode of the object |
|
HSW893 | User Permission Control Address, same as HUW1000 feature, please refer to chapter "User Permission" ✎Note: This address can only take effect when it is operated in the real HMI, and the operation is invalid on Web/App side. |
|
HSW900 | Quick update frequency settings for objects | Valid when the object is enabled for "quick update". Default: 5. Range: 1 (fastest) - 50 (slowest) |
HSW920 | Static mode Maximum periods | Numeric Input/ Display (range: 0-12) |
HSW921 ~ 924 | Static mode Admin key | Character Input/ Display (length: 8) |
HSW925 ~ 928 | 1st period key (Static mode) | Character Input/ Display (length: 8) |
HSW929 ~ 933 | 1st expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW935 ~ 938 | 2nd period key (Static mode) | Character Input/ Display (length: 8) |
HSW939 ~ 943 | 2nd expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW945 ~ 948 | 3rd period key (Static mode) | Character Input/ Display (length: 8) |
HSW949 ~ 953 | 3rd expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW955 ~ 958 | 4th period key (Static mode) | Character Input/ Display (length: 8) |
HSW959 ~ 963 | 4th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW965 ~ 968 | 5th period key (Static mode) | Character Input/ Display (length: 8) |
HSW969 ~ 973 | 5th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW975 ~ 978 | 6th period key (Static mode) | Character Input/ Display (length: 8) |
HSW979 ~ 983 | 6th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW985 ~ 988 | 7th period key (Static mode) | Character Input/ Display (length: 8) |
HSW989 ~ 993 | 7th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW995 ~ 998 | 8th period key (Static mode) | Character Input/ Display (length: 8) |
HSW999 ~ 1003 | 8th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW1005 ~1008 | 9th period key (Static mode) | Character Input/ Display (length: 8) |
HSW1009 ~ 1013 | 9th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW1015 ~1018 | 10th period key (Static mode) | Character Input/ Display (length: 8) |
HSW1019 ~ 1023 | 10th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW1025 ~1028 | 11th period key (Static mode) | Character Input/ Display (length: 8) |
HSW1029 ~ 1033 | 11th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW1035 ~1038 | 12th period key (Static mode) | Character Input/ Display (length: 8) |
HSW1039 ~ 1043 | 12th expiry time (Static mode) | Numeric Input/ Display (YYYYMMDDHHMM) |
HSW1046 | Current period (Static mode) | Current period (Range 1-13) |
HSW1047 | Save settings (Static mode) |
|
HSW1050~HSW1065 | The recipe name that can input csv format | Input CSV format recipe file name through "Character Input/ Display".(This function should be used in combination with the recipefunction) |
HSW1066 | Configure the type of the CSV file imported | The CSV file type imported (This function should be used in combination with the recipe function)
|
HSW1067 | Location where the CSV file is saved | Set the path of CSV file (This function should be used in combination with the recipe function)
|
HSW1070 | The time interval (seconds) since the last time the screen was clicked | Shows how long the current screen has not been clicked, using a decimal unsigned double word (Numeric Input/ Display). |
HSW1073 | Corresponding key value from keyboard | Display the key value of the currently pressed key, the key value is shown in Table 1 (not updated when the character input display is being input) |
HSW1074 | Keyboard key status | Display the current button status (not updated when the numeric input display is being input)
|
HSW1075 | Cursor speed | Control the cursor movement speed, the range is 0~100, the default is 20 |
HSW1076 | Cursor x coordinate value | Record the x value at the current position of the cursor, range: 0 to screen width -1 |
HSW1077 | Cursor y coordinate value | Record the y value at the current position of the cursor, range: 0 to screen height-1 |
HSW1078 | Corresponding ASCII code for keyboard keys | Only the ASCII value of letters, numbers, and symbols are displayed, and the ASCII value of the function button is not displayed. |
HSW1079 | Trigger to set the cursor position and set the Enter key mode |
|
HSW1083 | Naming method for printing object screenshots | Example: The time is 2019-01-04 14:29:10 (523 milliseconds), the screen number is 0, and the object ID is 2.
For example: 20190104142910.bmp. |
HSW1086 | Control address mapping polling cycle, unit: ms | Address mapping polling cycle, effective range: 40~1000ms, default: 300ms.
|
HSW1087 | Control write interval in address mapping | After reading data to the device for N times, Perform an address mapping write operation. N is the interval value. The effective range: 0~5, and default is 2. When N more than 5, it is 5. 0 is the fastest and 5 is the slowest. |
HSW1088 | Control the write interval of script | After reading data to the device for N times, Perform a script write operation. N is the interval value. The effective range: 0~5, and default is 2. When N more than 5, it is 5. 0 is the fastest and 5 is the slowest. |
HSW1089 | Control interval of read through | After reading data to the device for N times, Perform a read through operation. N is the interval value. The effective range: 0~5, and default is 2. When N more than 5, it is 5. 0 is the fastest and 5 is the slowest. |
HSW1100 | Set the Master IP for Multi-link | High word 1 for Master IP address of multi-link |
HSW1101 | High word 2 for Master IP address of multi-link | |
HSW1102 | High word 3 for Master IP address of multi-link | |
HSW1103 | High word 4 for Master IP address of multi-link | |
HSW1104 | Control connection to Master or not for Multi-link slave device |
|
HSW1141 | Release alarm |
|
HSW1200 | TSAP settings for HMI in the Siemens LOGO! 8 protocol(ig series or HMI V2.0) | HMI local TSAP, which corresponds to the remote TSAP of PLC |
HSW1201 | HMI remote TSAP, which corresponds to the local TSAP of PLC | |
HSW1450 | Enable objects level password function |
|
HSW1451 | Whether the object level passwords are independent of each other |
|
HSW1452 | Initialization level | Initialization level while HMI running |
HSW1454~1457 | Password for Level 1 | Display password for level 1, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1458~1461 | Password for Level 2 | Display password for level 2, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1462~1465 | Password for Level 3 | Display password for level 3, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1466~1469 | Password for Level 4 | Display password for level 4, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1470~1473 | Password for Level 5 | Display password for level 5, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1474~1477 | Password for Level 6 | Display password for level 6, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1478~1481 | Password for Level 7 | Display password for level 7, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1482~1485 | Password for Level 8 | Display password for level 8, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1486~1489 | Password for Level 9 | Display password for level 9, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1490~1493 | Password for Level 10 | Display password for level 10, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1494~1497 | Password for Level 11 | Display password for level 11, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1498~1501 | Password for Level 12 | Display password for level 12, using character input object, up to 8 characters (numbers, letters (case sensitive)) |
HSW1502 | Modify password for object level |
|
HSW1509 | Curve width |
|
HSW1603 | Number of current unreleased alarms | The number of current unreleased alarms in alarm record file. |
HSW1604 | The auxiliary judgment address when the control bit in the Object Lock fails to be read |
|
HSW1605 | BCD format natural decimal control | Whether to display natural decimals with decimal point in BCD format:
(For example, 56.20 is displayed as 56.2, 33.00 is displayed as 33) |
HSW1606 | User permission modification control |
|
HSW1607 | The spacing value among the drop-down items of the drop-down list | 10 to 50 is effective, such as: 23 is 2.3 times the height of the object. |
HSW1611 | Traditional recipe transfer |
|
HSW1612 | Traditional Recipe group number | Traditional Recipe group number |
HSW1613 | Display the status of network card |
|
HSW1614~1623 | Download speed per second | Display the download speed per second. (The value is string) |
HSW1624~1633 | Upnload speed per second | Display the upload speed per second. (The value is string) |
HSW1634~1643 | Flow consumption rate | Display the total flow rate per second (The value is string) |
HSW1644~1653 | Download flow consumption after power on | Display the download flow consumption after power on (The value is string) |
HSW1654~1663 | Upload flow consumption after power on | Display the upload flow consumption after power on (The value is string) |
HSW1664~1673 | Total flow consumption after power on | Display the total flow consumption after power on (download and upload). (The value is string) |
HSW1674~1683 | Historical flow consumption | Display historical flow consumption (download and upload). (The value is string) |
HSW1684~1693 | Flow consumption in 10 minutes | Flow consumption in 10 minutes (download and upload). (The value is string) |
HSW1694~1703 | Flow consumption in 30 minutes | Flow consumption in 30 minutes (download and upload). (The value is string) |
HSW1704~1713 | Flow consumption in 3 hours | Flow consumption in 3 hours (download and upload). (The value is string) |
HSW1715 | Reset flow |
|
HSW1719 | Network status of Ethernet connnecting to server |
|
HSW1720 | Related IP register in WIFI network status (It is valid when HMI is connected to WIFI) | Local IP address high byte 1 |
HSW1721 | Local IP address high byte 2 | |
HSW1722 | Local IP address high byte 3 | |
HSW1723 | Local IP address high byte 4 | |
HSW1724 | Local mask IP address high byte 1 | |
HSW1725 | Local mask IP address high byte 2 | |
HSW1726 | Local mask IP address high byte 3 | |
HSW1727 | Local mask IP address high byte 4 | |
HSW1728 | Local gateway IP address high byte 1 | |
HSW1729 | Local gateway IP address high byte 2 | |
HSW1730 | Local gateway IP address high byte 3 | |
HSW1731 | Local gateway IP address high byte 4 | |
HSW1733 | Display the MAC code of current WIFI (display in hexadecimal) | Local MAC address high byte 1 (hexadecimal) |
HSW1734 | Local MAC address high byte 2 (hexadecimal) | |
HSW1735 | Local MAC address high byte 3 (hexadecimal) | |
HSW1736 | Local MAC address high byte 4 (hexadecimal) | |
HSW1737 | Local MAC address high byte 5 (hexadecimal) | |
HSW1738 | Local MAC address high byte 6 (hexadecimal) | |
HSW1739 | Display the network status of WIFI |
|
HSW1740 | Wi-fi signal strength | Display the value of Wi-fi signal signal strength, ranges from 0~100 (Signal strength is automatically obtained only once when HMI is powered on, and it will not be automatically updated. It needs to be used with the HSW1890) |
HSW1741 | Related IP register in 4Gnetwork status (It is valid when HMI is connected to 4G) | Local IP address high byte 1 |
HSW1742 | Local IP address high byte 2 | |
HSW1743 | Local IP address high byte 3 | |
HSW1744 | Local IP address high byte 4 | |
HSW1745 | Local mask IP address high byte 1 | |
HSW1746 | Local mask IP address high byte 2 | |
HSW1747 | Local mask IP address high byte 3 | |
HSW1748 | Local mask IP address high byte 4 | |
HSW1749 | Local gateway IP address high byte 1 | |
HSW1750 | Local gateway IP address high byte 2 | |
HSW1751 | Local gateway IP address high byte 3 | |
HSW1752 | Local gateway IP address high byte 4 | |
HSW1754 | Display the MAC code of current WIFI (display in hexadecimal) | Local MAC address high byte 1 (hexadecimal) |
HSW1755 | Local MAC address high byte 2 (hexadecimal) | |
HSW1756 | Local MAC address high byte 3 (hexadecimal) | |
HSW1757 | Local MAC address high byte 4 (hexadecimal) | |
HSW1758 | Local MAC address high byte 5 (hexadecimal) | |
HSW1759 | Local MAC address high byte 6 (hexadecimal) | |
HSW1760 | Display 4G network status |
|
HSW1761 | Display 4G network signal strength | Signal strength: 0~31. The greater the value ,the signal is stronger |
HSW1762 | Note: Valid when Ethernet2 of HMI is plugged into the network cable. | Ethernet2 Local IP address high byte 1 |
HSW1763 | Ethernet2 Local IP address high byte 2 | |
HSW1764 | Ethernet2 Local IP address high byte 3 | |
HSW1765 | Ethernet2 Local IP address high byte 4 | |
HSW1766 | Ethernet2 Local mask IP address high byte 1 | |
HSW1767 | Ethernet2 Local mask IP address high byte 2 | |
HSW1768 | Ethernet2 Local mask IP address high byte 3 | |
HSW1769 | Ethernet2 Local mask IP address high byte 4 | |
HSW1770 | Ethernet2 Local gateway IP address high byte 1 | |
HSW1771 | Ethernet2 Local gateway IP address high byte 2 | |
HSW1772 | Ethernet2 Local gateway IP address high byte 3 | |
HSW1773 | Ethernet2 Local gateway IP address high byte 4 | |
HSW1774 | Ethernet2 Local Port Address | |
HSW1775 | ①Display the MAC code of Ethernet2 NIC (hexadecimal display) ②Read-only mode, not modifiable | Ethernet2 Local MAC code high byte 1 |
HSW1776 | Ethernet2 Local MAC code high byte 2 | |
HSW1777 | Ethernet2 Local MAC code high byte 3 | |
HSW1778 | Ethernet2 Local MAC code high byte 4 | |
HSW1779 | Ethernet2 Local MAC code high byte 5 | |
HSW1780 | Ethernet2 Local MAC code high byte 6 | |
HSW1781 | ①Display and modify DNS1 and DNS2 of Ethernet2 ②Related registers can be read and written mode (only static IP mode can be written) | Ethernet2 Local DNS1 address high byte 1 |
HSW1782 | Ethernet2 Local DNS1 address high byte 2 | |
HSW1783 | Ethernet2 Local DNS1 address high byte 3 | |
HSW1784 | Ethernet2 Local DNS1 address high byte 4 | |
HSW1785 | Ethernet2 Local DNS2 address high byte 1 | |
HSW1786 | Ethernet2 Local DNS2 address high byte 2 | |
HSW1787 | Ethernet2 Local DNS2 address high byte 3 | |
HSW1788 | Ethernet2 Local DNS2 address high byte 4 | |
HSW1789 | Display or set the dynamic or static IP mode of Ethernet2 | HSX1789.0 = 0, Static IP mode HSX1789.0 = 1, dynamic IP mode |
HSW1790 | Confirm Ethernet2 IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings | = 1, confirm the setting (i.e., after modifying IP-related information, set this address to 1, representing confirmation of the modification, after which it will be reset to 0) |
HSW1791 | Network status of the Ethernet2 connection server | = 0, connection to the server is abnormal = 1, connection to the server is normal |
HSW1852 | Control the interval in two consecutive clicks | Limit range: 1~500ms. The default is 100 ms. |
HSW1853 | File format for exporting data records to USB flash drive or SD card |
(Only valid for script function DbToCsvFile) |
HSW1854 | High and low word conversion type |
|
HSW1855 | Screen Lock prompt display control | Control whether the screen lock prompt is displayed,
|
HSW1856 | Display map fence drawing status |
|
HSW1857 | USB disk download |
|
HSW1865 | Priority connection to the cloud |
|
HSW1866 | Delete the Lua extension module file |
|
HSW1867 | Reset mode | Monitor address is set during reset of reset switch, whether to cancel reset,
|
HSW1868 | Double-click or long press the record type table mode | Controls whether the button pops up when double-clicking or long pressing on record type table object
|
HSW1869 | Dynamic screensaver countdown | Countdown to enter dynamic screensaver effect, unit (S) |
HSW1870 | Display or set the dynamic or static IP mode of Ethernet1 | HSX1870.0 = 0, Static IP mode HSX1870.0 = 1, dynamic IP mode |
HSW1871 | Confirm the IP, subnet mask, gateway, DNS1, DNS2, and dynamic static IP settings for Ethernet1 | = 1, confirm the setting (i.e., after modifying IP-related information, set this address to 1, representing confirmation of the modification, after which it will be reset to 0) |
HSW1872 | ①Display and modify DNS1 and DNS2 of Ethernet1 ②Related registers can be read and written mode (only static IP mode can be written) | Ethernet1 Local DNS1 address high byte 1 |
HSW1873 | Ethernet1 Local DNS1 address high byte 2 | |
HSW1874 | Ethernet1 Local DNS1 address high byte 3 | |
HSW1875 | Ethernet1 Local DNS1 address high byte 4 | |
HSW1876 | Ethernet1 Local DNS2 address high byte 1 | |
HSW1877 | Ethernet1 Local DNS2 address high byte 2 | |
HSW1878 | Ethernet1 Local DNS2 address high byte 3 | |
HSW1879 | Ethernet1 Local DNS2 address high byte 4 | |
HSW1890 | Enable refresh current network signal |
|
HSW1891 | Enable clear cache for screen data |
|
HSW10000~19999 | Power-down storage area | After restart, the data remains |
HSW10035 | Note: Valid when Ethernet1 of HMI is plugged into the network cable. | Local IP address high byte 1 |
HSW10036 | Local IP address high byte 2 | |
HSW10037 | Local IP address high byte 3 | |
HSW10038 | Local IP address high byte 4 | |
HSW10039 | Local mask IP address high byte 1 | |
HSW10040 | Local mask IP address high byte 2 | |
HSW10041 | Local mask IP address high byte 3 | |
HSW10042 | Local mask IP address high byte 4 | |
HSW10043 | Local gateway address high byte 1 | |
HSW10044 | Local gateway address high byte 2 | |
HSW10045 | Local gateway address high byte 3 | |
HSW10046 | Local gateway address high byte 4 | |
HSW10047 | Local port address | |
HSW10048 | ①Display the MAC code of Ethernet1 NIC (hexadecimal display) ②Read-only mode, not modifiable | Local MAC code high word 1 |
HSW10049 | Local MAC code high word 2 | |
HSW10050 | Local MAC code high word 3 | |
HSW10051 | Local MAC code high word 4 | |
HSW10052 | Local MAC code high word 5 | |
HSW10053 | Local MAC code high word 6 | |
HSW10118 | TSAP settings for HMI in the Siemens LOGO! 8 protocol | HMI local TSAP, which corresponds to the remote TSAP of PLC |
HSW10119 | HMI remote TSAP, which corresponds to the local TSAP of PLC | |
HSW10461~10493 | Remote access password | 8-character remote access password |
HSW10494~10558 | Machine ID (Read only) | Machine ID for remote access (read only 64-bit) |
HSW10576 | Save dynamic installment settings | HSX10576.0=1: Save the set dynamic installment information |
HSW10577 | Control address for installment |
|
HSW10578-10583 | Password for dynamic installment | Character Input/ Display (length: 6) |
HSW10584-10586 | Expiry time of dynamic installment | Expiry time: YYYYMMDD (Numeric Input/ Display) |
HSW10587-10589 | Last expiry time of dynamic installment | Expiry time: YYYYMMDD (Numeric Input/ Display) |
HSW10590 | Background light time | Set the light time for background
|
HSW10591 | Backlight brightness adjustment | Backlight brightness range: 1 (darkest) ~ 100 (brightest) |
HSW10603 | Set the printer to print orientation | Set the print direction:
|
HSW10604 | Print dot type |
|
HSW10605 | Print width of printer | Set the width of the printer to print (in pixels), such as HSW10605 = 394: The printer supports images with a print width of 394 pixels |
HSW10606 | Printer instruction type |
|
HSW10607 | Printer paper cutting function |
|
HSW10608 | Print the alignment of the text |
|
HSW10610 | Set weconcloud server |
|
HSW11750 | Set the language of the Message List prompt (ie series) |
|
HSW11756 | Access permission restrictions (ig series and 8000/9000 series with -R after system upgrade) |
|
HSW11757 | Enable the valid date of the dynamic installment password |
|
HSW11758 | Enable Screensaver |
|
HSW11759 | Screensaver interval time | Set the time how long will enter Screensaver (Range 10~43200s) |
HSW11760 | Screensaver countdown | Display the countdown to enter the Screensaver, unit: second. |
HSW11761 | Screensaver screen number | Set the screen number for Screensaver |
HSW11762 | Dynamic screensaver control address | HSX11762.0=0, initialize with project configuration; HSX11762.0=1, initialize with special register configuration; HSX11762.1=0, disable dynamic screensaver; HSX11762.1=1, enable dynamic screensaver |
HSW11763 | Waiting time to enter the dynamic screensaver | Waiting time when the screen is not operated, range 1~720 minutes |
HSW11764 | Animated screensaver animation type | =0: Raster,=1: Blinds,=2: Bubble |
Serial port communication configuration
Port | Function | Address | Description | |
---|---|---|---|---|
COM1 | Communication mode | HSW10061 |
| |
Baud rate | HSW10062 |
| ||
Data bit | HSW10063 |
| ||
Stop bit | HSW10064 |
| ||
Check bit | HSW10065 |
| ||
Wait timeout | HSW10066 |
| ||
reveive timeout | HSW10067 |
| ||
Retry time | HSW10068 |
| ||
Retry timeout | HSW10069 |
| ||
HMI station number | HSW10070 | |||
PLC station number | HSW10071 | |||
COM1-2 | Communication mode | HSW10094 |
| |
Baud rate | HSW10095 |
| ||
Data bit | HSW10096 |
| ||
Stop bit | HSW10097 |
| ||
Check bit | HSW10098 |
| ||
Wait timeout | HSW10099 |
| ||
receive timeout | HSW10100 |
| ||
Retry time | HSW10101 |
| ||
Retry timeout | HSW10102 |
| ||
HMI station number | HSW10103 | |||
PLC station number | HSW10104 | |||
COM1-3 | Communication mode | HSW10120 |
| |
Baud rate | HSW10121 |
| ||
Data bit | HSW10122 |
| ||
Stop bit | HSW10123 |
| ||
Check bit | HSW10124 |
| ||
Wait timeout | HSW10125 |
| ||
receive timeout | HSW10126 |
| ||
Retry time | HSW10127 |
| ||
Retry timeout | HSW10128 |
| ||
HMI station number | HSW10129 | |||
PLC station number | HSW10130 | |||
COM2 | Communication mode | HSW10072 |
| |
Baud rate | HSW10073 |
| ||
Data bit | HSW10074 |
| ||
Stop bit | HSW10075 |
| ||
Check bit | HSW10076 |
| ||
Wait timeout | HSW10077 |
| ||
receive timeout | HSW10078 |
| ||
Retry time | HSW10079 |
| ||
Retry timeout | HSW10080 |
| ||
HMI station number | HSW10081 | |||
PLC station number | HSW10082 | |||
COM2-2 | Communication mode | HSW10105 |
| |
Baud rate | HSW10106 |
| ||
Data bit | HSW10107 |
| ||
Stop bit | HSW10108 |
| ||
Check bit | HSW10109 |
| ||
Wait timeout | HSW10110 |
| ||
receive timeout | HSW10111 |
| ||
Retry time | HSW10112 |
| ||
Retry timeout | HSW10113 |
| ||
HMI station number | HSW10114 | |||
PLC station number | HSW10115 | |||
COM3 | Communication mode | HSW10083 |
| |
Baud rate | HSW10084 |
| ||
Data bit | HSW10085 |
| ||
Stop bit | HSW10086 |
| ||
Check bit | HSW10087 |
| ||
Wait timeout | HSW10088 |
| ||
receive timeout | HSW10089 |
| ||
Retry time | HSW10090 |
| ||
Retry timeout | HSW10091 |
| ||
HMI station number | HSW10092 | |||
PLC station number | HSW10093 | |||
CAN port | CAN1 baud rate | HSW010116 | Unit: K, the baud rate must be an integer. For example, when the baud rate required is 250000, just enter 250. | ✎Note: If baud rate has been modified,please wait 5 seconds,then restart the HMI to take effect. |
CAN2 baud rate | HSW010117 | Unit: K, the baud rate must be an integer. For example, when the baud rate required is 250000, just enter 250. |
Ethernet communication configuration
No. | Function | Address | Description |
1 | Ethernet parameter configuration for communication number 1 in list. Configure those addresses according to connected device. After configuration, wait for 5 seconds and restart the HMI. | HSW11004 | Device IP address high word 1 |
HSW11005 | Device IP address high word 2 | ||
HSW11006 | Device IP address high word 3 | ||
HSW11007 | Device IP address high word 4 | ||
HSW11008 | Device Port number | ||
HSW11009 | =2 TCP =3 UDP | ||
HSW11010 | Reserved | ||
2 | Ethernet parameter configuration for communication number 2 in list. Configure those addresses according to connected device. After configuration, wait for 5 seconds and restart the HMI. | HSW11011 | Device IP address high word 1 |
HSW11012 | Device IP address high word 2 | ||
HSW11013 | Device IP address high word 3 | ||
HSW11014 | Device IP address high word 4 | ||
HSW11015 | Device Port number | ||
HSW11016 | =2 TCP =3 UDP | ||
HSW11017 | Reserved | ||
… | … | … | |
32 | Ethernet parameter configuration for communication number 32 in list. Configure those addresses according to connected device. After configuration, wait for 5 seconds and restart the HMI. | HSW11221 | Device IP address high word 1 |
HSW11222 | Device IP address high word 2 | ||
HSW11223 | Device IP address high word 3 | ||
HSW11224 | Device IP address high word 4 | ||
HSW11225 | Device Port number | ||
HSW11226 | =2 TCP; =3 UDP | ||
HSW11227 | Reserved |
Communication control
Communication No. | Station No. | Control bit | Communication lamp | Description |
---|---|---|---|---|
1 | 0~15 | HSX550.0~HSX550.15 | HSX558.0~HSX558.15 | Communication number refers to the number in "Communication Port Configuration". A number provides 256 device station numbers. Each station number corresponds to a communication control bit and a communication indicator bit. Registers HSX550.0 to HSX805.15 are used to control the station numbers from 0 to 127, and registers HSX1150.0 to HSX1405.15 are used to control station numbers 128 to 255. |
16~31 | HSX551.0~HSX551.15 | HSX559.0~HSX559.15 | ||
32~47 | HSX552.0~HSX552.15 | HSX560.0~HSX560.15 | ||
48~63 | HSX553.0~HSX553.15 | HSX561.0~HSX561.15 | ||
64~79 | HSX554.0~HSX554.15 | HSX562.0~HSX562.15 | ||
80~95 | HSX555.0~HSX555.15 | HSX563.0~HSX563.15 | ||
96~111 | HSX556.0~HSX556.15 | HSX564.0~HSX564.15 | ||
112~127 | HSX557.0~HSX557.15 | HSX565.0~HSX565.15 | ||
128~143 | HSX1150.0~HSX1150.15 | HSX1158.0~HSX1158.15 | ||
144~159 | HSX1151.0~HSX1151.15 | HSX1159.0~HSX1159.15 | ||
160~175 | HSX1152.0~HSX1152.15 | HSX1160.0~HSX1160.15 | ||
176~191 | HSX1153.0~HSX1153.15 | HSX1161.0~HSX1161.15 | ||
192~207 | HSX1154.0~HSX1154.15 | HSX1162.0~HSX1162.15 | ||
208~223 | HSX1155.0~HSX1155.15 | HSX1163.0~HSX1163.15 | ||
224~239 | HSX1156.0~HSX1156.15 | HSX1164.0~HSX1164.15 | ||
240~255 | HSX1157.0~HSX1157.15 | HSX1165.0~HSX1165.15 | ||
2 | 0~15 | HSX566.0~HSX566.15 | HSX574.0~HSX574.15 | |
16~31 | HSX567.0~HSX567.15 | HSX575.0~HSX575.15 | ||
32~47 | HSX568.0~HSX568.15 | HSX576.0~HSX576.15 | ||
48~63 | HSX569.0~HSX569.15 | HSX577.0~HSX577.15 | ||
64~79 | HSX570.0~HSX570.15 | HSX578.0~HSX578.15 | ||
80~95 | HSX571.0~HSX571.15 | HSX579.0~HSX579.15 | ||
96~111 | HSX572.0~HSX572.15 | HSX580.0~HSX580.15 | ||
112~127 | HSX573.0~HSX573.15 | HSX581.0~HSX581.15 | ||
128~143 | HSX1166.0~HSX1166.15 | HSX1174.0~HSX1174.15 | ||
144~159 | HSX1167.0~HSX1167.15 | HSX1175.0~HSX1175.15 | ||
160~175 | HSX1168.0~HSX1168.15 | HSX1176.0~HSX1176.15 | ||
176~191 | HSX1169.0~HSX1169.15 | HSX1177.0~HSX1177.15 | ||
192~207 | HSX1170.0~HSX1170.15 | HSX1178.0~HSX1178.15 | ||
208~223 | HSX1171.0~HSX1171.15 | HSX1179.0~HSX1179.15 | ||
224~239 | HSX1172.0~HSX1172.15 | HSX1180.0~HSX1180.15 | ||
240~255 | HSX1173.0~HSX1173.15 | HSX1181.0~HSX1181.15 | ||
3 | 0~15 | HSX582.0~HSX582.15 | HSX590.0~HSX590.15 | |
16~31 | HSX583.0~HSX583.15 | HSX591.0~HSX591.15 | ||
32~47 | HSX584.0~HSX584.15 | HSX592.0~HSX592.15 | ||
48~63 | HSX585.0~HSX585.15 | HSX593.0~HSX593.15 | ||
64~79 | HSX586.0~HSX586.15 | HSX594.0~HSX594.15 | ||
80~95 | HSX587.0~HSX587.15 | HSX595.0~HSX595.15 | ||
96~111 | HSX588.0~HSX588.15 | HSX596.0~HSX596.15 | ||
112~127 | HSX589.0~HSX589.15 | HSX597.0~HSX597.15 | ||
128~143 | HSX1182.0~HSX1182.15 | HSX1190.0~HSX1190.15 | ||
144~159 | HSX1183.0~HSX1183.15 | HSX1191.0~HSX1191.15 | ||
160~175 | HSX1184.0~HSX1184.15 | HSX1192.0~HSX1192.15 | ||
176~191 | HSX1185.0~HSX1185.15 | HSX1193.0~HSX1193.15 | ||
192~207 | HSX1186.0~HSX1186.15 | HSX1194.0~HSX1194.15 | ||
208~223 | HSX1187.0~HSX1187.15 | HSX1195.0~HSX1195.15 | ||
224~239 | HSX1188.0~HSX1188.15 | HSX1196.0~HSX1196.15 | ||
240~255 | HSX1189.0~HSX1189.15 | HSX1197.0~HSX1197.15 | ||
4 | 0~15 | HSX598.0~HSX598.15 | HSX606.0~HSX606.15 | |
16~31 | HSX599.0~HSX599.15 | HSX607.0~HSX607.15 | ||
32~47 | HSX600.0~HSX600.15 | HSX608.0~HSX608.15 | ||
48~63 | HSX601.0~HSX601.15 | HSX609.0~HSX609.15 | ||
64~79 | HSX602.0~HSX602.15 | HSX610.0~HSX610.15 | ||
80~95 | HSX603.0~HSX603.15 | HSX611.0~HSX611.15 | ||
96~111 | HSX604.0~HSX604.15 | HSX612.0~HSX612.15 | ||
112~127 | HSX605.0~HSX605.15 | HSX613.0~HSX613.15 | ||
128~143 | HSX1198.0~HSX1198.15 | HSX1206.0~HSX1206.15 | ||
144~159 | HSX1199.0~HSX1199.15 | HSX1207.0~HSX1207.15 | ||
160~175 | HSX1200.0~HSX1200.15 | HSX1208.0~HSX1208.15 | ||
176~191 | HSX1201.0~HSX1201.15 | HSX1209.0~HSX1209.15 | ||
192~207 | HSX1202.0~HSX1202.15 | HSX1210.0~HSX1210.15 | ||
208~223 | HSX1203.0~HSX1203.15 | HSX1211.0~HSX1211.15 | ||
224~239 | HSX1204.0~HSX1204.15 | HSX1212.0~HSX1212.15 | ||
240~255 | HSX1205.0~HSX1205.15 | HSX1213.0~HSX1213.15 | ||
5 | 0~15 | HSX614.0~HSX614.15 | HSX622.0~HSX622.15 | |
16~31 | HSX615.0~HSX615.15 | HSX623.0~HSX623.15 | ||
32~47 | HSX616.0~HSX616.15 | HSX624.0~HSX624.15 | ||
48~63 | HSX617.0~HSX617.15 | HSX625.0~HSX625.15 | ||
64~79 | HSX618.0~HSX618.15 | HSX626.0~HSX626.15 | ||
80~95 | HSX619.0~HSX619.15 | HSX627.0~HSX627.15 | ||
96~111 | HSX620.0~HSX620.15 | HSX628.0~HSX628.15 | ||
112~127 | HSX621.0~HSX621.15 | HSX629.0~HSX629.15 | ||
128~143 | HSX1214.0~HSX1214.15 | HSX1222.0~HSX1222.15 | ||
144~159 | HSX1215.0~HSX1215.15 | HSX1223.0~HSX1223.15 | ||
160~175 | HSX1216.0~HSX1216.15 | HSX1224.0~HSX1224.15 | ||
176~191 | HSX1217.0~HSX1217.15 | HSX1225.0~HSX1225.15 | ||
192~207 | HSX1218.0~HSX1218.15 | HSX1226.0~HSX1226.15 | ||
208~223 | HSX1219.0~HSX1219.15 | HSX1227.0~HSX1227.15 | ||
224~239 | HSX1220.0~HSX1220.15 | HSX1228.0~HSX1228.15 | ||
240~255 | HSX1221.0~HSX1221.15 | HSX1229.0~HSX1229.15 | ||
6 | 0~15 | HSX630.0~HSX630.15 | HSX638.0~HSX638.15 | |
16~31 | HSX631.0~HSX631.15 | HSX639.0~HSX639.15 | ||
32~47 | HSX632.0~HSX632.15 | HSX640.0~HSX640.15 | ||
48~63 | HSX633.0~HSX633.15 | HSX641.0~HSX641.15 | ||
64~79 | HSX634.0~HSX634.15 | HSX642.0~HSX642.15 | ||
80~95 | HSX635.0~HSX635.15 | HSX643.0~HSX643.15 | ||
96~111 | HSX636.0~HSX636.15 | HSX644.0~HSX644.15 | ||
112~127 | HSX637.0~HSX637.15 | HSX645.0~HSX645.15 | ||
128~143 | HSX1230.0~HSX1230.15 | HSX1238.0~HSX1238.15 | ||
144~159 | HSX1231.0~HSX1231.15 | HSX1239.0~HSX1239.15 | ||
160~175 | HSX1232.0~HSX1232.15 | HSX1240.0~HSX1240.15 | ||
176~191 | HSX1233.0~HSX1233.15 | HSX1241.0~HSX1241.15 | ||
192~207 | HSX1234.0~HSX1234.15 | HSX1242.0~HSX1242.15 | ||
208~223 | HSX1235.0~HSX1235.15 | HSX1243.0~HSX1243.15 | ||
224~239 | HSX1236.0~HSX1236.15 | HSX1244.0~HSX1244.15 | ||
240~255 | HSX1237.0~HSX1237.15 | HSX1245.0~HSX1245.15 | ||
7 | 0~15 | HSX646.0~HSX646.15 | HSX654.0~HSX654.15 | |
16~31 | HSX647.0~HSX647.15 | HSX655.0~HSX655.15 | ||
32~47 | HSX648.0~HSX648.15 | HSX656.0~HSX656.15 | ||
48~63 | HSX649.0~HSX649.15 | HSX657.0~HSX657.15 | ||
64~79 | HSX650.0~HSX650.15 | HSX658.0~HSX658.15 | ||
80~95 | HSX651.0~HSX651.15 | HSX659.0~HSX659.15 | ||
96~111 | HSX652.0~HSX652.15 | HSX660.0~HSX660.15 | ||
112~127 | HSX653.0~HSX653.15 | HSX661.0~HSX661.15 | ||
128~143 | HSX1246.0~HSX1246.15 | HSX1254.0~HSX1254.15 | ||
144~159 | HSX1247.0~HSX1247.15 | HSX1255.0~HSX1255.15 | ||
160~175 | HSX1248.0~HSX1248.15 | HSX1256.0~HSX1256.15 | ||
176~191 | HSX1249.0~HSX1249.15 | HSX1257.0~HSX1257.15 | ||
192~207 | HSX1250.0~HSX1250.15 | HSX1258.0~HSX1258.15 | ||
208~223 | HSX1251.0~HSX1251.15 | HSX1259.0~HSX1259.15 | ||
224~239 | HSX1252.0~HSX1252.15 | HSX1260.0~HSX1260.15 | ||
240~255 | HSX1253.0~HSX1253.15 | HSX1261.0~HSX1261.15 | ||
8 | 0~15 | HSX662.0~HSX662.15 | HSX670.0~HSX670.15 | |
16~31 | HSX663.0~HSX663.15 | HSX671.0~HSX671.15 | ||
32~47 | HSX664.0~HSX664.15 | HSX672.0~HSX672.15 | ||
48~63 | HSX665.0~HSX665.15 | HSX673.0~HSX673.15 | ||
64~79 | HSX666.0~HSX666.15 | HSX674.0~HSX674.15 | ||
80~95 | HSX667.0~HSX667.15 | HSX675.0~HSX675.15 | ||
96~111 | HSX668.0~HSX668.15 | HSX676.0~HSX676.15 | ||
112~127 | HSX669.0~HSX669.15 | HSX677.0~HSX677.15 | ||
128~143 | HSX1262.0~HSX1262.15 | HSX1270.0~HSX1270.15 | ||
144~159 | HSX1263.0~HSX1263.15 | HSX1271.0~HSX1271.15 | ||
160~175 | HSX1264.0~HSX1264.15 | HSX1272.0~HSX1272.15 | ||
176~191 | HSX1265.0~HSX1265.15 | HSX1273.0~HSX1273.15 | ||
192~207 | HSX1266.0~HSX1266.15 | HSX1274.0~HSX1274.15 | ||
208~223 | HSX1267.0~HSX1267.15 | HSX1275.0~HSX1275.15 | ||
224~239 | HSX1268.0~HSX1268.15 | HSX1276.0~HSX1276.15 | ||
240~255 | HSX1269.0~HSX1269.15 | HSX1277.0~HSX1277.15 | ||
9 | 0~15 | HSX678.0~678.15 | HSX686.0~686.15 | |
16~31 | HSX679.0~679.15 | HSX687.0~687.15 | ||
32~47 | HSX680.0~680.15 | HSX688.0~688.15 | ||
48~63 | HSX681.0~681.15 | HSX689.0~689.15 | ||
10 | 0~15 | HSX694.0~694.15 | HSX702.0~702.15 | |
16~31 | HSX695.0~695.15 | HSX703.0~703.15 | ||
32~47 | HSX696.0~696.15 | HSX704.0~704.15 | ||
48~63 | HSX697.0~697.15 | HSX705.0~705.15 | ||
11 | 0~15 | HSX710.0~710.15 | HSX718.0~718.15 | |
16~31 | HSX711.0~711.15 | HSX719.0~719.15 | ||
32~47 | HSX712.0~712.15 | HSX720.0~720.15 | ||
48~63 | HSX713.0~713.15 | HSX721.0~721.15 | ||
12 | 0~15 | HSX726.0~726.15 | HSX734.0~734.15 | |
16~31 | HSX727.0~727.15 | HSX735.0~735.15 | ||
32~47 | HSX728.0~728.15 | HSX736.0~736.15 | ||
48~63 | HSX729.0~729.15 | HSX737.0~737.15 | ||
13 | 0~15 | HSX742.0~742.15 | HSX750.0~750.15 | |
16~31 | HSX743.0~743.15 | HSX751.0~751.15 | ||
32~47 | HSX744.0~744.15 | HSX752.0~752.15 | ||
48~63 | HSX745.0~745.15 | HSX753.0~753.15 | ||
14 | 0~15 | HSX758.0~758.15 | HSX766.0~766.15 | |
16~31 | HSX759.0~759.15 | HSX767.0~767.15 | ||
32~47 | HSX760.0~760.15 | HSX768.0~768.15 | ||
48~63 | HSX761.0~761.15 | HSX769.0~769.15 | ||
15 | 0~15 | HSX774.0~774.15 | HSX782.0~782.15 | |
16~31 | HSX775.0~775.15 | HSX783.0~783.15 | ||
32~47 | HSX776.0~776.15 | HSX784.0~784.15 | ||
48~63 | HSX777.0~777.15 | HSX785.0~785.15 | ||
16 | 0~15 | HSX790.0~790.15 | HSX798.0~798.15 | |
16~31 | HSX791.0~791.15 | HSX799.0~799.15 | ||
32~47 | HSX792.0~792.15 | HSX800.0~800.15 | ||
48~63 | HSX793.0~793.15 | HSX801.0~801.15 |