I am making a fully automatic rocket with a reusable first stage, similar to the falcon 9. I have the first stage launch, then gravity turn, then detach, and do a boost back burn. The problem is the second stage code tries to run in the very beginning of the launch, even though I not controlling that command chip. How do I make the second stage code only run when I switch to it?
Tags
Question5 Comments
- Log in to leave a comment
-
10.9k Insanity
@JSO18 thats a bit more difficult to get right, i just let it fly and it was waiting for the next altitude flag or whatever it was waiting for on the ascend untill it got out of draw distance. Then when switching back to it, it just continued what it was doing.
-
3,664 JSO18
@Insanity thanks! I want to do a boost back burn before I start the upper stage code. Do you know if the upper stage will wait to use the code until I switch to it if I use a broadcast block?
-
3,877 Rockets5001
Idk but I have never seen it soooo you might not be able to do it. :(
-
10.9k Insanity
What i did was let the booster broadcast a message to the craft just before detaching. The upper stage would recieve the message and then start its code.
No Upvotes
Log in in to upvote this post.
@Insanity ok. Thanks!