AI

The **MLS-AD-R** is a magnetic navigation sensor (Magnetic Line Sensor) typically used in Automated Guided Vehicles (AGVs) and mobile robots. It detects a magnetic field from a magnetic tape laid on the floor to provide guidance data.
Below is an overview of its electronic components, specifications, and operational logic.
---
### 1. Key Electronic Specifications
The sensor operates on a standard industrial DC power supply and provides digital/analog outputs based on the magnetic field detected.
| Feature | Specification |
| :--- | :--- |
| **Supply Voltage** | 10V to 30V DC |
| **Current Consumption** | $\leq$ 50mA |
| **Detection Principle** | Hall Effect Element Array |
| **Output Type** | NPN / PNP (Open Collector) or Analog (0-5V / 4-20mA) |
| **Detection Width** | Typically 15-bit or 16-bit resolution across the sensor bar |
| **Response Time** | < 1ms to 10ms (model dependent) |
---
### 2. Core Electronic Components
#### A. Hall Effect Sensor Array
The heart of the MLS-AD-R is a linear array of **Hall Effect ICs**.
- These sensors detect the presence and polarity (North/South) of a magnetic field.
- By arranging them in a row, the sensor can determine the exact position of the magnetic tape relative to the vehicle's center.
#### B. Signal Processing Unit (MCU)
An onboard Microcontroller (MCU) processes the signals from the Hall sensors. It performs:
1. **Filtering:** Removing electromagnetic interference (EMI) from nearby motors or power cables.
2. **Interpolation:** Calculating the precise "deviation" (offset) from the center of the tape, even if the tape is between two physical sensor elements.
3. **Communication:** Converting raw data into industrial protocols (RS-232, RS-485/Modbus, or CANopen).
#### C. Protection Circuitry
To ensure reliability in industrial environments, the internal electronics include:
- **Reverse Polarity Protection:** Prevents damage if the power wires are swapped.
- **Short-Circuit Protection:** Protects the output transistors.
- **Opto-isolation:** (In some variants) to isolate the sensor signals from the main AGV controller.
---
### 3. Connection and Wiring
The MLS-AD-R usually features a multi-core cable (e.g., M12 connector or lead wires).
| Wire Color | Function | Description |
| :--- | :--- | :--- |
| **Brown** | VCC | Power Supply (+) |
| **Blue** | GND | Power Supply (-) |
| **Black** | Data/Signal | Digital Output / Communication (TX/RX) |
| **White/Others** | Control/Analog | Mode selection or Analog Deviation signal |
---
### 4. Operational Logic
The electronic "brain" of the sensor outputs a signal based on the **Deviation Value**.
- **Center Position:** If the tape is directly under the middle of the sensor, the output value is typically "0".
- **Offset Left/Right:** As the AGV drifts, the sensor outputs a positive or negative value (or a specific hex code via RS-485).
- **Gate Signal:** A digital output that triggers only when a valid magnetic field is detected, used as an "Enable" signal for the AGV's motor controller.
- ⤷
What are the primary communication protocols supported by the MLS-AD-R series?
- ⤷ How does the sensor distinguish between North and South pole magnetic tapes?
- ⤷ What is the maximum detection height for the MLS-AD-R sensor above the magnetic tape?