askvity

# Understanding Sinking in Control Systems

Published in Control System Wiring 5 mins read

What is a Sink in a Control System?

In a control system, a "sink" primarily refers to a sinking input or a sinking output, where a device or sensor provides a path for current to flow to the common or ground (0 VDC) of the power supply.

Understanding Sinking in Control Systems

In the realm of industrial control and automation, the term "sink" most commonly describes a specific wiring configuration for inputs and outputs, particularly related to how current flows. It signifies that a device or input completes a circuit by providing a current path to the common or negative terminal of the power supply.

What are Sinking (NPN) Inputs?

As defined, sinking (NPN) inputs "are inputs that require an external sensor device to 'Sink' or 'pull' current from the Input circuitry to 0 VDC (-DC)." This means that the external sensor device provides a current path to the 0 VDC (-DC) common point. When the sensor activates, it essentially connects the input to ground, allowing current to flow from the input module's internal power source, through the input circuit, and then to the sensor which "sinks" it to ground. This type of input is typically associated with NPN (Negative-Positive-Negative) transistor outputs from sensors or devices.

Key characteristics of Sinking Inputs:

  • Current Direction: Current flows from the input terminal to the sensor, and then to the common/ground (0 VDC).
  • Sensor Behavior: The external sensor acts like a switch that connects the input to 0 VDC.
  • Common Use: Often found in Programmable Logic Controllers (PLCs) and other industrial control modules.

Sinking vs. Sourcing: A Critical Distinction

To fully grasp the concept of sinking, it's essential to understand its counterpart: sourcing. These two terms define how a sensor or input module handles current flow in a DC circuit.

  • Sinking (NPN): The device (e.g., sensor output or input module) provides a path for current to flow to the negative rail (0 VDC / ground). The device "sinks" the current.
  • Sourcing (PNP): The device provides a path for current to flow from the positive rail (+VDC) to the load or input. The device "sources" the current.

Think of it like a faucet:

  • A sinking device accepts current (like a drain accepts water).
  • A sourcing device provides current (like a faucet supplies water).

Practical Implications and Examples

Understanding the difference between sinking and sourcing is crucial for proper wiring and system compatibility in control applications. Mismatched components can lead to non-functional circuits or even damage.

Example Scenario:
Imagine you have a proximity sensor and a PLC input module.

  • Sinking Sensor Output: If your sensor has a sinking (NPN) output, its output wire connects to 0 VDC when active. For this sensor to work, your PLC input module must be a sourcing input type. The PLC input would supply +24VDC to the sensor, and the sensor would then pull this current to 0VDC when active, thus signaling the PLC.
  • Sourcing Sensor Output: If your sensor has a sourcing (PNP) output, its output wire connects to +24 VDC when active. For this sensor to work, your PLC input module must be a sinking input type. The PLC input would provide a path to 0VDC, and the sensor would supply +24VDC to the input when active, signaling the PLC.

Table: Sinking vs. Sourcing Comparison

Feature Sinking (NPN) Sourcing (PNP)
Current Flow To 0 VDC (-DC) / Common From +VDC / Power Supply
Device Output Connects output to 0 VDC Connects output to +VDC
Associated Transistor Type NPN PNP
Common Use Case Often used with sourcing inputs (e.g., PLC supplying power) Often used with sinking inputs (e.g., PLC providing ground)

Why is this distinction important?

  • Compatibility: Sensors must be compatible with the control system's input/output types. A sinking sensor needs a sourcing input, and vice versa.
  • Noise Immunity: In some industrial environments, one type might offer better noise immunity depending on the grounding scheme.
  • Safety: Proper wiring prevents short circuits and ensures reliable operation, preventing damage to sensitive control components.

In summary, a "sink" in a control system refers to the act of providing a return path for current to the common or ground, most notably seen in sinking (NPN) inputs where the external device pulls current to 0 VDC. This fundamental concept is vital for designing, troubleshooting, and maintaining robust industrial automation systems.

Related Articles