LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

with out button press .event should occur once

Hi make me clear where i need to write false in Event case or in Button.Can u say clearly how to do it
0 Kudos
Message 11 of 15
(614 Views)
See the attached VI.
- Partha ( CLD until Oct 2027 🙂 )
Message 12 of 15
(611 Views)
Hi u r example is working fine if i create val(signaling) property it is in purple colout how i can make that to change to green
0 Kudos
Message 13 of 15
(599 Views)

Latch action booleans are incompatible with local variables and value properties for good reasons.

 

Use a switch action boolean and reset it to false inside its value change event via a local variable.

Message Edited by altenbach on 09-23-2008 09:54 AM
Message 14 of 15
(586 Views)
See here. I ve already explained. Smiley Wink
- Partha ( CLD until Oct 2027 🙂 )
Message 15 of 15
(573 Views)