Slashdot Mirror


NASA To Repair Hubble By Remote Control

Matt_dk writes "NASA says it plans to fix the Hubble Space Telescope by remote control this week. The Hubble stopped beaming information to Earth about two weeks ago, when a data unit on the telescope completely failed. Scientists on Tuesday said they will bypass the failed unit and switch to a back-up system to restart the flow of information. The computer glitch forced NASA to postpone a shuttle mission this month to repair the Hubble. That shuttle mission has been postponed until next year." Update - 10/15, 17:45 by SS: Readers have pointed out further details from Spaceflight Now and the NASA press release.

16 of 53 comments (clear)

  1. They're gonna need by krog · · Score: 4, Funny

    Some really fresh AA batteries to make this work.

  2. MST3K by staryc · · Score: 3, Funny

    It's about time someone fixed the Hubble after Mike Nelson crashed the Satellite of Love into it.

    --
    The most perfidious way of harming a cause consists of defending it deliberately with faulty arguments. - Nietzche
  3. So, a better summary... by txoof · · Score: 4, Insightful

    NASA will flip a switch and kick in the backup system.

    The story is pretty light on details. It reads like a 6th grader wrote it.

    --
    This one's tricky. You have to use imaginary numbers, like eleventeen... --Hobbes
    1. Re:So, a better summary... by Anonymous Coward · · Score: 5, Informative

      Actually, the part that failed has a backup, it's almost like a two-sided cassette tape, and that second side needs to be loaded into the device that is responsible for transmitting data.

      The broken part right now stops any and all data transmission from Hubble. Performing the fix (flipping the tape) will restore all performance, with no degradation, other than no backup.

      When the next shuttle mission launches to repair the Hubble, they will be replacing this part so that there is, again, redundancy.

      It's pretty amazing that these parts are still working after...how many years?

    2. Re:So, a better summary... by Kjella · · Score: 4, Insightful

      Because the point is to avoid catastrophic failure. Imagine it was something like say a solar flare, backup systems online and poof goes the backups too. Or there is some form of short circuit that'll fry the backups too. Or just figuring out what the failure state is and how to best handle it. To take an example, say a Mars rover wheel is busted. How? Is it stuck? Has it lost the drive? Can it turn? Is the wheel itself torn? Is it just a sensor malfunction? You need to be 100% sure what state Hubble was in when it failed in order to be sure to recover properly. On earth it's really easy to throw a lot of real redundancy into things, in space it's still one device more or less and you try to figure out if the right side is safe when the left side is on fire. Most anywhere else it's either functioning correctly or you'd kill it and replace it with something that does. Trying to salvage half-borked systems only happens when they're really expensive or really hard to reach, and I think the Hubble qualifies on both.

      --
      Live today, because you never know what tomorrow brings
    3. Re:So, a better summary... by PolygamousRanchKid+ · · Score: 4, Funny

      It's pretty amazing that these parts are still working after...how many years?

      Maybe NVIDIA needs to have a chat with NASA about quality assurance.

      Well, that and Tang, of course.

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
  4. Fixed! by PearsSoap · · Score: 2, Funny

    Hubble

    There, fixed that for you, NASA.

  5. Finally! by TheNecromancer · · Score: 3, Funny

    They're going to get some use out of that old Atari joystick that's been sitting in the office!

    --
    Attention all planets of the Solar Federation! We have assumed control! - Neil Peart
  6. I'm curious... by apodyopsis · · Score: 4, Interesting

    I'm curious, I presume somebody knows this.

    A satellite is the ultimate inaccessible device running SW. Any task that goes wrong has the chance of bricking a device that cost many many millions, so they *must* practice and check all commands sent to it when things go wrong.

    Do they have several mock ups?

    A complete computer model of the whole thing, emulated right down to hardware and software?

    How are reboot/reprogram sequences like this handled/practiced/tested?

    Even at design stage I imagine failure modes are extensively analyzed and multiple redundancy built in.

    My company builds stuff that goes up masts and is generally quite inaccessible and we always attempt to prove these things first, but we had fast serial communication, low level boot loaders under all the SW and if the worst comes somebody can climb the mast.

    Anybody know how space tech is handled?

    On a kind of related note, google for "expensive software errors" - most of the top ten are space related...
    .. or just look at this http://en.wikipedia.org/wiki/List_of_notable_software_bugs

    1. Re:I'm curious... by Utini420 · · Score: 2, Interesting

      Back during the Space Race, yes, they had full mock-ups, right down to the last screw. Many (probably not all) were themselves space-worthy.

      Nowadays, I kinda doubt it. My hunch would be computer simulation including hardware, but its hard to cite "my gut" as a credible source.

      --
      A little inaccuracy sometimes saves tons of explanation.
    2. Re:I'm curious... by stuckinarut · · Score: 2, Informative

      The following is shamelessly plagerised from the following two articles; NASA to reboot Hubble Space Telescope and Hubble replacement part has glitches of its own

      Engineers plan to send commands to the telescope switch over to a backup computer that has not even been turned on since before the telescope arrived in orbit 18 years ago. However there's very little ageing that goes on with an unpowered component in space. It's actually a very benign storage environment.

      The errors were found in Hubble's science data formatter, which relays data between Earth and the probe's science instruments. There is an identical formatter â" known as 'Side B' â" on the telescope, and NASA is planning to boot up that backup system. That entails switching not only the telescope's formatter but also six other units over to their B sides, a process that is expected to take 47 hours.

      Ground testing of the switchover was completed on Monday, but the Hubble team is still awaiting approval from top NASA officials to make the switch.

    3. Re:I'm curious... by pnewhook · · Score: 4, Informative

      A satellite is the ultimate inaccessible device running SW. Any task that goes wrong has the chance of bricking a device that cost many many millions, so they *must* practice and check all commands sent to it when things go wrong

      Yes they practice everything on a mockup, but there is no chance that you can 'brick' Hubble. Proper spacecraft design means you have a completely separate system able to intercept telemetry and reprogram the main computer if an undiscovered bug happens to lock it up.

      Do they have several mock ups?

      Yes, both for software and a full mechanical mockup.

      A complete computer model of the whole thing, emulated right down to hardware and software?

      Partially, yes. But you can never em ulate the real thing perfectly which is why they usually rely on physical mockups.

      How are reboot/reprogram sequences like this handled/practiced/tested?

      No simple answer to that. But check out NASAs system and software design guidelines, or better yet take a spacecraft design course at your local college or university if they offer one.

      Even at design stage I imagine failure modes are extensively analyzed and multiple redundancy built in.

      Yes - very extensively. Anything that goes into space is analyzed for years. You have no idea how expensive and time consuming this can be until you actually work on one of these projects.

      Anybody know how space tech is handled?

      Yes - expensively and with great rigor. There are no shortcuts.

      --
      Tesla was a genius. Edison however was a overrated hack who liked to torture puppies.
    4. Re:I'm curious... by decsnake · · Score: 5, Informative

      I'm curious, I presume somebody knows this.

      I don't work on hubble but I know something about this stuff and I'll try and answer your questions directly

      Do they have several mock ups?

      Yes, for hubble there are several mock-ups, from ones that are fairly low fidelity that are used by the software developers (maintainers) for code/debug/test to a very high fidelity full scale electrical and mechanical mock-up of the aft end of the vehicle called the VEST, when the astronauts practice the repair tasks on dry land before they move to the pool at JSC to learn to do them in a simulated 0g environment.

      A complete computer model of the whole thing, emulated right down to hardware and software?

      When HST was built we were still doing spacecraft control simulations on hybrid analog/digital computers. For all missions in the last 20 years or so there are computer models of all the control modes built using products like matlab/simulink long before any metal is cut. I wouldn't be surprised if there is a matlab (or similar) model of hubble now as the hybrid computer is long gone. In fact, I'm almost positive, as I don't see any way they could have come up with the 2 gyro science controller otherwise.

      How are reboot/reprogram sequences like this handled/practiced/tested?

      Not to be a wise guy, but reboot and reprogramming are handled very carefully. This is why switching to a backup system is going to take 2 weeks, most of which were used for analysis and a formal review before the decision to swap to the B side was made. It probably takes 5 minutes to send the actual commands to switch to the B side of the data formatter, but they will double, triple or quadruple check everything as they go thru the process. Remember, they are switching to hardware that hasn't been used since 1990. They expect it to take about 40 hours to switch to the B side and plan to be done by Friday.

      Even at design stage I imagine failure modes are extensively analyzed and multiple redundancy built in.

      There are failure modes and effects analysis done at each design step. Before launch there would have been a peer review of the final failure detection and correction design.

      A lot of the NASA standards are available to the public. If you go to http://standards.nasa.gov/ and click on the public button it takes you to the listing of them.

  7. But what they don't know .... by RoverDaddy · · Score: 2, Funny

    is that Hubble will burn out the transmitter relay before NASA can send the command sequence requesting all its science data through the backup system, thus requiring The Creator to appear in person to complete the sequence. Calling Story Musgrave!

    --
    RETURN without GOSUB in line 1050
  8. Stupid to call a car repair man to fix your stereo by Anonymous Coward · · Score: 2, Informative

    The mission was to repair some other equipment and to install some new instruments and gyros and such. However, if the onboard computer isn't working, it's not worth it to send up anyone to add the rest of the stuff. They might as well wait, retrain the people to install a new computer, so that when they do send up people to repair Hubble, they can do it all in one shot.

    The Shuttle program is ending. We can't just keep sending astronauts to Hubble like we could have in the 90's. Now we either do it all at once, or not at all.

  9. Re:Doesn't make any sense... by camperdave · · Score: 2, Insightful

    Boss: Okay team. You have all you need to fix the Hubble. How are you feeling?
    Shuttle pilot: Good to go, sir
    Mission specialist: Hoo-ah!
    Boss: Right! You're scheduled to launch...
    [Underling comes rushing in.]
    Underling: Mr Houston, we've had a problem.
    Boss: What sort of problem?
    Underling:The AE-35 unit on the Hubble just went to 100% failure.
    Boss: How long will it take to prep a replacement?
    Underling: Let's see... A week to order the part... three to five weeks of testing... decontamination and clean room testing... about two months, give or take a few days, sir.
    Boss: Damn. That puts us too close to the end of the year. Well, boys! It looks like the mission will have to be postponed until next year.
    Shuttle pilot: We'll be ready, sir.
    Mission specialist: Hoo-ah!

    --
    When our name is on the back of your car, we're behind you all the way!