There isn't that much work required; all we need to do is animate the latch switches on Panel A6. I can work on this if you're interested.
What about the Ares I stuff, is that also safe?
I was thinking about controlling the actual attach points, not the visual implementation. I think the latch positioning is already defined in the mission file.Won't we need a way to control where the longerons are placed in the payload bay?
Edit:
Just to let you know that my computer has suffered a serious malfunction, so I don't know when I'll be able to rejoin the development again. All the SSU stuff are safe. It's just that Windows refuses to boot.
I'm posting this from my Wii console.
I've started working on the A6 latch switches, and I'm wondering how to handle the rotary switch which selects which group of latches is controlled. Normally, the rotary switch would either have a single output signal and multiple input signals, or multiple inputs and one output.I was thinking about controlling the actual attach points, not the visual implementation. I think the latch positioning is already defined in the mission file.
For the visuals, we don't display the latches at all yet. Once we can properly simulate the GPCs, we'll also need to add support for the PDRS displays.
Well, the pain won't be in the remodelling everything(I'm actually looking forward to it!), it will getting all the research back! That was the result of basically going through every single section of the KSC Media Archive which I started doing 4 years ago!I feel your pain. I've lost code before due to wetware errors and it's a pain. Writing code a second time is just unfulfilling.
I do all my development under a version control system that uses an external server (either my own or sourceforge) and so acts as a backup in case of drunkenness at the root prompt.
Well, since my new SSU SRBs were to be based on the same meshes as the 1X FS meshes, I would have to say yes! They were made to support future stacking activities in the VAB.Argh. Do you need the Ares I-X files I have from you for a restart?
Ever since I discovered the bad HDD section, I have been looking at some external HDDs So far I have found two that suits my needs. Both are USB connected(got plenty of free USB slots) and are in a good price range(85/175 US$).Hmmm ...where's my external HD ?
Heads-up to a bunch of new docs at http://www.nasa.gov/centers/johnson/news/flightdatafiles/index.html including a recent SCOM (IO-33) :thumbup:
Good stuff for whoever is working the MPS: http://forum.nasaspaceflight.com/index.php?topic=14350.0
Lots of nice technical talk about the ET!
How's the latch work coming? Once this is done, would you be willing to implement the aerosurface/SSME TVC checks done during terminal countdown?I've started working on the A6 latch switches, and I'm wondering how to handle the rotary switch which selects which group of latches is controlled. Normally, the rotary switch would either have a single output signal and multiple input signals, or multiple inputs and one output.
In this case, the switch needs to have multiple inputs and outputs. The different latch/release switches need to connect to the active latch group, and the talkbacks also need to be connected to the correct latch group. I'm thinking of having a single output DiscBundle associated with the rotary switch, and multiple input bundles. The rotary switch would then 'connect' the output bundle to the appropriate input bundle.