Victor SPX in WPILib?

This year we want to use Victor SPX from VEX. However, there isn’t any classes for them through WPILib, only Victors and Victor SPs. We also haven’t been able to find anything on them in Delphi, so does anyone have any ideas? Will the Victor SP class work?

Sorry if this is in the wrong forum.
Thanks!

If you’re trying to communicate with them over PWM use the PWMVictorSPX class: http://team2168.org/javadoc/edu/wpi/first/wpilibj/PWMVictorSPX.html

If you want to use CAN you need to install the CTRE Phoenix package to get the can version of the VictorSPX class:
http://www.ctr-electronics.com/hro.html#product_tabs_technical_resources
http://www.ctr-electronics.com/downloads/api/java/html/com/ctre/phoenix/motorcontrol/can/VictorSPX.html
https://github.com/CrossTheRoadElec/Phoenix-Documentation/raw/master/Talon%20SRX%20Victor%20SPX%20-%20Software%20Reference%20Manual.pdf

Exactly, what we needed. Thank you!

Do you have any information for LABView instead of JAVA?

What kind of information? If you need to download the libraries, you use the same installer.

From the first CTR link in my original post, there’s links to LabVIEW code examples:

What about Coding the Victor SPX that is CAN not PWM?

https://phoenix-documentation.readthedocs.io/en/latest/
Start at the top, work your way to the bottom.