13 HMI Internal Registers

Last modified by Jett on 2025/03/06 11:24

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.

✎Note:

  • Addresses in HDX are the bits from words in HDW, so be careful when using addresses. For example, HDX1020.12 is the 13th bit to access the 1020 word. The value of this bit is the same as that of the word accessed through HDW001020. The 13th bit of this word is actually the same bit as HDX1020.12.
  • The address of the bit address HDX is with a decimal point while word addresses are integers.

Address ranges table

6.png

Data storage area (HDW/HDX)

It is used to save the temporary data of project.

  1. Access as word, and serial number range is from HDW0 to HDW299999.
  2. 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.

  1. Access as word, and serial number range is from HAW0 to HAW199999. 
  2. Access as bit, and serial number range is from HAX0.0 to HAX199999.15.

✎Note:

  • HAW/HAX is power-down retention. The register of this type is able to save the data before the power-down.
  • To avoid possible device failure, do not immediately power off and reboot when configuring the power-down save addre

Recipe index area (RPW)

It is system recipe data power-off save register. The range is from RPW000000 to RPW990450. 

✎Note:

  • RPW is power-down retention. The register of this type is able to save the data before the power-down.
  • To avoid possible device failure, do not immediately power off and reboot when configuring the power-down save addre

Single user data area (HUW/HUX)

It is used for system special registers (reserved by system).

  1. Access as word, and serial number range is from HUW0 to HUW1599.
  2. Access as bit, and serial number range is from HUX0.0 to HUX1599.15.

✎Note:

  • HUW/HUX is a system special register, so please check the system special register list during use. Please use the address specified in the table and do not use the address which is not mentioned in the table.
Special register addressDescriptionFunction
HUW0Screen switchA single terminal controls the screen switching, and all terminals do not affect each other.
HUW110~HUW119Addresses of the built-in keyboardThe T9 input method stores the selected seria number length
HUW120~HUW129The T9 input method stores the selected Chinese Pinyin length
HUW135Input method: first input
HUW136Button: T9 Chinese Pinyin page
HUW137Button: T9 Chinese characters page
HUW138Button: symbol
HUW139Button: switch
HUW140Button: Chinese characters 1
HUW142Button: Chinese characters 2
HUW144Button: Chinese characters 3
HUW146Button: Chinese characters 4
HUW148Button: Chinese characters 5
HUW150Button: Chinese characters 6
HUW152Button: Chinese characters 7
HUW154Button: Chinese characters 8
HUW156Button: Chinese characters 9
HUW158Button: Chinese characters 10
HUW160~HUW169Button: Chinese Pinyin 1
HUW170~HUW179Button: Chinese Pinyin 2
HUW180~HUW189Button: Chinese Pinyin 3
HUW190~HUW199Button: Chinese Pinyin 4
HUW200~HUW699Input method cache length
HUW700~HUW749Minimum value of the input method
HUW750~HUW799Maximum value of the input method
HUW800Case switching of the input method
HUW801~HUW900Input method format cache length
HUW1000Addresses of user permissionOK (Sign in)
HUW1001Result of operation
HUW1002~1005Old password
HUW1006~1009New password
HUW1010~1013Confirm password
HUW1014~1029New user name
HUW1030~1157States information of user permission
HUW1158~1335User name (Only or drop-down list object)
HUW1336~1345User name description or note
HUW1347Hidden function configurations
HUW1348Permission settings
HUW1349Current user name
HUW1382User sign in way
  • 0: Select the user name from drop-down list object for signing in
  • 1: Enter the user name in Character Input/Display object for signing in (HUW1014)
HUW1400Time 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.

HUW1402Keyboard noteIt saves the text information of the keyboard notes when clicking object(HUW1402-HUW1433)
HUW1436Current object levelIndicate current object security level

Special data area (HSW/HSX)

It is used for system special registers (reserved by system).

  1. Access as word, and serial number range is from HSW0 to HSW49999. (HSW10000 to HSW19999 are the power-off storage areas)
  2. Access as bit, and serial number range is from HSX0.0 to HSX49999.15.

✎Note:

  • HSW / HSX are a system special register, so please check the system special register list during use. Please use the address specified in the table and do not use the address which is not mentioned in the table.
  • To avoid possible device failure, do not immediately power off and reboot when configuring the power-down save address.
AddressFunctionDescription
HSW0Language switchMultiple language could be set in the project, HMI support maximum 8 languages. (Power-down save supported)
HSW1Beep frequency (Only valid in HMI V1.0 System)Frequency range: 0~4000
HSW2Beep volume (Only valid in HMI V1.0 System)Volume range: 0~80
HSW3Beep timeUnit: ms
HSW4Beep whether enable or not
  • =0: Enable.
  • =1: Disable.
HSW5

Alarm indicator

  • =0: Currently no alarm or all alarms have been off.
  • =1: Currently alarm(s) still keep in on.
HSW6~HSW7Number of alarmsThe number of alarm (it also includes the records of alarm confirmed)
HSW8Number of unconfirmed history alarmThe number of unconfirmed history alarm
HSW9Time out prompt
  • =0: Enable
  • =1: Disable
HSW12Screen swicth
  • = 0: Only HSW control the screen switch, and the sreens of all users will switch.
  • = 1: Only HUW control the screen switch, and all users do not affect each other.
HSW13Screen switch registerEqual to different values, the screen jumps to the corresponding screen number of the screen.
HSW24Reboot HMI1: Reboot
HSW28Local time: yearRange: 0~9999 (system reserved)
HSW29Local time: monthRange: 01~12 (system reserved)
HSW30Local time: dayRange: 01~31 (system reserved)
HSW31Local time: hourRange: 0~23 (system reserved)
HSW32Local time: minuteRange: 0~59 (system reserved)
HSW33Local time: secondRange: 0~59 (system reserved)
HSW34Local time: week
  • =0: Sunday.
  • =1: Monday.
  • =2: Tuesday.
  • =3: Wednesday.
  • =4: Thursday.
  • =5: Friday.
  • =6: Saturday.
