The Core Question
Motors and gearboxes are infinitely positional — they can stop anywhere and move at variable speed. Pneumatic cylinders are two-position (occasionally three with special valves). That single difference drives most decisions.
Choose Pneumatics When...
- The motion is binary. Intake down/up, claw open/closed, hatch ejector in/out, climber latch engaged/released. If the mechanism only ever needs two states, a cylinder is the simplest, most reliable answer.
- You need to hold force indefinitely. A cylinder can stall against a hard stop or clamp a game piece all match with zero risk of burning out. A motor holding a stall draws current and overheats.
- You want hands-off reliability. No encoder, no PID tuning, no soft limits — set a solenoid and the cylinder hits its mechanical end stop every time.
- You need a fast, late-build add-on. Teeing in another valve/cylinder pair is quick mechanically and in code.
- You want adjustable force from one knob. Dialing the regulator changes force across all cylinders.
Choose a Motor When...
- You need many positions or variable speed — a multi-stage elevator stopping at several heights, a turret, an arm that must hold arbitrary angles, or a flywheel shooter. Cylinders cannot do this.
- Travel is long or continuous — drivetrains and continuous rollers are motor jobs.
- Air budget is tight — high-frequency actuation can drain your tanks (you will quantify this later). A motor never 'runs out.'
- Precision matters — closed-loop control with sensors beats a cylinder's two hard stops.
Hybrid Designs Are Common
Many top robots mix both: a motorized elevator carrying a pneumatic gripper, or a motor-driven arm with a pneumatic 'extend' stage that snaps to two reach positions. Use each actuator for what it does best.
A Quick Checklist
Ask: (1) Does this mechanism need more than two positions? (2) Does it need variable speed or precise mid-travel control? (3) Will it actuate so often that it drains air? If you answer 'no' to all three, pneumatics is likely the cleaner, lighter, more reliable choice. If 'yes' to any, lean toward a motor — and consider a hybrid.
Key takeaways
- Pneumatics suits binary, two-position motion; motors suit variable-speed, multi-position, or precise control.
- Cylinders can hold a stalled load all match without damage, unlike a stalled motor.
- Watch the air budget: very frequent cylinder actuation can drain tanks, where a motor never runs out.
- Hybrid designs (motorized stage + pneumatic stage) are common and often the best of both.
Keep going
Take the quiz · +10 XP with an accountMore in Pneumatics Fundamentals: How Air Becomes Motion
Sources & corrections
This lesson is AI-assisted: drafted from primary sources, then reviewed and edited by hand. Errors still get through. When one is reported we fix it and write down what changed — publicly, in the corrections log.
Sources and further reading
Read next
Articles on this, for competition day
The lesson covers how it works. These cover what to do when it breaks.
- 16 min read
FRC Elevator and Arm Design: Staging, Rigging, Motors, Gravity, and Safety
A primary-source FRC guide to designing elevators and arms: cascade vs continuous rigging, staging, motor and gear-ratio sizing, gravity math, and safe holding.
Read - 9 min read
FRC Pneumatics: How to Design, Wire, and Program a Pneumatic System
Complete FRC pneumatics guide: components, the REV Pneumatic Hub vs PCM, single vs double solenoids, safe wiring, WPILib programming, and the 60/120 psi limits.
Read - 17 min read
FRC Flywheel Shooter Design: Compression, Speed, Backspin, and Hooding
How to design an FRC flywheel shooter: exit velocity, compression, flywheel inertia and RPM recovery, single vs dual wheels, backspin, hooding, motors, and tuning.
Read
Lesson quiz
RequiredAll 3 right completes the lesson. Miss one and only that question comes back — anything you already answered correctly stays banked.
0 of 3 answered
01.Compared to an electric motor, a key advantage of a pneumatic cylinder for holding a mechanism at one of its end positions is that it:
02.Which task is the WRONG fit for a standard FRC pneumatic cylinder and points you toward using a motor instead?
03.Which of the following is a valid example of a hybrid design that uses each actuator—motor and pneumatic—for what it does best?
Answer every question to submit.
All 47 lessons in Mechanical, Build & Pneumatics
- Not started:Mini-Project 1: A Single-Jointed Arm From Math to Motion
- Not started:Mini-Project 2: A Two-Stage Cascade Elevator
- Not started:Mini-Project 3: A Velocity-Controlled Flywheel Shooter
- Not started:Mini-Project 4: A Pivoting Roller Intake
- Not started:Mini-Project 5: Integrating a COTS Swerve Module
- Not started:Pneumatics Won't Fire: A Full Diagnostic Tree
- Not started:The Robot Won't Drive Straight (and Other Drivetrain Sins)
- Not started:Gearboxes That Grenade and Fasteners That Vibrate Loose
- Not started:Closed-Loop Mechanisms That Oscillate, Sag, or Stall
- Not started:Field-Ready Reliability: Inspection, Spares, and the Pit Checklist
- Not started:Characterizing Any Mechanism with SysId
- Not started:Simulation-Driven Design with WPILib Physics Models
- Not started:Motion Profiling and Superstructure Coordination
- Not started:Designing for Weight, Stiffness, and Manufacturability
- Not started:Case Studies: Learning From Open Alliance Robots