I noticed on the newest version of labview that whenever i deploy a different program, then i would get an error. but when i reimage the C-Rio, i can deploy said project without error. is there any fix for this or anything else i can do
It’s not an error, but a warning that we are replacing existing code.
That’s okay, we want to replace the code.
It happened with the last version of LabVIEW we used, too.
It’s sort of the LabVIEW version of “Are you sure?”
its not that, i know that this is the case, but the robot wont work at all if i deploy anyway
If you’re using the “Deploy” command, you’re not ensuring that the newly installed program will actually run when the cRIO starts up. Instead, you should use the “Run as startup” command.
You are doing a “Build” before you try to load the code onto the cRIO, right?
yes