Figure 44: "include file" settings via pakbusgraph, P. 105) – Campbell Scientific CR1000 Measurement and Control System User Manual

Page 105

Advertising
background image

Section 7. Installation

105

 

Figure 44: "Include File" settings via PakBusGraph

CRBasic Example 1.

Using an "Include File" to Control SW‐12 

'Assumes that the Include file in CRBasic example

"Include File" to Control SW-12

(p. 105)

'is loaded onto the CR1000 CPU: Drive.

'The Include file will control power to the cellular phone modem.

Public

PTemp, batt_volt

DataTable

(Test,1,-1)

DataInterval

(0,15,Sec,10)

Minimum

(1,batt_volt,FP2,0,False)

Sample

(1,PTemp,FP2)

EndTable

BeginProg

Scan

(1,Sec,0,0)

PanelTemp

(PTemp,250)

Battery

(Batt_volt)

CallTable

Test

NextScan

'<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"Include File" Code Executed Here

EndProg

 

CRBasic Example 2.

"Include File" to Control SW‐12. 

'"Include File" "Add-on" Program

'Control Cellular modem power for the main program.

'Cell phone + to be wired to SW-12 terminal, - to G.

Advertising