Campbell-scientific 109-L Temperature Probe Manual de usuario Pagina 23

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 30
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 22
Appendix B. Example Programs
The following example can be used directly with CR200(X) series dataloggers.
'Program measures one 109 temperature probe once a second and
'stores the average temperature every 60 minutes.
'Wiring Diagram
'==============
' 109
' Probe
' Lead CR200(X)
' Color Function Terminal
' ----- -------- ------
' Black Voltage-excitation input VX1/EX1
' Red Analog-voltage output SE1
' Purple Bridge-resistor ground Ground Symbol
' Clear Shield Ground Symbol
‘Declare the variable for the temperature measurement
Public T109_C
‘Define a data table for 60 minute averages
DataTable(Table1,True,-1)
DataInterval(0,60,min)
Average(1,T109_C,False)
EndTable
BeginProg
Scan(1,sec)
'Measure the temperature
Therm109(T109_C,1,1,Ex1,1.0,0)
'Call Data Table
CallTable Table1
NextScan
EndProg
This following example can be used directly with CR800 series, CR1000,
CR3000, and CR5000 dataloggers.
'Program measures one 109 temperature probe once a second and
'stores the average temperature every 60 minutes.
'Wiring Diagram
'==============
' 109
' Probe
' Lead CR1000
' Color Function Terminal
' ----- -------- ------
' Black Voltage-excitation input VX1 or EX1
' Red Analog-voltage output SE1
' Purple Bridge-resistor ground Ground Symbol
' Clear Shield Ground Symbol
'Declare the variables for the temperature measurement
Public T109_C
'Define a data table for 60 minute averages:
DataTable(Table1,True,-1)
DataInterval(0,60,Min,0)
Average(1,T109_C,IEEE4,0)
EndTable
B-1
Vista de pagina 22
1 2 ... 18 19 20 21 22 23 24 25 26 27 28 29 30

Comentarios a estos manuales

Sin comentarios