This widget could not be displayed.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a Sub-VI with no reference..

I have a question on a Sub-VI. I am driving from a memory array certain indicator property nodes at different offsets. For the reason of clutter on my top level, when driving many of these, can these go into a Sub-VI? I have tried to do this but it gives me many top level references stacked on each other. Not sure what its doing.

 

On the top level i wanted these indicators updated on an event change and would be the same in the Sub-VI.

i put in pic of the partial block diagram..


thanks

 

0 Kudos
Message 1 of 4
(2,245 Views)

Attached picture isn't visible (broken link).

 

Edited: also I would like to add, attaching your code (or may be a prototype code around your idea) will help us to understand the problem statement better.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 4
(2,240 Views)

here is the picture..

 

 

0 Kudos
Message 3 of 4
(2,233 Views)

You could get references to all of the controls on the main VI's front panel and operate on them:

 

Example_VI_BD.png

 

You'll probably have to add logic to identify the particular controls you want to manipulate.  You can do that with the Label property.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 4
(2,193 Views)