LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

get reference of controls in a cluster which is in a Tab control

Hi all,

 

I have some controls in a cluster and the cluster is in a Tab control (see attached VI, Labview 2011). I want to have access to the properties of the control in cluster from the Tab control reference. As illustrated in the attached VI, I dont know the code in the interrogation point to link the left and right parts. The basic idea is to control the position of all the objects in the cluster from the Tab page reference.

any suggestions?

 

Regards,

 

Cedric

0 Kudos
Message 1 of 4
(3,481 Views)

I got the solution.

 

Cedric

 

Message 2 of 4
(3,476 Views)
Cedric,

Have you ever tried to put a Tab inside a Cluster. : )

http://forums.ni.com/t5/LabVIEW/How-come-you-can-t-put-a-Tab-in-a-Cluster/m-p/382501#M191617

Kevin
0 Kudos
Message 3 of 4
(3,423 Views)

Here is some code I have written before to solve a similar problem. It also allows for clusters inside of Tabs. (and would cover tabs inside clusters 😉 )

The main checker is a reinterant VI so just keeps following itself through until it hits a normal control and activates the "task"

Hope you find it useful.

Pete

0 Kudos
Message 4 of 4
(3,346 Views)