How to pick a single signal from a wire and make it sticky?

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
pacanimal
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Feb 23, 2025 1:15 pm
Contact:

Re: How to pick a single signal from a wire and make it sticky?

Post by pacanimal »

If you just want to select a signal, stick to it, and stop sending it when it's no longer present in the input, you don't need all of that.
This is what I use to throw away excess on my space platforms:
Screenshot 2025-02-23 143555.png
Screenshot 2025-02-23 143555.png (246.74 KiB) Viewed 187 times


All it is is a selector that selects the biggest signal (or smallest, or whatever you want, then a decider that checks for an existing stored signal. Two more deciders either pass through the new signal (if there isn't one) or loops the existing one. Any selected signal (biggest one, in my case) will remain until it disappears from the input (reaches 0) even if other signals grow larger than it while it's selected.

It will also pass through the remaining count at any given time, in case it's needed. You can easily make it static 1 instead if you want.
Post Reply

Return to “Gameplay Help”