M2ADS-F13-R2
AI

Based on the part number provided, the **M2ADS-F13-R2** belongs to a series of industrial-grade micro-switches or sensor modules, typically associated with safety systems or automated control interfaces (often linked to brands like **Schlegel** or similar industrial component manufacturers).
Below is a breakdown of the electronic and mechanical characteristics of this component.
---
### 1. General Specifications
The device is generally classified as a **Contact Block** or a **Pushbutton Component** used in control panels.
| Feature | Specification |
| :--- | :--- |
| **Component Type** | Contact Block / Selector Switch Component |
| **Mounting Type** | Panel Mount (M2 Series) |
| **Contact Material** | Silver Alloy / Gold-Plated (depending on sub-variant) |
| **Termination** | Faston terminals or Screw terminals |
| **Operational Temperature** | -25°C to +70°C |
---
### 2. Key Electronic Parts & Functionality
The "F13" and "R2" segments of the part number define the electrical behavior of the internal parts:
* **Switching Elements (Contacts):**
* It typically features **1 NO (Normally Open)** and **1 NC (Normally Closed)** configuration, though some R2 variants imply dual-circuit redundancy.
* **Action:** Momentary or Maintained, depending on the actuator it is paired with.
* **Electrical Ratings:**
* **Voltage:** Designed for 250V AC/DC environments.
* **Current:** Usually rated for 6A to 10A (Thermal Current $I_{th}$).
* **Resistance:** Low contact resistance (typically $< 20 m\Omega$) to ensure signal integrity in control circuits.
* **The "R2" Designation:**
* This often refers to the **Reset or Return** mechanism. In electronics terms, this indicates a mechanical spring-return system that restores the electrical state once the physical pressure is removed.
---
### 3. Connection and Integration
The electronic interface of the M2ADS-F13-R2 is designed for integration into PLC (Programmable Logic Controller) loops or direct motor starter circuits.
```cpp
// Logic Example: How the M2ADS-F13-R2 interacts with a Controller
if (Contact_NC == OPEN) {
Trigger_Safety_Stop(); // The circuit was broken
} else if (Contact_NO == CLOSED) {
Initiate_System_Start(); // The circuit was completed
}
```
---
### 4. Safety and Durability Features
* **Positive Opening:** The NC contacts are usually "Positive Opening" (Force-guided), meaning the circuit is guaranteed to break even if the contacts attempt to weld together.
* **Insulation:** High dielectric strength (usually > 2000V AC) to prevent arcing between the electronic terminals.
* **Ingress Protection:** When paired with a matching actuator, the assembly often reaches **IP65** or **IP67** ratings.
- ⤷What is the exact terminal layout for the M2ADS-F13-R2?
- ⤷ Is this part compatible with emergency stop actuators?
- ⤷ What is the maximum DC switching current for this model?