Log in

View Full Version : Cannot deploy code!


Lippseric
04-02-2014, 09:07
Greetings all:

We made some modification to our code and then tried to re-deploy it yesterday. Unfortunately, now the code will not deploy. Netbeans output reads fine until we get to this section:

[cRIO] Welcome to LabVIEW Real-Time 13.0
[cRIO] task 0x187a5c8 (sysapi-rpc) deleted: errno=0 (0) status=0 (0)
[cRIO]
[cRIO] [Squawk VM] Version: 2011 FRC, Nov 5 2011, 14:34:13
[cRIO] FPGA Hardware GUID: 0x1394f6dc1feb42ec6910e5767ed1d22c
[cRIO] FPGA Software GUID: 0xa14c11bde4bb64aef6a86fc52a294cd9
[cRIO] Default robotInit() method running, consider providing your own
[cRIO] Default disabled() method running, consider providing your own
[cRIO] task 0xca7f88 (worker.0) deleted: errno=0 (0) status=0 (0)

At this point all activity stops and and NOTHING else happens. We have beat our heads against the wall trying to figure it out, and have got no where! Thanks in advance for your help!

Joe Ross
04-02-2014, 10:17
Are you enabling the robot on the driver station?

seg9585
08-02-2014, 11:17
From the looks of it, everything seems to be running on the cRio. The lSt few lines state the default robotInit method is running, so it did initialize.
Do ensure your Driver Station is configured correctly (team number, etc)

Edit: is your code compiling correctly? Try to Build first, then Run if successful.