04-29-2010 01:21 PM
I have a very large shared variable library using the DSC module Labview 8.6.1. I am deploying the library when the project starts and that part is working fine. However, because the library is fairly big it takes up to a minute to deploy all the shared variables. During that time my VI is sitting there unresponsive. I've made a "startup" vi that deploys the library and then opens the top level vi, but even then during the startup vi it is just sitting there with no indication to the user that anything is loading. In development when you deploy the library, a popup displays the progress of the deployment. Is there anyway to incorporate that into a build when the library is programmatically being deployed? I would just like some indication to the user that labview hasn't crashed and things are still being loaded. That's all I'm really after.
Thanks.
05-03-2010 11:01 AM