Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

playing a continuous waveform from the PCI-DIO-32HS with no LabVIEW, CVI, etc.

I'd like to always have a particular waveform playing, but without a giant memory hog in the background like a LabVIEW or CVI executable. Can this be done?
0 Kudos
Message 1 of 2
(3,192 Views)

Hi bmihura,

I would recommend building a program in LabVIEW, and then turning it into an executable. This would not take all the overhead, as it will only be using the LabVIEW run-time engine and DAQmx driver.

If you would still like to use C, C++, etc, you can program the 6533 (PCI DIO-32HS) using the Traditional DAQ or DAQmx function calls. I would highly encourage using DAQmx since you are starting from scratch. Once DAQmx is installed, you can find the ‘NI-DAQmx C Reference Help’ under Start » Programs » National Instruments » NI-DAQ.

 
David L.
Systems Engineering
National Instruments
0 Kudos
Message 2 of 2
(3,186 Views)