ADM Unit 1 | Mission Brief 1.2

Design a Stable Pallet Pattern

Create and program a pallet pattern that stores aerospace components efficiently and remains stable during handling.

Intermediate1-2 class periodsAerospace Mission
Background

Engineering Context

Falcon Launch Systems ships compact sensor housings in reusable pallets. The existing arrangement leaves unused space and occasionally shifts during transportation. Your team must design a new pattern and program the robot to build it repeatably.

Objectives

What You Will Practice

  • Plan an efficient pallet layout
  • Translate a layout into robot coordinates
  • Use loops or variables to reduce repeated code
  • Evaluate repeatability and stack stability
Equipment

What You Need

  • VEX CTE Workcell
  • 6-Axis Arm
  • 8-12 cubes
  • Pallet area
  • Ruler
  • Engineering notebook
  • Python project
Procedure

Instructions

  1. Measure the available pallet area and the dimensions of one cube.
  2. Sketch three possible arrangements for eight cubes. Label coordinates or spacing.
  3. Create a decision matrix using capacity, stability, robot access, and coding simplicity.
  4. Choose one pattern and plan the pickup/drop sequence.
  5. Program the first layer and test clearance between placements.
  6. Use variables or loops where repeated spacing occurs.
  7. Run the complete program five times without manually repositioning cubes.
  8. Test stability by gently moving the pallet or performing the approved classroom transport test.
  9. Revise spacing or placement order if the stack shifts.
Requirements

Engineering Requirements

  • Place at least eight cubes
  • Placement error must remain within ±5 mm
  • No cubes may fall during the approved stability test
  • Complete the sequence in under five minutes
  • Return the robot to Home
Constraints

Constraints & Safety

  • Use only the supplied pallet footprint
  • No manual adjustment after the cycle begins
  • Robot must approach each placement from a safe clearance height
  • Only approved cubes may be stacked
Deliverables

What You Submit

  • Three labeled pallet concepts
  • Decision matrix
  • Final Python program
  • Five-run reliability log
  • Photo of completed pallet
  • Reflection
Reflection

Reflection Questions

  1. Why was your selected pattern more stable?
  2. How did placement order affect robot access?
  3. Which coordinates could be generated from variables?
  4. How would fragile parts change your pattern?