7-
3
4
FLOW
(Flow Rate)
FLOW=number
changes the flow rate parameter from its default setting to the
(power-up default=140)
number
entered. This command is usedwhen aspirating the
psychrometer probe from an external source such as a Model
8500 or Model 9000 automated two-pressure humidity
generators. Utilizingthis command to inform the 5A-1MP of
the present flow rate,the psychrometer may be aspirated by the
humidity generator at any flow rate between 60 and 140
standard liters per minute (SLPM), while still maintaining
accurate relative humidity measurements. The
unmber
is
entered in either standard or scientific notation. Whenever the
probe is aspirated internally,by turning ON the blower motor,
the flow value stored by the
FLOW
command is not used in
any relative humidity calculations. Instead, an internally stored
value is usedwhich relates to the flow rate of the blower motor
(usually 140 SLPM). (This internal blower motor flow rate
value is not accessible or alterable except during factory
calibration).Whenever the internal blower is turned off, the 5A-
1MP returns to using the value stored by the
FLOW
command
in its relative humidity calculations.
FLOW?
returns the currently stored flow rate value which is used for
relative humidity calculations when the blower is OFF and the
probe is aspirated from an external source of known flow rate.
The number returned is in 8 digit scientific notation.
IBM BASICA Example (assuming com1 is initialized to #1 and 5A-1MP
ECHO
is
OFF
):
.
.
.
100
PRINT #1 "AUTO=OFF"
'Ensures auto and blower are off.
110
PRINT #1, "FLOW=100"
'Aspirated by Model 7000 RH generator at
100 SLPM.
.
.
.
150
PRINT #1, "FLOW?"
'Get flow rate setting.
160
INPUT #1, A$
'A$="1.002" for this example.
170
PRINT "FLOW RATE SETTING IS"; VAL(A$);
'Print on monitor.
"SLPM"
TERMINAL Example (assuming
ECHO
is
ON
):
FLOW?
1.402
Power-up default value.
FLOW=100
Set to 100 SLPM.
FLOW?
Check it.
Содержание 5A-1MP
Страница 3: ...5A 1MP Laboratory Reference Psychrometer...
Страница 45: ...7 18 110 ENTER 705 X 120 DISP X Display it RELATED COMMANDS DSPAn DZERo PROBE RESTore SAVE...
Страница 67: ...7 40 ________________________________________________________________________ RELATED COMMANDS AUTO PRINt...
Страница 71: ...7 44 ________________________________________________________________________ RELATED COMMANDS RESTore SAVE...
Страница 83: ...7 56 ________________________________________________________________________ RELATED COMMANDS DATE...