Log in

View Full Version : LabVIEW will delete your code!!


gnunes
29-01-2014, 22:34
Careful! If you create a new Dashboard project in the same directory as your Robot project, LabVIEW will delete all your robot code. You will not get a warning. You will not get told what happened. You won't find your code in the Recycle Bin. It is just GONE.

This "feature" is new in 2014.

BenGrapevine
29-01-2014, 22:42
Can confirm.

Source: Done it multiple times

Greg McKaskle
30-01-2014, 06:40
This was investigated and reported just a few days ago. To be specific, the default locations work fine for the wizard. But if you decide to put your VIs into a specific directory and stuff is already there, it recreates the directory. I don't know the details about nonLV files in the directory, but would assume it cleans it entirely before copying the files. I highly encourage you to use a subfolder for robot and one for dashboard. If you want, them commingled in one directory, do that by hand.

Greg McKaskle

cgmv123
30-01-2014, 13:19
Back up, back up, back up.