7-
47
PROB
E
(Probe Number)
PROB=n
sets the active probe and initializes the 5A-1MP with the
(power-up default=1)
specific calibration coefficients which correspond to the probe
number
n
. A maximum of 4 probes (numbered 1 through 4)
may be supplied with the 5A-1MP, the number of each indicated
on the identification plate on top of the probe. When entering
the probe number
n
, only the first digit following the equal sign
is checked, and must be a 1, 2, 3, or 4. Anything else is invalid
and causes the command to be ignored.
PROB?
returns
1
,
2
,
3
, or
4
, depending on which probe has been set as
active.
IBM BASICA Example (assuming com1 is initialized to #1 and 5A-1MP
ECHO
is
OFF
):
.
.
.
100
INPUT "PLEASE INSTALL PROBE 3.
'Prompt a change.
HIT ENTER WHEN READY", A$
110
PRINT #1, "PROB=3"
'Set to probe 3.
.
.
.
1000 PRINT #1, "PROB?"
'Get active probe #.
1010 INPUT #1, A$
'A$="1", "2", "3", or "4".
1020 INPUT "WHICH PROBE IS CONNECTED?",
'Ask operator to look.
PROBE.NUM
1030 IF VAL(A$)=PROBE.NUM THEN GOTO 1070
'Do they match?
1040 PRINT "PROBE MISMATCH"
'Warning!
1050 PRINT "INITIALIZING 5A-1MP TO PROBE
'Corrective action.
#"; PROBE.NUM
1060 PRINT #1, "PROBE="; PROBE.NUM
'Tell 5A-1MP.
1070 PRINT "OK. WE'RE READY"
.
.
.
TERMINAL Example (assuming
ECHO
is
ON
):
PROBE?
Get #.
1
Power-up default.
PROB=2
Change to 2.
PROB?
Verify.
2
OK.
PROB=4?
Change and request in same command.
4
OK, change was made.
PROB=5
Try setting to 5.
PROB?
Verify.
4
Only 1 through 4 valid, command was ignored.
Содержание 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...