Owner's manual
Table Of Contents
- Revision and Copyright Information
- Limited Warranty
- Assistance
- Table of Contents
- 1. Preparation and Siting
- 2. Hardware Installation
- 2.1 Base Foundation
- 2.2 Tower/Pole
- 2.3 Enclosure
- 2.4 Crossarm and Sensor Installation
- 2.5 Communication Peripherals
- 2.6 Lightning Rod Installation
- 2.7 Solar Panel Installation
- 2.8 Battery Installation
- 2.9 Restraining Cables and Sealing/Desiccating Enclosure
- 3. ET Software
- 4. Maintenance, Troubleshooting, and Schematics
- 4.1 Maintenance
- 4.2 Troubleshooting
- 4.2.1 No Response Using the CR1000KD Keypad
- 4.2.2 No Response from Datalogger through SC32B, RAD Modem, or Phone Modem
- 4.2.3 NAN or (INF Displayed in a Variable
- 4.2.4 Unreasonable Results Displayed in a Variable
- 4.2.5 NAN or (INF Stored in a Data Table
- 4.2.6 Communication Problems when using an RF450 Radio
- 4.2.7 Gill WindSonic1-ET Diagnostic Diagnostic Codes
- 4.3 Schematics of Connectors
- Appendix A. T107 Maintenance Log
- Appendix B. PS24 24 Ahr Power Supply and 10 x 12 inch Enclosure
- Appendix C. Exploded Views
- Appendix D. Default Programs
- Appendix E. Step-down Transformer Installation
- Campbell Scientific Companies

Appendix D. Default Programs
PortSet(9, 0)
AirTempF = AirTempC * 1.8 + 32
If FirstPass = False Then
MaxAirC = AirTempC
MinAirC = AirTempC
FirstPass = True
Else
If (AirTempC > MaxAirC) Then MaxAirC = AirTempC
If (AirTempC < MinAirC) Then MinAirC = AirTempC
Endif
'CONNECTOR SOLAR RADIATION
'CS305-ET or LI200X-ET Pyranometer
VoltDiff(SlrRad_W, 1, mV7_5, 3, true, 0, _60Hz, 200, 0)
If (SlrRad_W < 0) Then SlrRad_W = 0
If (SlrRad_W = NAN) Then
SlrRad_W = -6999
SlrRad_KW = -6999
SlrRad_MJ = -6999
Else
SlrRad_KW = SlrRad_W*0.001
SlrRad_MJ = SlrRad_W*0.000005
Endif
'CONNECTOR RAIN (PRECIP)
'TE525-ET, TE525WS-LC, CS700-LC, or TB4-LC tipping rain bucket
PulseCount(Rain_mm, 1, 2, 2, 0, 0.254, 0)
Rain_inch = Rain_mm * 0.03937
Rain_Hr = Rain_mm + Rain_Hr
RainRun = RainRun + Rain_mm
CallTable ToroHourly
If (ToroHourly.Output(1,1)) Then
ETos_mm = ToroHourly.ETos_mm(1,1)
ETos_Run = ETos_Run + ETos_mm
Rain_Hr = 0
TotalWSmph = 0
Endif
CallTable ToroStatus
If (ToroStatus.Output(1,1)) Then
Rain24 = RainRun
RainRun = 0
ETos24 = ETos_Run
ETos_Run = 0
Max24Air = MaxAirC
Min24Air = MinAirC
MaxAirC = AirTempC
MinAirC = AirTempC
'Watchdog counts
WatchDog = Status.WatchdogErrors(1,1)
'Skipped scan counts
Overruns = Status.SkippedScan(1,1)
'Low voltage counts
LowVolts = Status.Low12VCount(1,1)
'Lithium battery voltage
LiBattV = Status.LithiumBattery(1,1)
Endif
NextScan
EndProg
D-3










