Test 2: Code

  1. Power Braking Test Run
    Codes:
    reverse(4);
    motorSpeed(4,60);
    goFor(6.55);
    brake(4);
    reverse(4);
    motorSpeed(4,68);
    goFor(1);
    reverse(4);
    goFor(8);
    motorSpeed(4,60);
    goFor(4);
    brake(4);
    goFor(9);
    reverse(4);
    motorSpeed(4,80);
    goFor(4);

Power vs Time

Power vs Distance

The code is updated accordingly to the track in the testing room. The group has found the best set of codes to run the AEV. The AEV uses less energy than previous tests, never exceeded 31 Watt/s. Although the stop time and location may vary each time but in a small amount and unaccountable. The team achieved the performance test 2 goals and received full credit.