08-13-2008 09:22 PM
How can I perform a single, software-triggered, aquisition? For example, I would like to have the functionality of the "Acq&Graph Voltage-Int Clk-SW Trig Restarts.vi", but I want the VI to exit after taking a single set of data. I want the VI to wait until the user presses the "GO" button, don't want it to restart after acquistion.
Thanks for any help.
08-14-2008 01:10 AM
Just remove the while loop around the acquisition part, then put a while loop around the software trigger control boolean only and wire the control to the stop condition of the loop.