HSW39Beep type(Only valid in HMI V2.0 System)Type range: 1-5, Default is 1.
HSW134

Whether the Script is read through

 

✎Note: If want to read-only or write-only, please enable this settings.

  • =0: Read from HMI cache(Default)
  • =1: Read from PLC directly
HSW135Confirm installment passwordConfirm button for installment password
HSW151Installment dueNumber of days to installment due
HSW185~200Installment passwordEnter installment password
HSW242

Prompt result of recipe operation

  • Upload: Data is written from address to file
  • Download: Data is written from a file to an address
  • =1: Download recipe, start
  • =2: Download recipe, execution error
  • =3: Download recipe, files don't exist
  • =4: Download recipe, members don't exist
  • =5: Download recipe, groups don't exist
  • =6: Download recipe, success
  • =7: Upload recipe, start
  • =8: Upload recipe, execution error
  • =9: Upload recipe, files don't exist
  • =10: Upload recipe, members don't exist
  • =11: Upload recipe, groups don't exist
  • =12: Upload recipe, success
  • =13: Insert recipe, start
  • =14: Insert recipe, execution error
  • =15: Insert recipe, files don't exist
  • =16: Insert recipe, members don't exist
  • =17: Insert recipe, groups don't exist
  • =18: Insert recipe, success
  • =19: Delete recipe, start
  • =20: Delete recipe, execution error
  • =21: Delete recipe, files don't exist
  • =22: Delete recipe, members don't exist
  • =23: Delete recipe, groups don't exist
  • =24: Delete recipe, success
  • =25: Delete and sort recipe, start
  • =26: Delete recipe and sort, execution error
  • =27: Delete recipe and sort, files don't exist
  • =28: Delete recipe and sort, members don't exist
  • =29: Delete recipe and sort, groups don't exist
  • =30: Delete recipe and sort, success
  • =37: CSV recipe files import successfully
  • =38: CSV recipe files import failed.
HSW243Prompt result of recipe index
  • =31: Recipe index, start
  • =32: Recipe index, execution error
  • =33: Recipe index, files don't exist
  • =34: Recipe index, members don't exist
  • =35: Recipe index, groups don't exist
  • =36: Recipe index, success
HSW521Delete graph and alarm record
  • =0: No operation
  • =1: HSX521.0=1, delete all records.
  • =2: HSX521.1=1, delete all trend graph.
  • =4: HSX521.2=1, delete all alarms.
  • =16: HSX521.4=1, delete history XY plot.
  • =32: HSX521.5=1, delete data records in SD card or USB flash disk;(Please make a setting which is saved to USB flash disk or SD card in project setting).
  • =64: HSX521.6=1, delete alarms records in SD card or USB flash disk; (Please make a setting which is saved to USB flash disk or SD card in project setting).
HSW522Copy and paste the alarm/data files in flash to the USB flash disk
  • =0: No operation
  • =1: HSX522.0=1, copy all record
  • =2: HSX522.2=1, copy history XY trend graph
  • =8: HSX522.3=1, copy alarm record
  • =32: HSX522.5=1, copy recipe
HSW523Copy and paste the alarm/data files in flash to the SD card
  • =0: No operation
  • =1: HSX523.0=1, copy all record
  • =4: HSX523.2=1, copy history XY trend graph
  • =8: HSX523.3=1, copy alarm record
HSW524Copy and paste the alarm/data files in SD card to the USB flash disk
  • =0: no operation
  • =4: HSX524.2=1, copy history XY trend graph
  • =8: HSX524.3=1, copy alarm record
  • =16: HSX524.4=1, copy history alarm record
  • =32: HSX524.5=1, copy data record
HSW525Copy and paste the alarm/data files in USB flash disk to SD card
  • =0: no operation
  • =4: HSX525.2=1, copy history XY trend graph
  • =8: HSX525.3=1, copy alarm record
  • =16: HSX525.4=1, copy history alarm record
  • =32: HSX525.5= 1, copy data record
HSW526Delete file list
  • =0: no operation
  • =1: HSX526.0=1, delete designated file
  • =2: HSX526.1=1, delete all files
HSW527Eject USB flash disk/SD card
  • =0: No operation
  • =1: Eject USB flash disk
  • =2: Eject SD card
HSW528The state of USB flash disk
  • =1: USB flash disk is detected
  • =2: Ejecting USB flash disk, please waiting…
  • =3: USB flash disk ejected
HSW529The state of SD card
  • =1: SD card is detected
  • =2: Ejecting SD card, please waiting…
  • =3: SD card ejected
HSW550~849Communication controlFor communication control and communication lamp (please refer to "Communication control" sector for detailed)
HSW850

Network state

(4G, WIFI and Ethernet)

In HMI V1.0

  • =0: Network is disconnected.
  • =1: only LAN connected, and APP can't access HMI.
  • =2: WECON Cloud connected , APP and web could access HMI.

In HMI V2.0

  • =0: Network is disconnected.
  • =1: Network is connected.
HSW855Backlight Control
  • HSX855.0=1: turn on the backlight and reset automatically after being triggered.
  • HSX855.1=1: turn off the backlight and reset automatically after being triggered.
HSW856Whether to close the indirect screen when the current screen is switched to the other screen)
  • =0: close the sub-screen, including the indirect screen;
  • =1: not to close.
HSW857Permission in remote access (web page, mobile APP, cloud platform, etc.)
  • =0: users could switch the screen, control the switch and update data in remote access.
  • =1: users could only control function switch (only switch the screen), view data and switch state, but could not operate or update them.
  • =2: users could neither operate the screen switch, nor switch operation and data modification, only view. (The ig series and 8000/9000 series with -R after system upgrade)
HSW860~861Data partition remaining spaceDisplay the data partition remaining space, updated every minute, unit(kB)
HSW880Enable data partition remaining space

