Campbell Scientific SS100 Sensor Simulator User Manual

Page 8

Advertising
background image

SS100 Sensor Simulator

Wiring

SS100

CR1000

Vin EX1
V1out 2H
V2out 2L
G


Multiplier and offset calculation:

Results with mult = 1, offset = 0, minimum depth = -177, maximum =
500. Assuming the range of the sensor is 0-100 feet, calculate the
multiplier and offset using equation of line; m = 0.15, offset = 26.14.

CRBasic measurement instruction:

BrFull (depth_ft,1,mv2500C,2,Vx1,1,2500,True ,True ,0,_60Hz,0.15,26.14)

CR1000 Water Level Pressure Transducer Simulation Example

'CR1000 Series Datalogger

'Declare Public Variables
Public depth_ft

'Define Data Tables
DataTable (SS100,true,-1)
DataInterval

(0,60,Sec,10)

Minimum

(1,depth_ft,FP2,0,False)

EndTable

'Main Program
BeginProg
Scan

(1,Sec,0,0)


'Bridge Measurement - Simulated Water Level

BrFull

(depth_ft,1,mv2500C,2,Vx1,1,2500,True

,True

,0,_60Hz,0.15,26.14)


'Call

Output

Tables

CallTable

SS100


NextScan
EndProg

4

Advertising