The special navigation of the lunar module

2 years ago
141

The IMU was essential for the navigation of the lunar module.
Indeed, it was containing the gyroscopes and accelerometers which were respectively allowing to update angles and speeds, which were used for the update of the navigation.
But, on the communication channels between the AGC and the LGC, there is nothing which allows the AGC to read the information of the IMU.
None of the programs of the AGC which are supposed to deal with the IMU tries to exploit the information of the IMU.
Two programs are supposed to make performance tests on the IMU, but, if these programs read a timer supposed to time this performance, in fact they don't really use this timer to make this test, for nothing is read from the IMU.
And a program also supposed to deal with the IMU only reads a channel which has nothing to do with the IMU, and which is in fact an output channel which contains the commands to set the main engine on and off.
The reality is that the lunar module had no possibility of exploiting the information sent by the IMU, and thence could not correctly update the navigation, which anyway does not matter much, as we have seen in previous videos that the the lunar module could not control the thrust of the descent engine, and neither the lateral thrusters of the RCS.
Link to the programs of the AGC:
https://www.ibiblio.org/apollo/listings/LUM99R2/MAIN.agc.html
Link to the description of the instructions of the AGC:
http://www.ibiblio.org/apollo/assembly_language_manual.html#The_Interpreter_vs._the_CPU
Link to the description of the communication channels between the AGC and the LGC:
https://github.com/chrislgarry/Apollo-11/blob/master/Luminary099/INPUT_OUTPUT_CHANNEL_BIT_DESCRIPTIONS.agc

Loading comments...