Free
4 min

Beginner 04 — Stop button (NC contact)

beginnerfundamentalsnc-contactstop
Beginner 04 — Stop button (NC contact) scenario preview

Ready to build this?

Sign up free — no credit card required. This scenario is included in the free tier.

Sign up to play this scenario →

Already have an account? Log in

Briefing

The light is on by default. Pressing STOP_BUTTON should turn it OFF. That's a normally-closed (NC) contact — current passes through it until the input is true, then it breaks. Here “NC” describes the ladder instruction: it is true when its tag is false. The simulator uses an active-high button tag (FALSE released, TRUE pressed). Do not infer physical E-stop wiring from this model; real safety functions use de-energise-to-trip field circuits, monitored safety equipment, and validation.

Objectives

  • When STOP_BUTTON is false (released), LIGHT is on
  • When STOP_BUTTON is true (pressed), LIGHT is off

Hints

  • Use a normally-closed contact, not a normally-open one.
  • In IEC, the slash prefix marks an NC contact: | /STOP_BUTTON |.

I/O Table

Inputs

STOP_BUTTON

Simulated stop command (TRUE when pressed)

BOOL · %I0.0

Outputs

LIGHT

Indicator lamp

BOOL · %Q0.0

Your program will be tested against:

All test cases run automatically when you submit. Assertions are hidden until you pass.

  1. #1STOP released → LIGHT on

    NC contact lets current through when input is false

  2. #2STOP pressed → LIGHT off

    NC contact breaks the rung when input goes true

Ready to build this?

Sign up free — no credit card required. This scenario is included in the free tier.

Sign up to play this scenario →

Already have an account? Log in

Real normally closed contact plc footage

See this exact skill in the working simulator.

Watch the real browser product respond to the task on this page, then try the same practical workflow yourself. No slides, concept mockups, install, or credit card.

Try this in the browser
Normally-Closed PLC Contact — Build a Safe Stop Circuit