08-23-2005 07:13 AM
08-24-2005 08:41 AM
08-24-2005 10:52 AM
Thanks, I will try your suggestions, My intuition was that every vi is loading before I see the splash screen, so dynamically loading the main vi (one level below the splash screen) should speed things up. Is there any hit in performance with dynamically loading the main vi vs calling it as a subvi, I can not compromise performance since this is an application for monitoring radiation in real-time for radio-therapy treatments (just a prototype at an experimental stage). The application works great except this load time. One other thing I considered is using a batch file to load a splash picture, then call the application then close the splash picture after some delay, this is not very good fix but might work. I will try to dynamically load the main vi which contains almost the entire code dynamically, then use a progress bar to monitor labviews number of vis loaded divided by the total number in the main application which should show the user that the program is actually loading.
Paul
08-25-2005 08:06 AM
08-25-2005 12:46 PM
08-25-2005 01:16 PM
08-25-2005 02:42 PM
08-25-2005 02:42 PM
08-25-2005 04:12 PM - edited 08-25-2005 04:12 PM
Message Edited by tst on 08-26-2005 12:15 AM
08-26-2005 06:58 AM