ERROR <code> 1026

ERROR<Code>1026 Occured at Property node in DriverStation.lvlib: Stop VI Asynchronous.vi->DriverStation.lvlib:Get Competition Mode.vi->Robot Main.vi

…yes, the out of the box code gives us errors…

Message shows inside of the driver station upon enabling autonomous. Robot Status just says Watchdog not fed, yet it is most definetely being fed.

The error is coming from the robot as it tries to abort the autonomous code. I suspect that the autonomous has already completed. We will connect the error out so that the error message isn’t reported, but it does no harm either. If the auto is still running this will work without error. If it has already completed, there was nothing to do in the first place.

Greg McKaskle