There's No Button

Lesson 1.2

Section 1: Cycling Power

You're standing in front of a controller that needs to be rebooted. Maybe it's hung. Maybe a config change requires it. Either way, you need to know how to do this without making things worse.

First question: does it have a power switch? Some panel-mounted controllers do. If there's a switch, use it: off, wait ten seconds, back on.

If there's no switch, and there usually isn't, you're pulling the connector. Most modern controllers have a dedicated plug-in power connector you can remove in one move. On older or simpler controllers you may need to back out the HOT and COM wires from the terminal block instead. Either way, you are working near live 24VAC: stay deliberate, don't let bare wire tips touch anything they shouldn't, and confirm power is actually off before walking away from the panel.

Before you pull anything:

Wait long enough. Ten seconds is usually sufficient; count to thirty if in doubt. When you restore power, stay and watch; don't walk away. The first thirty seconds after boot tell you a lot.

Section 2: Dead Controller Triage

Scenario: Nothing, completely dark (all LEDs off): No LEDs means no power reaching the board. Start at the transformer: check secondary voltage (should be 24VAC). If correct there, check HOT and COM at the controller terminals. If 24VAC is present at terminals and still nothing, try swapping HOT and COM; some controllers are polarity-sensitive. If that doesn't help, the board may be failed.

Scenario: PWR on, RUN flashing amber: Power is reaching the board. Flashing amber on RUN usually means boot sequence, safe mode, or a fault. Give it 30-60 seconds; it may clear. If it stays: check the manual for that blink pattern.

Scenario: All green, COMM blinking: This is a healthy controller. If something seemed wrong, the issue is likely not power or boot state. Check your network connection, IP config, or whether the station is running.

Scenario: PWR on, everything else dark: Power supply is working but the logic board isn't running. Try a clean power cycle; if PWR comes on but RUN never follows, you likely have a board issue or corrupted firmware.

Tracing Power Upstream

Work from source toward load. Find the last known good point, then the first bad one.

  1. Check the circuit breaker: Confirm it's on and hasn't tripped.
  2. Measure transformer secondary: Put your meter on the transformer secondary terminals. 24VAC plus or minus 2V is fine.
  3. Check HOT and COM at the controller: 24VAC at the transformer doesn't mean 24VAC at the board. Measure directly at the controller terminals.
  4. Check polarity: If voltage is present at terminals and still no LEDs, try swapping HOT and COM.
  5. Section 3: Connecting to a Live Controller

    1. Know the defaults before you go: Controllers fresh from the factory come up with default network settings: a fixed IP address, a default subnet. Check the manufacturer's quick-start sheet before you leave the office.
    2. Match your network to the controller: If the controller's default address is 192.168.1.1, your laptop needs to be on the same subnet.
    3. Give it time to finish booting: A controller that just came up may not be ready to accept connections for a minute or two.
    4. Ping first, then connect: Before opening any config tool, open a command prompt and ping the controller's address.
    5. What "doesn't appear" usually means: It is almost never that the controller is broken. It is almost always a config mismatch on your side.
    6. A technician who panics when a controller doesn't respond is dangerous. A technician who goes quiet, picks up their meter, and works the problem from the source is the one people trust.