ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
Is this video of any use? Actual launch sim in the Motion Base Simulator:
NASA Space Shuttle Full Motion Simulator Launch & RTLS - YouTube
I had removed the non-SSU displays and powered those off, that would have been showing displays that we don't have yet.
The main problem right now is just filling the gaps between OI-32 and OI-33. Looks like there is some documentation missing. Or I need a L2 account.
I think the current displays are the right ones, SCOM is newer after all. I just need to look what this means to the use of the DPS Dictionary as reference.
What "non-SSU displays"? In the STS-107 launch scenario (the one I checked so far) you turned off the CDR2 MDU, which had the A/E PFD, and in CDR1 removed the OMS/MPS and moved the A/E PFD to there.
Strange - actually it should show the following standard launch configuration:
MDU | View Angle | Port Config | Selected Port | Flight Critical Bus | Display | Edgekey Menu
CRT1|positive|man|primary|3|DPS|DPS
CRT2|positive|man|primary|4|DPS|DPS
CRT3|positive|man|primary|4|DPS|DPS
CRT4|negative|man|primary|1|DPS|DPS
CDR1|positive|auto|primary|3|OMS/MPS|FLT INST
CDR2|positive|auto|primary|3|A/E PFD|DATA BUS
MFD1|positive|auto|primary|3|HYD/APU|SUBSYS STATUS
MFD2|positive|auto|primary|4|OMS/MPS|SUBSYS STATUS
PLT1|positive|auto|primary|4|A/E PFD|DATA BUS
PLT2|positive|auto|primary|4|HYD/APU|FLT INST
AFD1|negative|auto|n/a|n/a|n/a|n/a
Will look again what went wrong there, only AFD1 should be powered off by switch config. I had found some many orbit MFDs there, which people can enable if they really like to.
AFAIK all the launch scenarios had that configuration. Just revert the changes of r2227 and r2224 and it will be fine again. Like I said, I had the Orbit MFD in CRT3, but if you think it's bad, then just delete the "BEGIN_MFD 7" block.
Reverted and made CRT3 display DPS... its better it will constantly remind us that we have neither GNC OPS 101, nor a way to save the System summary display.
Looks like I had from one point on copied the wrong set of MFD blocks into the scenarios, verified them now again.
Looks fine now. :thumbup:
But, what do you mean with "nor a way to save the System summary display"? Is it related to ticket #101?
No, its related to ticket 111.
all MDUs showing DPS displays revert to the current OPS display after saving and loading a scenario, even if you show a SPEC or DISP above the OPS.
I tried fixing the problems with the connected MDUs, but removing the ignore list results in a crash when trying to activate the AFD. Back to square one there.
Because of the large number of displays and low number of display updates (DPS updates only twice per second) , I would say we can maybe soon replace the standard orbiter MFDs by our own painting implementation and leave the Orbiter MFDs to the extMFD world. Would save us this trouble, could get some more performance and we could reduce the amount of code needed to wrap everything around the Orbiter MFDs.
How about STS-99/SRTM (First shuttle launch of the millennium) or STS-95 (the John Glenn flight)?The UARS is just a release payload. Not much to it. But I would be willing to work with another payload (not IUS related) for SSU.
The UARS is just a release payload. Not much to it. But I would be willing to work with another payload (not IUS related) for SSU.
Yes, 111. :facepalm: All seems fine here. When loading the "Testing scenarios\EDW 22 TAEM", does the SPEC 50 (Horiz Sit) show up on CRT1?
AFAIR, it also communicated with the Shuttle during deployment, just like Chandra.
Would it be out of scope for the release to do the following refactoring on the DPS?
- Separate MDU display painting code for the TRAJ displays into a new class, let ascent guidance only do what its name says.
- Use TRAJ 1 also for the prelaunch sequence.
- Maybe unite RSLS and ascent guidance into one guidance class from prelaunch to orbit.
There it works. But when you use the SYS SUMM key, it does not save, will test it with the DISP numbers.
EDIT: When you use SPEC 18 PRO to enter GNC SYS SUMM 1, it saves and loads correctly. Only by using the SYS SUMM key, it fails to save.
The RSLS has nothing to do with the AscentGuidance (which should be called AscentDAP), so they should stay separated.
Try the "box" that was used by the RMS on STS-3, or the SPAS from STS-7 or the PAFAwhatever used on STS-8.I would think most do.
Nop, calling things with the keyboard works here.Let me check that then (I think I did that so it could be my fault...)
Yes, but its also part of the same memory configuration and executed in MM101, once the guidance is internal.
The same applies to the gimbal checks done, the software to react to the commands polled from the LDB is also part of the memory configuration.
AFAIK the gimballing is done by the ATVC SOP. Where do the commands for it come from, I'm not sure. Is there a "place" in the memory where it reads from and acts, or each of the possible sources has a distinct "place" in the memory and the SOP listens to who it wants? I don't know.
About ticket 108, could it be caused by not having the "dynamic = true" argument when calling oapiLoadTexture() on line 80 of Atlantis_Tank? With that on it still works on both graphics clients. Any dev here has this problem, to test stuff? Anyway, I'm committing this and a further check to find to problem.