Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Programming USB 6009 with Visual Studio 2010 (without Measurement Studio)

Hello,

 

I want to control the engine speed via NI-USB 6009. The engine speed is given me as a analog voltage signal. Now I am looking for a program (in Visual Studio 2010), that continuously acquires the data via a analog input channel. With this data I want to make some calculations and the results of these calculations should be sent to the digital output of the USB 6009 in realtime.

 

Maybe some of you have ideas or examples.

 

Thank you 🙂

0 Kudos
Message 1 of 5
(4,371 Views)

No ideas? 😞

0 Kudos
Message 2 of 5
(4,312 Views)

Hi,

 

You won't need Measurement Studio, but you will need DAQmx installed.

 

http://www.ni.com/example/29497/en/

 

 

Curt

Message 3 of 5
(4,302 Views)

Ok, thank you

 

One last question:

 

I can´t find a example programm (using C and Visual Studio), that reads data from a analog input and writes this data to a analog output.

Such a programm maybe doesn´t make sense, but I need such one.

0 Kudos
Message 4 of 5
(4,291 Views)

Hi,

 

try this one

 

http://www.ni.com/example/27352/en/

 

Curt

0 Kudos
Message 5 of 5
(4,280 Views)