![Campbell CR9000 Instruction Manual Download Page 204](http://html1.mh-extra.com/html/campbell/cr9000/cr9000_instruction-manual_489197204.webp)
Section 9. Program Control Instructions
9-18
Reset Table
Used to reset a data table under program control.
Syntax
ResetTable(
TableName
)
Remarks
ResetTable is a function that allows a running DLD program to reset 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
Used to establish the program scan rate.
Syntax
Scan(
Interval, Units, BurstOption
,
Count
)
...
...
[Exit Scan]
...
Next Scan
Parameter
& Data Type
Enter
Interval
Constant
Enter the time interval at which the scan is to be executed. The interval may be in µs, ms, s, or minutes,
whichever is selected with the
Units
parameter. The maximum scan interval is one minute. When
followed by Wait Digital Trigger, 0 may be entered to ensure there is no delay before looking for the
trigger.
Units
The units for the time parameters.
Constant
Alpha
Code
Numeric
Code
Units
USEC 0
microseconds
MSEC 1
milliseconds
SEC 2
seconds
MIN 3
minutes
BurstOpt
Constant
Option to Buffer a Burst of measurements before processing.
Option Result
0
Process measurements as they are made
1
Buffer raw measurements in RAM
2
Buffer raw measurements on PCMCIA Card
Count
Integer
The number of times to execute the Scan/NextScan loop. Enter 0 for infinite looping.
Summary of Contents for CR9000
Page 6: ...CR9000 Table of Contents iv This is a blank page ...
Page 22: ...CR9000 Overview OV 16 This is a blank page ...
Page 26: ...Section 1 Installation 1 4 CR9000 FIGURE 1 1 3 CR9000 Battery Pack ...
Page 72: ...Section 3 CR9000 Measurement Details 3 28 This is a blank page ...
Page 88: ...Section 5 Program Declarations 5 6 This is a blank page ...
Page 217: ...This is a blank page ...