Build Your Own Apollo 11 Landing Computer

[/caption]

I’m classifying this one under “Extreme Geek.” But very cool Extreme Geek.

Remember the computer on the Apollo 11 Eagle lander that kept reporting “1201” and “1202” alarms as Neil Armstrong and Buzz Aldrin approached landing on the Moon? Well, now you can have one of your very own. Software engineer John Pultorak worked 4 years to build a replica of the Apollo Guidance Computer (AGC), just so he could have one. And then he wrote a complete manual and put it online so that anyone else with similar aspirations wouldn’t have to go through the same painstaking research as he did. The manual is available free, but Pultorak says he spent about $3,000 for the hardware.

The 1,000 page documentation includes detailed descriptions and all schematics of the computer. You can find them all posted on Galaxiki, downloadable in pdf. format (the files are large).

During the first moon landing, the AGC guided Neil Armstrong and Buzz Aldrin towards a large crater with huge boulders around it. Knowing he didn’t want to land there, Armstrong took manual control of the lunar module while Aldrin called out data from the radar and computer, guiding the Eagle to a safe landing with about 30 seconds of fuel left.

Even with that inauspicious beginning, the AGC did its job for the Apollo missions, and did it well. It had to control a 13,000 kg spaceship, orbiting at 3,500 kilometers per hour around the moon, land it safely within meters of a specified location and guide it back from the surface to rendezvous with a command ship in lunar orbit. The system had to minimize fuel consumption because the spacecraft only contained enough fuel for one landing attempt.

The original Apollo AGC cost over $150,000. It didn’t have a disk drive to store any software, and only 74 kilobytes of memory that had been literally hard-wired, and all of 4 Kb of something that is sort of like RAM.

It was developed by the MIT Instrumentation Laboratory and it a pretty amazing piece of hardware in the 1960s, as it was the first computer to use integrated circuits. The AGC mutlitasking operating system was called the EXEC, it was capable of executing up to 8 jobs at a time. The user interface unit was called the DSKY (display/keyboard, pronounced “disky”); an array of numerals and a calculator-style keyboard used by the astronauts to communicate with the computer.

Each Apollo mission featured two AGC computers – one in the Apollo Command Module and one in the Apollo Lunar Module.

Reportedly, Aldrin later said he kept the guidance system on while the descent radar was also on. The computer wasn’t designed for that amount of simultaneous input from both systems, which was why the alarms kept going off. But Aldrin’s reasoning was if the descent had to be aborted he didn’t want to have to turn on the guidance while they were doing their abort rocket burn to escape from crashing. As the story goes, while the alarms were going off, computer engineer Jack Garman told guidance officer Steve Bales in mission control it was safe to continue the descent and this was relayed to the crew. Garman remembered the 1201 and 1202 alarms occurring during one of the hundreds of simulations the team performed in preparation of the Apollo 11 mission, and knew it would be OK to continue.

The rest is history. And now you can build yourself a little piece of it.

Sources: Galaxiki, Apollo 11 Wikipedia

7 Replies to “Build Your Own Apollo 11 Landing Computer”

  1. Old stuff is always cool. I got hold of a hand held Sharp calculator from way back with 6 glow wire (!) digits – by pushing a “show” button you could get 6 more. I haven’t seen a modern one with 12 digit answers, and let’s think of the amount of logic that went into driving those wire segment numbers.

    That piece of hardware ended up in a local museum display case of “old” technology.

  2. I’m left wondering if Aldrin and Armstrong were aware that simultaneous use of the guidance system and the descent radar would cause computer overload alarms during training before the mission? It would seem not, given the short amount of time mission control had to correlate the meanings of a 1201 and 1202 alarm. Or was it that time was so critical the astronauts couldn’t manually look up computer alarm codes? Could it be that the astronauts knew of the alarm codes meaning and themselves decided to give it a go anyway( as Aldrin alluded to), only to later be informed by mission control to proceed with the landing? Thank goodness for Jack Garman’s memory of the situation from previous testing. I realize time was very critical to make a go-no go decision, and this may have played a big part in interpreting the alarm codes.

  3. Hi Nancy, Please tell John Pultorak that I was the engineer who wrote all of the diagnostic programs for the Eagle Lunar Lander computer. The DSKY gave me a fit because the limited number of keys available on the keyboard. The key were huge as they were designed to be used by astronauts wearing those supersized space suite gloves. So I had to create multifunction key designations to facilitate selection from the large software diag library of the required fault isolation programs. We called the modules in the Eagle computer “cordwood” as the interconnection busses were welded together to stand up to the expected vibration.
    I worked for Raytheon at the time and had to final test my suite of diags on the Lander Simulator at the AC Spark Plug plant at Milwakee Wisconsin.
    I still have a set of the Apollo Training – Crew Systems Study Guide Manuals. These were the manuals which described Apollo 11 from the crew’s point of view. So here’s my personal salute to they guys that flew and all who worked on this historic mission (3 days away from) 40 years ago.

  4. The problem involved the rendezvous radar, not the landing radar. You can’t blame Aldrin or even the procedures people for this, as it should have worked fine anyway.

    The problem was a hardware bug NOT a computer bug; depending on how the system powered up, the idle rendezvous radar could flood the (slow) computer with fast, useless interrupts that stole real time from the computer and kept it from completing all its tasks before it had to run them again.

    But the computer did exactly what it should have done under those circumstances: it prioritized, doing the important stuff (like keeping the LM flying) while deferring the stuff that didn’t really matter. The alarm was just to let you know this was happening, though it certainly distracted everyone and gave them quite a scare. Apollo 11 proved the soundness of the computer design.

    See http://klabs.org/history/apollo_11_alarms/eyles_2004/eyles_2004.htm for all the gory details.

  5. @ ka9q: Thanks for the link explaining the Apollo 11 alarm situation. Now I know ‘all the gory details’ and some interesting background and context about the guidance and landing system designed for the LEM.

Comments are closed.