Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

raw ADD data

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.

Jim 
0 Kudos
Message 1 of 5
(3,992 Views)
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.

Hope it helps....


RMW
0 Kudos
Message 2 of 5
(3,988 Views)
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.

Jim
0 Kudos
Message 3 of 5
(3,984 Views)
What about DaqStream.ReadRaw then?


RMW
0 Kudos
Message 4 of 5
(3,964 Views)
That is what I have been looking for, thank you.

Jim
0 Kudos
Message 5 of 5
(3,960 Views)