SS12F
AI

The **SS12F** refers to a standard series of **Sub-Miniature Slide Switches**. These components are widely used in consumer electronics for power switching or mode selection due to their small footprint and reliable mechanical action.
---
### 1. Technical Specifications
The "12" in the name typically refers to the configuration (1 Pole, 2 Throw), while "F" often denotes the handle style or mounting type.
| Feature | Specification (Typical) |
| :--- | :--- |
| **Circuit Type** | SPDT (Single Pole Double Throw) |
| **Positions** | 2 Positions (ON-ON or ON-OFF) |
| **Current Rating** | 0.3A to 0.5A |
| **Voltage Rating** | 30V to 50V DC |
| **Contact Resistance** | < 30mΩ |
| **Insulation Resistance** | > 100MΩ at 500V DC |
| **Dielectric Strength** | 500V AC for 1 minute |
| **Operating Life** | 10,000 cycles |
---
### 2. Physical Construction
The SS12F is composed of several key parts:
1. **The Knob (Actuator):** Usually made of POM (polyoxymethylene) plastic. This is the part the user slides.
2. **The Cover/Frame:** A metal shell (usually tin-plated iron) that holds the components together and provides structural integrity.
3. **Terminal Pins:** Three copper-alloy pins.
* **Center Pin:** The "Common" (C).
* **Outer Pins:** The "L1" and "L2" (Throws).
4. **Moving Contact:** A small metal "bridge" inside that connects the common pin to one of the outer pins depending on the knob position.
---
### 3. Pinout and Working Logic
The switch has 3 pins. In a standard SPDT configuration, the logic works as follows:
```text
Position Left: Pin 1 (L1) connects to Pin 2 (Common)
Position Right: Pin 3 (L2) connects to Pin 2 (Common)
```
#### Application Example (Simple Power Toggle)
If you want to use the SS12F as a simple ON/OFF switch for a battery-powered device:
* Connect the **Battery Positive** to the center pin (Pin 2).
* Connect your **Circuit Load** to one of the side pins (Pin 1 or 3).
* Leave the remaining side pin empty.
---
### 4. Common Variations
While the internal mechanism is similar, you will find different "F" suffixes or physical styles:
* **Vertical (SS12F15):** The actuator moves parallel to the PCB.
* **Right Angle (SS12F23):** The actuator is on the side, perpendicular to the PCB.
* **Handle Height:** The "F" value often dictates the height of the plastic slider (e.g., 4mm, 5mm, or 7mm).
- ⤷
What is the maximum current a SS12F switch can safely handle?
- ⤷ How do I solder a SS12F switch to a PCB without melting the plastic housing?
- ⤷ What is the difference between an SPDT and a DPDT slide switch?