Victor SPX (Motor Controller) - quasics/quasics-frc-sw-2015 GitHub Wiki

The Victor SPX motor controller is part of the Victor product line from Cross the Road Electronics, and supports both PWM & CAN, as well as including many features from the Talon controller line (including voltage control and closed loop position control). It was co-developed by VEX Robotics and CTRE, and is 10% smaller and 25% lighter than the Victor SP.

vsx_pic1__88956 1623362278

Programming

  • When wired using PWM, the Victor SPX is controlled using standard WPILib classes, such as the frc::PWMVictorSPX C++ class.
  • When wired using CAN, the Victor SPX is controlled using the ctre::phoenix::motorcontrol::can::VictorSPX C++ class, which is included in the CTRE APIs (available here).

Useful links