LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I check to see if a shared variable library is deployed?

I have shared variable libraries I am deploying in my executables. How can I check to see if a library is already deployed or not being that I do not want to re-deploy if not necessary?
0 Kudos
Message 1 of 2
(4,734 Views)
Trosier-

The DSC module exposes that functionality for you in a VI called Get Process List. If you do not have the DSC module, you can attempt a read on a shared variable and look for error -1950679035 which indicates that the library has not been deployed and then deploy it if you choose.

Xaq
0 Kudos
Message 2 of 2
(4,720 Views)