Hi!
We are trying to figure out how to use and configure Talon SRX with VexPro VersaPlanetary encoder on a 63:1 gearbox.
We’re running it directly to the Talon SRX with the weird special cable…
We already (think) we figured out that we have to call either of:
talonSRX.SetSensorDirection(true);
talonSRX.SetClosedLoopOutputDirection(true);
But can find no documentation on what, if anything, to do with:
talonSRX.ConfigEncoderCodesPerRev();
Some documentation claims that the right thing happens, magically, without setting this value.
Another document suggests that the actual value is 1024.
And, only when we call:
talonSRX.ConfigEncoderCodesPerRev(1024);
Do results seem sort of reasonable.
Suggestions welcome.
Thanks,
Martin Haeberli
(de-)mentor, FRC 3045 Gear Gremlins (formerly SWAT)