LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to blink indiacator for 20 seconds on button press

hello,
 
can anyone pls tell me how to blink indicator for 20 seconds when we press a boolean button. the indicator should blink everytime for 20 sec when boolean button is pressed.
 
0 Kudos
Message 1 of 9
(3,429 Views)

Hi

Attached you can find a simple vi, where an indicator blinks for 20s after a button is pushed. Attention: To stop-button takes affect after blinking has finished (due to the fact that this is just a simple example).

Hope this helps.

Thomas

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 9
(3,424 Views)

hello sir,

thanks for replying.

sir i don't have labview 7.1, can ple pls send me the vi in 6.1 labview version.

 

0 Kudos
Message 3 of 9
(3,421 Views)
No problem - here you are.
 
 
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 4 of 9
(3,417 Views)

hello sir,

i your example u have used mechanical action (latch when released) of boolean switch --- ... sir in my code i cannot use this mechanical action... i can only use (switch when pressed)....kindly help me in this...

0 Kudos
Message 5 of 9
(3,403 Views)
So you have to code some boolean logic to start the blinking loop.
 
I modified the vi so that blinking starts with rising edge of button "Blink".
 
 
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 6 of 9
(3,400 Views)

thanks a lot sir...

thanks..

0 Kudos
Message 7 of 9
(3,392 Views)
sir,
 
can u pls suggets me some good books on data socket or some links which contain good tutorials of data socket. actually i am working on java interface with labview. we have a transfer data from labview to java..for which we are using data socket..so pls suggest me some books or tutorial link for that.
thanks
regards
 
0 Kudos
Message 8 of 9
(3,384 Views)
I already saw the thread you started on this topic, but I can only suggest you the examples provided with LV.
 
Although I already made applications using data socket and I also use JAVA, I've never exchanged data between these two languages.
 
So unfortunately I can't tell you more Smiley Sad.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 9 of 9
(3,379 Views)