LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to refer to an animated picture ring in a subVI to constantly update the same indicator in the mainVI when called?

I'm not exactly clear on what you are wanting to do. Can you say a bit more about it?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,685 Views)
Sounds like you want to create a reference from your indicator on your main VI and pass that to your subVI. You can then use the reference to manipulate the ring in the subVI and see the indicator in the main VI changing.

Message Edited by Bill@NGC on 08-01-2007 08:46 PM

0 Kudos
Message 3 of 4
(2,677 Views)
I used a reference of a property node in the sub VI and got the indicator ring in the main VI updated from the animated picture ring in the sub VI. The only problem is that the main VI indicator ring only updates for the first loop of animation. I need to figure out which ring to use to keep it updating continuously. Thanks for the input. It definitely helped so far.
0 Kudos
Message 4 of 4
(2,664 Views)