Log in

View Full Version : running program on startup


windell747
19-01-2009, 22:39
We successfully ran the original code on our robot and controlled it over the configured wireless connection. We made modifications to the code and uploaded it to the cRIO. However, our revised code only runs when we have the bot tethered to the driver station and the code running in labview on the laptop connected to the driver station. We have tried power cycling the bot and controlling the bot over the wireless connection but it is unresponsive.

Does anyone know how to run the bot over the wireless connection with the code running upon bootup?

Mark McLeod
20-01-2009, 09:31
You need to download a stand-alone application and set it to run at startup.

The process is described starting at the bottom of page 5-5 (pdf page 59) of the FRC_Programming_Guide.pdf installed with the latest LabVIEW Update at:
C:\Program Files\National Instruments\LabVIEW 8.5\manuals

windell747
22-01-2009, 14:21
Thanks a lot Mark!