Appendix A. Advanced Protocol
The Advanced protocol allows access to the full list of instrument parameters.
A.1 Command Format
All commands and responses sent to and from the Instrument will be in the following packet format
to ensure data is reliable.
Table 27 – Packet Format
Where:
<STX> ASCII Start of Text = 0x02 hex.
Serial ID The Serial ID assigned in the Main Menu → Communications Menu →
Serial Communication Menu.
<ETX> ASCII End of Text = 0x03 hex.
Checksum The XOR of the individual bytes except for STX, ETX, EOT and Checksum.
Message length Must be in the range 0 - 32. Responses from the instrument can have a
message Length of 0 - 255.
<EOT> ASCII End of Transmission = 0x04 hex.
Examples
A basic request for Primary gas data would be as follows:
Table 28 – Example: Primary Gas Request