Launch AP for built in Atlantis STS-101 using AutopilotMFD
Gentlemen,
I am happy to announce that there is a way to control the default STS-101 Atlantis included with the latest version of Orbiter. With a few installs of some essential MFDs, you can find yourself on a trip to the ISS and beyond.
The process uses the ingenious MFD called AutopilotMFD by R. Bumm (a.k.a medec21)
Found here: AutopilotMFD V 1.72 for Orbiter (ZIP) His PDF.
The AutopilotMFD allows you to control the Space Shuttle "STS-101 Atlantis" which is in a few of the included scenarios in Orbiter Edition 2006-P1, build 060929.
I started to call the flight plan something like "Shuttle Launch Auto Pilot" or "STS-101-AP" ...for the included Space Shuttle Atlantis STS-101" but that name seemed too simple for what is really going on. Included in this tutorial you will learn how to use the simple code designed by R. Bumm, and how to manipulate the code to control the Space Shuttle during lift off or even an emergency aboart if desired.
IN PROGRESS!!!! FROM HERE ON DOWN!!! STILL WORKING ON !!!! 04-30-09
TUTORIAL:
You can edit any scenario but the one with Carina in the cargo bay is the scenario I have been testing so far. The name of the used scenario is ..\Space Shuttle Atlantis\"Atlantis satellite Launch.scn".
The Shuttle Launch AP's flightplan I have designed is for a tailsitter ONLY and has been adapted by me from a runway takeoff flightplan that was included with the MFD.
The Launch AP flightplan is fully configurable and distributable via source file (scnenario and the flightplan txt file) or as code that can be copied and paysted into the appropriate locations.
The flightplan I have created is a fully functional autopilot for the "included" Orbiter 2006 P1 Space Shuttle Atlantis flight STS-101 for a launch to the ISS.
Launch Window: UT Wed Mar 16 06:34:29 2001.
Scenario Start: UT Wed Mar 16 06:34:09 2001 (T-20s).
(T-000:00:00:20.00h-hour)
Launch Azimuth: 44.9. (This azimuth is being tested along with others)
Tank Release and jetteson Orbit: 120 X 85km
Final Orbit: 120 X 120km to 130 X 130km.
Proceedure: LEOI completes with a 120X 80km adjustable orbit after main tank jetteson.
You will need:
Orbiter 2006 P1 060929
[ame="http://www.orbithangar.com/searchid.php?ID=1468"]Autopilot MFD 1.7[/ame] by R. Bumm (a.k.a medec21)
IMFD 5.1m by Jarmo Nikkanen Download 5.1m (~1M)
Recommended add-ons:
orbSonicBoom.zip (23.3 KB)
Instructions on how to make OrbSonicBoom work for STS-101
STEP 1 extract the file to your orbiter forlder.(keeping the file structure intact) It wont overwrite anything.
STEP 2 find ..\Orbiter\Config\orbSonicBoom\"Deltaglider.ini" (without the quotes)
STEP 3 select the file and press CTRL+C to copy the file to the clipboard
STEP 4 paste the file to your desktop using CTRL+V
STEP 5 change the name to "Atlantis.ini"
STEP 6 cut the file from the desktop using CTRL+X
STEP 7 paste it to the ..\Orbiter\Config\orbSonicBoom\ folder. You should see both ini files listed now "Atlantis.ini" and "Deltaglider.ini". Now your Shuttle Atlantis will sonic boom when it reaches the speed of sound. In the flightplan further down in my STS-101 to ISS flightplan your throttle will go to 100% just shortly after the speed of sound when the Maximum Dynamic Preassure (Max Q)is reached.
Below is a flightplan I have created for just the throttle up proceedure:
Simple Throttle Up Proceedure Code
Pretty simple coding but it gets tricky when you start to mess with it.
I have labored over 2 days working on a good one that takes the shuttle climb up to a good LEO and then leaves you in an orbit of about 123.5 X 85.0km orbit.
Questions: All questions are welcome. All comments and findings are welcome.
My question
oes anyone know how to contact R. Bumm (a.k.a medec21) I have some good questions to ask.
Proceedure on how to implement the flightplan for the default STS-101 Atlantis.
HERE IS HOW TO DO IT STEP BY STEP
STEP 1. Download AutopilotMFD and extract to Orbiter folder.
STEP 2. Download IMFD 5.1m and extract it to the Orbiter folder.
STEP 3. Create a Scenario in the root scenarios directory (.\scenarios\"name_of_STS-100 Scenario.scn"
...from the default Shuttle Atlantis scenario (.\Space Shuttle Atlantis\"Atlantis satellite Launch.scn" by loading the scenario into Orbiter, setting the time to this using the scenario editor:
UT Wed Mar 16 06:34:08 2001 while paused (It is a night launch)
STEP 4. Exit the scenario after you have made all the custom camera angles you want.
Here is a list of camera angles you can add to the scenario in the section called BEGIN CAMERA in your new scenario you have just made:
STEP 5. Save the file by clicking on "Save current..." and then name it whatever you want.
STEP 6. Find your saved scenario file in the root scenarios directory (usually C:.\Orbiter\scenarios\)and open it with notepad.
STEP 7. Copy the below code to the clipboard (CTRL+C) and then paste it (CTRL+V) to replace your scenario's Begin right MFD configuration section. (Note be sure not to overwrite the left MFD by accident)
STEP 8. Change "Your_FlightPlan_Name" to the name of your flightplan minus the .txt file extension.
STEP 9. Save and close this scenario in notepad.
STEP 10. Now Copy the Simple Throttle Up Proceedure Code from above into a new Notepad document.
STEP 11. You will now Save your flightplan with the file name as whatever you named your flightplan from above "Your_FlightPlan_Name" and you will save it in this folder:
C:.Orbiter\Config\Flightplans\..
...with the extension of .txt
So you should have a file in the Flightplans folder called Your_FlightPlan_Name.txt (remember to name the flile the same name you used above in the scenario. So change "Your_FlightPlan_Name" to your flight plan name you called it in the scenario. I used "STS-101-ThrottleUp-0010"
STEP 12. Start Orbiter and start your scenario you saved in the root scenarios directory.
STEP 13. Get ready for a ride.
Someone once said: "Give me a lever long enough and Ill move the world", well it looks like Autopilot MFD was my lever.
This flightplan only throttles up your Shuttle after that you must fly the rest of the launch. Autpilot MFD shuts down its flightplan and turns over the control of the Shuttle to you.
Bugs:
For some reason if you switch views alot, it sometimes messes up. I dont know if thats why. Sometimes it just messes up so you have to start over.
Also, I think it is required that your MFD refreash rate be set to .1 in the launch pad.
Progress:
Lets get this on the production line and get some people into orbit.!!! I will now work with different azimuths and Inclinations.
CHECK OUT THE FLIGHT TO ISS FLIGHTPLAN IN THE NEXT FEW MESSAGES FROM ME.
Enjoy.
Polaris, out.
Speacial thanks to R. Bumm, for his flighplan examples and his wonderfull MFD and thanks to Jarmo Nikkanen for IMFD. If I left anyone out please forgive me.
Gentlemen,
I am happy to announce that there is a way to control the default STS-101 Atlantis included with the latest version of Orbiter. With a few installs of some essential MFDs, you can find yourself on a trip to the ISS and beyond.
The process uses the ingenious MFD called AutopilotMFD by R. Bumm (a.k.a medec21)
Found here: AutopilotMFD V 1.72 for Orbiter (ZIP) His PDF.
The AutopilotMFD allows you to control the Space Shuttle "STS-101 Atlantis" which is in a few of the included scenarios in Orbiter Edition 2006-P1, build 060929.
I started to call the flight plan something like "Shuttle Launch Auto Pilot" or "STS-101-AP" ...for the included Space Shuttle Atlantis STS-101" but that name seemed too simple for what is really going on. Included in this tutorial you will learn how to use the simple code designed by R. Bumm, and how to manipulate the code to control the Space Shuttle during lift off or even an emergency aboart if desired.
IN PROGRESS!!!! FROM HERE ON DOWN!!! STILL WORKING ON !!!! 04-30-09
TUTORIAL:
You can edit any scenario but the one with Carina in the cargo bay is the scenario I have been testing so far. The name of the used scenario is ..\Space Shuttle Atlantis\"Atlantis satellite Launch.scn".
The Shuttle Launch AP's flightplan I have designed is for a tailsitter ONLY and has been adapted by me from a runway takeoff flightplan that was included with the MFD.
The Launch AP flightplan is fully configurable and distributable via source file (scnenario and the flightplan txt file) or as code that can be copied and paysted into the appropriate locations.
The flightplan I have created is a fully functional autopilot for the "included" Orbiter 2006 P1 Space Shuttle Atlantis flight STS-101 for a launch to the ISS.
Launch Window: UT Wed Mar 16 06:34:29 2001.
Scenario Start: UT Wed Mar 16 06:34:09 2001 (T-20s).
(T-000:00:00:20.00h-hour)
Launch Azimuth: 44.9. (This azimuth is being tested along with others)
Tank Release and jetteson Orbit: 120 X 85km
Final Orbit: 120 X 120km to 130 X 130km.
Proceedure: LEOI completes with a 120X 80km adjustable orbit after main tank jetteson.
You will need:
Orbiter 2006 P1 060929
[ame="http://www.orbithangar.com/searchid.php?ID=1468"]Autopilot MFD 1.7[/ame] by R. Bumm (a.k.a medec21)
IMFD 5.1m by Jarmo Nikkanen Download 5.1m (~1M)
Recommended add-ons:
Instructions on how to make OrbSonicBoom work for STS-101
STEP 1 extract the file to your orbiter forlder.(keeping the file structure intact) It wont overwrite anything.
STEP 2 find ..\Orbiter\Config\orbSonicBoom\"Deltaglider.ini" (without the quotes)
STEP 3 select the file and press CTRL+C to copy the file to the clipboard
STEP 4 paste the file to your desktop using CTRL+V
STEP 5 change the name to "Atlantis.ini"
STEP 6 cut the file from the desktop using CTRL+X
STEP 7 paste it to the ..\Orbiter\Config\orbSonicBoom\ folder. You should see both ini files listed now "Atlantis.ini" and "Deltaglider.ini". Now your Shuttle Atlantis will sonic boom when it reaches the speed of sound. In the flightplan further down in my STS-101 to ISS flightplan your throttle will go to 100% just shortly after the speed of sound when the Maximum Dynamic Preassure (Max Q)is reached.
Below is a flightplan I have created for just the throttle up proceedure:
Simple Throttle Up Proceedure Code
Code:
// -----------------------------------------------------------
// Flightplan for the orbiter space simulation
// for use with the Autopilot MFD
//
// AutopilotMFD (c) 2005 by R. Bumm, Munich
// -----------------------------------------------------------
// A Simple Throttle up proceedure for Orbiter Space Shuttle Atlantis STS-101
// Not a flightplan routine for reaching stable earth orbit.
// To be used from an earth spaceport.
// First we select home base
//select Cape Canaveral
// Here we are setting the Autopilot MFD up to use the thru type configuration
//set apcontrol thruster
// Here we wait 9.5 seconds to launch which works out to 10second countdown OrbitSound sounds out
//when the shuttle begins throttle.
wait 9.5.
burn main 20.
wait 1.
burn main 30.
wait 1.
burn main 40.
wait 1.
burn main 50.
burn main 60.
burn main 70.
burn main 75.
burn main 80.
burn main 90.
wait 1.
// Iginite SRB thrusters.
burn main 100.
wait 2.
burn main 78.
run killrot
end
Pretty simple coding but it gets tricky when you start to mess with it.
I have labored over 2 days working on a good one that takes the shuttle climb up to a good LEO and then leaves you in an orbit of about 123.5 X 85.0km orbit.
Questions: All questions are welcome. All comments and findings are welcome.
My question
Proceedure on how to implement the flightplan for the default STS-101 Atlantis.
HERE IS HOW TO DO IT STEP BY STEP
STEP 1. Download AutopilotMFD and extract to Orbiter folder.
STEP 2. Download IMFD 5.1m and extract it to the Orbiter folder.
STEP 3. Create a Scenario in the root scenarios directory (.\scenarios\"name_of_STS-100 Scenario.scn"
...from the default Shuttle Atlantis scenario (.\Space Shuttle Atlantis\"Atlantis satellite Launch.scn" by loading the scenario into Orbiter, setting the time to this using the scenario editor:
UT Wed Mar 16 06:34:08 2001 while paused (It is a night launch)
STEP 4. Exit the scenario after you have made all the custom camera angles you want.
Here is a list of camera angles you can add to the scenario in the section called BEGIN CAMERA in your new scenario you have just made:
Code:
BEGIN_CAMERA
TARGET STS-101
MODE Extern
POS 2.89 -179.66 -2.15
TRACKMODE Ground Earth
GROUNDLOCATION -80.62343 28.61970 60.24
GROUNDDIRECTION -1.15 -0.17
FOV 50.00
BEGIN_PRESET
Cockpit:STS-101:40.00
Ground:STS-101:40.00:Earth -80.62339 28.61960 110.00
Track:STS-101:50.00:RELATIVE 2.890 -0.009 -1.229
Ground:STS-101:10.00:Earth -80.65298 28.58028 20.00
Track:ISS:40.00:RELATIVE 1.983 -0.474 -0.522
Track:Earth:40.00:GLOBAL 2.896 2.132 -0.331
Ground:STS-101:50.00:Earth -80.62343 28.61970 60.24 -0.02 0.00
Track:STS-101:50.00:RELATIVE 2.890 0.016 -3.114
Track:STS-101:50.00:ABSDIR 2.890 0.016 -3.114
Track:STS-101:50.00:GLOBAL 2.890 2.637 -0.119
Track:STS-101:50.00:RELATIVE 2.890 -3.136 -0.038
END_PRESET
END_CAMERA
STEP 5. Save the file by clicking on "Save current..." and then name it whatever you want.
STEP 6. Find your saved scenario file in the root scenarios directory (usually C:.\Orbiter\scenarios\)and open it with notepad.
STEP 7. Copy the below code to the clipboard (CTRL+C) and then paste it (CTRL+V) to replace your scenario's Begin right MFD configuration section. (Note be sure not to overwrite the left MFD by accident)
Code:
BEGIN_MFD Right
TYPE User
MODE AutopilotMFD
PAGE 1
FLIGHTPLAN STS-101 Your_Flightplan_Name 1 0
END_MFD
STEP 8. Change "Your_FlightPlan_Name" to the name of your flightplan minus the .txt file extension.
STEP 9. Save and close this scenario in notepad.
STEP 10. Now Copy the Simple Throttle Up Proceedure Code from above into a new Notepad document.
STEP 11. You will now Save your flightplan with the file name as whatever you named your flightplan from above "Your_FlightPlan_Name" and you will save it in this folder:
C:.Orbiter\Config\Flightplans\..
...with the extension of .txt
So you should have a file in the Flightplans folder called Your_FlightPlan_Name.txt (remember to name the flile the same name you used above in the scenario. So change "Your_FlightPlan_Name" to your flight plan name you called it in the scenario. I used "STS-101-ThrottleUp-0010"
STEP 12. Start Orbiter and start your scenario you saved in the root scenarios directory.
STEP 13. Get ready for a ride.
Someone once said: "Give me a lever long enough and Ill move the world", well it looks like Autopilot MFD was my lever.
This flightplan only throttles up your Shuttle after that you must fly the rest of the launch. Autpilot MFD shuts down its flightplan and turns over the control of the Shuttle to you.
Bugs:
For some reason if you switch views alot, it sometimes messes up. I dont know if thats why. Sometimes it just messes up so you have to start over.
Also, I think it is required that your MFD refreash rate be set to .1 in the launch pad.
Progress:
Lets get this on the production line and get some people into orbit.!!! I will now work with different azimuths and Inclinations.
CHECK OUT THE FLIGHT TO ISS FLIGHTPLAN IN THE NEXT FEW MESSAGES FROM ME.
Enjoy.
Polaris, out.
Speacial thanks to R. Bumm, for his flighplan examples and his wonderfull MFD and thanks to Jarmo Nikkanen for IMFD. If I left anyone out please forgive me.
Last edited:

