LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Making an event structure run after alloted time?

Solved!
Go to solution

Hi,

I'm kind of new to Labview and use it for fun and other implementations but i have gotten stuck.

 

In following VI is supposed to act as a code lock, type in the right code and it's oppened and locks again after you press a button. But a function i would like to have is that the lock is locked again after 10s if no buttons where pressed after the lock was unlocked. "sorry if the text is confusing" 

 

version in: LabView 2019

All help is appreciated and thanked before hand.

Best Regards Knight of Waffles

0 Kudos
Message 1 of 3
(1,928 Views)
Solution
Accepted by Knight_of_Waffles

Hello,

 

Have you considered executing your code in timeout event case? You can wire 10000 to your timeout terminal of event case and place your code in timeout case so that it will execute   every 10s.

hope it was helpful

 

Thanks & Regards,
Bharath Kumar
GCentral
0 Kudos
Message 2 of 3
(1,886 Views)

Thanks missed that idea 🙂

0 Kudos
Message 3 of 3
(1,866 Views)