E3F3-R66
AI

### Overview of E3F3-R66
The **E3F3-R66** is a high-performance photoelectric sensor, typically manufactured by OMRON. It belongs to the E3F3 series, which features a compact M18 cylindrical housing and utilizes **Retro-reflective** sensing technology.
---
### Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Sensing Method** | Retro-reflective (requires a reflector) |
| **Sensing Distance** | 0.1 to 2 meters (standard) |
| **Operating Voltage** | 12 to 24 VDC |
| **Output Type** | NPN / PNP (Depending on specific wiring configuration) |
| **Operation Mode** | Light-ON / Dark-ON (Selectable via wiring) |
| **Housing Material** | Plastic (ABS) or Metal (depending on sub-model) |
| **Connection** | M12 Connector (4-pin) |
---
### Electronic Characteristics
#### 1. Sensing Technology
The E3F3-R66 uses a **Red LED** light source. It emits a beam toward a reflector; if an object breaks the path of the reflected light, the sensor triggers its output. This makes it ideal for detecting opaque objects.
#### 2. Output Circuit Configuration
The "R66" designation usually indicates a DC 3-wire or 4-wire system with an M12 plug-in connector.
* **Load Current:** Maximum 100mA.
* **Protection:** Includes Power Supply Reverse Polarity Protection and Output Short-Circuit Protection.
#### 3. Connector Pinout (M12 4-pin)
Standard wiring for this electronic part follows this logic:
| Pin Number | Wire Color | Function |
| :--- | :--- | :--- |
| **1** | Brown | +V (12-24 VDC) |
| **2** | White | Control Output (Secondary) |
| **3** | Blue | 0V (GND) |
| **4** | Black | Control Output (Primary) |
---
### Application Usage
* **Conveyor Systems:** Counting boxes or detecting jams.
* **Packaging Machinery:** Verifying the presence of containers.
* **Automated Gates:** Detecting the passage of vehicles or pedestrians.
---
### Circuit Example (NPN Connection)
```python
# Simplified Logic Representation
If (Light_Path == Blocked) and (Mode == Dark-ON):
Output_Pin = HIGH
Else:
Output_Pin = LOW
```
- ⤷
What is the difference between NPN and PNP output in the E3F3 series?
- ⤷ Which reflector models are compatible with the E3F3-R66?
- ⤷ How do I switch the sensor between Light-ON and Dark-ON modes?