A power analyser application requires a trigger on voltage to then process voltage and current waveforms. I am able to software trigger but then triggered data does not line up with other captured channels. Are these parallel tasks and hence triggered data gets out of synch with latest data? DAQmx is running as continuous and I run Signal Express as "Run once". Step sequence is DAQmx Acquire(continuous), Software trigger , then Arith to turn voltages from p-p to p-n, need to display raw data in sync with triggered data.
Note that my trigger options in DAQmx config have signal triggers greyed out, only none or software can be selected. Ideal would be to trigger on raw data and then process a block of N samples.