Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Beep during Data Aquisition

I have a NI DAQ 6024E and programed a working data aquisition program in Microsoft Visual C++. There I use commands from NIDAQmx 8.5 like:
DAQmxReadAnalogF64(...);

everything works fine. I use this for a special eye movement measurement, where the test person has to focus his eyes on another object every 5 seconds.
Till now i do that with saying "Yes" every 5 seconds. Is it possible to produce these signals with e.g. C++ commands like Beep(100,100) in parallel to the
measurement started with the upper command (DAQmxReadAnalogF64...) ? I thought of a special thread or something, but I havent found a solution yet.

Thanks






0 Kudos
Message 1 of 1
(2,953 Views)