Scrambler (Division B) - 2026 Event Guide

1. Description

Teams design, build, and test a mechanical device which uses the energy from a falling mass to transport a Grade A hen's egg along a straight track as quickly as possible and stop as close to the center of a Terminal Barrier without breaking the egg.

2. Key Construction Rules

3. The Competition

4. Strategy Tips

  1. Braking Mechanism: Use a threaded rod and wingnut (axle-based) or a string-wrap system to lock the wheels exactly at the target distance.
  2. Aiming: The vehicle must travel straight. Adjustable axles or a steering alignment mechanism are crucial.
  3. Egg Protection: While padding is usually not allowed on the egg front, a stable mount prevents pre-cracking.
  4. Practice: Calibrate your braking system for every 10cm increment between 7m and 10m.

This design focuses on the two most critical aspects: Targeting Accuracy (Braking) and Straight Line Motion (Alignment).

A. The Vehicle (Car)

Concept: A 3-wheel "trike" design is easiest to verify alignment. The rear axle serves as the braking mechanism.

1. Braking Mechanism (Threaded Rod)

This is the industry standard for Scrambler. It uses a threaded axle to count the exact number of wheel rotations before locking the wheels.

graph TD
    subgraph "Rear Axle Assembly (Top View)"
    W1[Left Wheel] --- Axle[==== Threaded Rod Axle ====] --- W2[Right Wheel]
    Wing[Wingnut] --Slides along--> Guide[Anti-Rotation Guide Rod]
    Wing --Travels toward--> Stop[Lock Nut]
    Axle --"Rotates with Wheels"--> Wing
    Stop -->|Collision| Brake[Wheels Lock Up]
    end

2. Chassis & Alignment

B. The Launcher (Propulsion)

Concept: A Simple Pulley Tower.

Crucial Note: The rules state the mass cannot contact the floor. You must build a "catch shelf" or cushion inside your launcher tower about 5cm off the ground.

       [Pulley]
          O
         /|
        / |
       /  | [Falling Mass]
      /   |
     /    |
    /     |
   |      |
   |      |
   |      |
   O------|------------------ [Car] -> (Toward Target)
[Pulley]  [Cushion/Shelf]
   (Base stays behind line)

C. Run Logic

  1. Calculate: Measure distance to target (e.g., 8.50 m).
  2. Convert:
  3. Set Brake: Spin the wingnut back the calculated distance from the lock nut.
  4. Launch: Trigger the mass. Car accelerates.
  5. Coast: Mass stops, string detaches. Car coasts.
  6. Brake: Wingnut hits stop. Wheels lock. Car slides to a halt just in front of the wall.