![Campbell CCFC Field Camera Instruction Manual Download Page 110](http://html1.mh-extra.com/html/campbell/ccfc-field-camera/ccfc-field-camera_instruction-manual_3772071110.webp)
CCFC Field Camera
96
Please download the program directly from:
http://www.campbellsci.ca/ccfc
'DATALOGGER Series Datalogger
'Declare Public Variables
Public PTemp, batt_volt
Public TurnDefrosterOn As Boolean
Public TurnDefrosterVal As Long
Public SendVarResult As Long
Public BannerString As String * 60
Public tempstring As String * 60
'Define Data Tables
DataTable (Test,1,-1)
DataInterval (0,60,Sec,10)
Minimum (1,batt_volt,FP2,0,False)
Sample (1,PTemp,FP2)
EndTable
'Main Program
BeginProg
SerialOpen (Com1,115200,4,0,2000)
Scan (10,Sec,0,0)
PanelTemp (PTemp,250)
Battery (batt_volt)
'Enter other measurement instructions
tempstring = FormatFloat(PTemp,"%2.2f")
BannerString = "Panel Temp " + tempstring
If TimeIntoInterval (0,5,Min) Then
SendVariables(SendVarResult,Com1,0,55,0000,400,"Public","CCFCStillBanner2",BannerString,1)
EndIf
If TurnDefrosterOn = true Then
TurnDefrosterVal = 1
SendVariables(SendVarResult,Com1,0,55,0000,200,"Public","CCFCDefroster",TurnDefrosterVal,1)
TurnDefrosterOn = false
EndIf
CallTable Test
NextScan
EndProg
15.3.4
Example Program
– Adding GPS Coordinates to the Photo Banner –
Datalogger
The following example illustrates the use of the
CCFCGPSLatitude
and
CCFCGPSLongitude
instructions, which
can be used with compatible dataloggers (see Section 17).
Please download the program directly from:
http://www.campbellsci.ca/ccfc
Note
Note
Summary of Contents for CCFC Field Camera
Page 1: ...INSTRUCTION MANUAL CCFC Field Camera May 2016 Copyright 2016 Campbell Scientific Canada Corp...
Page 2: ......
Page 4: ......
Page 6: ......
Page 8: ......
Page 48: ...CCFC Field Camera 34 Figure 12 9 Timed Capture Create New Profile...
Page 124: ......