Section 7. Installation
154
BeginProg / Scan() / NextScan / EndProg Syntax
'This program example demonstrates the use of BeginProg/EndProg and Scan()/NextScan syntax.
Public
PanelTemp_
DataTable
(PanelTempData,True,-1)
DataInterval
(0,1,Min,10)
Sample
(1,PanelTemp_,FP2)
EndTable
BeginProg
' <<<<<<<BeginProg
Scan
(1,Sec,3,0)
' <<<<<<< Scan
PanelTemp
(PanelTemp_,250)
CallTable
PanelTempData
NextScan
' <<<<<<< NextScan
EndProg
' <<<<<<<EndProg
Scan()
determines how frequently instructions in the program are executed, as
shown in the following CRBasic code snip:
'Scan(Interval, Units, BufferSize, Count)
Scan
(1,Sec,3,0)
'CRBasic instructions go here
ExitScan
Scan()
has four parameters:
•
Interval
—
the interval between scans. Interval is 10 ms ≤
Interval
≤ 1
day.
•
Units
— the time unit for the interval.
•
BufferSize
— the size (number of scans) of a buffer in RAM that holds
the raw results of measurements. When running in pipeline mode, using
a buffer allows the processing in the scan to lag behind measurements at
times without affecting measurement timing. Use of the
CRBasic Editor
default size is normal. Refer
SkippedScan
(p. 472)
for troubleshooting tips.
•
Count
— number of scans to make before proceeding to the instruction
following
NextScan
. A count of
0
means to continue looping forever (or
until
ExitScan
).
7.6.3.13.2 SlowSequence / EndSequence
Slow sequences include automatic and programmed sequences. Auto self-
calibration calibration is an automatic slow sequence.
User-entered slow sequences are declared with the
SlowSequence
instruction and
run outside the main-program scan. Slow sequences typically run at a slower rate
than the main scan. Up to four slow-sequence scans can be defined in a program.
Instructions in a slow-sequence scan are executed when the main scan is not
active. When running in pipeline mode, slow-sequence measurements are spliced
in after measurements in the main program, as time allows. Because of this
Содержание CR800 Series
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 32: ......
Страница 34: ......
Страница 54: ......
Страница 92: ......
Страница 190: ...Section 7 Installation 190 FIGURE 40 Running Average Frequency Response FIGURE 41 Running Average Signal Attenuation ...
Страница 310: ......
Страница 446: ...Section 8 Operation 446 8 11 2 Data Display FIGURE 100 CR1000KD Displaying Data ...
Страница 448: ...Section 8 Operation 448 FIGURE 102 CR1000KD Real Time Custom ...
Страница 449: ...Section 8 Operation 449 8 11 2 3 Final Storage Data FIGURE 103 CR1000KD Final Storage Data ...
Страница 450: ...Section 8 Operation 450 8 11 3 Run Stop Program FIGURE 104 CR1000KD Run Stop Program ...
Страница 452: ...Section 8 Operation 452 FIGURE 106 CR1000KD File Edit ...
Страница 456: ......
Страница 462: ......
Страница 523: ...Section 11 Glossary 523 FIGURE 116 Relationships of Accuracy Precision and Resolution ...
Страница 524: ......
Страница 526: ......
Страница 556: ......
Страница 558: ......
Страница 560: ......
Страница 597: ......