Operation, 1 sensor verification – Campbell Scientific 083E Relative Humidity and Temperature Sensor User Manual
Page 16

Model 083E Relative Humidity and Temperature Sensor
'CR1000 program to measure 083E-L
Public MetOne_083E_Temp
Public MetOne_083E_RH
DataTable(Table1,True,-1)
DataInterval(0,10,Min,10)
Average(1,MetOne_083E_Temp,FP2,False)
Sample(1,MetOne_083E_RH,FP2)
EndTable
'Main Program
BeginProg
Scan (5,Sec,1,0)
'MetOne 083E Temperature in Degrees C
BrHalf (MetOne_083E_Temp,1,mV2500,8,Vx1,1,2000,True ,0,_60Hz,-178.89,105.99)
'MetOne 083E Relative Humidity
VoltSe (MetOne_083E_RH,1,mv2500C,2,1,0,_60Hz,0.1,0)
CallTable(Table1)
NextScan
EndProg
8. Operation
8.1 Sensor Verification
To verify correct wiring and test the basic sensor operation, blow on the sensor.
The moisture in your breath should cause the relative humidity reading to rise.
To ensure proper operation, check the output data against a relative humidity
and temperature measuring device such as a psychrometer. Local weather
service data should be used only as a guideline since relative humidity and
temperature can vary significantly over short distances and over brief periods
of time.
10