Hi Team3220
Just a quick question. Are you running the code locally on your computer or are you building it for the RoboRio? There are actually 2 ways to run labview code.
The first is to run the code by pressing the play button on the VI editor. This does not compile the program, this just runs it (if that makes sense). There will be a deploy screen open when this happens but no code is actually loaded onto the RoboRio (well at least that was the case for the CRio).
This would explain what your seeing.
The second is to build the code. This is done by navigating to the build tab in the project window. See the image bellow, you can see what i'm talking about right at the bottom. This actually builds the project and then loads it onto the RoboRio.
You must do the second option for loading code onto the RoboRio for competition (again this is from past year experience with the CRio but I don't think that has changed much).
Hope this helps.
Grif