Hi, does anybody know if it is possible to use the event structure in a subvi with a control refnum of the mainvi? For example the subvi includes a while loop with an event structure which should stop the iteration when the event "stop button value changed" in the mainvi occurs.
> does anybody know if it is possible to use the event structure in a > subvi with a control refnum of the mainvi? > For example the subvi includes a while loop with an event structure > which should stop the iteration when the event "stop button value > changed" in the mainvi occurs. >
Not quite yet, though it sure looks like something that might become possible.
For the moment, you can only respond to events that are for the front panel of the diagram that holds the event structure.