I'm guessing you set all your VIs as Startup VIs in the Application Builder Build Specification. That tells LabVIEW to explicitly launch all the VIs at once in the executable.
You only want your main VI to be the Startup VI. You don't even have to explicitly include subVIs in the Build Specification unless they're called dynamically (and if you don't know what I mean by that, they're probably not). SubVIs get added automatically.
Try rebuilding your app with just your main VI set as the Startup Vi and nothing else. Hope this helps!
Curses... beat by Dennis again!
🙂Message Edited by Jarrod S. on 10-20-2006 10:51 AM
Jarrod S.
National Instruments