Performance Testing: Phase 1


The team’s first round of performance testing was set in place to ensure the team was on the right track. The objective was to have an AEV prototype successfully proceed through the beginning half of the track , stop at the automatic gate for 7 seconds, then proceed through the gate. Below is the data and information regarding the success of the first performance test.

Successful Test Code

reverse(4);
motorSpeed(4,35);
goToRelativePosition(245);
reverse(4);
motorSpeed(4,40);
goFor(1);
brake(4);
motorSpeed(4,0);
goFor(7);
motorSpeed(4,30);
goToRelativePosition(125);
motorSpeed(4,0);
goToReltivePosition(175);
reverse(4);
motorSpeed(4,45);
goFor(1);
brake(4);

Successful Test Data

Through methods of trial and error, the AEV prototype successfully traveled through the gate and stopped at the opposite end of the track. The test run required approximately 101.96 Joules to complete, traveling just over 8 meters in under 25 seconds.

For information regarding the following phases of performance testing, visit the links below.
Performance Testing: Phase 2
Final Performance Test