Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem:Reading Raw data with callback

Hello,
 
I want to read raw samples from 14 ai channels continuously. In all the examples for dotnet of National Instruments, only the twodimensional doubles are used. An asynchronous callback is used for the continuously samplequantitymode.
 
I only want to read the raw data not the doubles. Can I do this with an Callback? Can anyone please help me with this.
 
Hardware: NI 6220(m-series PCI)
Software: Visual studio 2003 C#
 
Thanks in advance,
Souza
 
0 Kudos
Message 1 of 2
(2,783 Views)

Hello Souza,

You can read unscaled data in C# .NET using the AnalogUnscaledReader class as Bilal mentions in this forum

Regards,

Laura

0 Kudos
Message 2 of 2
(2,726 Views)