Custom 1 = 0x09 (Not available)
Custom 2 = 0x0a (Not available)
Custom 3 = 0x0b (Not available)
Custom 4 = 0x0c (Not available)
Custom 5 = 0x0d (Not available)
Flash 1 = 0x0e
Flash 2 = 0x0f
Example: To display a green word ‘Hello’ code the string as follows:
T<ESC>G$’Hello
$ = 0x20 + 0x04 (Green) ‘ = 0x20 + 0x07 (White)
H Home Cursor to Position (0,0)
Move cursor position to upper left corner of screen.
Ircle Set Reverse Video
Where:
r = (character) 0x20 + Top Text Row Position (0 = top, 15 = bottom)
c = (character) 0x20 + Left Text Column Position (0 = left, 39 = right)
l = (character) 0x20 + Length in Text Columns
e = “0” or “1” (0 = Set Inverse Text, 1 = Clear Inverse Text)
J Erase from Cursor to End of Line
Use with after <ESC>Y first to clear an entire line. Can be used as a CR since cursor will be positioned
on next line.
K Erase from Cursor to End of Screen
Use with after <ESC>H to clear entire screen.
Lxx Setup Data Entry Length
Where:
xx = Length of Data Entry Input Required (00-25) (0 = Key Press with No Flashing Cursor)
N Turn On Cursor
O Turn Off Cursor
R Reset the RCU Display
Modbus:
Write Only Register=7017, Len=1, 16-Bit Integer (any value=Reset RCU Display)
Yrc Set Cursor Position
Where:
r = (character) 0x20 + Top Text Row Position (0 = top, 15 = bottom)
c = (character) 0x20 + Left Text Column Position (0 = left, 39 = right)
X Clear Entire Display