HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. True or False. The Integrated Encoders and Shaft Encoders have nothing in common.
True
False
2. The resolution of the Integrated Encoders is always 627 counts per revolution.
True. The Integrated Encoders are locked at this resolution.
False. It depends on how the motors are internally geared.
3. How do the Integrated Encoders connect to the VEX EDR?
Through the Motor Ports
Through the Digital Ports
Through the I2C Port
Through the UART Ports
4. How many Integrated Encoders can be connected to your robot by daisy chaining them in a row?
1
2
8
10
5. Which command should you use to reset the values of the Integrated Encoders?
SensorValue[motorName] = 0;
resetMotorEncoder(motorName);
getMotorEncoder(motorName) = 0;
clearEncoder(encoderName);
6. Which command should you use to get the values of the Integrated Encoders?
getMotorEncoder(motorName)
motor[motorName]
getIntegratedEncoder(motorName)
setMotorEncoder(motorName)
Integrated
Encoder Module