Page | 51
8.1.2
Save Prompt Display
Command Body:
8A 46 24 <Prompt> <Message>
Where:
•
<Prompt> - Prompt number 0 – 9
•
<Message> - display message 20 char MAX ((ASCII Code – 0x20~0x7F))
Command Example
STX
Len
Low
Len
High
Command Body
LRC
CHK
SUM
ETX
02
0C
00
8A 46 24 <Prompt> <Message>
EA
46
03
Output Hex String: 020c008a4624022a2a2a2a2a2a2a2aea4603
Example shows Prompt 2, Message "********"
Response Body:
06
8.1.3
Display Prompt
Command Body
: 8A 46 25 <Line> <Prompt>
Command Example
STX
Len
Low
Len
High
Command Body
LRC
CHK
SUM
ETX
02
00
8A 46 25 <Line> <Prompt>
03
Output Hex String: 0205008a46250001e8f603
Response Body:
06
8.1.4
Display Message
Command Body:
8A 46 26 <Line> <1~20 Message>
Where:
•
<Line> - Display line number 0 Or 1 or 2 or 3
•
<1~20 Message > - Message (ASCII Code – 0x20~0x7F)