|
Re: How to deploy code from wifi to crio
The USB, net, and wifi communications are interchangeable -- provided you are using mDNS. That means you named your roboRIO, turned on DHCP, and set the project target to point to your named roboRIO.
At that point, you can send the code to the roboRIO using the run button of RobotMain. This allows for debugging, probes, and quick edit and rerun.
Once your code is stable, you can open the Build Script, Build, and Run as Startup. This will deploy a built executable that will run as soon as the roboRIO boots.
Greg McKaskle
|