Vanilla Triggers for Rocket Launching?
Posted: Mon Dec 05, 2016 1:57 am
I'm laying down stuff for a rocket launching complex. The target time is 30 seconds/launch, which means that multiple rocket launching platforms are needed. Additionally, I'm trying to stagger the launches uniformly, rather then have them batch launched. This means that I can't just split up the three components and distribute them equally - I need to direct all parts to each rocket platform in turn, cycling through the platforms. Which isn't a problem in itself, I've already designed and verified the controls.
My problem is the trigger for switching to each platform in sequence. So far, the only three things I can think of to indicate that the rocket platform has taken on all the necessary components are 1) A pulse from the inserter loading a satellite onto the rocket, 2) The input lanes for the 3 components all simultaneously compress, and 3) Inactivity from all the inserters loading rocket parts. The first works simply and reliably, but there's a fairly long delay between the rocket getting enough components, opening the doors, raising the rocket, and FINALLY loading the satellite. The second and third are much quicker to detect, but I'm not sure how to translate their occurrence into one (and only one) circuit pulse, and then reset them until the next time that rocket platform's turn comes around.
I'm somewhere between novice and mediocre when it comes to using this game's circuit network - any applicable circuit methods out there that might be helpful?
My problem is the trigger for switching to each platform in sequence. So far, the only three things I can think of to indicate that the rocket platform has taken on all the necessary components are 1) A pulse from the inserter loading a satellite onto the rocket, 2) The input lanes for the 3 components all simultaneously compress, and 3) Inactivity from all the inserters loading rocket parts. The first works simply and reliably, but there's a fairly long delay between the rocket getting enough components, opening the doors, raising the rocket, and FINALLY loading the satellite. The second and third are much quicker to detect, but I'm not sure how to translate their occurrence into one (and only one) circuit pulse, and then reset them until the next time that rocket platform's turn comes around.
I'm somewhere between novice and mediocre when it comes to using this game's circuit network - any applicable circuit methods out there that might be helpful?