Section 7. Installation
236
Dwell Burst Measurement
'This program makes 1735 measurements of two single-ended channels at
'2000 Hz. Sample pattern is 1,1,1..., pause, 2,2,2..., pause.
'Measurement cycle is repeated every 2 Sec. The following programming features are
'key to making this application work:
'--PipelineMode.enabled.
'--Dash (-) placed before channel number.
'--Measurement count per channel set with VoltSE() Count=
1735
.
'--Measurement speed set with VoltSE()
SampleInterval (µs)=500
.
'--Scan() BufferOption increased to 5.
'NOTES:
'--Sampling occurs at the beginning of the Scan() interval.
'--All measurements for one channel are placed in a single large variable array.
'--The large array is stored in a single long record in the data table.
'--The exact sampling interval is calculated as follows:
' SampleTime = 1.085069 * INT((SampleInterval / 1.085069) + 0.5)
'--At scan interval=2 s,
CR800
processing is not fast enough to keep up with the
' 93750 Hz measurements. The result is that the CR800 skips every other scan to
' catch up. If no skipped scans is wanted more than maximum speed, make adjustments
' to the program. For example, set Scan() Interval=3.
PipeLineMode
Public
DwellBurstSE1(1735)
Public
DwellBurstSE2(1735)
DataTable
(DwellBurstSEData,1,-1)
Sample
(1735,DwellBurstSE1(),FP2)
Sample
(1735,DwellBurstSE2(),FP2)
EndTable
BeginProg
'Scan(Interval,Units,BufferOption,Count)
Scan
(2,Sec,5,0)
'VoltSE(Dest,Count,Range,-SEChan,MeasOff,SampleInterval (µs),
Integ
,Mult,Offset)
VoltSe
(DwellBurstSE1(),1735,mV2_5,-1,False,500,100,1.0,0)
VoltSe
(DwellBurstSE2(),1735,mV2_5,-2,False,500,100,1.0,0)
CallTable
DwellBurstSEData
NextScan
EndProg
200
Содержание 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: ......