LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

usar el mismo control en varios paneles

Hi,

 

I have a little doubd, maybe stupid doubt but....

 

I want put the same numeric control in two tap of control panel, p.e. one numeric control in tab no1 and when i change to value 2 in the tab no 2 should be change to the same value and in reverse procedure also.

 

Can you help me please?

 

Rgds

0 Kudos
Message 1 of 2
(2,030 Views)

Hi!

 

There are several ways to do what you want. You have to put two different controls, one in each tab, and if you want them to have the same value, you can use property nodes or variables.

 

I attach a VI in which You will see an event structure to detect the value changes, and local variables to write the new value to the other control.

 

Hope this helps!!

Applications Engineer - Certified LabVIEW Developer & Certified TestStand Developer
0 Kudos
Message 2 of 2
(2,008 Views)