AI

## M2PHSL-161-R2: Electronic Component Overview
The **M2PHSL-161-R2** is a specific model of a **magnetic proximity sensor** (often categorized under magnetic switches or reed sensors). These components are designed to detect the presence or absence of a magnetic field, typically used for position sensing, limit switching, or safety interlocking.
---
### Technical Specifications and Features
| Parameter | Typical Description |
| :--- | :--- |
| **Component Type** | Magnetic Proximity Sensor / Reed Switch |
| **Contact Form** | Form A (Normally Open) or Form C (Changeover) |
| **Housing Material** | Plastic / Thermoplastic |
| **Connection Type** | Lead wires (usually 2 or 3 wires) |
| **Mounting Style** | Panel Mount / Screw Mount |
| **Switching Voltage** | Usually up to 100V - 200V DC/AC |
| **Switching Current** | Typically 0.5A (Max) |
---
### Internal Electronic Operation
The M2PHSL-161-R2 operates based on the principle of **Magnetism**. Inside the plastic housing is a **Reed Switch**, which consists of two ferromagnetic blades (reeds) hermetically sealed in a glass envelope.
1. **Rest State:** When no magnet is near, the reeds remain apart (in a Normally Open configuration), and the circuit is broken.
2. **Actuated State:** When a permanent magnet moves within the "sensing range," the magnetic flux flows through the reeds, causing them to attract each other and touch.
3. **Circuit Completion:** Once the reeds touch, the electrical circuit is closed, allowing current to flow to a controller (like a PLC or Arduino).
---
### Typical Wiring Diagram
Depending on the specific R2 sub-variant, the wiring usually follows a standard dry-contact logic:
```c
// Example Logic Connection
[ Power Source ] ---- [ M2PHSL-161-R2 ] ---- [ Load/PLC Input ] ---- [ Ground ]
```
* **Non-Polarized:** Since it is a mechanical reed switch, it generally does not have polarity (unless it features an integrated LED indicator).
* **Dry Contact:** It does not require its own power to operate; it simply acts as a physical gate for the signal.
---
### Key Applications
* **Security Systems:** Detecting if a door or window is open.
* **Industrial Automation:** Limit switches for pneumatic cylinders or robotic arms.
* **Appliances:** Sensing if a lid is closed (e.g., washing machines).
* **Automotive:** Gear position or fluid level sensing.
---
- ⤷
What is the maximum sensing distance for the M2PHSL-161-R2?
- ⤷ Can this sensor be used directly with high-current AC motors?
- ⤷ Does this model include a built-in resistor for LED feedback?