AI

### Overview of the HM-Z-R
The **HM-Z-R** is typically a high-precision, industrial-grade **linear displacement sensor** (potentiometer type). It is used to measure the physical movement or position of a mechanical component by converting linear travel into a variable electrical signal.
---
### 1. Key Electronic Components
The internal structure of the HM-Z-R consists of several critical electronic elements that work together to provide position feedback:
| Component | Function |
| :--- | :--- |
| **Resistive Element** | A high-durability conductive plastic track that provides the base resistance. |
| **Wiper (Slider)** | A multi-finger metal contact that moves along the track to pick up the voltage signal. |
| **Connecting Rod** | The physical interface that moves the wiper according to the external machine part. |
| **Terminals** | Usually a 3-pin configuration (Input, Output/Signal, Ground). |
| **Integrated Circuitry** | Internal buffering or signal conditioning to ensure a linear output. |
---
### 2. Electrical Specifications
While specific models vary, the electronic characteristics generally follow these standards:
* **Resistance Values:** Commonly 1kΩ, 5kΩ, or 10kΩ.
* **Linearity:** Extremely high precision (often ±0.05% to ±0.1%).
* **Resolution:** Theoretically infinite, limited only by the noise floor of the reading electronics.
* **Operating Voltage:** Typically 5V to 24V DC, depending on the controller interface.
* **Output Signal:** Analog voltage (0-Vcc) or, if equipped with a converter, 4-20mA or 0-10V.
---
### 3. Wiring Diagram Logic
The HM-Z-R functions as a **Voltage Divider**. Below is the standard electronic wiring logic for the 3-pin connector:
```markdown
Pin 1: VCC (+) ----> Positive Power Supply
Pin 2: Signal Out -> Analog Input of PLC/Controller
Pin 3: GND (-) ----> Ground/Negative Power Supply
```
---
### 4. Electronic Protection Features
To operate in industrial environments, the HM-Z-R includes specific electronic safeguards:
1. **EMI Shielding:** The metal housing acts as a Faraday cage to prevent electromagnetic interference from affecting the signal.
2. **Low Temperature Drift:** The resistive track is designed to maintain consistent resistance regardless of thermal changes.
3. **High Cycle Life:** The electronic contacts are designed for millions of strokes without signal degradation.
- ⤷
What is the maximum stroke length available for the HM-Z-R series?
- ⤷ How do I calibrate the analog output for a PLC?
- ⤷ Can this sensor be converted to a digital RS485 signal?