=1, able to view the data partition remaining space from HSW860~861.

=Other value except 1, disable the viewing function.

HSW881Storage of Record files

It is used for controlling saving alarm/data record files to U disk / SD card.

  • = 0: Save to storage.
  • = 1: Don't save to storage.
HSW882Storage device status
  • HDX882.0=0 USB flash doesn't execute storage or storage finished.
  • HDX882.0=1 USB flash is reading data, don't remove USB flash.
  • HDX882.1=0 SD card doesn't execute storage or storage finished.
  • HDX882.1=1 SD card is reading data, don't remove SD card.
HSW884Enter the system network configuration interface
  • = 0: Do not enter the network configuration interface
  • = 1: Enter the system network configuration interface.
    • ig series HMI only supports to enter the system interface
       
HSW885When the control object hides the address is read failed (communication failure), set the display mode of the object
  • = 0: displayed by object setting.
  • = 1: control address read failure, the address control of all objects is hidden, not displayed.
  • = 2: control address read failure, the address control of all objects is displayed, not hidden.
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.

  • =1: User Log in
  • =2: Change User password
  • =3: User Log out
  • =4: New user
  • =5: Delete user
  • =6: Add user rights
  • =8: Add Hide features
  • =9: Delete Profile
  • =10: Export Profile
  • =11: Import profile
  • =12: Export log file
  • =13: Delete log file
HSW900Quick update frequency settings for objects

Valid when the object is enabled for "quick update". Default: 5.

Range: 1 (fastest) - 50 (slowest)

HSW920Static mode Maximum periodsNumeric Input/ Display (range: 0-12)
HSW921 ~ 924Static mode Admin keyCharacter Input/ Display (length: 8)
HSW925 ~ 9281st period key (Static mode)Character Input/ Display (length: 8)
HSW929 ~ 9331st expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW935 ~ 9382nd period key (Static mode)Character Input/ Display (length: 8)
HSW939 ~ 9432nd expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW945 ~ 9483rd period key (Static mode)Character Input/ Display (length: 8)
HSW949 ~ 9533rd expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW955 ~ 9584th period key (Static mode)Character Input/ Display (length: 8)
HSW959 ~ 9634th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW965 ~ 9685th period key (Static mode)Character Input/ Display (length: 8)
HSW969 ~ 9735th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW975 ~ 9786th period key (Static mode)Character Input/ Display (length: 8)
HSW979 ~ 9836th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW985 ~ 9887th period key (Static mode)Character Input/ Display (length: 8)
HSW989 ~ 9937th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW995 ~ 9988th period key (Static mode)Character Input/ Display (length: 8)
HSW999 ~ 10038th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW1005 ~10089th period key (Static mode)Character Input/ Display (length: 8)
HSW1009 ~ 10139th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW1015 ~101810th period key (Static mode)Character Input/ Display (length: 8)
HSW1019 ~ 102310th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW1025 ~102811th period key (Static mode)Character Input/ Display (length: 8)
HSW1029 ~ 103311th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW1035 ~103812th period key (Static mode)Character Input/ Display (length: 8)
HSW1039 ~ 104312th expiry time (Static mode)Numeric Input/ Display (YYYYMMDDHHMM)
HSW1046Current period (Static mode)Current period (Range 1-13)
HSW1047Save settings (Static mode)
  • HSX1047.0=1: Save static installment information
  • HSX1047.1=1: Write installment information to registers
HSW1050~HSW1065The recipe name that can input csv formatInput CSV format recipe file name through "Character Input/ Display".(This function should be used in combination with the recipefunction)
HSW1066Configure the type of the CSV file imported

The CSV file type imported (This function should be used in combination with the recipe function)

  • =0: Import customed CSV file. The data in the file is valid.
  • =1: Import ordinary recipe files of regular series HMI. The 1st row of the file is invalid.
  • =2: Import special recipe files of regular series HMI. The 1st and 3nd rows and the 1st colume of the file is invalid.
HSW1067Location where the CSV file is saved

Set the path of CSV file (This function should be used in combination with the recipe function)

  • =0: In the CsvFile directory of the USB stick
  • =1: In the CsvFile directory of the SD card
HSW1070The 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).

✎Note: This register is cleared to zero regardless of which user clicks on the screen.

HSW1073Corresponding key value from keyboardDisplay 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)
HSW1074Keyboard key statusDisplay the current button status (not updated when the numeric input display is being input)
  • =0: key release
  • =1: key press
  • =2: Long press the button
HSW1075Cursor speedControl the cursor movement speed, the range is 0~100, the default is 20
HSW1076Cursor x coordinate valueRecord the x value at the current position of the cursor, range: 0 to screen width -1
HSW1077Cursor y coordinate valueRecord the y value at the current position of the cursor, range: 0 to screen height-1
HSW1078Corresponding ASCII code for keyboard keysOnly the ASCII value of letters, numbers, and symbols are displayed, and the ASCII value of the function button is not displayed.
HSW1079Trigger to set the cursor position and set the Enter key mode
  • HSX1079.0=1: Set the cursor position according to the cursor xy register value;
  • HSX1079.1=0: When the numeric/character input display is being input, press Enter to end the input, no value/text part is being input, Enter is a normal click;
  • HSX1079.1=1 Regardless of whether the numeric/character component is inputting the Enter key, only normal click is performed, and the keyboard end input is not performed.
HSW1083Naming 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.

  • =0: Use year, month, day, hour, minute, second, millisecond, screen number, part number to name, such as: 2019010414291052302.bmp.
  • =1: Name using year, month, day, hour, minute, and second.

For example: 20190104142910.bmp.

HSW1086Control address mapping polling cycle, unit: ms

Address mapping polling cycle, effective range: 40~1000ms, default: 300ms.

  • When the set value is greater than 1000, the value is 1000.
  • When the set value is lower than 40, it changes to the default value 300
HSW1087Control 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.

HSW1088Control 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.

HSW1089Control 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.

