Remarks Command; Report Type Function; Request Analysis Command; Request Benchmark Command - ABB PGC2000 Operation And Service Manual

Process gas chromatograph
Table of Contents

Advertisement

REMARKS Command

Description:
Used for placing remarks in the BASIC program.
Syntax:
REM remark
Example:
0010 REM CLEAR OUT COMMON!(1)
0020 COMMON!(1) = 0.0

REPORT TYPE Function

Description:
Returns an integer indicating the report selected in the Printer Report Type
screen.
Syntax:
REPORT_TYPE
Comments:
0 = RAW DATA and NEVER
1 = RAW DATA and ALWAYS
2 = RAW DATA and ON ALARM
4 = REGULAR and NEVER
5 = REGULAR and ALWAYS
6 = REGULAR and ON ALARM
8 = SHORT and NEVER
9 = SHORT and ALWAYS
10 = SHORT and ON ALARM
Example:
0010 IF REPORT_TYPE/4<>0 GOTO 9999
0020 LPRINT REPORT
0030 9999 END
If RAW DATA reports are selected on the Printer Report Type screen,
REPORT is printed; otherwise, nothing is printed.

REQUEST ANALYSIS Command

Description:
Requests an analysis of a stream.
Syntax:
RQANA(stream%)
Comments:
stream% is the stream (from 1 to the maximum number of streams) to be
analyzed.
Example:
0010 RQANA(1)
Requests an analysis for stream one.

REQUEST BENCHMARK Command

Description
Requests a benchmark of an analysis method.
Syntax:
RQBEN(method%)
Comments
method% is method (1-8) for which benchmark is to be performed.
Example:
0010 RQBEN(1)
Requests a benchmark analysis for method one.

REQUEST CALIBRATION Command

Description:
Requests a calibration of an analysis method.
Syntax:
RQCAL(method%)
Comments:
method% is method (1-8) for which calibration is to be performed.
Example:
0010 RQCAL(1)
Requests a calibration analysis for method one.
10-30
type: 10, channel: 0; input description: low hydrogen alarm
type: 11, channel: 0; input description: remote start/stop input
2000-OSM, F1

Advertisement

Table of Contents
loading

Table of Contents