Robotics Education & Competition Foundation
Inspiring students, one robot at a time.

Introduction to Integrated Motor Encoders (IMEs)

1

Oakbrookrobotics
Entry ID #: 2947
Created: Tue, Jan 3, 2017 1:34 PM


The goal of this video is to introduce the use of integrated motor encoders (IMEs) in autonomous programming using RobotC. The benefit of IMEs over time delay programming is that IMEs give exact numerical data which can be reproduced exactly without regard for battery power. Many teams will find that using IMEs greatly improves the accuracy and reliability of their autonomous code!   Once installed, the IME provides much information by utilizing direct feedback from the motor. The speed of the motor can be determined by dividing the change in distance (in ticks) by the change in time (in milliseconds). Distance traveled can be determined by reading the array nMotorEncoder[motorName]. Finally, the direction of movement is shown by the increase or decrease of the distance measurement.   This video provides an overview of the process of installing the IMEs onto a Vex 393 motor. Next, the functions of the IME used in autonomous programming introduced. Finally, the method for using averaged distance measurements from the IME in order to produce an accurate distance function is discussed.  

Files

There is nothing here.

Links / Videos

STEM Educational Video Online Challenge Entry by Team 8926 Combined IQ. This video is about Integrated Motor Encoders for VEX 393 motors. Royalty Free Music is from Bensound

Comments

   redjmartin on 02/09/2017

Showed the process very clearly, would have been even better with an explanation for how to refine the autonomous motion using IMEs.

   bossgivol on 01/13/2017

I cant vote for some reason, but great job guys!