Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
ISS NASA Space Science Technology

SpaceX Launch To International Space Station Delayed For Code Tweaks 97

RogerRoast writes "The first private spaceship launch to the International Space Station has been delayed, possibly by at least a week, the vehicle's makers announced Monday. The commercial spaceflight company SpaceX was set to launch its Dragon capsule atop a Falcon 9 rocket April 30 from Cape Canaveral Air Force Station in Florida." The article quotes SpaceX lead Elon Musk's twittered explanation: "Am pushing launch back approx a week to do more testing on Dragon docking code. New date pending coordination with @NASA."
This discussion has been archived. No new comments can be posted.

SpaceX Launch To International Space Station Delayed For Code Tweaks

Comments Filter:
  • Release schedules (Score:4, Insightful)

    by azalin ( 67640 ) on Tuesday April 24, 2012 @08:58AM (#39780811)
    When is any project ever on time? It's not like they can release beta grade software and release an automatic update to fix it later. If they mess this up, it's going to cost them and maybe, just maybe the engineers plea for proper testing has been answered (a little late though)
  • Yikes! (Score:5, Insightful)

    by sycodon ( 149926 ) on Tuesday April 24, 2012 @08:59AM (#39780819)

    "Last minute code tweaks" never go well.

  • by pablo_max ( 626328 ) on Tuesday April 24, 2012 @09:01AM (#39780829)

    Better they found it now and missed the deadline than went anyhow and exploded. You do not get too many second chances in space.

  • by Theophany ( 2519296 ) on Tuesday April 24, 2012 @09:03AM (#39780837)
    My thoughts exactly. If only the same had happened with Challenger.
  • by mbone ( 558574 ) on Tuesday April 24, 2012 @09:36AM (#39781079)

    Space travel has a long history of "extremely rare if not practically impossible" issues coming up to bite you. Missions have been lost because of a single missing comma in the code. So, there is reason for this caution, and neither you nor Elon Musk is going to be able to change it.

  • by luis_a_espinal ( 1810296 ) on Tuesday April 24, 2012 @10:05AM (#39781333)

    Not that SpaceX is infallible - but I think it's NASA behind this requiring an insane amount of testing. They employ the Monte Carlo method of testing which basically tests every (or at least a random sample) value of each input variable and the combinations there of. I don't care who you are, but that method of testing is going to result in "issues" coming to the surface. The problem is that the issues will be extremely rare if not practically impossible. And Musk is not in a position to criticize them, since he wants their business for cargo and crew services.

    Not saying this kind of testing isn't valuable, but it doesn't lend itself well to schedules.

    This is how you test mission critical systems. No, this is how you must test mission critical systems, regardless of schedules. The key adjective here is "mission critical". This ain't a Heroku web deployment just so you know.

  • by tlambert ( 566799 ) on Tuesday April 24, 2012 @10:35AM (#39781657)

    Life support systems require more rigorous testing than simple Monte Carlo. They generally require component testing, bounds case testing, and branch path analysis of the code so that every line of code gets hit during testing.

    I've worked on two projects that qualified as life support systems; one was an MRI console for a GE Medical Systems MRI machine (back when it was still being called NMR before it was politically corrected to remove the word "Nuclear"), and the second was a blood gas analyzer. Incorrect operation of the code in either of those cases could have resulted in someone dying as a result of a doctor getting misinformation.

    The amount of testing and the rigor of the testing involved in both of those projects was unbelievable. Even then, we were required to carry liability insurance out the wazoo on both projects in case we screwed up the code. There's a reason medical equipment is so expensive.

    Space systems that can ram into an occupied space station, and which are intended to some day carry humans to orbit qualify as life support, even if they are being sent up with a load of supplies instead of a human crew. Monte Carlo won't cut it any more than it will for a system call fuzzer trying to find a sequence of three system calls in a row that , if they are called with precisely the right parameters, will trigger a kernel panic.

    -- Terry

  • by crazyjj ( 2598719 ) * on Tuesday April 24, 2012 @10:42AM (#39781743)

    NASA and Russia are extremely cautious when it comes to anything ISS-related for very good reason. If this thing really screwed up and seriously damaged ISS to the point where they had to abandon it, it would probably end the era of human spaceflight and lead to big budget cuts for both agencies.

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...