11-19-2020 06:48 AM
@GerdW wrote:
Hi ocan,
@truskawka wrote:
I dont have any backup actually. Is there any way to fix that vi?
No backups?
You can "fix" this VI by recreating it from scratch… (Use the documentation you wrote for your VI or whole project to remember all the functionality you put into this VI.)
And make sure that you are making regular backups (using a source code control is best, but at the very least make backup copies) as you develop your new vi. Also, I would recommend that you go through some of the training materials. I see lots of things in your code that do not follow best practices.
12-02-2020 11:44 PM
thanks, i already started to work with backups. Thanks for your time!