08-25-2010 08:11 AM
When I right-click>deploy all a vi pops up that displays a progress bar while the shared variables are being deployed. However, if I use the Deploy Libraries VI from the DSC module I do not get a progress bar.
I really need a progress bar. I have a huge number of SV's and really want my users to know that the system is actually doing something during the long wait.
Thanks in advance.
08-25-2010 04:16 PM
Hi Paul,
I have not tried it, but you might be able to use the 'Commit Shared Variables' vi to manually deploy each variable to the SVE. This way you could easily loop through the libraries and
display a running list of variables or a progress bar. I am not sure if the SVE will automatically create a process for you or if that is something you will also have to do with another DSC
vi that is available for that purpose.