Saving Value to the cRIO

Does anyone know how to save tuning values on the cRIO and be able to to update the variables without re-flashing the software? We are wanting to do this so that we can calibrate the robot easily at the competition.

Here’s only one example of creating and saving a text file on the cRIO from your cRIO program.
You can create and save other types of files, too, that might be more appropriate for your calibration data.

Look under Programming -> File I/O for these and how to read the data back in.

Save a file.png


Save a file.png

so can you send values from the drives station to the cRIO and have it be saved there? Also with this method you have to reflash the software each time you send a new text file?

You save whatever values you want, from wherever they came.

If you are instead talking about creating a File locally on a PC, then ftp’ing the File to the cRIO, that’s a different thing, but also possible. You have to handle the ftp part yourself.
Just write your cRIO code to read the local File on command.