LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

stop during aquiring

Dear sir,

I would like to stop the aquiring application during aquiring (aquiring interruption).

Thanks so much for your efforts

 

eyad
automation engineer.

0 Kudos
Message 1 of 3
(2,404 Views)
Presumably, your acquisition would be in a loop and a front panel Boolean would be wired to the loop's conditional terminal so if you have something more complicated than that, you are going to have to do a lot more explaining. Image of the block diagram or the actual VI will help.
0 Kudos
Message 2 of 3
(2,401 Views)

A very simple solution to your problem, assuming I understand it correctly:

Put your aquisition in some kind of a loop, that is started/stopped by a boolean control (aka a button).

Then, when you want to stop aquiring data, press the button. 

Cory K
0 Kudos
Message 3 of 3
(2,391 Views)