HSW1100Set the Master IP for Multi-linkHigh word 1 for Master IP address of multi-link
HSW1101High word 2 for Master IP address of multi-link
HSW1102High word 3 for Master IP address of multi-link
HSW1103High word 4 for Master IP address of multi-link
HSW1104Control connection to Master or not for Multi-link slave device
  • =1: Connect to the Master
  • =0: Do not connect to Master
HSW1141Release alarm
  • =0, Default value
  • =1, Release the alarm generated before the last power-down when starting up
HSW1200TSAP 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
HSW1201HMI remote TSAP, which corresponds to the local TSAP of PLC
HSW1450Enable objects level password function
  • =0, Disable
  • =1, Enable
HSW1451Whether the object level passwords are independent of each other
  • =0, No, high-level passwords can unlock low-level
  • = 1, Yes, high-level passwords cannot unlock low-level
HSW1452Initialization levelInitialization level while HMI running
HSW1454~1457Password for Level 1

Display password for level 1, using character input object, up to 8 characters (numbers, letters (case sensitive))

HSW1458~1461Password for Level 2Display password for level 2, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1462~1465Password for Level 3Display password for level 3, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1466~1469Password for Level 4Display password for level 4, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1470~1473Password for Level 5Display password for level 5, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1474~1477Password for Level 6Display password for level 6, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1478~1481Password for Level 7Display password for level 7, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1482~1485Password for Level 8Display password for level 8, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1486~1489Password for Level 9Display password for level 9, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1490~1493Password for Level 10Display password for level 10, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1494~1497Password for Level 11Display password for level 11, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1498~1501Password for Level 12Display password for level 12, using character input object, up to 8 characters (numbers, letters (case sensitive))
HSW1502Modify password for object level
  • HSX1502.0=1: Modification comfirmed. Save the data of HSW1450~HSW1501 to a file for immediate effect.
  • HSX1502.1=1:Modification cancelled. Restore the current data of hSW1450-HSW1501 to the data saved in the file last time.
HSW1509Curve width
  • =0: Use the curve width set by project default.
  • =1 to 10: use special register to set curve width.
HSW1603Number of current unreleased alarmsThe number of current unreleased alarms in alarm record file.
HSW1604The auxiliary judgment address when the control bit in the Object Lock fails to be read
  • =0: The auxiliary address is invalid.
  • =1: When the communication fails, lock the object.
  • =2: When the communication fails, unlock the object.
  • =Others: The auxiliary address is invalid.
HSW1605BCD format natural decimal control

Whether to display natural decimals with decimal point in BCD format:

  • 0=Not enabled.
  • 1=Enable.

(For example, 56.20 is displayed as 56.2, 33.00 is displayed as 33)

HSW1606User permission modification control
  • =0: Ordinary users are allowed to modify permissions and other operations
  • =1: Only the administrator can operate (default is 0)
HSW1607The spacing value among the drop-down items of the drop-down list10 to 50 is effective, such as: 23 is 2.3 times the height of the object.
HSW1611

Traditional recipe transfer

  • =1: download traditional recipe.
  • =2: upload the traditional recipe.
HSW1612Traditional Recipe group numberTraditional Recipe group number
HSW1613Display the status of network card
  • =1: Normal
  • =Others: Abnormal
HSW1614~1623Download speed per secondDisplay the download speed per second. (The value is string)
HSW1624~1633Upnload speed per secondDisplay the upload speed per second. (The value is string)
HSW1634~1643Flow consumption rateDisplay the total flow rate per second (The value is string)
HSW1644~1653Download flow consumption after power onDisplay the download flow consumption after power on (The value is string)
HSW1654~1663Upload flow consumption after power onDisplay the upload flow consumption after power on (The value is string)
HSW1664~1673Total flow consumption after power onDisplay the total flow consumption after power on (download and upload). (The value is string)
HSW1674~1683Historical flow consumptionDisplay historical flow consumption (download and upload). (The value is string)
HSW1684~1693Flow consumption in 10 minutesFlow consumption in 10 minutes (download and upload). (The value is string)
HSW1694~1703Flow consumption in 30 minutesFlow consumption in 30 minutes (download and upload). (The value is string)
HSW1704~1713Flow consumption in 3 hoursFlow consumption in 3 hours (download and upload). (The value is string)
HSW1715Reset flow
  • =1: Clear historical flow data and restart the count.
  • =Others: Invalid
HSW1719Network status of Ethernet connnecting to server
  • =0: Server connection exception
  • =1: Server connection is OK
HSW1720Related IP register in WIFI network status (It is valid when HMI is connected to WIFI)Local IP address high byte 1
HSW1721Local IP address high byte 2
HSW1722Local IP address high byte 3
HSW1723Local IP address high byte 4
HSW1724Local mask IP address high byte 1
HSW1725Local mask IP address high byte 2
HSW1726Local mask IP address high byte 3
HSW1727Local mask IP address high byte 4
HSW1728Local gateway IP address high byte 1
HSW1729Local gateway IP address high byte 2
HSW1730Local gateway IP address high byte 3
HSW1731Local gateway IP address high byte 4
HSW1733

Display the MAC code of current WIFI

(display in hexadecimal)

Local MAC address high byte 1 (hexadecimal)
HSW1734Local MAC address high byte 2 (hexadecimal)
HSW1735Local MAC address high byte 3 (hexadecimal)
HSW1736Local MAC address high byte 4 (hexadecimal)
HSW1737Local MAC address high byte 5 (hexadecimal)
HSW1738Local MAC address high byte 6 (hexadecimal)
HSW1739Display the network status of WIFI
  • =0: Server connection exception
  • =1: Server connection is OK
HSW1740Wi-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)

