P3N-R
AI

Based on your query, the **P3N-R** typically refers to a specific series of **Photoelectric Sensors** (often associated with brands like Panasonic/Sunx or similar industrial automation manufacturers). These are retro-reflective sensors used for object detection.
Below is a breakdown of the electronic components, specifications, and principles of operation.
### 1. Core Electronic Components
The P3N-R operates using a combination of optical and solid-state electronic parts:
| Component | Function |
| :--- | :--- |
| **Emitter (LED)** | Usually an Infrared or Visible Red LED that pulses light toward a reflector. |
| **Receiver (Phototransistor)** | A light-sensitive component that detects the light returning from the reflector. |
| **Modulator/Oscillator** | An internal circuit that pulses the LED at a specific frequency to avoid interference from ambient light. |
| **Amplifier** | Boosts the weak signal received by the phototransistor for processing. |
| **Output Transistor** | Usually an NPN or PNP transistor that acts as a switch to signal the PLC or controller. |
| **Potentiometer** | A small adjustable screw used to calibrate the sensitivity/range. |
---
### 2. Technical Specifications
The "R" in P3N-R generally denotes **Retro-reflective**, meaning the light must bounce off a specialized reflector to complete the circuit.
| Feature | Typical Detail |
| :--- | :--- |
| **Sensing Type** | Retro-reflective (requires a reflector) |
| **Supply Voltage** | 12V to 24V DC (Standard industrial range) |
| **Output Type** | NPN or PNP (depending on the specific sub-model) |
| **Operation Mode** | Light-ON / Dark-ON selectable |
| **Response Time** | Typically < 1ms |
| **Housing Material** | ABS Plastic or Nickel-plated Brass |
---
### 3. Wiring Configuration
Most P3N-R sensors use a standard 3-wire or 4-wire color-coding system:
```yaml
Brown: +V (Positive Power Supply, 12-24VDC)
Blue: 0V (Negative/Ground)
Black: Control Output (Signal to PLC)
White: Mode Selection (Connect to +V or 0V for Light-ON/Dark-ON)
```
### 4. How the "Electronic Logic" Works
1. **The Pulse:** The internal oscillator triggers the LED to send a light beam.
2. **The Reflection:** If no object is present, the light hits a corner-cube reflector and returns to the sensor's receiver.
3. **Detection:** When an object passes between the sensor and the reflector, the light beam is broken.
4. **The Switch:** The internal comparator detects the drop in light intensity and triggers the **Output Transistor** (NPN/PNP) to change state, sending a signal to the connected machine.
---
- ⤷How do I wire a P3N-R sensor to an NPN-type PLC?
- ⤷ What is the maximum sensing distance for the P3N-R series?
- ⤷ What is the difference between Light-ON and Dark-ON modes?