Quote:
Originally Posted by derekwhite
1168Programmer,
The run command is failing after deploying the app but either before rebooting the crio or before connecting to the netconsole output.
So in theory your program is on the cRIO and will run on the next reboot.
To find out what is going on, go to a command line:
- change the directory to the directory of your robot project
- reboot the cRIO
- enter the command "ant echo"
You should then see a stream of text as the cRIO boots up, starts Java, and runs your robot code.
Please post what you find.
|
We will do so tonight. Thank you for your input.