Discussion:
How can I acquire a single set of data with a software trigger?
(too old to reply)
jojojojojo
2008-08-14 02:40:17 UTC
Permalink
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. 
Karissa
2008-08-14 06:10:06 UTC
Permalink
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.   


Acq&Graph Voltage-Int Clk-SW Trig_LV85.vi:
http://forums.ni.com/ni/attachments/ni/170/349204/1/Acq&Graph Voltage-Int Clk-SW Trig_LV85.vi


Acq&Graph Voltage-Int Clk-SW Tri.png:
http://forums.ni.com/ni/attachments/ni/170/349204/2/Acq&Graph Voltage-Int Clk-SW Tri.png
Continue reading on narkive:
Loading...