Deploying and Debugging your FRC code in LabVIEW
For my local high school teams – from the manual:
Deploying the Program Using the Run Button
Click the Run button of the VI you want to deploy to the CompactRIO
device. LabVIEW deploys the VI, all items required by the VI, and the
target settings to memory on the CompactRIO device.
When you deploy a program with the Run button, you maintain a
connection between the host computer and the CompactRIO device. The
program runs on the CompactRIO device, but you can manipulate the front panel objects of the program from the host computer. You therefore can deploy a program with the Run button to perform live front panel debugging.
ALSO, I will show you this coming week how to wire up joystick buttons to devices like relays and solenoids and extra motors, and so forth!