Capacitive Proximity Sensor
Detects any material — metal, plastic, liquid, or granular — by sensing the change in capacitance at the sensing face.
01 / Recognize it
What this sensor looks like
Learn the housing, active face, mounting, and connector before you meet it on a machine.

Hardware recognition
Know what to look for
Use the silhouette, active face, and connection style to identify the device before checking its part number and datasheet.
- Body and mounting
- Often resembles an inductive barrel sensor but may use a plastic threaded body.
- Active face
- The active face detects dielectric material through a non-metal wall.
- Cable and terminals
- A sensitivity screw or teach control is commonly placed near the cable end.
02 / Understand the principle
Watch cause become a PLC signal
Follow the physical event through the sensing element and into the exact controller value.
Signal story / live loop
Capacitive Proximity Sensor: cause to controller
Now showingPhysical event
Product rises past the probe → Capacitance increases → %I0.2 = 1
03 / Test and commission it
Commission it on the bench
Move the process, adjust the setpoint, invert the logic and inject faults. Watch the PLC value respond immediately.
Commissioning bench
Capacitive Proximity Sensor
PLC channel
%I0.2
RAW 0
Engineering value
35 %
Material detected
Channel healthy
Signal is inside the expected operating range
Commissioning note: Calibrate with the real product; moisture and wall thickness change sensitivity.
Field guide
A capacitive proximity sensor detects targets by measuring the change in capacitance at its sensing face. The sensor contains a high-frequency oscillator connected to two internal electrodes that form a capacitor with the air in front of the face. When any material — metal, plastic, liquid, wood, or granular media — enters the sensing field, it changes the dielectric constant between the electrodes. This increases the capacitance, which the sensor's electronics detect and convert to a switched output.
**Capacitive vs inductive proximity sensors** — this is the most important distinction: - An inductive sensor detects only conductive metal targets. It is unaffected by non-metallic objects. - A capacitive sensor detects any material with a dielectric constant greater than air (εr > 1). This includes metals, but also plastics, liquids, glass, wood, and powders. - Use inductive for metal-only detection in oily environments; use capacitive when the target is non-metallic or when you need to sense through a thin non-metallic wall.
**Sensing through containers** is a key application. A capacitive sensor can be mounted flush against the outside of a plastic tank or conveyor guard and detect the presence of liquid or product inside — the material changes the effective capacitance through the tank wall. The sensitivity potentiometer on the sensor is adjusted so the sensor triggers on liquid but not on the tank wall alone.
**NPN and PNP output wiring** follows the same three-wire convention as inductive sensors: - **NPN (current sinking):** signal wire pulls to 0V when active. Connect to a PLC input wired to a positive common (PNP input type). Common in Asia-manufactured equipment. - **PNP (current sourcing):** signal wire pulls to supply voltage (+24 V DC) when active. Connect to a PLC input wired to a 0V common (NPN input type). Most common in European and American industrial practice.
The cable is always: brown = +24 V supply, blue = 0V/common, black = signal output. A yellow LED at the rear of the sensor lights when the output is active.
**Sensitivity adjustment** is unique to capacitive sensors — a potentiometer on the body lets you tune the sensing threshold. This is necessary because different materials have very different dielectric constants: water (εr ≈ 80) triggers much more strongly than dry cardboard (εr ≈ 2–4). The adjustment prevents false triggering on condensation, dust coating on the face, or thin container walls.
Use this when…
- Detecting plastic bottles or cardboard cartons on a conveyor
- Monitoring liquid level through a non-metallic tank wall
- Sensing granular material (grain, powder, pellets) in hoppers or chutes
Where you will see it
Beverage filling
Capacitive sensors detect filled PET bottles (water changes the dielectric) through the bottle wall, confirming fill level before capping.
Packaging
A capacitive sensor through a conveyor guard rail detects cardboard cartons — inductive proximity would miss them entirely because cardboard is non-metallic.
Next skill
Connect it to PLC logic
Unlock PLC integration challenges