7-
5
2
RH
(Relative Humidity)
RH?
returns the current relative humidity which is calculated from the
Dry Bulb temperature, Wet Bulb temperature, barometric
pressure, and flow rate. (Refer to
PRES
sure and
FLOW
commands). Relative humidity is returned in 8 digit scientific
notation.
IBM BASICA Example (assuming com1 is initialized to #1 and 5A-1MP
ECHO
is
OFF
):
.
.
.
100
PRINT #1, "RH?"
'Get RH.
110
INPUT #1, A$
120
PRINT "RELATIVE HUMIDITY IS ";A$;"%"
'Display it.
.
.
.
TERMINAL Example (assuming
ECHO
is
ON
):
RH?
Get RH.
1.901
Returns 19.87% RH for this example. The 8
digit output resolution is merely a mathematical
convention and is not indicative of increased
measurement accuracy.
________________________________________________________________________
IEEE 488 Example (HP Rocky Mountain BASIC syntax):
.
.
.
100
OUTPUT 705; "RH?; DRYT?; DP?"
!Get % RH, Temp, DP.
110
ENTER 705; Rh, Tmp, Dp
120
PRINT "RH", "TEMP", "DP"
!Display column headings.
130
PRINT Rh, Tmp, Dp
!Display values.
.
.
.
Содержание 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...