LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Break in specific conditions

Pause in specific conditions, as the program is running, I have two user inputs, initial path to the end path (a numerical distance) when that distance being incremented according to the user entered (for example it can choose that each loop of 9 steps, or 5 or 10, depends on the user) and when it is incrementing according to the user chose, when it was equal to or exceeded 430 had a pause, and then the same process in 700 , had another pause.

0 Kudos
Message 1 of 3
(2,014 Views)

What's your question?

 

It sounds like you are trying to figure out how to use Boolean logic in LabVIEW to stop a loop?

lv_exe_3.gif

 

 

Please include a Snippet of your code, or attach your VIs, so that we can better assist you. We are here to help, but won't spend all that extra time recreating your code from scratch.

 

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 3
(2,007 Views)

You could also use a state machine to control your processing.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 3 of 3
(1,968 Views)