HSW1741Related IP register in 4Gnetwork status (It is valid when HMI is connected to 4G)Local IP address high byte 1
HSW1742Local IP address high byte 2
HSW1743Local IP address high byte 3
HSW1744Local IP address high byte 4
HSW1745Local mask IP address high byte 1
HSW1746Local mask IP address high byte 2
HSW1747Local mask IP address high byte 3
HSW1748Local mask IP address high byte 4
HSW1749Local gateway IP address high byte 1
HSW1750Local gateway IP address high byte 2
HSW1751Local gateway IP address high byte 3
HSW1752Local gateway IP address high byte 4
HSW1754

Display the MAC code of current WIFI

(display in hexadecimal)

Local MAC address high byte 1 (hexadecimal)
HSW1755Local MAC address high byte 2 (hexadecimal)
HSW1756Local MAC address high byte 3 (hexadecimal)
HSW1757Local MAC address high byte 4 (hexadecimal)
HSW1758Local MAC address high byte 5 (hexadecimal)
HSW1759Local MAC address high byte 6 (hexadecimal)
HSW1760Display 4G network status
  • =0: Server connection exception
  • =1: Server connection is OK
HSW1761Display 4G network signal strengthSignal strength: 0~31. The greater the value ,the signal is stronger

HSW1762

Note: Valid when Ethernet2 of HMI is plugged into the network cable.
①、When the Ethernet setting is enabled in the project parameters, this register displays the set value.
②. When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI.
③. When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not.
④.IP related registers can be read and written (only static IP mode can be written).

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
HSW1769Ethernet2 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

HSW1852Control the interval in two consecutive clicksLimit range: 1~500ms. The default is 100 ms.
HSW1853File format for exporting data records to USB flash drive or SD card
  • =0: db database
  • =1: CSV

(Only valid for script function DbToCsvFile)

HSW1854High and low word conversion type
  • =0: use the old high-low word conversion (default)
  • =1: usie the new high-low word conversion
HSW1855Screen Lock prompt display control

Control whether the screen lock prompt is displayed,

  • =0: display(default value)
  • =Other: no display.
HSW1856Display map fence drawing status
  • =0: no map fence
  • =1: The map fence is drawn and the device is inside the fence
  • =2: The map fence is drawn and the device is outside the fence
HSW1857USB disk download 
  • =0: download project
  • =1: download firmware
  • =2: enter the background
HSW1865Priority connection to the cloud
  • =0: priority Ethernet
  • =1: priority WLAN
  • =2: priority 4G
HSW1866Delete the Lua extension module file
  • =0: delete;
  • = Others: do not delete
HSW1867Reset mode

Monitor address is set during reset of reset switch, whether to cancel reset,

  • = 0: yes (default);
  • = 1: no
HSW1868Double-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

  • = 0: yes (default);
  • = 1: no

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
HSW1890Enable refresh current network signal
  • =1: Refresh the network signal once after triggered (This register will be automatically reset after triggered, only update the signal value once after per 15 seconds, not able to update twice in the short interval)
  • =Others: not refresh
HSW1891Enable clear cache for screen data  
  • =1, not clear screen cache when switch language
  • =2, trigger clear cache of all screens for once time
  • =3, always clear cache of all screen data
HSW10000~19999Power-down storage areaAfter restart, the data remains
HSW10035

Note: Valid when Ethernet1 of HMI is plugged into the network cable.
① When the Ethernet setting is enabled in the project parameters, this register displays the set value.
② When the Ethernet setting is not enabled in the engineering parameters, the register displays the Ethernet IP automatically acquired by the HMI.
③ When the HMI is not plugged into the network cable, the register will show 0 whether the engineering parameters are set or not.
④ IP related registers can be read and written (only static IP mode can be written).

Local IP address high byte 1
HSW10036Local IP address high byte 2
HSW10037Local IP address high byte 3
HSW10038Local IP address high byte 4
HSW10039Local mask IP address high byte 1
HSW10040Local mask IP address high byte 2
HSW10041Local mask IP address high byte 3
HSW10042Local mask IP address high byte 4
HSW10043Local gateway address high byte 1
HSW10044Local gateway address high byte 2
HSW10045Local gateway address high byte 3
HSW10046Local gateway address high byte 4
HSW10047Local port address
HSW10048

①Display the MAC code of Ethernet1 NIC

(hexadecimal display)

②Read-only mode, not modifiable

Local MAC code high word 1
HSW10049Local MAC code high word 2
HSW10050Local MAC code high word 3
HSW10051Local MAC code high word 4
HSW10052Local MAC code high word 5
HSW10053Local MAC code high word 6
HSW10118TSAP settings for HMI in the Siemens LOGO! 8 protocolHMI local TSAP, which corresponds to the remote TSAP of PLC
HSW10119HMI remote TSAP, which corresponds to the local TSAP of PLC
HSW10461~10493Remote access password8-character remote access password
HSW10494~10558Machine ID (Read only)Machine ID for remote access (read only 64-bit)
HSW10576Save dynamic installment settingsHSX10576.0=1: Save the set dynamic installment information
HSW10577Control address for installment
  • HSX10577.0=0: disable dynamic installment
  • HSX10577.0=1: enable dynamic installment
  • HSX10577.1=0: disable static installment
  • HSX10577.1=1: enable static installment
HSW10578-10583Password for dynamic installmentCharacter Input/ Display (length: 6)
HSW10584-10586Expiry time of dynamic installmentExpiry time: YYYYMMDD (Numeric Input/ Display)
HSW10587-10589Last expiry time of dynamic installmentExpiry time: YYYYMMDD (Numeric Input/ Display)
HSW10590Background light time

Set the light time for background

  • =0: The screen backlight is always on.
  • =Others: The screen backlight is on for a period of time and then turns off. The length of time is controlled by the value of the register address. Unit: second.
HSW10591Backlight brightness adjustmentBacklight brightness range: 1 (darkest) ~ 100 (brightest)
HSW10603Set the printer to print orientation

Set the print direction:

  • =1: Forward printing
  • =2: Reverse print
  • =Other: Forward print
HSW10604Print dot type
  • =1: new firmware 8 dot matrix type 
  • =2: new firmware 24 dot matrix type
  • =3: old firmware 8 dot matrix type
  • =4: old firmware 24 dot matrix type
  • =Other: new firmware 8 dot matrix type 
HSW10605Print width of printerSet the width of the printer to print (in pixels), such as HSW10605 = 394: The printer supports images with a print width of 394 pixels
HSW10606Printer instruction type
  • =1: Graphic print type
  • =2: Dot density printing type
  • =3(Default value): special for EPSON printer
HSW10607Printer paper cutting function
  • =1: Enable
  • =2: Disable
HSW10608Print the alignment of the text
  • =1: Left alignment
  • =2: Center alignment
  • =3: Right alignment
HSW10610Set weconcloud server
  • =0: Select the server configured in "Project Settings"
  • =1: select Server 1
  • =2: select Server 2
HSW11750Set the language of the Message List prompt (ie series)
  • =0: which is followed the project language
  • =1: English
  • =2: Chinese
HSW11756

Access permission restrictions

(ig series and 8000/9000 series with -R after system upgrade)

  • =0: LAN or the external network both OK
  • =1: Only LAN access
  • =2: Only external network can access
  • =3: Close the functions
HSW11757Enable the valid date of the dynamic installment password
  • =0: Disabled
  • =1: Enable
HSW11758Enable Screensaver
  • =0: Disabled
  • =1: Enable
HSW11759Screensaver interval time

Set the time how long will enter Screensaver (Range 10~43200s)

HSW11760Screensaver countdownDisplay the countdown to enter the Screensaver, unit: second.
HSW11761Screensaver screen numberSet 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

PortFunctionAddressDescription
COM1Communication modeHSW10061
  • =0: RS232
  • =1: RS485
  • =2: RS422
Baud rateHSW10062
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10063
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10064
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10065
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10066
  • Unit: ms.
  • Range: 0 to 30000
reveive timeoutHSW10067
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10068
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10069
  • Unit: s.
  • Range: 0 to 300
HMI station numberHSW10070 
PLC station numberHSW10071 
COM1-2Communication modeHSW10094
  • =0: RS232
  • =1: RS485
  • =2: RS422
  • =6: RS485-2
Baud rateHSW10095
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10096
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10097
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10098
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10099
  • Unit: ms.
  • Range: 0 to 30000
receive timeoutHSW10100
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10101
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10102
  • Unit: s.
  • Range: 0 to 30
HMI station numberHSW10103 
PLC station numberHSW10104 
COM1-3Communication modeHSW10120
  • =0: RS232
  • =1: RS485
  • =2: RS422
  • =6: RS485-2
Baud rateHSW10121
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10122
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10123
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10124
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10125
  • Unit: ms.
  • Range: 0 to 30000
receive timeoutHSW10126
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10127
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10128
  • Unit: s.
  • Range: 0 to 30
HMI station numberHSW10129 
PLC station numberHSW10130 
COM2Communication modeHSW10072
  • =0: RS232
  • =1: RS485
Baud rateHSW10073
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10074
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10075
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10076
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10077
  • Unit: ms.
  • Range: 0 to 30000
receive timeoutHSW10078
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10079
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10080
  • Unit: s.
  • Range: 0 to 30
HMI station numberHSW10081 
PLC station numberHSW10082 
COM2-2Communication modeHSW10105
  • =0: RS232
  • =1: RS485
Baud rateHSW10106
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10107
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10108
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10109
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10110
  • Unit: ms.
  • Range: 0 to 30000
receive timeoutHSW10111
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10112
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10113
  • Unit: s.
  • Range: 0 to 30
HMI station numberHSW10114 
PLC station numberHSW10115 
COM3Communication modeHSW10083
  • =1: RS485
Baud rateHSW10084
  • =0: 1200
  • =1: 2400
  • =2: 4800
  • =3: 9600
  • =4: 19200
  • =5: 38400
  • =6: 57600
  • =7: 115200
  • =8: 230400
Data bitHSW10085
  • =7: 7 bit
  • =8: 8 bit
Stop bitHSW10086
  • =1: 1 bit
  • =2: 2 bit
Check bitHSW10087
  • =0: None
  • =1: ODD
  • =2: EVEN
Wait timeoutHSW10088
  • Unit: ms.
  • Range: 0 to 30000
receive timeoutHSW10089
  • Unit: ms.
  • Range: 0 to 30000
Retry timeHSW10090
  • Unit: times.
  • Range: 0 to 100
Retry timeoutHSW10091
  • Unit: s.
  • Range: 0 to 30
HMI station numberHSW10092 
PLC station numberHSW10093 
CAN portCAN1 baud rateHSW010116

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 rateHSW010117

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.FunctionAddressDescription
1Ethernet 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.HSW11004Device IP address high word 1
HSW11005Device IP address high word 2
HSW11006Device IP address high word 3
HSW11007Device IP address high word 4
HSW11008Device Port number
HSW11009

=2 TCP

=3 UDP

HSW11010Reserved
2Ethernet 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.HSW11011Device IP address high word 1
HSW11012Device IP address high word 2
HSW11013Device IP address high word 3
HSW11014Device IP address high word 4
HSW11015Device Port number
HSW11016

=2 TCP

=3 UDP

HSW11017Reserved
 
32Ethernet 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.HSW11221Device IP address high word 1
HSW11222Device IP address high word 2
HSW11223Device IP address high word 3
HSW11224Device IP address high word 4
HSW11225Device Port number
HSW11226

=2 TCP;

=3 UDP

HSW11227Reserved

✎Note: The number of Ethernet connections supported by different HMI series varies.

Communication control

