7-
9
BLOW
er
BLOW=ON
turns ON the blower (aspirator) motor within the probe.
The leftmost dot on the lower LED display illuminates.
BLOW=OF
F
turns off the blower (aspirator) motor within the probe housing
(power-up default)
(after about 1 second), and the leftmost dot on the lower LED
display goes out. If
AUTO
mode is enabled, the blower will
not turn off if the 5A-1MP is within 1 minute of printing a
reading. With
AUTO=ON
and
INTE
rvals get to 1 minute
(00:01), the blower will not turn off at all and the
BLOW=OFF
command is ignored by the 5A-1MP.
BLOW?
returns either
ON
or
OFF
, depending on the present status.
The power-up default is
OFF
.
IBM BASICA Example (assuming com1 is initialized and
ECHO
is
OFF
):
.
.
.
100
PRINT #1, "BLOW?"
'Is blower on? Let's find out.
110
INPUT #1, A$
'A$="ON" or "OFF".
120
IF A$="ON" THEN GOSUB 1000
'If it's ON, go check auto mode.
130
PRINT "BLOWER IS NOW OFF"
'The blower is definitely off now.
140
STOP
.
.
.
1000 PRINT #1, "AUTO?"
'Get status of auto mode.
1010 INPUT #1, A$
1020 IF A$="ON" THEN GOSUB 2000
'If "ON" then go shut it off.
1030 PRINT #1, "BLOW=OFF"
'Auto is OFF, so now shut off blower.
1070 RETURN
.
.
.
2000 PRINT #1, "AUTO=OFF"
'Shut OFF auto mode. Also shuts off
blower.
2010 RETURN
.
.
.
Lines 100, 110 retrieve the
BLOW
er status.
Line 120 checks to see if the
BLOW
er is
ON
or
OFF
. If
OFF
, then line 130 is executed.
Note however, that if the
AUTO
mode is
ON
, the
BLOW
er may turn
ON
at any time.
If the
BLOW
er is
ON
at line 120, then lines 1000-1070 are executed in order to shut if off.
Lines 1000, 1010 retrieve the
AUTO
mode status.
Содержание 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...