Campbell CR800 Especificaciones Pagina 252

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 324
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 251
Section 9. Program Control Instructions
ResetTable
Used to reset a data table under program control.
Syntax
ResetTable( TableName )
Remarks
ResetTable is a function that allows a running program to erase and restart a
data table. TableName is the name of the table to reset.
ResetTable Example
The example program line uses ResetTable to reset table MAIN when Flag(2)
is high.
If Flag(2) then ResetTable( MAIN ) 'resets table MAIN
Scan … NextScan
Used to establish the program scan rate.
Syntax
Scan(Interval, Units, Option, Count)
...
...[Exit Scan]
...
Next Scan
The measurements, processing, and calls to output tables bracketed by the
Scan…NextScan instructions determine the sequence and timing of the
datalogger program.
The Scan instruction determines how frequently the measurements within the
Scan…NextScan structure are made, controls the buffering capabilities, and
sets the number of times to loop through the scan.
Parameter
& Data Type
Enter
Interval
Constant
Enter the time interval at which the scan is to be executed. The interval may
be in ms, s, or minutes, whichever is selected with the Units parameter. The
minimum scan interval is 10 milliseconds. The maximum scan interval is 30
minutes.
Units
The units for the time parameters.
Constant
Alpha Code Units
MSEC milliseconds
SEC seconds
MIN minutes
9-12
Vista de pagina 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 323 324

Comentarios a estos manuales

Sin comentarios