In preparation for our competition, we are testing the field setup and discovered that the autonomous code will automatically run every time we turn on the robot but will stop once the VexNet gets connected (about 3-5 seconds).
Procedure followed:
(1) Connect the transmitter to the field control and turn on,
(2) turn on robot (VexNet is completely off)
Result: robot begins autonomous movements until VexNet light is green then stops. Once the VexNet on the robot connects to the transmitter, the entire system runs fine (the 20 second autonomous runs the full time; no problems with user operation). So, we could always “work around” the issue, but would like to have a better solution.
Additional Info:
We are using RobotC (2.30).
If VexNet is connected (but robot off), the robot does not move. However, we don’t know exactly how to keep VexNet on without the robot on.
Suggestions?