LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disabled the switch for ten seconds

Hi! I was wondering that how we can disable( i.e. gray out) the switch
( say 10 seconds) after switching on the button?cheers!
0 Kudos
Message 1 of 3
(2,720 Views)
Create a property node. One of the properties allows you to disable and grey
out a control, and to re-enable it. Disable it when switched, and then
re-enable it ten seconds later.

Exactly how you DO this depends on how your program is designed.

tom wrote in message
news:a18dbc2f.0112070345.2b8ffcdb@posting.google.com...
> Hi! I was wondering that how we can disable( i.e. gray out) the switch
> ( say 10 seconds) after switching on the button?cheers!
0 Kudos
Message 2 of 3
(2,720 Views)
You shall use a property node (right click on terminal in the diagram panel and choose "create"...) and set the "disabled" property to your convenience. There are many ways to count down to ten before enabling the button again, according to how your program must work... - o
0 Kudos
Message 3 of 3
(2,720 Views)