1. The station that had to spin to stay alive
Greg Keyes’s novelization of Interstellar returns as the recalled work because the Endurance is a spinning ring whose artificial gravity and stability depend on conserving angular momentum. The famous docking scene is not just about matching position; it is about matching rotation, sharing momentum, and not letting the combined system tumble. A LEO desktop with reaction wheels is doing the same thing at a smaller scale: every slew deposits angular momentum into a flywheel, and every disturbance adds a little more. If the platform cannot manage that momentum, it loses the ability to point at all.
This entry wonders about pointing conflicts and momentum management.
2. Resolving conflicts without a human referee
When two subsystems want different attitudes at the same time, the platform has a few options:
- Time-sharing: point at A for a while, then slew to B. This is simple but wastes time and momentum in transitions.
- Body pointing with a gimballed payload: keep the bus at a compromise attitude and let the payload steer independently. This works for cameras and antennas but adds mechanism, mass, and calibration complexity.
- Split the difference: choose an attitude that partially satisfies both requests, such as a vector between the Sun and the ground station. This is often good enough for power and coarse communications but not for precision payloads.
- Defer one request: if the conflict is temporary, schedule the lower-priority target for the next available window.
The choice depends on the payload. A high-resolution imager with a narrow field of view cannot tolerate a compromise. A radiator or solar panel can. The conflict resolver needs to know the error tolerance of each request.
3. Momentum as a battery with no outlet
Reaction wheels store angular momentum. Slew left, and the wheels spin faster in the opposite direction. Disturbance torques add to the storage. Eventually a wheel reaches its speed limit and saturates. After that, the actuator cannot produce torque in the direction that would slow it down.
The platform must dump momentum before saturation. The usual tool in LEO is the magnetorquer: it creates a dipole that pushes against the geomagnetic field to produce a controlled torque. But the geomagnetic field geometry changes with orbit position, so the effectiveness of dumping varies. Sometimes the field is aligned such that dumping in one axis is easy and in another is nearly impossible.
Autonomous momentum management means:
- predicting wheel speed evolution over the orbit;
- scheduling dumps when the magnetic geometry is favorable;
- avoiding zero-speed crossings of wheels, which can cause stiction and control discontinuities;
- using thrusters as a last resort when magnetic dumping is insufficient.
4. Flexure and the moving center of mass
The desktop is not a rigid cylinder like the Endurance. It has an attachment grid, deployable panels, and customer payloads that may move or be swapped. Every change alters the inertia tensor and the location of the center of mass. A control law tuned for one configuration may oscillate or waste momentum in another. The wondering extends to whether the platform can estimate its own inertia on orbit by observing how it responds to known torques, and whether it can re-tune its controllers automatically.
5. What this changes
- Pointing conflicts should be resolved by knowing the tolerance and value of each request, not by a fixed priority list.
- Momentum management is a planning problem, not just a real-time control problem.
- The platform must know its own mass properties and update them when attachments change.
- The next entry will wonder what the desktop itself must provide for all of this to work.