But why ??
The Ext Ref provides a means to modulate a waveform for example. In
such cases, the Ext Ref voltage is not a fixed value, but will be
changing dynamically as a result of elecronically changing the voltage
being fed into the card. So there's no way to be telling the driver
what its value is.
Apparently, the reason the driver needs this value is because it takes
the user requested AO DAC values and scales them by that Ext Ref value
so it can know what the correct voltage is to output. For example, if
Ext Ref is the deafult 10 V and the user wants to output 2V, it will
sclae (2/10)*4095 to arrive at the correct binary value. If Ext Ref
is 2 V, then it would scale (2/2)*4095. So if one is varying the Ext
Ref externally , just specify a va
lue of 10 V for Ext Ref, and then
your output will scale by however much you change Ext Ref. i.e. if
you actually connect 2 V, then a binary value of 4095 that normally
outputs 10 V will now only output 2 V.
Steve
On Mon, 1 Nov 2004 22:18:06 -0600 (CST), sergesl wrote:
>This is an expected behavior. The external reference value value is
>required. Although you are given the choice to choose an external
>reference for your analog voltage generation, the Data Acquisition
>device does not measure the reference and therefore requires you to
>provide the value.