SES-2AB-R/E
AI

The **SES-2AB-R/E** is a specific model within a series of **Safety Relay Units** or **Safety Door Switches**, commonly associated with industrial automation brands like *Sanken* or similar safety component manufacturers. These devices are designed to monitor mechanical guards or emergency circuits to ensure a machine stops safely if a hazard occurs.
Below is a breakdown of its electronic characteristics and functional parts.
---
## 1. Core Technical Specifications
The "R/E" suffix typically denotes specific mounting or electrical variations (such as Reverse logic or Enclosed casing).
| Feature | Description |
| :--- | :--- |
| **Component Type** | Non-contact Safety Switch / Safety Relay Interface |
| **Input Voltage** | Typically 24V DC (Standard for PLC environments) |
| **Output Type** | Relay Contact or Semi-conductor (OSSD) |
| **Safety Category** | Often rated for PL e / SIL 3 (depending on the system architecture) |
| **Connection Type** | M12 Connector or hardwired cable |
---
## 2. Key Electronic Components & Functions
### A. The Sensing Element (Input)
This part detects the presence of the actuator (the matching part on the door).
* **Magnetic/Inductive Sensors:** Most SES series parts use non-contact Hall-effect sensors or coded magnets to prevent tampering.
* **Dual-Channel Architecture:** Internally, the device uses two independent circuits to monitor the state. If one fails, the other ensures the system remains safe.
### B. The Logic Controller (Internal Processing)
The internal PCB contains a micro-logic controller that performs "Cross-Monitoring."
* **Redundancy:** It compares the signal from two different sensors.
* **Self-Diagnostics:** The electronics check for short circuits, cross-talk, or internal component welding every time the device is cycled.
### C. The Output Stage (R/E Features)
* **Force-Guided Relays:** If the model is a relay type, it uses contacts that are mechanically linked so they cannot all close at once if one is welded.
* **Status LEDs:** Typically features a Green (Safe), Red (Fault/Open), and sometimes Yellow (Alignment) LED indicator to troubleshoot the electronic state visually.
---
## 3. Wiring Configuration
While specific pinouts can vary, a standard SES-2AB-R/E setup generally follows this logic:
```c
// Example Electronic Pinout Logic
1. Brown (+24V DC Power)
2. Blue (0V / Ground)
3. White (Safety Channel 1 - Input)
4. Black (Safety Channel 2 - Input)
5. Grey (Auxiliary/Signal Output - Non-safety)
```
---
## 4. Operational Logic Table
| Actuator Position | Internal Relay State | LED Color | Machine State |
| :--- | :--- | :--- | :--- |
| **Closed/Aligned** | Energized (Closed) | Green | Ready/Running |
| **Open** | De-energized (Open) | Red | Emergency Stop |
| **Misaligned** | Flashing / Open | Yellow/Red | Fault |
- ⤷
What is the maximum switching current for the SES-2AB-R/E contacts?
- ⤷ How do you reset the device after a safety trip?
- ⤷ What are the specific mounting requirements for the R/E variant compared to the standard model?