11-03-2005 07:41 AM
I'm trying to convert some existing LabVIEW code for synchronized AO, AI, and DO on PXI-6115/6120 cards from traditional NI-DAQ to DAQ-MX. In the existing code I have used the "iterations" parameter on the "AO Control.vi" in order to repeatedly output the same analog buffer a finite number of times.
How do I do the same thing with DAQ-MX? I don't see a corresponding "iterations" parameter.
11-04-2005 08:39 AM
Transition from Traditional NI-DAQ to NI-DAQmx
Timing and Synchronization Features of NI-DAQmx
11-08-2005 08:11 AM
To generate a finite number of iterations of a buffer in DAQmx you set the "sampler per channel" property of the DAQmx Timing VI to your (number of iterations) X (number of samples per channel in the buffer).
Simple enough. Why didn't I think of that.