Log in

View Full Version : Code for Optical Encoders


Ctrl Alt Delete
25-10-2006, 15:09
I've looked, but I haven't found any code for the optical shaft encoders. Anyone know of any resources for it? (Using MPLAB)

MattD
25-10-2006, 19:30
I've looked, but I haven't found any code for the optical shaft encoders. Anyone know of any resources for it? (Using MPLAB)
VexLabs has sensor test code (http://www.vexlabs.com/docs/VexSensorTest.zip) as well as other Vex programming resources on the downloads page (http://www.vexlabs.com/vex-robotics-downloads.shtml). The sensor test has sample code for the encoders in the user_routines_sensor_test_fast.c file.

BradAMiller
26-10-2006, 03:54
I've looked, but I haven't found any code for the optical shaft encoders. Anyone know of any resources for it? (Using MPLAB)
WPILib also has built-in support for optical encoders (either quadrature or single-line). You just call a function to start it and another to get the value whenever you want it. You can get WPILib here. (http://www.wpi.edu/~bamiller/WPILib). WPILIb can be used with MPLab or eclipse and has a complete set of functions to support all the FIRST supplied sensors (including the CMU Camera) as well as a number of others.

Brad