LabView robot deployment has no startup VIs

Hello, I am having an issue with coding in lab view/ When I go to build my robot deployment I cannot build it because no startup VIs are specified. When I go to specify one, I cannot because none are showing in the Source Files/Project files selection page on the Deployment properties. I do not know how to fix this, I have tried rerouting my destination folder and that has not worked. I have also tried creating a new real time application. I have enclosed a picture to help visualize

my error. Thanks for the help!

It’s because you moved all your VI’s to be under My Computer instead of under Target - code under My Computer is intended to run on your machine, vs code under Target is inteded to run on the roboRIO

Not sure what happened but it looks like you moved all of the files up under “My Computer” you should move those back

Update: I did move the files to the RIO and that worked but now when the code deploys, it says it did so successfully but their is no robot code on the frc driver station.

Actually I don’t think you did move the files from the Target to under my computer. Instead when you created the roboRIO project you chose one of the Learn LabVIEW options. For programming your real robot you probably want the Arcade Drive option. The Learn LabVIEW options allow you to simulate the robot.

You can [quote=“SagaFraga, post:4, topic:341881, full:true”]
Update: I did move the files to the RIO and that worked but now when the code deploys, it says it did so successfully but their is no robot code on the frc driver station.
[/quote]

You will either need to reboot the rio, or use the Run As Startup option (deploy puts it on the robot, and should cause it to start when the rio comes back up, but Run As Startup makes it start without requiring a reboot).