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