LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event driven programming examples

I want to create one static event (Boolean value change type), which when occur should register one dynamic event(Boolean value change type) in it. Thus until static boolean value doesn't change, dynamic event cannot be registered.Can anyone give a example code for this?

0 Kudos
Message 1 of 2
(2,623 Views)

Search in the Example Finder for the example Dynamically register for Events.

 

Then all you have to do is put the registration of the dynamic event inside the event case for the static event.

0 Kudos
Message 2 of 2
(2,616 Views)