The standard prox switch symbol on an electrical schematic consists of a diamond shape (IEC 60617) or a limit switch symbol with a proximity actuator arrow (NEMA), representing non-contact sensing. In practice, wiring these sensors relies on the IEC 60446 DC color code: Brown (V+), Blue (V-), and Black (Output). Misinterpreting the symbol or the wire colors is the leading cause of shorted PLC input cards and blown sensor internals.

Proximity Switch Schematic Symbols & Pinout Reference

Before you strip a single wire, you must identify the sensor type and the drafting standard used on your schematic. North American panels (NEMA/ANSI) typically modify the standard mechanical limit switch symbol by adding a proximity actuator arrow. European and modern global panels (IEC 60617) use a distinct diamond shape to separate solid-state proximity sensors from mechanical contacts.

Table 1: Prox Switch Symbol & Pinout Matrix
Sensor Type IEC 60617 Symbol NEMA / ANSI Symbol Standard 3-Wire Pinout Typical Part Example
Inductive (Metal) Diamond with diagonal line Limit switch with proximity arrow BN(+), BU(-), BK(Out) Omron E2E-X5ME1
Capacitive (Non-Metal) Diamond with diagonal line & 'C' Limit switch with proximity arrow & 'C' BN(+), BU(-), BK(Out) ifm KI5085
Photoelectric (Optical) Diamond with light rays Limit switch with light ray arrow BN(+), BU(-), BK(Out1), WH(Out2) Allen-Bradley 42SR
Magnetic (Reed/Hall) Diamond with 'M' or magnet icon Limit switch with 'M' identifier BN(+), BU(-), BK(Out) SICK IM18
⚠️ Callout Warning: NPN vs. PNP Symbols
The symbol alone does not tell you if the sensor sources or sinks current. Look at the internal transistor symbol inside the diamond or next to the NEMA contact. If the emitter arrow points outward toward the load, it is a PNP (Sourcing) sensor. If the arrow points inward toward the 0V rail, it is an NPN (Sinking) sensor. Wiring a PNP sensor to an NPN-sinking PLC input card (like an Allen-Bradley 1769-IB16) will result in a permanently stuck 'ON' state or a blown optoisolator.

Sensor Wire Color Codes: IEC 60446 vs. NFPA 79 vs. Legacy

When you open the junction box or look at the pigtail, the wire colors dictate the pinout. The global baseline for DC sensor wiring is IEC 60446. However, regional machine-building standards introduce critical nuances you must respect to pass inspection and avoid cross-wiring AC mains into DC logic.

The Modern DC Standard (IEC 60446 & NFPA 79)

  • Brown (BN): Positive Supply (+VDC). Usually 24VDC in industrial panels, sometimes 12VDC in mobile/automotive hydraulics.
  • Blue (BU): Negative Supply / Common (0V / GND). This completes the internal sensor circuit.
  • Black (BK): Primary Output (Load). This carries the switched signal to the PLC or relay coil.
  • White (WH): Secondary Output or Configuration. On 4-wire photoelectric sensors, this is often the complementary output (e.g., if Black is NO, White is NC). On some smart IO-Link sensors, White is the data/communication line.

Regional & Legacy Variants

In the US, NFPA 79 (Electrical Standard for Industrial Machinery) strictly adopts the Brown/Blue/Black/White scheme for DC control circuits. However, NFPA 79 explicitly forbids using Blue for AC neutral in machine panels (AC neutral must be White or Grey). If you see a Blue wire in a 120VAC AC branch circuit, you are looking at a severe code violation or a European-imported machine that hasn't been re-wired for North American AC color codes.

Old UK / Pre-Harmonization: If you are retrofitting a machine built in the UK before 2004, you may encounter the old DC color code: Red (+V), Black (0V), and Yellow/Green or Orange (Output). Never assume Black is 0V on legacy British equipment without verifying with a meter; connecting 24VDC to a legacy Black (0V) wire using modern IEC assumptions will instantly fry the sensor's internal voltage regulator.

Common Symbol Misinterpretations & Faded Label Troubleshooting

Schematics are only useful if the physical hardware matches the drawing. In harsh environments (CNC coolant washdown, stamping press vibration), sensor labels fade, wires get swapped, and replacements are installed without checking the PNP/NPN logic. Here is how to troubleshoot the rows and scenarios people get wrong.

The "Rows People Get Wrong"

  1. Assuming NO (Normally Open) is Default: Most inductive prox switches are NO, but many safety-interlock magnetic reed switches are NC (Normally Closed). If the schematic symbol shows the contact in its unactuated state, verify whether the process requires a continuous signal (NC for safety/wire-break detection) or a trigger signal (NO for part counting).
  2. Ignoring the Flyback Diode Symbol: If the schematic shows a diode symbol drawn in parallel with the sensor output or the load coil, it indicates an inductive load (like a relay coil). If you replace a 3-wire prox switch with a 2-wire solid-state relay and omit the flyback diode, the inductive kickback will punch through the sensor's output transistor within days.
  3. 2-Wire vs. 3-Wire Confusion: A 2-wire prox switch symbol looks identical to a mechanical limit switch (just two wires, no V+ / V- distinction). 2-wire sensors have a "leakage current" (often 1-3mA) when OFF. If your PLC input requires a strict 0V to register an OFF state, this leakage current will cause ghost signals. Always use 3-wire sensors for modern PLC inputs.

Safe Interpretation When Markings Are Faded or Missing

Never guess the pinout of an unlabeled 3-wire sensor. Applying 24VDC to the Black (Output) wire will short the internal transistor to the power rail, permanently destroying the sensor. Use this bench-testing protocol to safely identify the wires:

✔ Multimeter Identification Protocol
  1. Identify 0V (Blue): Set your multimeter to Continuity/Resistance. Measure between each wire and the sensor's metal barrel or mounting threads. The wire that shows continuity (or very low resistance, < 5 ohms) to the casing is almost always the 0V (Blue) wire, as the internal circuit grounds to the shield.
  2. Identify +V (Brown): Switch the meter to Diode Test mode. Place the red probe on the suspected +V wire and the black probe on the confirmed 0V wire. You should read a forward voltage drop (typically 0.6V to 1.5V) across the internal reverse-polarity protection diode. Reversing the probes should read 'OL' (Open Loop).
  3. Identify Output (Black): The remaining wire is the output. To verify PNP vs. NPN, power the sensor with a bench supply (Brown to +24V, Blue to 0V). Place a multimeter (DC Volts) between the Black wire and 0V. Actuate the sensor with a metal target. If the voltage jumps to ~24V, it is PNP (Sourcing). If it stays at 0V, power it up between Black and +24V; if it pulls to 0V upon actuation, it is NPN (Sinking).

By cross-referencing the schematic symbol's transistor arrow direction with the physical wire colors and verifying with a meter, you eliminate the guesswork that leads to dead shorts and damaged I/O modules. Always default to the IEC 60446 color standard for new builds, and explicitly label legacy wires with heat-shrink tubing to prevent the next technician from making a fatal assumption.