LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

starting an application using VI server

hi all

I found out that if i run a VI from another VI with out a frount panel the called VI automatically stops after the main VI has stopped, that was the reason my dynamic VI's were not running.

I have about 11 VI's to be run independently in the PXI with each VI doing it's work independently, how should i start all the VI at start up? am currently doing it by placing my 11 VI's as sub VI's in to a main VI and creating an startup application of the main vi. Is this arcitecture ok? or is there any thing better i can do? i haven't created a distribution application before so i am confused.

Thanx for your replies
Arun
0 Kudos
Message 11 of 12
(855 Views)
If your application is static then what you're doing is OK. Putting all the VIs into a startup VI will cause them to run.

___________________
Try to take over the world!
0 Kudos
Message 12 of 12
(623 Views)