11-30-2007 10:48 AM
11-30-2007 04:53 PM
Hi Mike-
If you're using an E Series or M Series device you can read a similar "loopback" using internal routes in DAQmx. This is more reliable than simply reading an AO last value register because you will actually be using the AI hardware to measure the signal that your AO channel is generating.
To do this, you can monitor an analog input channel in DAQmx using the channel strings described in this KB. Note that the same internal channel names are supported for M Series devices even though that article only specifically mentions E Series devices.
Hopefully this helps-