LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
ouadji

Wait(ms) - abort

Status: Declined

Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.

 

 

                     Wait(ms)  /  abort   :  boolean / default (F)


 

                                original5.png

           

 

           ---------------------------------------------------------

3 Comments
RavensFan
Knight of NI

Can you put some words with your idea so you can explain how it works and why it is needed?

 

If you don't want the wait to run under certain conditions, then just put it in a case structure.

tst
Knight of NI Knight of NI
Knight of NI
The OpenG wait VI has the option to abort the wait. Note that this doesn't work as you expect, because wiring something into a primitive means you have to wait until that value arrives before the primitive can start executing. Instead, you wire in an occurrence which you can then trigger externally to abort the wait.

___________________
Try to take over the world!
Darren
Proven Zealot
Status changed to: Declined

Any idea that has received less than 6 kudos within 6 years after posting will be automatically declined.