10-17-2023 05:04 PM
Greetings everyone. This should be very simple but for some reason it is driving me crazy. I will admit it has been a while since I have done anything in labview so my apologies for asking what some may consider a dumb question lol.
I inherited a labview 2017 project that was written by an outside contractor a little over 5 years ago. Some changes have been requested to the program while at the same time retaining the original. The project is complete with the build files for the executable. I have already duplicated the build and renamed it. All I need to do is copy the main VI, rename it, and add it to the project. At that point I can load it and make the necessary changes. I would then go into the build that I copied and renamed and change the main VI to the modified one.
Again, it should be super simple but for some reason it is making me crazy. Could someone please provide a step-by-step procedure to do what I asked?
Copy existing VI in a project
Rename it
Add the new file into the project
That's about it. Thanks!
Solved! Go to Solution.
10-17-2023 05:38 PM
10-25-2023 06:41 AM
Thank you! Exactly what I was looking for. All set now
10-25-2023 08:18 AM
Of course the way to deal with this is to put the project in source code control, so you can go back and forth freely. You don't have to (and really shouldn't) copy at all.
How are you going to develop your copy when subVIs (hoping there are subVIs) start changing? Copy those too? It will get old fast.
"Duplicate" usually isn't a good idea in software production.
Just a friendly warning...