D REPORT “CONC” RECORDS=100 VERBOSE

example), and the data point value (“6.8”). Presumably the user (or remote computer) knows all of the other information about the data point value.

This report format is particularly useful when you are sampling more than one data point because up to five data points may be printed per line. The line number field is necessary because a single report may span multiple lines. A compact report with two data points, such as the PNUMTC Data Channel, looks like this:

D 31:10:06 0412 PNUMTC: 1 800.0 29.7

Example 1: To report the last 100 records from the CONC Data Channel in Verbose format type:

D REPORT “CONC” RECORDS=100 VERBOSE

Example 2: To report all the records from the PNUMTC Data Channel in Compact format type:

D REPORT “PNUMTC” COMPACT

7.2 Warnings

Whenever a warning message is displayed on the display, it is also sent to the RS-232 output. See Table 2.4 for a list of the warning messages. These messages are very helpful when trying to track down a system problem and for determining whether or not DAS average data is actually valid. The message format is:

"W DDD:HH:MM IIII WARNING MESSAGE<CRLF>"

An example of an actual warning message is:

"W 194:11:03 0000 SAMPLE FLOW WARN<CRLF>"

Warnings may be cleared via the RS-232 interface by issuing a command of the form:

"W COMMAND<CRLF>"

where "COMMAND" indicates which warning message to clear. For example, to clear the "SAMPLE FLOW WARN" message, the host computer can issue the command:

"W WSMPFLOW<CRLF>".

Attempting to clear a warning which is not active has no effect. The table below lists the command to use to clear each possible warning message.

P/N 02163G1 Teledyne API Model 300 CO Analyzer Instruction Manual - Page 63

Page 69
Image 69
Teledyne 300 instruction manual Warnings, D REPORT “CONC” RECORDS=100 VERBOSE, D Report “Pnumtc” Compact

FAQ

How do I generate a report in verbose format?

To report the last 100 records from the CONC Data Channel in Verbose format, type: D REPORT CONC RECORDS=100 VERBOSE

How can I clear a warning message?

You can clear a warning message via the RS-232 interface by issuing a command of the form: W [COMMAND]. For example, to clear the 'SAMPLE FLOW WARN' message, issue the command: W WSMPFLOW.

What is the format of a warning message?

The format of a warning message is 'W DDD:HH:MM IIII WARNING MESSAGE<CRLF>'. An example of an actual warning message is 'W 194:11:03 0000 SAMPLE FLOW WARN'.