LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Show value on multiple register cards automatically

Hello !

 

I want to show values on 2 Register cards. Is it possible to link the value on the second register to the value on the first register ? without a wire from the one value to the other ? i want that the value on the second register is like a lokal variable that is directly linked with the original value.

0 Kudos
Message 1 of 6
(2,696 Views)

Hi Ralph.D,

can you please explain why a wire wouldn't work for it?

 

Mike

0 Kudos
Message 2 of 6
(2,691 Views)

I want to change from the first register to a register x (1-30 channels).

I do this over an event, when clicking to a button on the first register, the register from channel x is activated and displayed. And in this channel register are values from the first page. i don't want to wire every vlaue from the channels one by one. is it possible ?

0 Kudos
Message 3 of 6
(2,688 Views)

Hi Ralph.D,

if you want to show some values every time, then you simply don't need to place them inside the tab page. Place them outside, select the control and move it with the cursor keys over the tab page to the position you want.

 

Hope it helps.

Mike

0 Kudos
Message 4 of 6
(2,680 Views)

No that's not my problem.

On the first register i have 30 channels with 2 values for each channel.

when i change to the channel x register i only want to see the 2 values from this channel and other additional settings for the channel.

0 Kudos
Message 5 of 6
(2,675 Views)

Hi Ralph.D,

in this case you have to use the wires to connect the different indicators with the according values. There is nothing new or special, if you have to indicators then you have to connect a value to both of them, except you wanna show the default value.

 

Mike

0 Kudos
Message 6 of 6
(2,667 Views)