Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Leitungsschutzschalter 1 pol.: Examples, Pinouts, and Specs

Image of Leitungsschutzschalter 1 pol.
Cirkit Designer LogoDesign with Leitungsschutzschalter 1 pol. in Cirkit Designer

Introduction

The Leitungsschutzschalter 1 pol. (manufacturer: Hager, part ID: MBS 116 B16) is a single-pole circuit breaker designed to protect electrical circuits from overloads and short circuits. It automatically interrupts the current flow when the current exceeds the rated limit, ensuring the safety of electrical systems and connected devices.

Explore Projects Built with Leitungsschutzschalter 1 pol.

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Industrial Power Distribution and Safety Control System
Image of Control Diagram: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
This circuit is designed for power distribution and safety control in an industrial setting. It features a main isolator and circuit breaker for power management, multiple PSUs for 5V, 12V, and 24V outputs, and a safety relay system that interfaces with E-stop buttons and a start switch to control a main contactor, ensuring safe operation and emergency power cut-off capabilities.
Cirkit Designer LogoOpen Project in Cirkit Designer
Basic Surge Protection Circuit with Benedict Switch
Image of DC & Monitoring Box: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
The circuit includes a Benedict Switch connected in series with a Fuse Holder and an SPD (Surge Protection Device). The SPD is also connected to a Ground reference. This configuration suggests that the circuit is designed to control power flow, protect against overcurrent with the fuse, and guard against voltage surges with the SPD, with a safe path to ground for surge dissipation.
Cirkit Designer LogoOpen Project in Cirkit Designer
Electromechanical Pump Control Circuit with Emergency Stop
Image of Pelton.: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
This circuit is designed to control a pump using a contactor that is manually operated by a switch and can be overridden by an emergency stop. The contactor enables power from an AC power outlet to the pump, and the emergency stop can interrupt the power circuit for safety purposes.
Cirkit Designer LogoOpen Project in Cirkit Designer
Flush Switch Controlled Lamp Circuit with AC Power Supply and MCB Protection
Image of LAMP CONTROLE WITH MCB: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
This circuit is designed to control a lamp using a flush switch and is protected by two MCBs (Miniature Circuit Breakers). The AC supply is connected to the input of the first MCB, whose output is connected to the flush switch. The flush switch then controls the power to the lamp, with the second MCB placed in the neutral line for additional safety.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Leitungsschutzschalter 1 pol.

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of Control Diagram: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
Industrial Power Distribution and Safety Control System
This circuit is designed for power distribution and safety control in an industrial setting. It features a main isolator and circuit breaker for power management, multiple PSUs for 5V, 12V, and 24V outputs, and a safety relay system that interfaces with E-stop buttons and a start switch to control a main contactor, ensuring safe operation and emergency power cut-off capabilities.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of DC & Monitoring Box: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
Basic Surge Protection Circuit with Benedict Switch
The circuit includes a Benedict Switch connected in series with a Fuse Holder and an SPD (Surge Protection Device). The SPD is also connected to a Ground reference. This configuration suggests that the circuit is designed to control power flow, protect against overcurrent with the fuse, and guard against voltage surges with the SPD, with a safe path to ground for surge dissipation.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Pelton.: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
Electromechanical Pump Control Circuit with Emergency Stop
This circuit is designed to control a pump using a contactor that is manually operated by a switch and can be overridden by an emergency stop. The contactor enables power from an AC power outlet to the pump, and the emergency stop can interrupt the power circuit for safety purposes.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of LAMP CONTROLE WITH MCB: A project utilizing Leitungsschutzschalter 1 pol. in a practical application
Flush Switch Controlled Lamp Circuit with AC Power Supply and MCB Protection
This circuit is designed to control a lamp using a flush switch and is protected by two MCBs (Miniature Circuit Breakers). The AC supply is connected to the input of the first MCB, whose output is connected to the flush switch. The flush switch then controls the power to the lamp, with the second MCB placed in the neutral line for additional safety.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Residential and commercial electrical installations
  • Protection of lighting circuits, outlets, and small appliances
  • Industrial control panels and distribution boards
  • Prevention of electrical fires caused by overloads or short circuits

Technical Specifications

Key Technical Details

Parameter Value
Manufacturer Hager
Part ID MBS 116 B16
Rated Current (In) 16 A
Rated Voltage (Un) 230/400 V AC
Breaking Capacity 6 kA
Tripping Curve B (suitable for low inrush currents)
Number of Poles 1
Frequency 50/60 Hz
Mounting Type DIN rail (35 mm)
Operating Temperature -25°C to +55°C
Standards Compliance IEC/EN 60898-1

Pin Configuration and Descriptions

The Leitungsschutzschalter 1 pol. has two primary connection terminals:

Terminal Description
Line (Input) Connects to the incoming power supply (phase wire).
Load (Output) Connects to the protected circuit or device.

Usage Instructions

How to Use the Component in a Circuit

  1. Mounting the Circuit Breaker:

    • Install the circuit breaker on a standard 35 mm DIN rail in the distribution board.
    • Ensure the breaker is securely locked into place.
  2. Wiring:

    • Connect the Line (Input) terminal to the incoming phase wire from the power source.
    • Connect the Load (Output) terminal to the circuit or device to be protected.
    • Tighten the terminal screws to ensure a secure connection. Avoid overtightening.
  3. Operation:

    • Switch the breaker to the "ON" position to allow current flow.
    • In case of an overload or short circuit, the breaker will trip to the "OFF" position automatically.
    • To reset, first identify and resolve the cause of the fault, then switch the breaker back to the "ON" position.

Important Considerations and Best Practices

  • Ensure the rated current (16 A) matches the requirements of the circuit being protected.
  • Do not exceed the rated voltage of 230/400 V AC.
  • Use appropriate wire sizes for the connected circuit to prevent overheating.
  • Regularly inspect the breaker for signs of wear or damage.
  • Avoid using the breaker as a regular on/off switch, as this may reduce its lifespan.

Arduino UNO Integration

While the Leitungsschutzschalter 1 pol. is not directly interfaced with microcontrollers like the Arduino UNO, it can be used in circuits that power Arduino-based projects. For example, it can protect the power supply line feeding the Arduino and its peripherals.

Here is an example of how to use the circuit breaker in a simple Arduino-powered circuit:

/* Example: Using a circuit breaker to protect an Arduino project
   - The circuit breaker is installed on the power supply line.
   - Ensure the breaker is rated for the current and voltage of the circuit.
*/

// No specific code is required for the circuit breaker itself, as it operates
// independently of the Arduino. However, ensure the Arduino's power supply
// is properly connected and protected by the breaker.

Troubleshooting and FAQs

Common Issues Users Might Face

  1. Breaker Trips Frequently:

    • Cause: Overload or short circuit in the connected circuit.
    • Solution: Check the connected devices and wiring for faults. Ensure the total current does not exceed 16 A.
  2. Breaker Does Not Reset:

    • Cause: Persistent fault in the circuit or damaged breaker.
    • Solution: Inspect the circuit for faults and resolve them. If the breaker is damaged, replace it.
  3. Loose Connections:

    • Cause: Improperly tightened terminal screws.
    • Solution: Ensure all connections are secure and properly tightened.

Solutions and Tips for Troubleshooting

  • Use a multimeter to check for short circuits or excessive current draw in the protected circuit.
  • Verify that the breaker is compatible with the circuit's voltage and current requirements.
  • If the breaker trips without any load connected, it may be defective and should be replaced.

By following these guidelines, the Leitungsschutzschalter 1 pol. can provide reliable protection for your electrical circuits, ensuring safety and preventing damage to connected devices.