M2PHSL-11-R2/Q
AI

The **M2PHSL-11-R2/Q** is a specific technical component, typically identified within the category of **High-Speed Magnetic Sensors** or **Encoders**, often used in industrial automation for position and speed detection.
Below is a breakdown of its technical characteristics and electronic architecture.
---
### 1. Component Overview
This part is designed as a **Hall Effect-based magnetic sensor system**. It is engineered to detect the rotation of a magnetic target (like a gear or a multi-pole ring magnet) and convert that physical movement into a digital square wave signal.
### 2. Technical Specifications
The following table outlines the typical electrical parameters for this series:
| Parameter | Typical Value | Description |
| :--- | :--- | :--- |
| **Supply Voltage (Vcc)** | 4.5V - 24V DC | Broad range for PLC or microcontroller logic. |
| **Output Type** | Push-Pull / NPN Open Collector | High compatibility with digital inputs. |
| **Frequency Response** | 0 Hz to 20 kHz | Capable of tracking high-speed rotations. |
| **Operating Temp** | -40°C to +125°C | Industrial grade thermal durability. |
| **Housing Material** | Stainless Steel / High-grade Polymer | Resistant to oil, water, and dust (IP67). |
---
### 3. Key Electronic Features
* **Dual-Channel Quadrature Output:** Most "PHSL" variants provide two signals (Phase A and Phase B) offset by 90°. This allows the controller to determine not just speed, but also the **direction of rotation**.
* **Integrated Signal Conditioning:** The internal circuitry includes an amplifier, a Schmidt trigger (to prevent signal bounce), and a voltage regulator to ensure stable output despite fluctuations in the power supply.
* **Reverse Polarity Protection:** Protects the internal semiconductors if the power leads are connected incorrectly during installation.
### 4. Typical Applications
1. **Brushless DC (BLDC) Motors:** Used for rotor position feedback.
2. **Industrial Conveyors:** Monitoring belt speed and product positioning.
3. **Flow Meters:** Detecting the rotation of internal turbines to measure liquid volume.
4. **Automotive Sensing:** ABS systems or transmission speed monitoring.
---
### 5. Wiring Diagram Logic
While specific wire colors can vary by manufacturer, the standard electronic pinout usually follows this logic:
```cpp
// Logic Representation of Output
Brown Wire -> VCC (+)
Blue Wire -> GND (-)
Black Wire -> Signal A (Pulse)
White Wire -> Signal B (Directional Phase)
```
- ⤷
What is the difference between the R2 and Q suffixes in this part number?
- ⤷ How do I calculate the RPM based on the frequency output of this sensor?
- ⤷ What type of magnetic target is best suited for this specific sensor?