1. The computer that had to turn the ship

Arthur C. Clarke’s 2001: A Space Odyssey returns as the recalled work because HAL 9000 does not merely estimate the Discovery’s attitude; it commands the actuators that change it. The same is true for a LEO desktop. Knowing where you point is half the problem. The other half is generating torque, in the right direction, at the right time, without running out of momentum or power.

This entry reads about ADCS actuators and control laws.

2. Actuators: what can push the platform around

NASA’s S3VI ADCS overview groups actuators into thrusters, magnetic torquers, dampers, and momentum devices. For a small LEO platform the practical set is smaller:

  • Magnetorquers create a magnetic dipole that interacts with the geomagnetic field to produce torque. They are simple, solid-state, and need no propellant, but they can only apply torque perpendicular to the local field and are ineffective when the field is weak or aligned with the desired torque.
  • Reaction wheels are flywheels spun by brushless motors. Accelerating a wheel applies an equal and opposite torque to the spacecraft. They are precise and efficient for fine pointing, but they store momentum; when a wheel nears saturation, its speed must be dumped using magnetorquers or thrusters.
  • Control moment gyros (CMGs) are reaction wheels on gimbals; they trade mechanical complexity for much higher torque capability. They are common on large spacecraft and beginning to appear on agile small satellites.
  • Thrusters provide the highest torque and can dump momentum or desaturate wheels, but they consume propellant and introduce plume, thermal, and contamination concerns.

A NASA NTRS report on attitude determination and control systems notes that for most Earth-orbiting spacecraft only a few disturbance torques matter, but the actuator set must be sized to overcome them with margin. The choice between reaction wheels and magnetorquers is usually a trade between pointing accuracy, power, mass, and mission life.

3. Control laws: from detumbling to precision pointing

A survey-style MDPI paper on active CubeSat ADCS divides control into passive and active approaches. Passive methods rely on gravity gradient, magnetic fields, or solar radiation pressure and are limited to coarse pointing. Active methods use sensors and actuators in a closed loop.

The control modes typically include:

  • Detumbling. After separation from the launch vehicle, the spacecraft may be tumbling at several degrees per second. The B-dot controller commands magnetorquers to oppose the rate of change of the magnetic field vector measured by a magnetometer. It is robust, requires no attitude estimate, and is the standard first mode.
  • Sun acquisition and safe mode. A simple controller drives the spacecraft to a Sun-pointing attitude using Sun sensors and magnetorquers or wheels. This is the fallback when normal pointing fails.
  • Nominal pointing. A proportional-derivative or quaternion-feedback controller drives the attitude error to zero while damping rates. For three-axis control, reaction wheels are usually required.
  • Slew and settle. A trajectory generator commands a smooth path between attitudes; the controller follows it while respecting rate and acceleration limits.
  • Momentum management. A separate loop schedules wheel desaturation using magnetorquers when the geomagnetic geometry permits.

A satsearch guide to selecting smallsat ADCS hardware emphasizes that the control law must be matched to the actuator capabilities. A magnetorquer-only satellite cannot perform fast slews. A wheel-only satellite cannot dump momentum without another actuator. The controller is only as good as the physics it is allowed to use.

4. What this changes

  • The desktop will likely use reaction wheels for precision pointing and magnetorquers for momentum dumping and detumbling.
  • Thrusters may be needed if the platform is large enough or if maneuvers require more torque than wheels can provide.
  • Control laws are layered: a robust B-dot mode for commissioning, a safe Sun-pointing mode, and a nominal pointing mode for operations.
  • Actuator selection and control-law design cannot be separated from the disturbance environment.
  • The next entry will read about pointing budgets, disturbances, and safe modes.