An NC (Normally Closed) contact is the opposite of an NO (Normally Open) contact. It's a type of switch or relay contact that remains closed (conducts electricity) in its un-energized state. This means when the switch isn't actively flipped or the PLC isn't sending a signal, the NC contact allows current to flow freely through the circuit.
Here's a breakdown of how an NC contact functions:
- Un-energized State: This is the default state of the NC contact. Imagine a push-button light switch where the light is already on. In this scenario, the NC contact is closed, similar to a completed circuit, allowing current to flow and keeping the light illuminated.
- Energized State: When the switch is activated (button pressed) or the PLC sends a signal, the NC contact changes state. It opens, breaking the connection in the circuit. This interrupts the current flow, which can be used to turn off devices.
Analogy: Think of a button that turns off a light already on.
- Normally Closed (NC): In its natural state (un-energized), the NC contact is closed, allowing current to flow freely, and the light stays on.
- Energized by Pressing the Button: Pressing the button energizes the NC contact, which forces it open. This breaks the circuit, stopping current flow, and turning off the light.
Applications of NC Contacts:
- Safety Shut-Off Mechanisms: NC contacts are crucial for safety features. For example, emergency stop buttons on machinery often use NC contacts. In the un-energized state (machine running), the NC contact is closed, allowing the machine to operate. Pressing the button energizes the NC contact, which opens and cuts power, stopping the machine immediately.
- Preventing Malfunctions: NC contacts can help prevent malfunctions. Imagine a machine door that needs to be closed for safe operation. An NC contact can be used in the door's closing mechanism. In the closed position (un-energized), the NC contact is closed, allowing the machine to function. If the door is opened (energizes the NC contact), it opens and disrupts the circuit, preventing the machine from starting until the door is closed again.
- Logic in PLC Programming: Similar to NO contacts, NC contacts can be used in PLC programs to create complex control systems. By combining them with other elements, you can define specific conditions where opening the circuit (NC contact activation) is necessary for a desired outcome.
By understanding NC contacts, you can design circuits and PLC programs that prioritize safety and prevent malfunctions. They offer a way to control current flow based on switch activation, ensuring desired functionalities and safety measures.