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
(5,124 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. 

Thanks

Bilal Durrani
NI

Bilal Durrani
NI
0 Kudos
Message 2 of 2
(5,123 Views)