04-10-2012 09:00 AM
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
Solved! Go to Solution.
04-10-2012 09:02 AM
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.
04-10-2012 09:15 AM
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
04-10-2012 09:25 AM
Tom,
You can find what you need here: http://zone.ni.com/reference/en-XX/help/371361H-01/lvconcepts/saving_vis_compiled_code/
Best of luck,
Simon
04-10-2012 04:07 PM - edited 04-10-2012 04:07 PM
Hi Simon,
It works. Thanks!
Regards,
Tom