10-14
2000-OSM, F1
Comments:
time!
is the time to convert to a percent off.
time_vs_bp_table%
is the Time vs. Boiling Point Table (1-8) to use for the
conversion.
Example:
0010 PERCENT! = TIME_TO_OFF(100.0,1)
Returns the percent off that occurred at 100.0 seconds.
GET PERCENT OFF TABLE Command
Description:
Returns the percent off column of one of the eight Time vs. Boiling Point
tables (Sim Dis analyzers only).
Syntax:
GET_POFF_TBL(array!,table%)
Comments:
array!
is a previously dimensioned array that is the destination of the
Percent
Off
Table.
table%
is the table number (1-8).
Example:
0010 N = LEN_POFF_TBL(1)
0020 DIM A!(N)
0030
GET_POFF_TBL(A!,1)
Gets the Percent Off Table size, dimensions an array to hold it, copies the
table into array A!.
GET PRESSURE OF A ZONE Command
Description:
Returns the actual pressure of the specified zone.
Syntax:
GET_PRESS(zone%)
Comments:
zone%
is the zone number (1-5).
Example:
0010 Z1! = GET_PRESS(1)
Returns the actual pressure of zone 1.
GET RESPONSE FACTOR Function
Description:
Returns the component’s response factor.
Syntax:
GET_RF(method%,component%)
Comments:
method%
is the method table (1-8).
component%
is the component number for which the response factor is to
be
retrieved.
Example:
0010 A! = GET_RF(1,2)
Gets the response factor of component two from analysis method one and
assigns it to floating point variable A!.
GET STREAM ASSIGNMENT Function
Description:
Returns the analysis method assigned to a stream.
Syntax:
GET_ASSIGN(stream%)
Comments:
stream%
is the stream number (from 1 to the maximum number of
streams).
Example:
0010 M = GET_ASSIGN(5)
The variable M gets the table number of the method assigned for the
analysis of stream #5.
GET TEMPERATURE FOR A PERCENT OFF Command
Description:
Returns the temperature for a given percent off using a specified Time vs.
Boiling Point Table (Sim Dis analyzers only).
Syntax:
GET_TEMP(percent_off!,time_vs_bp_table%)