LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW with version control

Solved!
Go to solution

Hi,

 

      I am using LabVIEW with version control and only want to check out the VI which I need to modify. If I changed a subVI all the VIs directly or indrectly called this VI got recompiled and in order to save them I need to check out all the VIs are affected. If I only check out the file I need to modify and ignore other recompiled VIs the problem is if I use typedef ENUM and I still want the automatically updated VI got saved. Does anybody run into this problem?

 

    Thanks for help!

 

    Regards,

 

    Tom

 

0 Kudos
Message 1 of 5
(3,044 Views)

Yes, it can be a problem since LabVIEW stores the source and compiled code in the same file. There is an option to separate source from compiled code that addresses this problem. I have never used it and don't know if it causes any other problems.

=====================
LabVIEW 2012


Message 2 of 5
(3,042 Views)

Hi Steve,

 

      Could you give more information or where can I find the information about how to separate source from compiled code?

 

     Thanks for help!

 

     Regards,

 

     Tom

0 Kudos
Message 3 of 5
(3,037 Views)
Solution
Accepted by topic author tom_z
Message 4 of 5
(3,031 Views)

Hi Simon,

 

    It works. Thanks!

 

    Regards,

 

    Tom

0 Kudos
Message 5 of 5
(3,002 Views)