A: When the 3000 series instrument is turned on, it sends a heading through the RS-232 that reads something like this:
Teledyne Model 3000T Oxygen Analyzer
It will send nothing while the instrument is in the self-diagnostic mode, collecting electronic zeroes, while in span mode, and while on the zero mode. In the sample mode, a stream of data is sent every two seconds and it looks like the following text string:
ST, 0.00 PPM, RA-LO 0-100 PPM, AL-1 DISABLED, AL-2 ON, (CR)
The above stream of data is interpreted as follows:
ST means start
0.00 is the oxygen concentration
% or PPM is the unit of concentration
RA means the instrument is set to auto ranging / RF means the instrument is set in a specific range of interest. The range the instrument is on follows: LO, MED, HI, or CAL
0-100 PPM is the setting for the LO range, (0-100 PPM is factory default for the LO range but can be set as low as 0-10 PPM)
Alarms that disabled or tripped end the text string
AL-1 DISABLED means that alarm 1 has been turned off or disabled
AL-2 ON means that alarm 2 has been tripped
If there is no message about either alarm 1 or alarm 2, it means that the alarm is not disabled but has not been tripped
Carriage return is at the very end to start a new line