I would like to acquire data from multiple channels, started from an analogue trigger. The example program Acq-IntClk-AnlgStart is almost what I need but I have a question...
Once I have read the acquired data and read it using DAQmxReadAnalogF64, I would like to re-arm the trigger ready to acquire more data when the trigger conditions are met. I need to do this rcontinuously. What do I need to do to re-arm? Do I need to call DAQmxStopTask and/or DAQmxStartTask.
Thanks
Tony