Keithley DAS-1700 Series
Using the DAS-1700 Series with DriverLINX
•
57
Connection Type
Flag Value
Default Configuration
CHAN_SEDIFF_DEFAULT = 0
Single-Ended
CHAN_SEDIFF_SE =
13
2
2
×
Differential
CHAN_SEDIFF_DIFF =
13
2
3
×
Note: The user chooses the default configuration on the Analog Input page of the
DriverLINX Configuration Panel. See “Configure DriverLINX Device Dialog” on
page 11.
For example, an application that requires or knows a channel’s connection type
obtains the gain code for a single-ended channel with a bipolar gain of 5, with:
Gain2Code (-5) + CHAN_SEDIFF_SE
// This code will work with only drivers that allow applications to specify a
connection type.
An application that does not require or know a channel’s connection type obtains the
gain code for a channel with a bipolar gain of 5, with:
Gain2Code (-5)
// This code will work with any board that supports bipolar ranges.
Repeat Mode Sampling on the DAS-1702HR-DA
The DAS-1702HR-DA provides an option to sample the same channel one to 4095
times before advancing to the next channel in the channel/gain queue.
To set up repeat mode sampling, choose a rate or burst timing event and set the
pulses field as follows:
Pulses Field with a Repeat Count
1
Repeat Count
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
MSB
Pulse Count
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
LSB
Pulses
= PULSE_REPEAT_COUNT_FLAG
+ RepeatCount
×
(PULSE_COUN 1)
AND
PULSE_REPEAT_COUNT_MASK
+ PulseCount AND PULSE_COUNT_MASK
StockCheck.com