LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make cluster element global

Hi,
In the VI i'm using a cluster with 1 array and 4 controls and one of the control i need to use as global in teh entire VI
How can i do that?
0 Kudos
Message 1 of 3
(2,612 Views)
Hi Padma...,

do you need this control in several places in ONE vi or in the WHOLE project?

If it's just in the vi, you can use a local of the cluster and get the value of the control where you need it - or just use a wire instead.
If it's in the whole project, you can make a global and copy the value of the control to that global, whenever it changes...

If you would be more specific, then we can make even more, better, detailed suggestions 🙂

Message Edited by GerdW on 12-11-2006 10:38 AM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,607 Views)
This is probably related to this post.
0 Kudos
Message 3 of 3
(2,580 Views)