07-10-2023 05:14 AM - edited 07-10-2023 05:22 AM
Hello,
I have a LV project which includes a cRIO target.
This projesct is working properly, everything is fine, I can connect to the target, run the VI in the PC, etc.
The problem comes when I change the name of the folder that contains all the project files (which is currently located at my desktop).
Then, it says that the FPGA VI is not compiled (which is not true). If I change the name back to the original, it works again.
Is there any reference to the folder name that is causing this behaviour?
Thank you in advance!
UPDATE: The project file (.lvproj) has the full folder path stored. If I manually change the path on the project file it works.
Is there a way to specify a relative path to the project instead of a full path?
Solved! Go to Solution.
07-10-2023 05:34 AM - edited 07-10-2023 05:34 AM
SOLVED: Just edit the .lvproj and remove the full path, leaving only the relative path. I did 3 modifications of paths on the file and now I can change the project folder name and It keeps working.
I dont eliminate the post just in case it helps anybody.