Campbell Scientific 109 109-L Temperature Probe - Page 24

B.2 Example Edlog Program - 109ss l

Page 24 highlights

Appendix B. Example Programs 'Define a data table for 60 minute averages DataTable(Table1,True,-1) DataInterval(0,10,Min,10) Average(1,T109_C,FP2,False) EndTable 'Main Program BeginProg Scan(1,Sec,1,0) 'Measure the temperature Therm109(T109_C,1,1,1,0,_60Hz,1.0,0) 'Call Data Table CallTable(Table1) NextScan EndProg B.2 Example Edlog Program This example can be used directly with CR10X dataloggers. With minor adaptations, it can also be used with CR10, CR500, CR510, CR23X, and CR7X dataloggers. More adaptation will be needed with the 21X and CR7 dataloggers. Contact a Campbell Scientific application engineer for help with any datalogger program. ;{CR10X} ;Program measures one 109 temperature probe once a second ;and stores the average temperature every 60 minutes. ;Wiring Diagram ;109SS Probe ; ; Wire ; Color Function ; ----- -------- ; Black Voltage-excitation input ; Red Analog-voltage output ; Purple Bridge-resistor ground ; Clear Shield CR10X -----E1 SE1 AG G *Table 1 Program 01: 1 Execution Interval (seconds) 1: AC Half Bridge (P5) 1: 1 Reps 2: 25 2500 mV 60 Hz Rejection Range 3: 1 SE Channel 4: 1 Excite all reps w/Exchan 1 5: 2500 mV Excitation 6: 1 Loc [ V_Vx ] 7: 1.0 Mult 8: 0.0 Offset 2: Z=1/X (P42) 1: 1 X Loc [ V_Vx ] 2: 2 Z Loc [ Vx_V ] 3: Z=X+F (P34) 1: 2 X Loc [ Vx_V ] 2: -1 F 3: 3 Z Loc [ Vx_V_1 ] B-2

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32

Appendix B.
Example Programs
'Define a data table for 60 minute averages
DataTable
(Table1,True,-1)
DataInterval
(0,10,Min,10)
Average
(1,T109_C,FP2,False)
EndTable
'Main Program
BeginProg
Scan
(1,Sec,1,0)
'Measure the temperature
Therm109
(T109_C,1,1,1,0,_60Hz,1.0,0)
'Call Data Table
CallTable
(Table1)
NextScan
EndProg
B.2 Example Edlog Program
This example can be used directly with CR10X dataloggers.
With minor
adaptations, it can also be used with CR10, CR500, CR510, CR23X, and
CR7X dataloggers.
More adaptation will be needed with the 21X and CR7
dataloggers.
Contact a Campbell Scientific application engineer for help with
any datalogger program.
;{CR10X}
;Program measures one 109 temperature probe once a second
;and stores the average temperature every 60 minutes.
;Wiring Diagram
;==============
;109SS Probe
;
;
Wire
;
Color
Function
CR10X
;
-----
--------
------
;
Black
Voltage-excitation input
E1
;
Red
Analog-voltage output
SE1
;
Purple
Bridge-resistor ground
AG
;
Clear
Shield
G
*Table 1 Program
01: 1
Execution Interval (seconds)
1:
AC Half Bridge (P5)
1: 1
Reps
2: 25
2500 mV 60 Hz Rejection Range
3: 1
SE Channel
4: 1
Excite all reps w/Exchan 1
5: 2500
mV Excitation
6: 1
Loc [ V_Vx
]
7: 1.0
Mult
8: 0.0
Offset
2:
Z=1/X (P42)
1: 1
X Loc [ V_Vx
]
2: 2
Z Loc [ Vx_V
]
3:
Z=X+F (P34)
1: 2
X Loc [ Vx_V
]
2: -1
F
3: 3
Z Loc [ Vx_V_1
]
B-2