🔙 Back to Ladder Logic Functions
A Normally Closed (NC) contact is a type of electrical contact used in relay systems. It is represented by a symbol that consists of two parallel lines with a diagonal slash through them or a switch symbol with a line connecting the two terminals. The NC contact is designed to be closed (allowing current to flow) when the relay coil is not energized, and it opens (interrupting the current flow) when the coil is energized. This means that in its default state, the NC contact allows current to pass through, and when activated, it breaks the circuit. NC contacts are commonly used in safety circuits, interlocks, and control systems where it is important to ensure that a circuit is broken when a certain condition is met.
The NC contact operates based on the state of the relay coil. When the coil is not energized, the NC contact remains closed, allowing current to flow through the circuit. However, when the coil is energized, it creates a magnetic field that pulls the contact away from its default position, causing it to open and interrupt the current flow. This behavior is useful in applications where you want to ensure that a circuit is de-energized when a certain condition is met, such as in emergency stop circuits or safety interlocks.
The table below shows how a Normally Closed contact behaves:
| Input Condition | Contact State | Output State |
|---|---|---|
| False (Not Activated) | Closed | Signal Flows |
| True (Activated) | Open | No Signal Flows |
| Fluid Sim | In fluid sim we can use a NC "break" contact, we can then assign it to a specific relay value, for example "R1". When the relay is not energized, the NC contact will complete our circuit and allow the signal to flow. However, when the relay is energized, it will break the circuit and stop the signal from flowing. |
|---|---|
| Lab Bench | On the lab benches, we have sets of festo relay boxes. These boxes consist of pairs of NO and NC contacts that are connected to a relay coil. We can use the NC contact in our lab experiments to demonstrate how it works in a real circuit. For example, we can connect the NC contact in series with a light bulb and a power supply. When the relay coil is not energized, the NC contact will allow current to flow through the light bulb, causing it to light up. However, when we energize the relay coil, the NC contact will open, breaking the circuit and causing the light bulb to turn off. |