LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Solution to programically calling an event. Labview 6.1

This is a relatively simple solution a problem with the event sequence. The event sequence does not allow the programmer to change the value of a button and have that call an event.
The solution to this is to assign a keypad shortcut to your button. Then change the value of the button through a simulated key push.
See the attached code.
0 Kudos
Message 1 of 2
(2,835 Views)
I wrote the attached program that simulates programmatic events. It uses occurances and is the only way I have found to programmatically call code that the event calls. The colution may me more novel that practical, but I make a little argument on the front panel.

Jeremy Braden
National Instruments
Message 2 of 2
(2,835 Views)