7-
60
WLIN
earity
(Wet Bulb Linearity Coefficient)
WLIN=number
is used during factory calibration only, and temporarily changes
the LINEARITY coefficient of the Wet Bulb temperature
formula. The
number
stored is valid only until power is
removed, the
RESET=C
command is issued, the probe number
is changed from the keypad, or the
PROB=n
command is used.
The number is entered in either standard or scientific notation.
The power-up default value is determined during factory
calibration and stored in non-volatile memory. Refer to the
REST
ore and
SAVE
commands to alter non-volatile memory.
WLIN?
returns the LINEARITY coefficient of the Wet Bulb
temperature formula of the currently selected probe.
IBM BASICA Example (assuming com1 is initialized to #1 and 5A-1MP
ECHO
is
OFF
):
.
.
.
100
PRINT #1, "WLIN?"
'Read current value.
110
INPUT #1, A$
120
OLD.NUM=VAL(A$)
'Convert to numeric.
.
.
.
200
NEW.NUM=FN...
'Calculate a new coefficient.
210
PRINT #1, "WLIN="; NEW.NUM
'Send new coefficient to 5A-1MP.
.
.
.
TERMINAL Example (assuming
ECHO
is
ON
):
WLIN?
8.2440000E-05
Power-up default of uncalibrated unit.
WLINEARITY=.000087654321
Send new coefficient, standard notation.
WLIN?
8.7654321E-05
Verify.
WLIN=.8877665e-4?
Send and verify in same step.
8.8776650E-05
IEEE 488 Example (HP Rocky Mountain BASIC syntax):
.
.
.
Содержание 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...