Automation

Sandustry Logic Timer Guide: How to Delay a Signal

Quick answer

A timer is a repeatable signal-delay pattern: trigger input, hold or route the signal through logic pieces, then release it to the machine after the delay you need.

Review record
Published: Last reviewed: Patch-sensitive facts are marked for recheck

Quick answer

Sandustry does not need a special “Timer” building to make delayed automation. Build a small logic cell that accepts an input signal, holds or repeats it through logic components, then sends the output after the delay.

Start with a simple goal: press a button → wait a few seconds → activate the output once. After that works, expand it into loops, pulsed doors, overflow valves, or throughput controllers.

What a logic timer needs

PartJob
Signal Button or SensorStarts the timer
Signal LinkerConnects the input to the logic cell
Repeater or chained logicCreates delay or signal propagation steps
Toggle / T-FlipFlopHolds a state when you need on/off memory
Logic gatesCombine conditions such as “input active and storage not full”
Output machineDoor, filter, lamp, launcher, pump support, or other controlled target

The official roster includes Signal Linker, Signal Switch, Signal Button, Signal Sensor, Pulse Sensor, Presence Sensor, Buffer, Toggle, Signal Lamp, logic gates, and Repeater. Use this guide as a layout pattern, then verify exact behavior in your current build.

Simple delay pattern

  1. Place a Signal Button or Sensor as the trigger.
  2. Link it into a short line of repeaters or gate steps.
  3. Put a Signal Lamp at the end while testing.
  4. Press the trigger and count the delay before the lamp changes.
  5. Add or remove delay steps until the timing is close.
  6. Replace the lamp with the real output only after the test is repeatable.

The lamp test matters. It lets you debug the signal without also debugging a clogged factory lane.

Timer uses

Use caseWhy delay helps
Throughput controllerRelease material in pulses instead of one giant clog
Filter resetLet blocked material clear before reopening a route
Door or gateGive the player or critters time to enter before closing
Burner cyclePulse material into heat rather than overfeeding it
Pump supportAvoid sending output into a full basin

Troubleshooting

Nothing happens

Check the Signal Linker first. If the test lamp does not respond, the timer is not connected or the trigger is not producing a signal.

The output fires instantly

The output is connected before the delay section. Move the output link to the end of the timer chain.

The timer stays on forever

You probably built state memory with a Toggle but did not add a reset path. Add a second signal or condition to turn it off.

The factory still clogs

The timer is working, but the material pulse is too large. Reduce the open time or add a physical throughput limiter before the controlled lane.

Sources

Entity names checked against the official Sandustry Wiki main roster and current community automation discussions on 2026-08-26. Exact signal timing can change during Early Access, so test with a Signal Lamp before wiring production machines.