LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event structure

I have an Event structure which controlls actions performed by the vi
upon value change of a control on the front panel. I need to change
that control from another VI, however then the change is not registered
as the event. The Event structure does not react to it. In other words,
I need to controll one VI programmatically from another one. Can
someone please give me a clue how to solve it?
Thx, Ladislav

0 Kudos
Message 1 of 2
(2,640 Views)
Hi Ladslav,

I think you already got a reference in the control-vi. What you probably do is set the value with the 'value' property, what you should use is the 'value (sgl)' event. In this case the event structure will react.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 2
(2,631 Views)