M2RT-60-R2/N
AI

The **M2RT-60-R2/N** is a specialized precision sensing component, typically classified as a **High-Precision MT (Metrol) Touch Switch**. These devices are used primarily in CNC machining centers and industrial automation to detect workpiece position or tool wear with sub-micron repeatability.
---
### 1. Technical Specifications
The "electronic parts" of this switch are designed for low-voltage, high-accuracy signaling.
| Feature | Specification |
| :--- | :--- |
| **Contact Type** | Normally Closed (NC) |
| **Repeatability** | 0.001 mm (1 micron) |
| **Contact Life** | 3 million operations |
| **Protection Rating** | IP67 (Waterproof/Oil-proof) |
| **Contact Force** | 1.0N - 1.5N (approximate) |
| **Cable Type** | 2-core Oil-resistant cable |
---
### 2. Internal Electronic Components
Unlike standard mechanical limit switches, the electronic architecture of the M2RT series focuses on minimizing electrical resistance and physical friction.
#### A. Contact Point Material
* **Composition:** Usually made of a high-grade gold or silver alloy.
* **Purpose:** To prevent oxidation and ensure stable electrical conductivity at very low currents (often 10mA or less).
#### B. The Switch Mechanism
* **Kinematic Seat:** The internal electronics rely on a three-point kinematic seating arrangement. When the probe is touched, the electrical circuit is broken (NC logic).
* **Spring System:** A precision-calibrated internal spring ensures that once the contact is released, the electronic circuit resets to the exact same position every time.
#### C. Integrated LED (Optional in some R2 variants)
* The **"R"** in the part number often denotes a built-in indicator.
* **Function:** A small LED circuit provides visual confirmation when the switch is triggered, assisting in manual alignment and troubleshooting.
---
### 3. Wiring Diagram (Basic)
Most M2RT models utilize a simple 2-wire configuration for integration into a PLC or CNC controller.
```cpp
// Typical Interface Logic
[ Controller (PLC) ] <---- (Brown Wire) ---- [ M2RT Switch ]
[ DC 24V Power ] <---- (Blue Wire) ---- [ M2RT Switch ]
// Logic:
// Probe NOT touched = Circuit Closed (Signal HIGH)
// Probe touched = Circuit Open (Signal LOW)
```
---
### 4. Key Applications
Because of its high precision, the electronic signals from this part are used for:
1. **Workpiece Centering:** Identifying the exact edge of a metal part.
2. **Tool Length Offsets:** Measuring if a drill or mill has worn down or broken.
3. **Position Feedback:** Ensuring a robotic arm has reached a specific coordinate.
- ⤷
What is the difference between the NC and NO versions of this switch?
- ⤷ How do I wire this switch to a 24V PLC input?
- ⤷ What are the mounting requirements for the M2RT-60 series?