NO / NC Contact Basics

A Contact and B Contact Basics: Normally Open and Normally Closed Explained

A contacts and B contacts are the starting point for reading relay circuits, push buttons, and PLC inputs. This guide explains them through normally open, normally closed, unoperated state, and operated state.

  • Understand a contact and b contact as NO and NC contacts.
  • Read the difference between unoperated and operated states.
  • Apply the idea to push buttons, relays, and PLC input checks.

Good for

  • Beginners learning relay and ladder circuit basics.
  • People confused by a contact, b contact, NO, and NC.
  • Technicians checking push buttons, relays, or PLC inputs.

Not the main focus

  • Advanced safety circuit design.
  • Detailed manufacturer contact block specifications.
  • Full ladder programming instruction manuals.

Quick conclusion

  • An a contact is normally open and closes when operated.
  • A b contact is normally closed and opens when operated.
  • Always separate normal state from current machine condition.

Contents

What are a contacts and b contacts?

In Japanese control practice, a contact and b contact are common names for normally open and normally closed contacts.

An a contact is a contact that is open in its normal state and closes when the device operates. In English, this is usually called a normally open contact, or NO.

A b contact is a contact that is closed in its normal state and opens when the device operates. In English, this is usually called a normally closed contact, or NC.

The most important point

“Normally” means the unoperated state of the device. It does not always mean the current state you see during machine operation.

Senior technician character
Senior

When you read contacts, first ask: what is the normal, unoperated state?

Junior technician character
Junior

So I should not judge only from whether the machine is moving right now?

Senior technician character
Senior

Exactly. Normal state and current operating state are different ideas.

A contact = normally open, B contact = normally closed

The easiest way to remember the difference is to focus on whether the contact is open or closed before operation.

Diagram comparing a contact as normally open and b contact as normally closed
A contact is normally open. B contact is normally closed. The word “normally” means before the switch, relay, or device is operated.
Contact name English name Normal state When operated
A contact Normally open contact / NO Open Closes
B contact Normally closed contact / NC Closed Opens

Simple memory rule

NO starts open and becomes closed. NC starts closed and becomes open.

Unoperated state and operated state

Many mistakes happen because people mix up normal state, operated state, and actual machine condition.

For a push button, the unoperated state is the condition before the button is pressed. For a relay, it is the condition before the coil is energized. For a limit switch, it is usually the condition before the actuator is pressed or moved.

Diagram showing unoperated and operated states of a contact and b contact
Contact names are based on the unoperated state. The actual state changes when the button, relay, or switch operates.

1. Identify the device

Push button, relay, limit switch, sensor output, or contact block.

2. Check normal state

Open means NO. Closed means NC.

3. Imagine operation

NO closes. NC opens.

4. Read the circuit

Decide when current or signal can pass.

Where you see NO and NC contacts

The same idea appears in push buttons, relays, selector switches, limit switches, and PLC input circuits.

Push buttons

A start button is often NO. It closes only while pressed. A stop button is often NC. It opens when pressed.

Relays

Relay contacts change state when the relay coil is energized.

Limit switches

The contact state changes when the mechanical actuator is moved.

PLC inputs

The PLC sees input ON or OFF, but the field contact may be NO or NC depending on the wiring purpose.

Field-friendly view

Do not memorize only the part name. Trace what happens to the signal when the device is not operated and when it is operated.

How NO and NC appear in PLC input checks

A PLC input only shows whether voltage or signal is present. The field contact logic must be understood from the wiring and device state.

Diagram showing NO and NC contacts connected to PLC inputs and how input ON or OFF is interpreted
In PLC checks, separate the physical contact type from the PLC input ON/OFF status.

For example, an NC stop button may keep a PLC input ON during normal operation. When the button is pressed, the contact opens and the input turns OFF. This is normal behavior for that circuit, even though OFF may look like “nothing is happening” at first glance.

Important PLC reading habit

Input ON does not always mean the device is operated. Input OFF does not always mean the device is broken. Check the contact type and wiring purpose.

Field check points

When checking contacts in the field, confirm the normal state, operation state, terminal numbers, and PLC input status together.

Field check diagram for NO and NC contacts showing normal state, operated state, terminal check, PLC input, and wiring drawing
A practical check order: drawing, device state, terminal numbers, contact operation, voltage or continuity, and PLC input status.

Check the drawing

Confirm whether the circuit expects an NO contact or NC contact.

Check the device state

Know whether the button, relay, switch, or sensor is currently operated.

Check terminals

Terminal numbers or contact block markings can help identify NO and NC.

Check safely

Follow site rules before measuring voltage, continuity, or touching terminals.

Common mistakes when reading contacts

Most confusion comes from judging by the current machine state instead of the normal state.

Mistake Why it causes confusion Better way to think
Thinking “normal” means machine running Normal in NO/NC means unoperated state, not production running condition. Ask whether the device itself is operated.
Judging only from PLC input ON/OFF The same input status can have different meanings depending on wiring. Check the field contact type and the circuit drawing.
Mixing up push button and relay behavior A push button changes when pressed. A relay contact changes when its coil is energized. Identify what action operates the contact.
Replacing parts before understanding logic A contact may be working correctly even if the signal looks opposite at first. Compare normal state, operated state, and actual measured signal.

Do not bypass NC contacts casually

NC contacts are often used for stop, alarm, interlock, and safety-related logic. Do not bypass or change wiring without understanding the circuit and following site rules.