05-12-2006 08:27 AM
05-15-2006 05:40 PM
Hello Anirudha,
In differential mode, the sign bit is the MSB, and in single ended mode the sign bit is not used.
The range of the DAC is 0 to +5V. Were you inquiring about the ADC?
Is this the information you were after?
Thanks!
Laura
05-16-2006 07:23 AM
05-17-2006 06:12 PM
Hi Anirudha,
What version of the DAQmx Read function are you using? This is the most important thing in determining how the data is returned.
Thanks,
Laura
05-18-2006 08:28 AM
05-19-2006 06:06 PM
Hi Anirudha,
I noticed that you are reading the values back as unsigned 32 bit integers. However, your device only has 13 bits of resolution. This means that there is a possibility that your data is interleaved, which is where two separate 16 bit values are stored into a single 32 bit integer. That could be causing the raw displayed values not to match the expected results. I recommend using either a U16 or an I16 to read your data.
Regards,
Hal L.
05-24-2006 12:15 PM
05-25-2006 04:27 PM
Hi,
I'm glad that you are getting the correct data now. Everything in your post looks correct to me.
Regards,
Hal L.