Measurement Studio for .NET Languages

取消
显示结果 
搜索替代 
您的意思是: 

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 项奖励
1 条消息(共 5 条)
4,097 次查看
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 项奖励
2 条消息(共 5 条)
4,093 次查看
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 项奖励
3 条消息(共 5 条)
4,089 次查看
What about DaqStream.ReadRaw then?


RMW
0 项奖励
4 条消息(共 5 条)
4,069 次查看
That is what I have been looking for, thank you.

Jim
0 项奖励
5 条消息(共 5 条)
4,065 次查看