LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Quiting eventstructure?

Hello!

Now we have the following problem: We have a few events and in one of them we have a number of cases. The problem is that we want the program to push the button that quits the event. We have mechanical action "switch when released" on this button and want to keep it that way.

In the cases where we want the event to quit we set the buttons value to "true" with a property node. We can see that the button get darker (pushed down) but we want it to go back too. And then we want to go into the events that is controlled by this button. Does this make sense? If anyone has an idea we would be greatful.

Thank you and best regards.
0 Kudos
Message 1 of 3
(2,165 Views)
To reset it, wire F into a local variable of the control.

To fire an event, use the property Value (Signaling) instead of Value. It will fire a value change event.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,154 Views)
Hello!

Thank you very much for your help! It helped us with our problem 🙂

Best regards and thank you again!
0 Kudos
Message 3 of 3
(2,135 Views)