Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

equivalent of daq events

Is there an equivalent of "DAQ events (found in Treaditional NIDAQ)" in NIDAQmx?
0 Kudos
Message 1 of 3
(3,370 Views)
Hello,

DAQ events are not directly supported in NI-DAQmx. However, take a look at the following Knowledge Base article:

http://digital.ni.com/public.nsf/websearch/2D3F6E2F9AAA7B2A86256D600075B88E?OpenDocument

I hope this helps!

E.Lee
Eric
DE For Life!
0 Kudos
Message 2 of 3
(3,349 Views)
Additionally, the .NET and C++ DAQmx class libraries have equivalents for the every N samples events. These equivalents are the asynchronous read and write methods. In the .NET API, these methods are BeginRead and BeginWrite. See Asynchronously Reading and Writing with the NI-DAQmx .NET Class Library in the Measurement Studio Documentation for more information. Here is a link that should work if you have the help installed: ms-help://MS.VSCC.2003/NI.MeasurementStudio/NINETDAQmxConcept/static/Asynch_ReadWrite_DAQ.html.
0 Kudos
Message 3 of 3
(3,341 Views)