MLS-BC-R
AI

The **MLS-BC-R** is a specific type of **Magnetic Line Sensor** (often associated with brands like Roboteq) used primarily for Automatic Guided Vehicles (AGVs) and mobile robotics. It is designed to detect and track a magnetic tape track on the floor.
---
### 1. Key Electronic Components and Specifications
The device integrates several high-precision components to translate physical magnetic fields into digital or analog data.
| Component / Feature | Description |
| :--- | :--- |
| **Hall Effect Array** | A linear arrangement of high-sensitivity Hall sensors that detect the position of the magnetic track. |
| **Microcontroller (MCU)** | An onboard processor that calculates the center of the track based on sensor inputs. |
| **Communication Interface** | Typically supports **CAN bus**, **RS232**, or **USB** for data transmission. |
| **Status LEDs** | Visual indicators used to show power status, track detection, and communication activity. |
| **Voltage Regulator** | Internal circuitry that allows the device to operate on standard industrial voltages (usually 10V to 30V DC). |
---
### 2. Technical Capabilities
The "BC-R" variant specifically focuses on high-resolution tracking and industrial reliability.
* **Detection Range:** Typically detects magnetic tape at a height of 10mm to 60mm.
* **Resolution:** Provides millimeter-level accuracy (often ~1mm) for the "Position of Center" calculation.
* **Magnetic Polarities:** Can distinguish between North and South poles, allowing for track branching and marker detection (e.g., stop markers).
* **Protection:** Usually housed in an IP64 or IP67 rated enclosure to protect the electronics from dust and moisture.
---
### 3. Connection and Pinout (Typical)
Electronic integration is usually handled via a standard M12 or D-Sub connector.
```yaml
Pin Configuration (General Example):
- Pin 1: VCC (12-24V DC)
- Pin 2: CAN High / RS232 TX
- Pin 3: Ground (GND)
- Pin 4: CAN Low / RS232 RX
- Pin 5: Shield / Earth
```
---
### 4. Functional Logic
The electronic brain of the MLS-BC-R performs three main tasks:
1. **Filtering:** It ignores ambient electromagnetic interference (EMI) from motors.
2. **Algorithm Calculation:** It uses a "weighted average" of the Hall sensor array to find the exact center of the magnetic flux.
3. **Marker Logic:** It detects "side markers" (small pieces of tape placed to the left or right of the main track) to trigger actions like slowing down or stopping.
- ⤷
How does the MLS-BC-R handle track intersections or branching?
- ⤷ What are the specific CANopen object dictionaries used by this sensor?
- ⤷ What is the maximum travel speed supported for accurate tracking?