Grey Posted February 15, 2013 Report Share Posted February 15, 2013 I have a project where main VI is not protected. The main VI consists of several sub vi. Many vi are placed one in to other. I have to make sure all vis are unprotected. how can i know all vis are un protected? any shortcut method available instead of opening all vis block diagram one by one ?? thanks. Quote Link to comment
Yair Posted February 15, 2013 Report Share Posted February 15, 2013 You can use the Application class property All VIs in Memory to get the names of all the VIs and then use that to open a reference to each VI and call the method Lock State.Get on it. This will tell you if it's locked. You can also use the Set method to unlock, but then you will also have to handle errors and so on and save the VI. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.