LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there no way to Programmatically trigger a Latch Boolean?

The only way I found so far to solve this issue is to use the OR function connected to the latch boolean and with another boolean.  I set the second boolean on latch too. This worked satisfactorily for me. In this case it is not programmatically triggered but button triggered. I am pretty sure it is then possible to set the second boolean as not a latch, this means switch which can be programmatically triggered. Then this the second boolean will trigger the latched one when triggered. See the image attached as illustration.  I tried the event method but I could not make it work properly. So I think the method I proposed could be the way to go. 

0 Kudos
Message 11 of 13
(481 Views)

You can simulate a latched Boolean by making the button SWITCH when released, then use its property to set it back to FALSE in its event case.  That way you can have your cake and eat it, too.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 12 of 13
(470 Views)

@krakzz42 wrote:

The only way I found so far.... 


Thanks for reviving a 12 year old thread, but there are several flaws with your post: If you only found one solution, you did not look hard enough. There is >>1 solution for everything in life!!!

 

There are plenty of ways to do all that and some have been already discussed years ago. Your picture does not have sufficient information to event reproduce what you are trying to say, so as a first step, attach a simplified, fully functional VI that demonstrates your "solution".

 

As has been mentioned, the typical solution is to use a switch action boolean and reset it via a local variable once the triggered action has started or completed (event structure, etc.)

 

0 Kudos
Message 13 of 13
(460 Views)