LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I acquire a single set of data with a software trigger?

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. 

0 Kudos
Message 1 of 2
(2,221 Views)

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.

 

 

_______________________________________
Systems Test Engineer
Certified LabVIEW Architect (CLA)
0 Kudos
Message 2 of 2
(2,209 Views)