12-28-2009 05:56 PM
Solved! Go to Solution.
12-28-2009 07:58 PM
You can use "User Events" to generate events whenever/wherever you want. User Events use dynamically registration.
See the example program: Programmatically Fire Events.vi (yes it does have 2 "m"s in LV2009)
Notes:
steve
12-29-2009
01:11 PM
- last edited on
04-30-2025
09:07 AM
by
Content Cleaner
Here is some more usful info on User Events
LabVIEW 2009 Help : User Events
01-04-2010 01:01 PM
Happy New Year!!!
Thank you. I put all the field wired inputs from the DAQ Card into a Cluster. I use unbundle by name to call the switch, the state changes on the probe but I am having no success in activating an event using the "value change" from any Push Button. Even if I put an indicator to double check the event is happening, I don't see indicator light turning on. Will you be able to show with an example vi?
==================================================================
You can use "User Events" to generate events whenever/wherever you want. User Events use dynamically registra I ion.
See the example program: Programmatically Fire Events.vi (yes it does have 2 "m"s in LV2009)
Notes:
01-05-2010 03:54 AM
Happy New year to you too!
Attached is an example in LV 8.5
Running the vi with highlight execution turned on may be helpful.
steve
01-06-2010 12:02 PM
Thank you so much Steve!!!
I will continue playing with Event Structures.