1. The cylinder that made its own gravity
Arthur C. Clarke’s Rendezvous with Rama is dominated by rotation. The interior of the alien cylinder is a world built from spin: the ground is the inside wall, the sky is the centre, and “down” is whatever direction the centrifugal force points. The explorers spend much of their time learning how to move inside a geometry where every surface is either a floor or a ceiling depending on how you look at it. Rotation, they discover, is not just motion. It is a way of organising space.
Entry 261 chose the sensors. This entry chooses the actuators: the devices that apply torque to the desktop so it can rotate and hold its pointing.
2. The actuator set
For a desktop in LEO, a practical actuator suite has three members:
- Reaction wheels: spinning flywheels that store angular momentum and exchange it with the spacecraft body.
- Magnetorquers: electromagnets that push against Earth’s magnetic field.
- Thrusters: small rocket engines that provide torque when wheels and magnetorquers are not enough.
These three cover the normal, the low-authority, and the high-authority cases. They are complementary rather than interchangeable.
3. Reaction wheels
A reaction wheel is an electric motor with a heavy rim. When the motor speeds up the wheel, the wheel absorbs angular momentum, and the spacecraft body rotates in the opposite direction. When the motor slows the wheel, the body rotates back. By commanding three or four wheels, the ADCS can produce torque around any axis.
Reaction wheels are the primary actuators for precision pointing. They are clean, repeatable, and do not consume propellant. Their main drawbacks are saturation and bearing wear.
- Saturation: a wheel can only spin so fast. Once it reaches its speed limit, it can no longer absorb more momentum in that direction. The ADCS must then “dump” momentum using magnetorquers or thrusters.
- Bearing wear: the bearings in a reaction wheel are a life-limiting item. Vibration, lubricant migration, and thermal cycling all reduce lifetime.
For the desktop, a set of three or four small reaction wheels is the baseline. A typical small-sat wheel stores a few tens of mNms of momentum and provides a few mNm of torque. Four wheels in a pyramid or tetrahedral layout give redundancy: any three wheels can still produce torque around all axes if one fails.
4. Magnetorquers
A magnetorquer is a coil of wire that produces a magnetic dipole when current passes through it. That dipole interacts with Earth’s magnetic field and produces a torque. Magnetorquers are simple, reliable, and consume no propellant, but their torque is weak and only useful where there is a magnetic field. In LEO the field is strong enough for routine use.
Magnetorquers have two main jobs:
- Momentum dumping: they push against Earth’s field to slow saturated reaction wheels.
- Safe mode recovery: they can damp rotation and establish a rough Sun-pointing attitude when the reaction wheels are off or saturated.
For the desktop, three magnetorquers aligned with the body axes are sufficient. They are usually built as air-core coils or rod-core coils wrapped around the spacecraft body. A typical small-sat magnetorquer produces a few hundred μNm to a few mNm of torque.
5. Thruster assist
Thrusters are the actuators of last resort. They produce large torque quickly, but every firing consumes propellant. They are used for:
- Initial detumble after launch or anomaly, when the reaction wheels are not yet in control.
- Large slews that would take too long or saturate the wheels.
- Momentum dumping when magnetorquers are not strong enough, for example at high altitude or in a weak field region.
- Disposal burns where the propulsion system is already firing and ADCS just needs to hold attitude.
The propulsion arc already sized the thrusters. For ADCS, the important question is how the thrusters are commanded: pulse width, pulse frequency, and deadbands. A common approach is pulse-width pulse-frequency modulation, where short thruster firings approximate a continuous torque.
For the desktop, thruster assist is a backup rather than a primary actuator. The baseline is to do as much pointing as possible with reaction wheels and magnetorquers, reserving thrusters for detumble, large slews, and propulsive manoeuvres.
6. Actuator sizing by mode
| Pointing mode | Primary actuator | Secondary actuator | Notes |
|---|---|---|---|
| Nadir pointing | Reaction wheels | Magnetorquers for unloading | Fine, propellant-free control. |
| Sun pointing | Reaction wheels | Magnetorquers | Slow tracking, wheels do most of the work. |
| Inertial pointing | Reaction wheels | Magnetorquers | Stable platform for calibration or observation. |
| Target tracking | Reaction wheels | Thrusters for fast slews | Higher rate demands may need thruster assist. |
| Safe mode | Magnetorquers | Thrusters if tumbling | Low power, robust recovery. |
| Detumble | Thrusters or magnetorquers | — | Remove high initial rotation first. |
This table is a policy, not a law. The flight software can switch between actuators depending on availability and mission phase.
7. Redundancy and failure modes
Actuators fail. A reaction wheel bearing can seize. A magnetorquer wire can open. A thruster valve can stick. The ADCS design must survive these failures.
- Four reaction wheels instead of three: any single wheel failure leaves full three-axis control.
- Magnetorquers on all three axes: even with one failed coil, torque around the remaining axes is available.
- Thrusters placed for torque as well as translation: the propulsion layout from entry 257 should produce both force and torque.
- Software safe modes: if wheels saturate, switch to magnetorquer damping. If magnetorquers fail, use thrusters for unloading.
The desktop does not need military-grade redundancy, but it does need a graceful degradation path.
8. A rough actuator budget
| Actuator | Mass | Power | Torque | Notes |
|---|---|---|---|---|
| Reaction wheel (×4) | 0.3–1.0 kg each | 2–10 W peak | few mNm | Primary pointing actuator. |
| Magnetorquer set (×3) | 0.1–0.5 kg total | 0.5–2 W | few mNm total | Momentum dumping and safe mode. |
| Thrusters (from propulsion arc) | included in propulsion | included in propulsion | large | Backup and high-authority use. |
The reaction wheels are the largest ADCS hardware item. Their placement inside the body must be chosen to avoid exciting structural resonances and to keep their momentum close to the principal axes of inertia.
What this changes
- The desktop’s ADCS actuators are reaction wheels, magnetorquers, and thrusters.
- Reaction wheels are the primary precision actuators but can saturate and wear.
- Magnetorquers dump wheel momentum and provide safe-mode recovery.
- Thrusters handle detumble, large slews, and propulsive attitude holds.
- Four wheels and three magnetorquers give enough redundancy for graceful degradation.
- The next entry will define the control law that ties sensors and actuators together.