Control system not reading Encoder HELP!!!

We have a us digital e4p encoder that we have wired to our Jaguar (black). We are running 2CAN and java. It worked yesterday and was reading without a problem however now there is no signal to the c-rio. We have switched encoders and on both we were able to get voltage from the encoder with a multimeter. If someone could help us we would appreciated it.

We’re still having problems with this. Have any other teams had struggles like this?

To read from an encoder on a Jaguar, in your program you need to set the speed reference to quadrature encoder, the position reference to quadrature encoder, and set the counts per revolution of the encoder. Those should all be methods of the CANJaguar class. Then you should be able to read speed or position from the encoder through the jaguar. Sorry I can’t tell you the exact Java methods, but I don’t have the Java API on this computer.

Thankyou so much it works now.