LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SHOW SUB VI

Hi all,

 

i have been working subvi concept,

 

 

The following file attached contains a main file, which calls the subvi..

 

Now the problem is while the subvi is running, i want that the subvi should be visible untilit ends.

 

can anyone help?

 

Regards

0 Kudos
Message 1 of 6
(3,149 Views)
In the main vi right click the sub vi and choose 'Sub vi Node Setup'
Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


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

Hi,

 

i tried that also but it didnt worked.

 

regards

0 Kudos
Message 3 of 6
(3,140 Views)

can you post your vi in 8.5  version??

 

i think above mentioned solution should work....after right clicking the sub vi icon select show front panel when called option.

0 Kudos
Message 4 of 6
(3,127 Views)
You will need to open the subVI, navigate to File -> VI Properties, choose Windows Appearance and click on Customize. Wouldn't you want the subVI to close after the application ends? Your design is not going to let you do that. You should use queues or notifiers to communicate between the main VI and subVI.
Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 5 of 6
(3,121 Views)

Hi shrekt,

 

Check out this for loop indicator nugget. It does what you are asking for.

 

 

For loop indicator nugget

 

 

steve

----------------------------------------------------------------------------------------------------------------
Founding (and only) member of AUITA - the Anti UI Thread Association.
----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 6
(3,114 Views)