In our journey through the Intelligence Economy, we often focus on high-level programming and data centers. However, the physical execution of logic still relies heavily on a century-old technology: the electromagnetic relay.

For students at AutomationStudent.org, understanding “Contact Forms” is essential. While a PLC handles the “thinking,” the relays handle the “doing”—and choosing the wrong contact form can be the difference between a functioning system and a dangerous failure.

1. What are “Contact Forms”?

In industrial terminology, a “Form” describes the specific arrangement and rest-state of a set of contacts. While there are many variations (up to Form X, Y, and Z), the vast majority of industrial automation relies on three: Form A, Form B, and Form C.

2. Form A: The “Make” Contact (Normally Open)

Form A is a Single-Pole, Single-Throw, Normally Open (SPST-NO) contact.

  • Rest State: The circuit is open. No current flows.
  • Active State: When the relay coil is energized, the contact “makes” the connection.
  • Symbolism: In Ladder Logic, this is your standard examine-if-closed (XIC) instruction.
  • Usage: Used for general switching where you want a device to remain OFF unless explicitly commanded to turn ON.

3. Form B: The “Break” Contact (Normally Closed)

Form B is a Single-Pole, Single-Throw, Normally Closed (SPST-NC) contact.

  • Rest State: The circuit is closed. Current flows freely.
  • Active State: When the relay coil is energized, the contact “breaks” the connection.
  • Symbolism: In Ladder Logic, this is the examine-if-open (XIO) instruction.
  • Usage: Critical for safety and signaling. If the control wire is cut, the Form B contact returns to its closed state, which can be used to trigger an alarm or drop out a safety master.

4. Form C: The “Changeover” Contact (SPDT)

Form C is the workhorse of the relay world. It is a Single-Pole, Double-Throw (SPDT) arrangement consisting of three terminals: Common (COM), Normally Open (NO), and Normally Closed (NC).

  • Operation: At rest, COM is connected to NC. When energized, the armature moves, breaking the connection with NC and “changing over” to make a connection with NO.
  • Break-Before-Make: Most Form C relays are designed so that the NC contact breaks before the NO contact makes, preventing a short circuit between the two paths.
  • Usage: Directing power between two different states, such as a “Running” light (NC) and a “Fault” light (NO).

5. Implementation in Relay Logic

Relay logic allows us to perform boolean operations without a computer. By wiring these forms in specific sequences, we create the “DNA” of automation:

The AND Operation (Series)

Wiring two Form A contacts in a row. Both relays must be energized to complete the circuit.

The OR Operation (Parallel)

Wiring two Form A contacts side-by-side. Either relay being energized completes the circuit.

The Seal-In (Latching)

Using a Form C contact to keep a relay energized even after the “Start” button is released. This is the foundation of motor starter circuits.

6. The 2026 Perspective: Digital Twins and Hybrid Logic

In the modern landscape, we often use Digital Twins to simulate these relay forms before physical installation. Even though a PLC might replace the physical relay logic, the terminology remains. When you configure an I/O card, you will still be asked if the input is “Form A” or “Form B” logic.

Mastering these forms ensures you can speak the language of both the 1920s electrician and the 2026 systems architect.

Self-Learning Opportunity: Find a standard 8-pin or 11-pin “ice cube” relay. Use your multimeter to identify which pins constitute the Form C changeover pair.