LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate another event in an event processing structure?

Because event 1 processing should use the code for event 2 processing.
Event 2 is pressing a button. I can not use value change in property Node because of the latching mechanism.How to solve the problem?
0 Kudos
Message 1 of 3
(2,702 Views)
It is not clear what you are trying to do. can you attach a simple example?
 
If both events have he same code, maybe you can get away with a single event case, triggerend by both event conditions and containing both terminals?
0 Kudos
Message 2 of 3
(2,697 Views)
Hi,

I am not sure I understand your problem...
Apparently you have 2 events that require the current value of a latch boolean, is that it ?
If yes, in the event "value change" made on the button you don't need to actualy have the button in the event to get the value. In this event, you can get both the new and old value of the boolean from the "thing on the left hand side of the structure.

As Altenbach said, some code with a simple example would helps us provide better advice 😉



We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 3 of 3
(2,695 Views)