09-16-2009 08:49 AM
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
Solved! Go to Solution.
09-16-2009 08:50 AM
09-16-2009 08:52 AM
09-16-2009 08:52 AM
09-16-2009 08:54 AM
09-16-2009 08:54 AM
09-16-2009 08:55 AM
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
09-16-2009 08:55 AM - edited 09-16-2009 09:00 AM
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]