LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control events

Hallo community,

if a value of a control gets changed it generates an event which can be
handled by an event structure.
I have a file path control and a button. Usually these controls are
operated via mouse.

Do they also generate an event if their values are changed by VI Server?

Thank you

Oliver Friedrich
0 Kudos
Message 1 of 2
(2,513 Views)
I just created a quick couple of VIs to test this and while I can watch my boolean button being pressed by the other VI, the Value Changed case was never activated (unless I clicked on the button directly and not through the other VI). It looks like it might be back to polling for changes or use the LV7.0 user defined event (a suggestion from one of my co-workers).

I didn't expect Mouse Up and Mouse Down to work, but it would have been nice if Value Changed had worked. Perhaps in the next version?

For interest's sake I have included my little test VIs here - they're simple enough. They're in LV6.1, but I tried this in LV7.0 as well.

Rob
0 Kudos
Message 2 of 2
(2,513 Views)