I am using a NI9234 and would like to access the raw ADD counts. Is there a way to do this using Measurement Studios? What I have been able to find are the converted values. I asked this question in the hardware form, the answers I received were Lab View related.
I don't know exactly what you mean and which version of measurement studio you use. But the DotNet version for VS2005 has the AnalogWaveform.GetRawData() method which gives you an array of raw sample data.
I am using Measurement Studio 8.1. What I am looking for is the int/long produced by the ADD. The ADD is 24 bit so will produce a number from 0 to 2^24. This is the number I need. When I look at AnalogWaveform.GetRawData() the number from the ADD has already been converted to a double, with the value depending on what I have input as the range. This raw data has already been scaled based on the input range.