Guest User

launch.ks

a guest
May 12th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. RUN ascent.ks.
  2.  
  3. SET ap TO LIST(
  4. // direction, minAlt, newAngle
  5. 90, 0, 80,
  6. 90, 2500, 80,
  7. 90, 10000, 75,
  8. 90, 15000, 70,
  9. 90, 20000, 65,
  10. 90, 25000, 60,
  11. 90, 32000, 50,
  12. 90, 45000, 35,
  13. 90, 50000, 25,
  14. 100, 60000, 0,
  15. 110, 70000, 0,
  16. 120, 72000, 0
  17. ).
  18.  
  19. LOCK THROTTLE TO 1.
  20. STAGE.
  21. WAIT 3.
  22. STAGE.
  23. EXECUTE_ASCENT_PROFILE(ap).
Add Comment
Please, Sign In to add comment