The HMI has registers for special use
- LB: Local Memory Bit
- LB0 to LB65535
- LB50000 to LB51999 : Register backed up in case of power failure
- LW: Local Memory Register
- LW0 to LW65535
- LW50000 to LW51993: Register backed up in case of power failure
- RWI: For the recipes
The backed registers are very useful. Can be used in combination with the “Data forwarding” function.
In macros (scripts), the keyword can be used directly in macro.
- LocalBit: reference of internal storage area LB
- LocalWord: reference of internal storage area LW
- RWIWord: reference of internal storage area RWI
For example: LocalBit[5], LocalWord[1]=0,..
Register LB | Meaning | Note | Read/ Write |
60000 -60099 | Initialization Settings ON | Enable the initialization ON when system starts | R/W |
60100 | Download Formula | Write the data of this RWI to device if it is triggered; reset after execution | R/W |
60101 | Upload Formula | Read the formula data of device to RWI register if it is triggered; reset after execution | R/W |
60102 | Preserve Formula | Write Formula from RWI to FLASH if it is triggered; reset after execution | R/W |
60103 | Formula Downloading Indication | ON if formula is being written to device; OFF after the end of downloading | R |
60104 | Formula Uploading Indication | ON if formula is being read to device; OFF after the end of uploading | R |
60105 | Restart HMI | Restart system if it is triggered | R |
60106 | Backlight Control | Close Backlight when it is ON; Open Backlight when it is OFF | R/W |
60107 | Communication State of COM1 | ON means normal communication; OFF means communication failure or no communication | R |
60108 | Communication State of COM2 | ON means normal communication; OFF means communication failure or no communication | R |
60109 | Modification preservation of COM1 communication parameters | Write modified communication parameters to FLASH if it is triggered; OFF after execution | R/W |
60110 | Modification preservation of COM2 communication parameters | Write modified communication parameters to FLASH if it is triggered; OFF after execution | R/W |
60111 | Modification confirmation of system parameters | Write modified communication parameters to FLASH if it is triggered; OFF after execution | R/W |
60112 | Abnormal communication window | ON means permission of exception window popping up; OFF means prohibition | R/W |
60113 | Mouse cursor control | ON means disolay of mouse censor; OFF means prohibition (Only available for touch) | R/W |
60114 | Connection state of USB | ON means with USB device connection; OFF means no connected USB device | R |
60115 | Coonection state of SD card | ON means with SD card connection; OFF means no connected SD card | R |
60116 | Touch Sound | Whether enable sound when touch or mouse click | R/W |
60117 | Alarm Sound | Whether enable alarm sound when alarm occurs | R/W |
60118 | Clear historical alarm record | Clear historical alarm record (Reset automatically) | R/W |
60119 | Clear operation record | Clear operation record (Reset automatically) | R/W |
60120 | Clear historical data | Clear historical data (Reset automatically) | R/W |
60121 | Reload Formula | Reload the formula data of the current one while it is ON; OFF when the reloading ends | R/W |
60123 | Save historical alarm | Save historical alarm record to disk when it is ON; OFF after the preservation | R/W |
60124 | Save historical data | Save historical data to disk when it is ON; OFF after the preservation | R/W |
60125 | Send historical alarm file to SD card | Send historical alarm file to SD card; OFF automatically after the sending | R/W |
60126 | Send historical data file to SD card | Send historical data file to SD card; OFF automatically after the sending | R/W |
60127 | Send historical alarm file to U disk | Send historical alarm file to U disk; OFF automatically after the sending | R/W |
60128 | Send historical data file to U disk | Send historical data file to U disk; OFF automatically after the sending | R/W |
60129 | Send the current project to U disk | Send the current project to U disk; OFF automatically after the sending | R/W |
60130 | Send the current project to SD card | Send the current project to SD card; OFF automatically after the sending | R/W |
60133 | User Logout | Cancel User Login when it is ON; Reset automatically after the cancelation | R/W |
60141 | Whether there is a real-time alarm | ON when a real-time alarm occurs | R |
60142 | Screen saver state of system | ON when it is under screen saver stat | R |
60143 | Copy operation record to U disk | Send operation record to U disk in case of ON; OFF automatically after the sending | R/W |
60144 | Copy operation record to SD card | Send operation record to SD card in case of ON; OFF automatically after the sending | R/W |
60145 | Copy all formulas to U disk | Send formulas to U disk in case of ON; OFF automatically after the sending | W |
60146 | Copy formulas to SD card | Send formula files to SD card incase of ON; OFF automatically after the sending | W |
60147 | End mark of Qrcode scanning USB | Triggered in case of ON | R/W |
60148 | Import historical trigger bit from U disk | Triggered in case of ON; reset automatically. Historical data file must be histdata.csv; otherwise the execution is invalid. | R/W |
60149 | Import historical trigger bit from SD card | Triggered in case of ON; reset automatically | R/W |
60150 | Export specific ID formula to U disk trigger bit | Triggered in case of ON; reset automatically | R/W |
60151 | Export specific ID formula to SD card trigger bit | Triggered in case of ON; reset automatically | R/W |
60152 | Export specific ID formula from U disk to HMI trigger bit | Triggered in case of ON; reset automatically | R/W |
60153 | Export specific ID formula from SD card to HMI trigger bit | Triggered in case of ON; reset automatically | R/W |
60154 | Clear trigger bit of specific ID formula trigger bit | Triggered in case of ON; reset automatically | R/W |
60155 | Cover formula trigger bit | Triggered in case of ON; reset automatically | R/W |
60156 | Read formula and save trigger bit | Triggered in case of ON; reset automatically | R/W |
60163 | Export formulas to U disk by groups | R/W | |
60164 | Export formulas to SD card by groups | R/W |
Register LW | Meaning | Note | Read/ Write |
60000 | Local time: second | Bcd code; effective value range: 0-59 | R/W |
60001 | Local time: minute | Bcd code; effective value range: 0-59 | R/W |
60002 | Local time: hour | Bcd code; effective value range: 0-23 | R/W |
60003 | Local time: day | Bcd code; effective value range: 1-31 | R/W |
60004 | Local time: month | Bcd code; effective value range: 1-12 | R/W |
60005 | Local time: year | Bcd code; effective value range: 0-9999 | R/W |
60006 | Local time: week | Bcd code; effective value range: 1-7 | R |
60007 | System running hours | Hours of system running time | R |
60008 | System running minutes | Minutes of system running time | R |
60009 | System running seconds | Seconds of system running time | R |
60010 | Serial number of the current screen window | Serial number of the current screen | R |
60012 | Current language | Corresponding language serial number | R |
60013 | Upper limit of value input | Upper limit of allowable input in user-defined keyboard; ASC display | R |
60023 | Lower limit of value input | Lower limit of allowable input in user-defined keyboard; ASC display | R |
60033 | Data contents shown in keyboard | Data contents shown in keyboard; characters entered via keyboard; ASC display | R |
60065 | Current Logged in User | Current user serial number | R |
60066 | Current Logged in User Password | Display the current user password; 16 characters; ASC display | R |
60074 | Current logged in User name | Display the current user name; 32 characters; ASC display | R |
60090 | Whether enable User 1 | 0-inactivate; 1-activate | R |
60091 | Whether enable User 2 | 0-inactivate; 1-activate | R |
60092 | Whether enable User 3 | 0-inactivate; 1-activate | R |
60093 | Whether enable User 4 | 0-inactivate; 1-activate | R |
60094 | Whether enable User 5 | 0-inactivate; 1-activatev | R |
60095 | Whether enable User 6 | 0-inactivate; 1-activate | R |
60096 | Whether enable User 7 | 0-inactivate; 1-activate | R |
60097 | Whether enable User 8 | 0-inactivate; 1-activate | R |
60098 | Name of User 1 | 32 characters; ASC display | R |
60114 | Name of User 2 | 32 characters; ASC display | R |
60130 | Name of User 3 | 32 characters; ASC display | R |
60146 | Name of User 4 | 32 characters; ASC display | R |
60162 | Name of User 5 | 32 characters; ASC display | R |
60178 | Name of User 6 | 32 characters; ASC display | R |
60194 | Name of User 7 | 32 characters; ASC display | R |
60210 | Name of User 8 | 32 characters; ASC display | R |
60226 | Password of User 1 | 16 characters; ASC display | R |
60234 | Password of User 2 | 16 characters; ASC display | R |
60242 | Password of User 3 | 16 characters; ASC display | R |
60250 | Password of User 4 | 16 characters; ASC display | R |
60258 | Password of User 5 | 16 characters; ASC display | R |
60266 | Password of User 6 | 16 characters; ASC display | R |
60274 | Password of User 7 | 16 characters; ASC display | R |
60282 | Password of User 8 | 16 characters; ASC display | R |
60290 | Screen saver time | Display specific screen saver time; setting range: 0-60 | R/W |
60291 | Flicker circle of Indicator light | Flicker circle of Indicator light; the minimum value is 0.1s | R/W |
60292 | X position in case of touch | Position of X coordinate in case of touch | R |
60293 | Y position in case of touch | Position of Y coordinate in case of touch | R |
60294 | X position at the end of touch | Position of X coordinate at the end of touch | R |
60295 | Y position at the end of touch | Position of Y coordinate at the end of touch | R |
60296 | Touch state | 1-Touch; 0-Release | R |
60297 | Checking of COM1 | Communication parameters, checking: 0-NONE, 1-EVEN, 2-ODD | R/W |
60298 | Baud rate of COM1 | Communication parameters, baud rate: 0-1200,1-2400,2-4800,3-9600,4-19200,5-38400,6-57600,7-115200 | R/W |
60299 | Stop Bit of COM1 | Communication parameters, stop bit: 0-1stops,1-2stops | R/W |
60300 | Data Length of COM1 | Communication parameters, data length: 0-7bits; 1-8bits | R/W |
60301 | HMI Address of COM1 | Communication parameters, HMI address | R/W |
60302 | PLC Address of COM1 | Communication parameters, PLC address | R/W |
60303 | Continuous address interval of PLC to COM1 | The maximum length of contiguous address that can be read by a single communication | R/W |
60304 | Communication time of COM1 | Delay time of communication | R/W |
60305 | Retry number of COM1 | Number of retries in case of abnormal system | R/W |
60306 | Address Mode of COM1 | Address mode: 0-standard mode; 1-extended mode | R |
60307 | Time of COM1 timeout | Set communication timeout; unit: ms | R/W |
60308 | Current waiting time of COM1 communication | Current waiting time of communication; unit : ms | R/W |
60309 | HMI Site of COM1 | 0-Machine; 1-Far-end | R/W |
60312 | Checking of COM2 | Communication parameters, checking: 0-NONE, 1-EVEN, 2-ODD | R/W |
60313 | Baud rate of COM2 | Communication parameters, baud rate: 0-1200,1-2400,2-4800,3-9600,4-19200,5-38400,6-57600,7-115200 | R/W |
60314 | Stop Bit of COM2 | Communication parameters, stop bit: 0-1stops,1-2stops | R/W |
60315 | Data Length of COM2 | Communication parameters, data length: 0-7bits; 1-8bits | R/W |
60316 | HMI Address of COM2 | Communication parameters, HMI address | R/W |
60317 | PLC Address of COM2 | Communication parameters, PLC address | R/W |
60318 | Continuous address interval of PLC to COM2 | The maximum length of contiguous address that can be read by a single communication | R/W |
60319 | Communication time of COM2 | Communication delay time | R/W |
60320 | Retry number of COM2 | Number of retries in case of abnormal system | R/W |
60321 | Address Mode of COM2 | Address mode: 0-standard mode; 1-extended mode | R |
60322 | Time of COM2 timeout | Set communication timeout; unit: ms | R/W |
60323 | Current waiting time of COM2 communication | Current waiting time of communication; unit : ms | R/W |
60324 | HMI Site of COM2 | 0-Machine; 1-Far-end | R/W |
60327 | Number of historical alarm | Sum of recorded historical alarm | R/ Double word |
60329 | Number of historical data | Sum of recorded historical data | R/ Double word |
60333 | Keyboard Language Switch | 1-Chinese keyboard, 0-English keyboard; aim at standard keyboard | R/W |
60334 | CPU usage | Current CPU usage rate during the running of system | R |
60335 | Backlight luminance value | Backlight luminance value | R/W |
60337 | Creation time of the current project: year | Creation time of the current project: year | R |
60338 | Creation time of the current project: month | Creation time of the current project: month | R |
60339 | Creation time of the current project: day | Creation time of the current project: day | R |
60340 | Current language | Set current language | W |
60359 | Copy historical alarm between specific serial number range to U disk when the value is 1 | R/W | |
60360 | Copy historical alarm between specific serial number range to SD card when the value is 1 | R/W | |
60361 | Copy historical alarm between specific time range to U disk when the value is 1 | R/W | |
60362 | Copy historical alarm between specific time range to SD card when the value is 1 | R/W | |
60363 | Export the start serial number of historical alarm | R/W | |
60365 | Export the end serial number of historical alarm | R/W | |
60367 | Export start time of historical alarm | Length: six characters; year, month, day, hour, minute and second | R/W |
60373 | Export end time of historical alarm | Length: six characters; year, month, day, hour, minute and second | R/W |
60379 | File name of historical alarm exported to U disk and SD card | Length: 24 characters | R/W |
60408 | Current group number of historical data imported or exported | R/W | |
60409 | Copy historical data between specific serial number range to U disk when the value is 1 | R/W | |
60410 | Copy historical data between specific serial number range to SD card when the value is 1 | R/W | |
60411 | Copy historical data between specific time range to U disk when the value is 1 | R/W | |
60412 | Copy historical data between specific time range to SD card when the value is 1 | R/W | |
60413 | Export start serial number of historical data | R/W | |
60415 | Export end serial number of historical data | R/W | |
60417 | Export start time of historical data | Length: six characters; year, month, day, hour, minute and second | R/W |
60423 | Export end time of historical data | Length: six characters; year, month, day, hour, minute and second | R/W |
60429 | File name of historical data exported to U disk and SD card | Length: 24 characters | R/W |
60441 | Cache region of password modification of User 1 | Length: 16 characters; ASC display | R/W |
60449 | Enable modify password of User 1 | Modify the password of User 1 as that in cache region when the value is 1; reset automatically after setting | R/W |
60451 | Cache region of password modification of User 2 | Length: 16 characters; ASC display | R/W |
60459 | Enable modify password of User 2 | Modify the password of User 2 as that in cache region when the value is 1; reset automatically after setting | R/W |
60461 | Cache region of password modification of User 3 | Length: 16 characters; ASC display | R/W |
60469 | Enable modify password of User 3 | Modify the password of User 3 as that in cache region when the value is 1; reset automatically after setting | R/W |
60471 | Cache region of password modification of User 4 | Length: 16 characters; ASC display | R/W |
60479 | Enable modify password of User 4 | Modify the password of User 4 as that in cache region when the value is 1; reset automatically after setting | R/W |
60481 | Cache region of password modification of User 5 | Length: 16 characters; ASC display | R/W |
60489 | Enable modify password of User 5 | Modify the password of User 5 as that in cache region when the value is 1; reset automatically after setting | R/W |
60491 | Cache region of password modification of User 6 | Length: 16 characters; ASC display | R/W |
60499 | Enable modify password of User 6 | Modify the password of User 6 as that in cache region when the value is 1; reset automatically after setting | R/W |
60501 | Cache region of password modification of User 7 | Length: 16 characters; ASC display | R/W |
60509 | Enable modify password of User 7 | Modify the password of User 7 as that in cache region when the value is 1; reset automatically after setting | R/W |
60511 | Cache region of password modification of User 8 | Length: 16 characters; ASC display | R/W |
60519 | Enable modify password of User 8 | Modify the password of User 8 as that in cache region when the value is 1; reset automatically after setting | R/W |
60520 | HMI Model | 40 characters | R |
60540 | Bootloader version number | 40 characters | R |
60560 | Operation system version number | 40 characters | R |
60580 | Software version number | 40 characters | R |
60600 | Enable operation record | Enable record operation log when it is 1 | R/W |
60601 | Number of operation record | Display the current number of operation record | R |
60602 | Enable screen shot | Enable screen shot when it is 1; reset after setting | R/W |
60603 | Storage location of screen shot | 0-U disk; 1-SD card | R/W |
60604 | Enable HMI protection | Enable HMI protection when it is 1 | R/W |
60605 | Set the level number of HMI protection password | Set the level number of HMI protection password; up to 10 passwords can be set | R/W |
60606 -60835 | Set period of validity of HMI protection | 60606-60628 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 1 password (password length is 16 characters); | R/W |
60629-60651 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 2 password (password length is 16 characters); | |||
60652-60674 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 3 password (password length is 16 characters); | |||
60675-60697 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 4 password (password length is 16 characters); | |||
60698-60720 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 5 password (password length is 16 characters); | |||
60721-60743 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 6 password (password length is 16 characters); | |||
60744-60766 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 7 password (password length is 16 characters); | |||
60767-60789 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 8 password (password length is 16 characters); | |||
60790-60812 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 9 password (password length is 16 characters); | |||
60813-60835 is for year, month, day, hour, minute, second, deadline prompt and unlock password protection of Level 10 password (password length is 16 characters) | |||
60836 | Enable save to HMI | Preserve the HMI protection settings to HMI when it is 1; reset automatically after setting | R/W |
60837 | Initialize HMI protection | Set HMI protection to the initial state | W |
60997 | Keyboard input or USB mouse operation; Scanning machine input when the value is 1 | Triggered when it is ON; reset automatically | R/W |
60998 | End Symbol definition of USB bar code scanning. 0-ENTER,1-TAB+ENTER | R/W | |
60999 | Scan code length of USB bar code | R/W | |
61000 -61127 | Storage usage of bar code scanning | R/W | |
61128 | Employed for printer parameters | R/W | |
61138 | Source formula ID number of imported formula | R/W | |
61139 | Target formula ID number of imported formula | R/W | |
61140 | Clear formula ID number | -1 when initial value is presented as a 16-Bit integer; otherwise, 65535 | R/W |
61141 | Switch formula group number | R/W | |
61143 | Specific formula group number | R/W | |
61216 61247 | HMI S/N information | ASCII character display 32 lenght | R |
62020 62039 | Current formula name | ASCII display control, unicode encoding, length 20, Displays the current recipe name | R |
Register RWI | Meaning | Note | Read/ Write |
RWI0 | Formula number register | Display the formula specified by the formula number. | R/W |
RWI1 | Formula memory address | Specify a formula number to display corresponding formula data in RWI. | R/W |