LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing the color property node of an indicator based on a certain condition

An upper level VI sends a set of conditions to a VI that SHOULD change the color of the indicators based on a set of t/f cases. However, the color of the indicators is changing in the lower level VI but not in the VI that is doing the calling. I am not using an while loops, just case statements. Help?!
Download All
0 Kudos
Message 1 of 2
(2,687 Views)
What you need to do is get a reference to the upper level VI control that you want to change to colour of. I have edited your VIs that you included to show how I passed the references to the controls into the subVI. The subVI can then change the colours, values, labels, etc. of the controls and changes are immediate.

Hope this is what you're looking for.

Rob
Download All
0 Kudos
Message 2 of 2
(2,687 Views)