AI

The **TM-R-B** is a high-performance, rotary-style electronic component, typically classified as a **Rotary Encoder** or a **Torary Torque Sensor**, depending on the specific manufacturer (most commonly associated with industrial automation brands like Mitsubishi or specialized sensor manufacturers).
Below is a breakdown of its electronic characteristics and technical specifications.
---
## 1. Core Technical Specifications
The electronic architecture of the TM-R-B series focuses on high-resolution feedback and durability.
| Feature | Specification Details |
| :--- | :--- |
| **Sensor Type** | Optical or Magnetic Rotary Encoder |
| **Voltage Supply** | Typically 5V DC or 12-24V DC (Model dependent) |
| **Output Signal** | Incremental (A, B, Z phase) or Absolute (Serial/SSI) |
| **Current Consumption** | 50mA to 150mA (typical) |
| **Connection Type** | Multi-pin aviation connector or pigtail cable |
| **Protection Class** | IP65 or higher (dust and moisture resistant) |
---
## 2. Key Electronic Components
The internal circuitry of a TM-R-B unit generally consists of the following subsystems:
### A. Sensing Element
* **Photoelectric Disc:** For optical models, an etched glass or plastic disc rotates between an LED and a phototransistor.
* **Hall Effect Sensors:** For magnetic models, a permanent magnet rotates over an integrated circuit that detects changes in the magnetic field.
### B. Signal Processing Unit
* **ASIC (Application Specific Integrated Circuit):** Converts raw analog sine/cosine waves from the sensor into digital pulses.
* **Interpolation Circuitry:** Increases the resolution of the unit electronically, allowing for thousands of pulses per revolution (PPR).
### C. Output Driver Stage
* **Line Driver (RS-422):** Used for long-distance transmission to minimize electronic noise.
* **Push-Pull / Open Collector:** Common for shorter distances and simpler PLC integrations.
---
## 3. Wiring and Pinout Configuration
While pinouts can vary, a standard TM-R-B electronic interface follows this general logic:
```yaml
Pin 1: VCC (Power Supply +)
Pin 2: GND (0V / Common)
Pin 3: Phase A (Position data)
Pin 4: Phase B (Direction data)
Pin 5: Phase Z (Index/Home pulse)
Pin 6: Shield (EMI Protection)
```
---
## 4. Operational Principles
1. **Pulse Generation:** As the shaft rotates, the electronic disc interrupts a light beam or shifts a magnetic field.
2. **Quadrature Encoding:** Two signals (A and B) are generated 90 degrees out of phase. The electronics interpret which signal leads the other to determine the **direction** of rotation.
3. **Zero-Point Detection:** The "Z" phase provides a single electronic pulse per full 360-degree rotation, used for homing the machine.
- ⤷
What is the maximum pulse per revolution (PPR) for the TM-R-B series?
- ⤷ How do I troubleshoot a 'No Signal' error on this encoder?
- ⤷ Is the TM-R-B compatible with standard 24V PLC inputs?