Slashdot Mirror


NASA Finds Critical Assembly Fault in Shuttle

mzs writes "During corrosion inspection on Discovery, technicians noticed that one of the gears in a rudder actuator had been installed backwards. This particular actuator was the top-most of four that control the air brakes on the tail. As luck turns out, if it had been the bottom-most actuator, loss of the shuttle and crew would have been nearly inevitable. Plans are in place to have four spares by the time Shuttle missions resume next year."

4 of 383 comments (clear)

  1. Re:Instead of slamming NASA by Seek_1 · · Score: 1, Offtopic

    geez... three in a row. This is what I get for preview/spell-checking my posts!

  2. Re:Should have used Java by DR+SoB · · Score: 0, Offtopic

    Great, "IOException Error" = Brakes failed.. "Invalid Format Error" = Math wrong. DoWeAllWantToCode.In.Java.SoundsLikeFun.ExceptWhen WeMissADumbInstruction.ImGonnaFormatMy.Posts.LikeJ ava.CuzItIsSoooooCool

    --
    Mod +5 Drunk
  3. Re:Should have used Java by AKAImBatman · · Score: 0, Offtopic
    Dude, that crap looks like Visual Basic. Have you ever actually coded Java? THIS looks like Java:
    public void engageBrakes() throws ShuttleException
    {
    try
    {
    Iterator iterator = getActuators();
    Actuator actuator;

    while(iterator.hasNext())
    {
    actuator = (Actuator)iterator.next();
    actuator.setActuatorPower(0.35);
    }
    }
    catch(IOException e)
    {
    e.printStackTrace();
    throw new ShuttleException("Failed to communicate with brake microcontroller!", e);
    }
    }
    Just because you're a Microsoft lover doesn't mean you have to spoil the fun for those of us who can actually *code*.

  4. Re:Should have used Java by DR+SoB · · Score: 0, Offtopic

    It looks like what I wrote, a bunch of case-sensitive CRAP.

    "Just because you're a Microsoft lover doesn't mean you have to spoil the fun for those of us who can actually *code*."

    Did you come up with this on your own or what?

    BTW- Actually I'm an assembler programmer.

    --
    Mod +5 Drunk