07-06-2010 02:13 PM - edited 07-06-2010 02:20 PM
My front panel has two buttons and two numeric indicators. Clicking a button increments the value of its corresponding indicator. I would like Button2 to increment its counter and trigger Button1.ValueChanged.
In other languages (ie: VB.NET), I can trigger an event manually (ie: myBtn.PerformClick)
What is the standard / best practices way to programatically trigger an event (in my case a latched button value change event) in LabVIEW?
Solved! Go to Solution.
07-06-2010 02:40 PM
As described in numerous other posts, you use the Value Signaling property.
07-06-2010 02:47 PM