M2RT-6B-R2/N
AI

The **M2RT-6B-R2/N** is a specific model of a **Rotary Encoder** (often associated with industrial automation brands like Autonics or similar sensing technology manufacturers). These devices are used to convert the angular position or motion of a shaft into analog or digital output signals.
---
## 1. Technical Specifications Overview
The following table outlines the typical electronic and mechanical characteristics for this specific series:
| Feature | Specification |
| :--- | :--- |
| **Type** | Incremental Rotary Encoder |
| **Resolution** | 60 Pulses Per Revolution (PPR) |
| **Output Phase** | A, B phases (Quadrature) |
| **Power Supply** | 12-24VDC (Standard) |
| **Output Type** | NPN Open Collector / Voltage Output |
| **Shaft Diameter** | 6mm |
| **Connection** | Radial Cable (R) |
---
## 2. Key Electronic Components
### A. Optical Sensing Module
Inside the housing, an **Infrared LED** shines through a coded disk. On the other side, a **Photodetector** array receives the light. As the disk spins, the light is interrupted, creating the pulse chain.
### B. Output Circuitry (NPN Open Collector)
The "N" in the suffix usually denotes an **NPN output**.
* **How it works:** The encoder acts as a switch to the ground (0V).
* **Requirement:** To interface this with a microcontroller (like an Arduino) or a PLC, you typically need a **pull-up resistor** connected to the positive supply voltage to "pull" the signal high when the encoder switch is open.
### C. Quadrature Signals (A & B)
The device outputs two square waves offset by 90 degrees.
* **Phase A:** Provides the pulse count.
* **Phase B:** By comparing Phase B to Phase A, the controller determines the **direction** of rotation (Clockwise vs. Counter-Clockwise).
---
## 3. Wiring Diagram (Typical)
Most encoders in this category follow a standard color-coding scheme for their internal electronics:
```yaml
Brown: Positive Power Supply (VCC, 12-24V)
Blue: Common/Ground (0V)
Black: Output Phase A
White: Output Phase B
Orange: Output Phase Z (Index pulse - optional depending on exact sub-model)
Shield: Earth/Ground
```
---
## 4. Application Use-Cases
1. **Conveyor Speed Control:** Measuring the RPM of a motor to ensure constant belt speed.
2. **Length Measurement:** Attached to a wheel to measure the linear length of material (fabric, paper, etc.) passing through a machine.
3. **Positioning:** Used in basic CNC or automated assembly arms to track movement.
- ⤷
How do I wire an NPN open collector output to a 5V PLC input?
- ⤷ What is the difference between an incremental and absolute encoder?
- ⤷ How can I calculate RPM using the 60 PPR output of this encoder?