![Campbell CR5000 Скачать руководство пользователя страница 224](http://html1.mh-extra.com/html/campbell/cr5000/cr5000_operators-manual_489195224.webp)
Section 9. Program Control Instructions
9-18
the minimum time for the SlowSequence scan interval is the product of the
number of SlowSequence measurement segments and the primary scan
interval. One function of a SlowSequence is to update the calibration table.
The measurements in a single "scan" of the SlowSequence may be spread out
over a longer time period because the measurements can be parceled into
multiple primary scans.
When more than one SlowSequence is used in a program, certain combinations
of the main program scan rate and the SlowSequence scan rates may result in a
lower priority SlowSequence never being executed. If the interval for a higher
priority SlowSequence arrives before the lower priority SlowSequence can be
sliced in, the lower priority SlowSequence will never be performed. Each
combination of main program and SlowSequence program segments must be
evaluated to determine if there is sufficient time to allow lower priority scans
to be executed.
Low priority DataTables can be included in the SlowSequence scan by listing
them after the SlowSequence instruction. It should be noted that time stamped
data written to SlowSequence DataTables will be stamped with the start time of
the last SlowSequence scan.
SlowSequence Example
The example uses SlowSequence to calibrate the datalogger every sixty
seconds.
'Calibrate
Public Temp1
Public Calib1(60)
DataTable(Table1,1,600)
DataInterval(0,1,sec,1)
Sample(1,Temp1,FP2)
EndTable
BeginProg
Scan(20,mSec,0,0)
PanelTemp (Temp1,250)
CallTable Table1
Next scan
SlowSequence
Scan (60,Sec,0,0)
Calibrate(Calib1)
Next scan
EndProg
Содержание CR5000
Страница 39: ...Section 1 Installation and Maintenance 1 15 S A N Y O FIGURE 1 11 6 Removal of band clamp and battery ...
Страница 40: ...Section 1 Installation and Maintenance 1 16 This is a blank page ...
Страница 54: ...Section 2 Data Storage and Retrieval 2 14 This is a blank page ...
Страница 88: ...Section 4 CRBasic Native Language Programming 4 12 This is a blank page ...
Страница 94: ...Section 5 Program Declarations 5 6 This is a blank page ...
Страница 172: ...Section 7 Measurement Instructions 7 46 This is a blank page ...
Страница 206: ......
Страница 236: ...Index Index 4 This is a blank page ...
Страница 237: ...This is a blank page ...