SSU STS-88 Launch Scenario Problem

AviatoreCK27

New member
Joined
Oct 25, 2019
Messages
2
Reaction score
0
Points
0
Hi guys!

I have installed Orbiter 2016 and SSU and compiled Atlantis2017 project with visual studio. When I launch the STS-88 scenario everything works well. The only problem is the launch-pad: countdown blocks at 4:00 and the Endeavour remains blocked (screenshot below). How can I solve it? I've tried to modify the launch scenario but nothing changed. Generally, I have this problem with Endeavour only.

Thank you very much in advance guys! :):)



Orbiter2016_STS-88.jpg
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
5,915
Reaction score
2,920
Points
188
Website
github.com
Hi there! Welcome to the forum!
Were did that STS-88 scenario came from? It clearly has 2 pads, and only one is from SSU... :uhh:
About the T-4m hold, that has to be because you didn't start the APUs, and the hydraulic system pressure is checked at T-4m15s, and if it isn't OK it holds the countdown at T-4m.
You should take a look at the manual, as it has info both on the scenario vessels SSU has, as well as controlling the holds via LCC MFD.
 

AviatoreCK27

New member
Joined
Oct 25, 2019
Messages
2
Reaction score
0
Points
0
Thanks a lot for your reply!

This scenario comes from the SSU Checklist rev1.0 ([ame="https://www.orbithangar.com/searchid.php?ID=7113"]Just a moment...[/ame]) and starts 2h 30min before launch. For other scenarios, I have installed the ISS AtoZ (the one compatible with Orbiter 2016) and even with the "STS-88 30 sec before launch" I am facing the same problem. From the last rows it seems to be that the Pad is only 1 :hmm::hmm:

Thank you again!

Code:
LC39A:SSU_Pad
  STATUS Landed Earth
  POS -80.6041120 28.6083650
  HEADING 270.00
  ALT 2.000
  AROT -180.000 80.604 118.608
  AFCMODE 7
  PRPLEVEL 0:0.000139 1:1.000000
  THLEVEL 0:0.198000 1:0.198000 2:1.000000 3:1.000000 4:1.000000 5:1.000000 6:1.000000
  NAVFREQ 0 0
  ACCESS_ARM 1 1.0000
  GVA 1 1.0000
  VENTHOOD 1 1.0000
  FSS_OWP 0 0.0000
  RSS_OWP 0 0.0000
  RSS 1 1.0000
  FSS_GH2 0 0.0000
  FSS_IAA 0 0.0000
  EAST_SRB_SFD 1 1.0000
  WEST_SRB_SFD 1 1.0000
  SHUTTLE Endeavour
END
MLP3:SSU_MLP
  STATUS Landed Earth
  POS -80.6070840 28.6009090
  HEADING 0.00
  ALT 30.685
  AROT 61.606 4.498 8.254
  ATTACHED 0:0,LC39A
  AFCMODE 7
  NAVFREQ 0 0
  T0_UMB 0 0.0000
END
LCC:SSU_LCC
  STATUS Landed Earth
  POS -80.6040745 28.6083855
  HEADING 270.00
  ALT 2.000
  AROT -180.000 80.604 118.608
  AFCMODE 7
  NAVFREQ 0 0
  LAUNCH_MJD 51151.358032
  PAD_NAME LC39A
  SHUTTLE_NAME Endeavour
END
END_SHIPS

BEGIN_DX9ExtMFD
END

BEGIN_ExtMFD
END
 
Top