Communication No.Station No.Control bitCommunication lampDescription
10~15HSX550.0~HSX550.15HSX558.0~HSX558.15Communication 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~31HSX551.0~HSX551.15HSX559.0~HSX559.15
32~47HSX552.0~HSX552.15HSX560.0~HSX560.15
48~63HSX553.0~HSX553.15HSX561.0~HSX561.15
64~79HSX554.0~HSX554.15HSX562.0~HSX562.15
80~95HSX555.0~HSX555.15HSX563.0~HSX563.15
96~111HSX556.0~HSX556.15HSX564.0~HSX564.15
112~127HSX557.0~HSX557.15HSX565.0~HSX565.15
128~143HSX1150.0~HSX1150.15HSX1158.0~HSX1158.15
144~159HSX1151.0~HSX1151.15HSX1159.0~HSX1159.15
160~175HSX1152.0~HSX1152.15HSX1160.0~HSX1160.15
176~191HSX1153.0~HSX1153.15HSX1161.0~HSX1161.15
192~207HSX1154.0~HSX1154.15HSX1162.0~HSX1162.15
208~223HSX1155.0~HSX1155.15HSX1163.0~HSX1163.15
224~239HSX1156.0~HSX1156.15HSX1164.0~HSX1164.15
240~255HSX1157.0~HSX1157.15HSX1165.0~HSX1165.15
20~15HSX566.0~HSX566.15HSX574.0~HSX574.15
16~31HSX567.0~HSX567.15HSX575.0~HSX575.15
32~47HSX568.0~HSX568.15HSX576.0~HSX576.15
48~63HSX569.0~HSX569.15HSX577.0~HSX577.15
64~79HSX570.0~HSX570.15HSX578.0~HSX578.15
80~95HSX571.0~HSX571.15HSX579.0~HSX579.15
96~111HSX572.0~HSX572.15HSX580.0~HSX580.15
112~127HSX573.0~HSX573.15HSX581.0~HSX581.15
128~143HSX1166.0~HSX1166.15HSX1174.0~HSX1174.15
144~159HSX1167.0~HSX1167.15HSX1175.0~HSX1175.15
160~175HSX1168.0~HSX1168.15HSX1176.0~HSX1176.15
176~191HSX1169.0~HSX1169.15HSX1177.0~HSX1177.15
192~207HSX1170.0~HSX1170.15HSX1178.0~HSX1178.15
208~223HSX1171.0~HSX1171.15HSX1179.0~HSX1179.15
224~239HSX1172.0~HSX1172.15HSX1180.0~HSX1180.15
240~255HSX1173.0~HSX1173.15HSX1181.0~HSX1181.15
30~15HSX582.0~HSX582.15HSX590.0~HSX590.15
16~31HSX583.0~HSX583.15HSX591.0~HSX591.15
32~47HSX584.0~HSX584.15HSX592.0~HSX592.15
48~63HSX585.0~HSX585.15HSX593.0~HSX593.15
64~79HSX586.0~HSX586.15HSX594.0~HSX594.15
80~95HSX587.0~HSX587.15HSX595.0~HSX595.15
96~111HSX588.0~HSX588.15HSX596.0~HSX596.15
112~127HSX589.0~HSX589.15HSX597.0~HSX597.15
128~143HSX1182.0~HSX1182.15HSX1190.0~HSX1190.15
144~159HSX1183.0~HSX1183.15HSX1191.0~HSX1191.15
160~175HSX1184.0~HSX1184.15HSX1192.0~HSX1192.15
176~191HSX1185.0~HSX1185.15HSX1193.0~HSX1193.15
192~207HSX1186.0~HSX1186.15HSX1194.0~HSX1194.15
208~223HSX1187.0~HSX1187.15HSX1195.0~HSX1195.15
224~239HSX1188.0~HSX1188.15HSX1196.0~HSX1196.15
240~255HSX1189.0~HSX1189.15HSX1197.0~HSX1197.15
40~15HSX598.0~HSX598.15HSX606.0~HSX606.15
16~31HSX599.0~HSX599.15HSX607.0~HSX607.15
32~47HSX600.0~HSX600.15HSX608.0~HSX608.15
48~63HSX601.0~HSX601.15HSX609.0~HSX609.15
64~79HSX602.0~HSX602.15HSX610.0~HSX610.15
80~95HSX603.0~HSX603.15HSX611.0~HSX611.15
96~111HSX604.0~HSX604.15HSX612.0~HSX612.15
112~127HSX605.0~HSX605.15HSX613.0~HSX613.15
128~143HSX1198.0~HSX1198.15HSX1206.0~HSX1206.15
144~159HSX1199.0~HSX1199.15HSX1207.0~HSX1207.15
160~175HSX1200.0~HSX1200.15HSX1208.0~HSX1208.15
176~191HSX1201.0~HSX1201.15HSX1209.0~HSX1209.15
192~207HSX1202.0~HSX1202.15HSX1210.0~HSX1210.15
208~223HSX1203.0~HSX1203.15HSX1211.0~HSX1211.15
224~239HSX1204.0~HSX1204.15HSX1212.0~HSX1212.15
240~255HSX1205.0~HSX1205.15HSX1213.0~HSX1213.15
50~15HSX614.0~HSX614.15HSX622.0~HSX622.15
16~31HSX615.0~HSX615.15HSX623.0~HSX623.15
32~47HSX616.0~HSX616.15HSX624.0~HSX624.15
48~63HSX617.0~HSX617.15HSX625.0~HSX625.15
64~79HSX618.0~HSX618.15HSX626.0~HSX626.15
80~95HSX619.0~HSX619.15HSX627.0~HSX627.15
96~111HSX620.0~HSX620.15HSX628.0~HSX628.15
112~127HSX621.0~HSX621.15HSX629.0~HSX629.15
128~143HSX1214.0~HSX1214.15HSX1222.0~HSX1222.15
144~159HSX1215.0~HSX1215.15HSX1223.0~HSX1223.15
160~175HSX1216.0~HSX1216.15HSX1224.0~HSX1224.15
176~191HSX1217.0~HSX1217.15HSX1225.0~HSX1225.15
192~207HSX1218.0~HSX1218.15HSX1226.0~HSX1226.15
208~223HSX1219.0~HSX1219.15HSX1227.0~HSX1227.15
224~239HSX1220.0~HSX1220.15HSX1228.0~HSX1228.15
240~255HSX1221.0~HSX1221.15HSX1229.0~HSX1229.15
60~15HSX630.0~HSX630.15HSX638.0~HSX638.15
16~31HSX631.0~HSX631.15HSX639.0~HSX639.15
32~47HSX632.0~HSX632.15HSX640.0~HSX640.15
48~63HSX633.0~HSX633.15HSX641.0~HSX641.15
64~79HSX634.0~HSX634.15HSX642.0~HSX642.15
80~95HSX635.0~HSX635.15HSX643.0~HSX643.15
96~111HSX636.0~HSX636.15HSX644.0~HSX644.15
112~127HSX637.0~HSX637.15HSX645.0~HSX645.15
128~143HSX1230.0~HSX1230.15HSX1238.0~HSX1238.15
144~159HSX1231.0~HSX1231.15HSX1239.0~HSX1239.15
160~175HSX1232.0~HSX1232.15HSX1240.0~HSX1240.15
176~191HSX1233.0~HSX1233.15HSX1241.0~HSX1241.15
192~207HSX1234.0~HSX1234.15HSX1242.0~HSX1242.15
208~223HSX1235.0~HSX1235.15HSX1243.0~HSX1243.15
224~239HSX1236.0~HSX1236.15HSX1244.0~HSX1244.15
240~255HSX1237.0~HSX1237.15HSX1245.0~HSX1245.15
70~15HSX646.0~HSX646.15HSX654.0~HSX654.15
16~31HSX647.0~HSX647.15HSX655.0~HSX655.15
32~47HSX648.0~HSX648.15HSX656.0~HSX656.15
48~63HSX649.0~HSX649.15HSX657.0~HSX657.15
64~79HSX650.0~HSX650.15HSX658.0~HSX658.15
80~95HSX651.0~HSX651.15HSX659.0~HSX659.15
96~111HSX652.0~HSX652.15HSX660.0~HSX660.15
112~127HSX653.0~HSX653.15HSX661.0~HSX661.15
128~143HSX1246.0~HSX1246.15HSX1254.0~HSX1254.15
144~159HSX1247.0~HSX1247.15HSX1255.0~HSX1255.15
160~175HSX1248.0~HSX1248.15HSX1256.0~HSX1256.15
176~191HSX1249.0~HSX1249.15HSX1257.0~HSX1257.15
192~207HSX1250.0~HSX1250.15HSX1258.0~HSX1258.15
208~223HSX1251.0~HSX1251.15HSX1259.0~HSX1259.15
224~239HSX1252.0~HSX1252.15HSX1260.0~HSX1260.15
240~255HSX1253.0~HSX1253.15HSX1261.0~HSX1261.15
80~15HSX662.0~HSX662.15HSX670.0~HSX670.15
16~31HSX663.0~HSX663.15HSX671.0~HSX671.15
32~47HSX664.0~HSX664.15HSX672.0~HSX672.15
48~63HSX665.0~HSX665.15HSX673.0~HSX673.15
64~79HSX666.0~HSX666.15HSX674.0~HSX674.15
80~95HSX667.0~HSX667.15HSX675.0~HSX675.15
96~111HSX668.0~HSX668.15HSX676.0~HSX676.15
112~127HSX669.0~HSX669.15HSX677.0~HSX677.15
128~143HSX1262.0~HSX1262.15HSX1270.0~HSX1270.15
144~159HSX1263.0~HSX1263.15HSX1271.0~HSX1271.15
160~175HSX1264.0~HSX1264.15HSX1272.0~HSX1272.15
176~191HSX1265.0~HSX1265.15HSX1273.0~HSX1273.15
192~207HSX1266.0~HSX1266.15HSX1274.0~HSX1274.15
208~223HSX1267.0~HSX1267.15HSX1275.0~HSX1275.15
224~239HSX1268.0~HSX1268.15HSX1276.0~HSX1276.15
240~255HSX1269.0~HSX1269.15HSX1277.0~HSX1277.15
90~15HSX678.0~678.15HSX686.0~686.15
16~31HSX679.0~679.15HSX687.0~687.15
32~47HSX680.0~680.15HSX688.0~688.15
48~63HSX681.0~681.15HSX689.0~689.15
100~15HSX694.0~694.15HSX702.0~702.15
16~31HSX695.0~695.15HSX703.0~703.15
32~47HSX696.0~696.15HSX704.0~704.15
48~63HSX697.0~697.15HSX705.0~705.15
110~15HSX710.0~710.15HSX718.0~718.15
16~31HSX711.0~711.15HSX719.0~719.15
32~47HSX712.0~712.15HSX720.0~720.15
48~63HSX713.0~713.15HSX721.0~721.15
120~15HSX726.0~726.15HSX734.0~734.15
16~31HSX727.0~727.15HSX735.0~735.15
32~47HSX728.0~728.15HSX736.0~736.15
48~63HSX729.0~729.15HSX737.0~737.15
130~15HSX742.0~742.15HSX750.0~750.15
16~31HSX743.0~743.15HSX751.0~751.15
32~47HSX744.0~744.15HSX752.0~752.15
48~63HSX745.0~745.15HSX753.0~753.15
140~15HSX758.0~758.15HSX766.0~766.15
16~31HSX759.0~759.15HSX767.0~767.15
32~47HSX760.0~760.15HSX768.0~768.15
48~63HSX761.0~761.15HSX769.0~769.15
150~15HSX774.0~774.15HSX782.0~782.15
16~31HSX775.0~775.15HSX783.0~783.15
32~47HSX776.0~776.15HSX784.0~784.15
48~63HSX777.0~777.15HSX785.0~785.15
160~15HSX790.0~790.15HSX798.0~798.15
16~31HSX791.0~791.15HSX799.0~799.15
32~47HSX792.0~792.15HSX800.0~800.15
48~63HSX793.0~793.15HSX801.0~801.15