From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Values to a front panel cluster

Solved!
Go to solution

Hello

 

I am fairly new to LabVIEW and struggling to understand how I send a numeric value from one of my sub vi’s to a numeric indicator in a cluster on the main vi’s front panel? I have been able to send control values to the vi using the method in the snippet.

Unfortunately I cannot share my vi so have simulated the layout.

 

 Thank-you in advance.

 

Mick

 

Snippet.png

0 Kudos
Message 1 of 5
(2,022 Views)

In general you shouldn't use the control refs to send data like that, but connect the control/indicators to the VI's connector pane and send the data.

That being said, you need to read the cluster first so you can use a Bundle with name to change a specific part and write it back.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 5
(2,014 Views)

Hi Yamaeda

 

Thank for your reply, my original vi did use the connector pane as you described but the vi was becoming cluttered so i ended up changing it for the present, I apologize for my lack of understanding put could you show me an example of your second suggestion.

 

Thanks

 

Mick

0 Kudos
Message 3 of 5
(1,996 Views)
Solution
Accepted by Iberian2000

Bundle by name.

Cluster ref.png

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 5
(1,992 Views)

Brilliant ! 

 

that worked a treat thank-you.

 

Cheers

 

Mick

0 Kudos
Message 5 of 5
(1,985 Views)