Troubleshooting
Many issues can be solved by systematic troubleshooting without needing to contact REV Support. Take a look at the troubleshooting tips below for help in determining the cause of the issue you are seeing. Should you need to contact us, describing the steps you've taken in detail will help us get you up and running quickly.
The key to effective troubleshooting is isolating the issue. Many issues can show the same symptom, so eliminating failure points one at a time is critical to finding the root cause.
If possible, try to eliminate a section of the system when troubleshooting. For example:
- Rule out a code or control wiring issue:
- Use the REV Hardware Client to run the SPARK MAX over USB.
- Please be aware of the CAN lockout feature of the SPARK MAX. If it has been connected to the roboRIO's CAN bus, a safety feature within the SPARK MAX will lock out USB communication. Disconnecting from the CAN bus and power-cycling the MAX will release the lock.
- If this is your first time running the REV Hardware client, see the Getting Started with the REV Hardware Client for a tour of the software and its features.
- Rule out a code issue:
- Create a simple test program using our SPARK MAX Example Code.
- Rule out a mechanical issue:
- Remove the motor from the mechanism or use a different, free spinning motor.
An extremely useful set of tools can be found on the Driver Station:
- Look at the PDP channel current draw:
-
- Higher than expected current on a channel can indicate both mechanical and electrical issues.
- Look at the battery voltage:
- Large dips in the battery voltage around the time of an issue can indicate battery health issues that cause brownouts.
- Look at the CAN Bus Utilization.
- Look at CAN Faults.
- Look at Comms Faults:
- Comms faults can affect the SPARK MAX. If it loses communication with the roboRIO, it will go to its safe disabled state. This can look like a momentary glitch in a motor spinning if the comms faults are infrequent and irregular.
It is also very useful to log or plot operating values internal to the SPARK MAX. These values can be accessed using the SPARK MAX APIs. Useful values to log:
- getAppliedOutput()
- This value will show what the SPARK MAX is actually applying to the motor output. This can illuminate issues with closed loop control tuning.
- getOutputCurrent()
- This value will show the output current going to the phases of the motor. Output current won't always be the same as the Input current measured by the PDP. Knowing the output current is useful to diagnose current-limit issues if motors are overheating.
- getBusVoltage()
- A way to measure the input voltage right at the controller.
- getStickyFaults()
- A sticky fault indicates if a fault has occurred since the last time the faults were reset. Checking these can provide a lot of insight into what the controller is experiencing.
Below you will find some troubleshooting steps for some common faults and issues related to operating the SPARK MAX.




Measure the continuity between each of the motor phase wires and the sensor wire, as pictured here.
Also, check the resistance between wires of the sensor cable and motor wires. Reach out to [email protected] with results for each phase wire. | ![]() |
Last modified 2mo ago