LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need help on using more than 28 number of connector in panes

Solved!
Go to solution

Hai,

 

There are six subvi's in my utility and each outputting atleast 8 indicators in the panes. In the main program i need to collect all and display. How is this possible?

 

Any ideas/suggestions?

 

Thanks, 

Mathan

0 Kudos
Message 1 of 8
(3,255 Views)
Solution
Accepted by topic author Mathan
Message 2 of 8
(3,251 Views)
array
Message 3 of 8
(3,245 Views)
queue
Message 4 of 8
(3,244 Views)
global variable
Message 5 of 8
(3,241 Views)
control references
Message 6 of 8
(3,239 Views)

I ran into that issue with my frist app. I used the worse case connector and diagram looked like a spider.

 

In the"wrapping it up" section of my Action Engine Nugget I talked about passing value in or out using a cluster. This lets me pass more than one value via the terminal. So you a cluster (type def prefered to make code changes eaier).

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 7 of 8
(3,238 Views)

smercurio, you are onto something. I don't want to use global variables. Cluster is a good solution. Queue hmmm i have to start studying it hereafter.

 

Thanks a lot,

Mathan

 

 

[Edit: I hope this is the first thread to get answered in the next minute itself and also it was the solution]

Message Edited by Mathan on 09-16-2009 09:00 AM
0 Kudos
Message 8 of 8
(3,235 Views)