need some help

How do i check the values for my encoder on my robot?

The typical way to read values from a sensor is to use the Get() method of whatever class is associated with it. What kind of encoder are you using, and how is it wired to the robot?

we have our encoder connected to a wheel shaft on our left side of our robot and where would it appear? on the classmate display? or somewhere else?

The encoder values won’t “appear” anywhere unless your program explicitly puts them there after it reads them. If you use the SmartDashboard functions, you can put them on the Dashboard on the computer you’re using for your Driver Station. If you use the LCD functions, you can put them on the User Messages display in the Operations tab of the Driver Station.

What kind of encoder are you using, and how is it wired to the robot?

i do not know what kind of encoder and we have it hooked up to the digital side car. so how would i program in the smart dashboard function ?

If you can’t tell me what type of encoder it is and how it’s wired, I can’t help you very much.

Read the WPILib documentation for the SmartDashboard::PutNumber method. It tells you how to make a value available to other SmartDashboard clients. If you’re going to be using the Java SmartDashboard program, you can use the menus to add the new value to the display. If you want to use the LabVIEW Dashboard program, just add an indicator to the Operations tab and give it the same name you used when writing the value.

okay tomorrow i will get the kind of encoder thank for you help