Programming Four Different Rates; Setting The Absolute Scan Rate - HP E1313A Manual

High speed a/d module
Table of Contents

Advertisement

Programming Four
Different Rates
Setting the
Absolute Scan Rate
Chapter 4
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
To program four groups of channels to scan at different rates we will use all
four scan lists. Our example:
scan channels 0 through 15, 300 times each second
scan channels 16 through 31, 150 times each second
scan channels 32 through 47, 50 times each second
scan channels 48 through 63, 10 times each second
We will define the minimum rate group, channels 0-63 in scan list 1. Scan
list 2 will be defined as channels 0-47. Scan list 3 will be channels 0-31.
Scan list 4 will be only channels 0-15. As you can see, the higher rate scan
lists are subsets of the lowest rate scan list.
The maximum rate is 30 times the minimum rate so we will need thirty
entries in
LISTL
.
LISTL
will reference the maximum rate group of channels
30 times and the min rate group only once. The group that is to be scanned
150 times per second will be referenced 15 times in
scan). The group that is to be scanned 50 times each second will be
referenced 5 times (every sixth scan).
ROUT:SEQ:DEF LIST1,(@100:163)
ROUT:SEQ:DEF LIST2,(@100:147)
ROUT:SEQ:DEF LIST3,(@100:131)
ROUT:SEQ:DEF LIST4,(@100:115)
ROUT:SEQ:DEF LISTL,(@4,3,4,3,4,2,4,3,4,3,4,2,4,3,4,3,4,2,4,3,4,3,4,2,4,3,4,3,4,1)
So far we have only set relative rates that channels are measured. To set an
absolute channel scanning rate, we must control the interval between
execution of scan lists. To do this we use the trigger timer, so we select the
trigger timer as the trigger source:
TRIG:SOUR TIM
We then set the trigger interval using the
trig_interval
command. In our example we said that we want the highest rate
<
>
channels to be scanned 300 times each second. The trigger interval would then
need to be 3.3333 msec:
TRIG:TIM 3.3333ms
To minimize time skew between the first and last channel in each scan list,
we will set the sample timer period as small as possible (10µs):
SAMP:TIM LISTL,10us
Understanding the HP E1313/E1413
LISTL
(every other
Minimum rate group (*RST
default).
150 Hz group.
50 Hz group.
Maximum rate group.
Trigger source is timer.
TRIGger:TIMer[:PERiod]
Scan list executed at 300 Hz.
Channel-to-channel pacing
10µsec.
121

Advertisement

Table of Contents
loading

This manual is also suitable for:

E1413c

Table of Contents