Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Any Sample code for continous data collection using NIDAQ and Visual C++.NET

Any sample code for aquiring continous analog data into a circular buffer in an asyncronous fashion using NIDAQ and Visual C++.NET?
0 Kudos
Message 1 of 2
(4,580 Views)
Hello

This code should be the same as any of our double buffered examples using NI-DAQ. You are still going to be using unmanaged code in most cases, so when using Visual C++, you can avoid the whole hassle of making wrappers for your dll calls. Check out this example to see which functions to call to set up the aquisition. Everything should be the same for VC++ .NET.

Thanks

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(4,579 Views)