Final Results

Team J’s AEV was able to safely complete the task, however it was not consistent. An ideal run would have the AEV using around 226.3 Joules (actual was 228.9) and completing the task in around 48 seconds (actual was 48.5). The final AEV build was relatively cheap costing only $162,760. An ideal run of the AEV would cost $370,150 in energy and time costs. This would result in an average cost of $562,910. The actual cost due to accuracy and variation was $607,793.33. Team J hypothesizes that the reason for the error was battery inconsistencies between runs. In the future, more efficient and consistent battery possibilities should be researched to allow for consistent runs.

Final AEV:

Picture:

SOLIDWORKS Model:

Bill of Materials and Mass Properties:

Results:

Expected Results:

Actual Results:

Final Cost Spreadsheet:

Final Arduino Program:

reverse(4); // reverse all motors
motorSpeed(4,26);
goToRelativePosition(147);  // run all motors at 26% power for 147 marks
motorSpeed(4,26);
goToRelativePosition(94);  // run all motors at 26% power for 94 marks
brake(4);
goFor(0.25);  // brake all motors for 0.25s
reverse(4);  // reverse all motors
motorSpeed(4,30);
goFor(1.5);  // run all motors at 30% power for 1.5s
brake(4);
goFor(7);  // brake all motors for 7s
reverse(4); // reverse all motors
motorSpeed(4,26);
goToRelativePosition(147);  // run all motors at 26% power for 147 marks
brake(4);
goFor(.5);  // brake all motors for 0.5s
reverse(4);  // reverse all motors
motorSpeed(4,31);
goFor(1.75);  // run all motors at 31% power for 1.75s
brake(4);
goFor(8);  // brake all motors for 8s
motorSpeed(4,50);
goToRelativePosition(-215); //run all motors at 50% power for 215 marks
brake(4);
goFor(.125);  // brake all motors for 0.125s
reverse(4);  // reverse all motors
motorSpeed(4,38);
goFor(1.75);  // run all motors at 38% power for 1.75s
brake(4);
goFor(7.5);  // brake all motors for 7.5s
reverse(4); // reverse all motors
motorSpeed(4,60);
goFor(2.75); // run all motors at 60% power for 2.75s
brake(4);
goFor(1);  // brake all motors for 1s
reverse(4);  // reverse all motors
motorSpeed(4,42);
goFor(1.75); // run all motors at 42% power for 1.75s