User's Manual

(15/141)
5. Message type
5.1 Get current Parameter from a monitor.
Send this message when you want to get the status of a monitor.
For the status that you want to get, specify the “OP code page” the “OP code”, refer to “Appendix
A. Operation code table”.
1
st
byte) STX: Start of Message
ASCII STX (02h)
2
nd
-3
rd
bytes) OP code page: Operation code page.
Specify the “OP code page” for the control which you want to get the status.
Refer to “Appendix A Operation code table” for each item.
OP code page data must be encoded to ASCII characters.
Ex.) The byte data 02h must be encoded to ASCII characters '0' and '2' (30h and 32h).
OP code page 02h -> OP code page (Hi) = ASCII '0' (30h)
OP code page (Lo) = ASCII '2' (32h)
Refer to Operation code table. (Appendix A)
4
th
5
th
bytes) OP code: Operation code
Refer to “Appendix A Operation code table” for each item.
OP code data must be encoded to ASCII characters.
Ex.) The byte data 3Ah must be encoded to ASCII characters '3' and 'A' (33h and 41h).
OP code 3Ah -> OP code (Hi) = ASCII '3' (33h)
OP code (Lo) = ASCII 'A' (41h)
Refer to Operation code table.
6
th
byte) ETX: End of Message
ASCII ETX (03h)
STX OP code
page
OP code ETX
Hi
Lo Hi Lo
1
st
2
nd
-3
rd
4
th
5
th
6
th