Cr9000(X) Program Example; Crbasic Example - Campbell CURS100 Product Manual

100 ohm current shunt terminal input module
Hide thumbs Also See for CURS100:
Table of Contents

Advertisement

'Main Program
BeginProg
'Main Scan
Scan(5,Sec,1,0)
'Default CR1000X Data Logger Battery Voltage measurement 'BattV'
Battery(BattV)
'Default CR1000X Data ogger Wiring Panel Temperature measurement 'PTemp_C'
PanelTemp(PTemp_C,60)
'Generic 4-20 mA Input measurement 'Measure'
VoltDiff(Measure,1,mV2500,1,True,0,60,0.0625,-25)
'Call Data Tables and Store Data
CallTable
Hourly
CallTable
Daily
NextScan
5.4

CR9000(X) Program Example

CURS100 100 Ohm Current Shunt Terminal Input Module

CRBasic Example

5-1
will work with the CR9000(X) datalogger with one
small change. Insert the following VoltDiff() command in place of the
VoltDiff() command in the program. The program will now function with the
CR9000(X). This program assumes the analog input module is installed in slot
5 for this example.
VoltDiff
(Measure,1,mV5000,5,1,1,0,0,0.3125,75)
10

Advertisement

Table of Contents
loading

Table of Contents