Campbell OXYGUARD TYPE III CS512 Manual de usuario Pagina 14

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 22
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 13
Campbell Scientific CS512 Oxyguard Type III Dissolved Oxygen Sensor
6
'CR1000
'Created by Short Cut (2.5 Beta)
'Declare Variables and Units
Public Batt_Volt
Public DOmV
Public DOppm
Units Batt_Volt=Volts
Units DOmV=mV
Units DOppm=ppm
'Define Data Tables
DataTable(Table1,True,-1)
DataInterval(0,60,Min,10)
Sample(1,DOmV,FP2)
Sample(1,DOppm,FP2)
Sample(1,Batt_Volt,FP2)
EndTable
DataTable(Table2,True,-1)
DataInterval(0,1440,Min,10)
Minimum(1,Batt_Volt,FP2,False,False)
EndTable
'Main Program
BeginProg
Scan(5,Sec,1,0)
'Default Datalogger Battery Voltage measurement Batt_Volt:
Battery(Batt_Volt)
'CS512 Dissolved Oxygen Probe measurements DOmV and DOppm:
VoltDiff(DOmV,1,mV250,1,True,0,_60Hz,1,0)
DOppm=DOmV*0.34 'Note use exact calibration factor (see section 8)
'Call Data Tables and Store Data
CallTable(Table1)
CallTable(Table2)
NextScan
EndProg
EXAMPLE 2. Sample CR200 Program
The CR200-series must use the VoltSE instruction since these dataloggers do not
make differential measurements. If the other CRBasic dataloggers use the VoltSE
instruction instead of the VoltDiff instruction, their programming will be similar
to this example. Table 7-2 shows the wiring for the example.
Vista de pagina 13
1 2 ... 9 10 11 12 13 14 15 16 17 18 19 20 21 22

Comentarios a estos manuales

Sin comentarios