AndyMark CAN Interface Utility
FOR ROBORIO/WPILIB VERSIONS 2026 OR OLDER. FOR SYSTEMCORE AND 2027 SEASON OR LATER, USE ANDYMARK IPK FOR SYSTEMCORE
Run the server
The first step to using the AndyMark CAN Utility is to run a server that is included with the AndyMark WPILib Vendor Library. By initializing any AndyMark CAN devices in a WPILib robot project, the server will be running when your computer is connected to the RoboRIO and that robot code is running.
Interact with devices
To interact with devices, click on the device in the table. It will highlight the row of the device. By double clicking on the device's CAN ID or device name, entering the number or name you want, then hitting enter (CAN IDs are limited to 0-63. Device name can include any character, but is limited to 7 characters)
By clicking the buttons with a device selected, you can interact further with the devices.
"Identify Device" will cause the device to blink its LEDs so you can find the device.
"Restart Device" will send a signal to the device telling it to restart
"Start Reprogram" will prompt the user to select a firmware file and initiate the reprogram process
Note on reprogramming
If you are using device firmware less than 2.2.1 and the WPILib AndyMark vendor dep less than 2026.1.0, updating the firmware using the CAN utility will spike CAN utilization to around 80%. Because of this, reprogramming can take a long time if there are other CAN devices on the bus. Best practice is to update device firmware and AndyMark Vendordep. If you are updating device firmware less than 2.2.1, you should pull breakers for all other devices or just make sure the device you wish to update is the only one on the CAN bus to avoid a very long update process. Once the update is complete and the device is on version 2.2.1 or newer, this will not be necessary
Firmware update progress will be printed into the Driver Station's console
Ensure that you are choosing firmware for the correct device. Uploading firmware for the wrong device will likely render your CAN device inoperable
Server Setup
The RoboRIO code status message and "Server Setup" tab (4.) is an experimental feature to install the server on the RoboRIO without a WPILib project with the AndyMark VendorDep installed.
If you must use this, make sure some robot code is running on the RobRIO. Then, click "Set Up Server on RIO" button under the "Server Setup" button. This is destructive to Robot Code and the RIO will not run any Robot Code until "Restore Robot Code" is clicked. This will cause the RIO to be able to run Robot Code again and then will reboot.
If there is a failure during this process, you may have to reupload robot code before clicking "Restore Robot Code". You may also have to reformat the RoboRIO
Last updated
Was this helpful?
