NASSP MCC data and RTCCMFD providing blank GET data

mnurick

New member
Joined
Feb 4, 2020
Messages
17
Reaction score
0
Points
0
I'm on the latest Orbiter Beta and NASSP 8.0 release. Regardless of save file including stock Apollo 11 scenarios, when on the moon preparing for liftoff, MCC pad data is coming with blank liftoff times. I then turned to the RTCCMFD to calculate the burn data manually, and liftoff time also comes out blank (all other data successfully calculates).

Any thought on what might be causing this? I have no problems on my 2011 macbook pro, but on my recently upgraded desktop hardware, I'm running into this issue. Any possibility D3D9 w/ a modern graphics card is interfering with mission timers?
 
Can you tell me which inputs you did in the RTCC MFD for this? And I guess by blank you mean the liftoff time doesn't calculate and just stays zero?
 
Hello again Indy!

For the RTCC MFD, I navigated to the PAD menu, selected Lunar Ascent PAD, selected Columbia as the target, and hit calculate.

Also, here is the MCC snippet of the save file, where you can see the zero'd out GET and dV data

Code:
MCC:ProjectApollo\MCC
  STATUS Landed Earth
  POS -95.0883333 29.5580556
  HEADING 270.00
  ALT 2.000
  AROT -0.000 84.912 -60.442
  AFCMODE 7
  CSMNAME Columbia
  LVNAME AS-506-S4BSTG
  LEMNAME Eagle
MCC_BEGIN
  MCC_GT_Enabled 1
  MCC_MT_Enabled 1
  MCC_padAutoShow 1
  MCC_PCOption_Enabled 0
  MCC_NCOption_Enabled 0
  MCC_scrubbed 0
  MCC_MissionType 7
  MCC_MissionPhase 4
  MCC_MissionState 163
  MCC_SubState 2
  MCC_EarthRev 5
  MCC_MoonRev 24
  MCC_AbortMode 0
  MCC_StateTime 2.951351640000
  MCC_SubStateTime 1.921738840000
  MCC_MoonRevTime 4533.304359939913
  MCC_padNumber 28
  MCC_AP11LMASCPAD_CR -17.943562017977
  MCC_AP11LMASCPAD_DEDA047 37750
  MCC_AP11LMASCPAD_DEDA053 1563
  MCC_AP11LMASCPAD_DEDA225_226 28779.359424093091
  MCC_AP11LMASCPAD_DEDA231 56958.718848186174
  MCC_AP11LMASCPAD_TIG 0.000000000000
  MCC_AP11LMASCPAD_V_hor 0.000000000000
  MCC_AP11LMASCPAD_V_vert 0.000000000000
  MCC_AP11LMASCPAD_remarks LM weight is 10756, T14 is 000:00:00
 
Ok, what you have to do in the MFD is to first calculate a liftoff time. You do that under Maneuver Targeting, Lunar Liftoff. There you enter a threshold time for the liftoff, e.g. 124:00:00 GET. Then you click TGT on that page to select Columbia as the target. You hit calculate and that should get you liftoff time and horizontal and vertical velocity. Only now can you go to the page with the Lunar Ascent PAD and let it calculate the missing few parameters for it.

And I found the issue with the MCC, it's a bug in selecting the rendezvous profile for the lunar liftoff time calculation. I'll fix that when I merge my larger RTCC update into the main NASSP release, should be within the next few days. Until then you need to wait or use the RTCC MFD I guess.
 
Thanks Indy! Noob mistake on the RTCC. Thanks for the fix and glad you found the bug.
 
Back
Top