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

How to Use DC MCB 10A: Examples, Pinouts, and Specs

Image of DC MCB 10A
Cirkit Designer LogoDesign with DC MCB 10A in Cirkit Designer

Introduction

The CHINT NB1-63DC is a DC Miniature Circuit Breaker (MCB) rated for 10 Amperes. It is specifically designed to protect electrical circuits from overloads and short circuits in direct current (DC) applications. This component ensures the safety and reliability of DC systems by interrupting the current flow when abnormal conditions are detected.

Explore Projects Built with DC MCB 10A

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Flush Switch Controlled Lamp Circuit with AC Power Supply and MCB Protection
Image of LAMP CONTROLE WITH MCB: A project utilizing DC MCB 10A 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
Solar-Powered Home Energy System with Automatic Transfer Switch and Battery Backup
Image of CDP: A project utilizing DC MCB 10A in a practical application
This circuit is a solar power system with an automatic transfer switch (ATS) that manages power from both a solar panel and an AC supply. The solar panel charges a battery through a solar charge controller, and the power inverter converts the stored DC power to AC, which is then distributed through an MCB to a socket. The ATS ensures seamless switching between solar and AC power sources.
Cirkit Designer LogoOpen Project in Cirkit Designer
LED Indicator System with Power Stabilizer and Measurement Meters
Image of MEMEK: A project utilizing DC MCB 10A in a practical application
This circuit is a power distribution and monitoring system that includes multiple LEDs for status indication, a stabilizer module, and measurement instruments such as voltmeters and ammeters. It is designed to supply power to a computer and monitor the power quality and current flow, with protection provided by MCBs (Miniature Circuit Breakers).
Cirkit Designer LogoOpen Project in Cirkit Designer
AC Bulb Control Circuit with Flush Switch and MCB Protection
Image of LAMP CONTROLE WITH MCB 1: A project utilizing DC MCB 10A in a practical application
This circuit is designed to control an AC bulb using a flush switch. The AC power supply is connected through an MCB (Miniature Circuit Breaker) for protection, and the flush switch acts as an on/off control for the bulb. There is no microcontroller or embedded code involved in this simple power control circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with DC MCB 10A

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 LAMP CONTROLE WITH MCB: A project utilizing DC MCB 10A 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
Image of CDP: A project utilizing DC MCB 10A in a practical application
Solar-Powered Home Energy System with Automatic Transfer Switch and Battery Backup
This circuit is a solar power system with an automatic transfer switch (ATS) that manages power from both a solar panel and an AC supply. The solar panel charges a battery through a solar charge controller, and the power inverter converts the stored DC power to AC, which is then distributed through an MCB to a socket. The ATS ensures seamless switching between solar and AC power sources.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of MEMEK: A project utilizing DC MCB 10A in a practical application
LED Indicator System with Power Stabilizer and Measurement Meters
This circuit is a power distribution and monitoring system that includes multiple LEDs for status indication, a stabilizer module, and measurement instruments such as voltmeters and ammeters. It is designed to supply power to a computer and monitor the power quality and current flow, with protection provided by MCBs (Miniature Circuit Breakers).
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of LAMP CONTROLE WITH MCB 1: A project utilizing DC MCB 10A in a practical application
AC Bulb Control Circuit with Flush Switch and MCB Protection
This circuit is designed to control an AC bulb using a flush switch. The AC power supply is connected through an MCB (Miniature Circuit Breaker) for protection, and the flush switch acts as an on/off control for the bulb. There is no microcontroller or embedded code involved in this simple power control circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Solar power systems and photovoltaic (PV) arrays
  • Electric vehicle (EV) charging stations
  • Battery banks and energy storage systems
  • DC distribution panels in industrial and commercial setups
  • Telecommunications equipment

Technical Specifications

The following table outlines the key technical details of the CHINT NB1-63DC DC MCB:

Parameter Specification
Manufacturer CHINT
Part ID NB1-63DC
Rated Current 10 A
Rated Voltage 250 V DC (single pole) / 500 V DC (double pole)
Breaking Capacity 6 kA
Number of Poles 1P, 2P
Tripping Curve C Curve
Operating Temperature -5°C to +40°C
Mounting Type DIN Rail (35 mm)
Standards Compliance IEC/EN 60947-2, IEC/EN 60898-2

Pin Configuration and Descriptions

The CHINT NB1-63DC MCB does not have traditional "pins" but instead features terminal connections for input and output wiring. Below is a description of the terminals:

Terminal Description
Line (Input) Connects to the positive terminal of the DC power source.
Load (Output) Connects to the positive terminal of the load.
Neutral Not applicable for single-pole configurations.

Usage Instructions

How to Use the Component in a Circuit

  1. Mounting the MCB:

    • Secure the MCB onto a standard 35 mm DIN rail in your distribution panel or enclosure.
    • Ensure the MCB is firmly locked into place to prevent movement during operation.
  2. Wiring the MCB:

    • Connect the Line (Input) terminal to the positive terminal of the DC power source.
    • Connect the Load (Output) terminal to the positive terminal of the load.
    • Use appropriately rated wires for the current and voltage of your system.
  3. Operation:

    • Switch the MCB to the "ON" position to allow current flow.
    • In case of an overload or short circuit, the MCB will trip to the "OFF" position, interrupting the circuit.

Important Considerations and Best Practices

  • Polarity: Ensure correct polarity when connecting the MCB, as it is designed for DC applications.
  • Wire Sizing: Use wires with appropriate gauge ratings to handle the rated current (10 A) and voltage.
  • Ambient Temperature: Operate the MCB within the specified temperature range (-5°C to +40°C) to avoid performance degradation.
  • Periodic Testing: Regularly test the MCB by manually tripping it to ensure proper functionality.
  • Avoid Overloading: Do not exceed the rated current (10 A) or voltage (250 V DC for single pole, 500 V DC for double pole).

Example Circuit with Arduino UNO

While the DC MCB is not directly interfaced with an Arduino UNO, it can be used in circuits powered by DC sources controlled by the Arduino. Below is an example of how the MCB might be integrated into a DC motor control circuit:

/*
  Example: Controlling a DC motor with an Arduino UNO and protecting the circuit
  using a CHINT NB1-63DC 10A MCB.
  
  This code demonstrates basic motor control using a relay module.
  The MCB is placed between the DC power source and the motor for protection.
*/

const int relayPin = 7; // Pin connected to the relay module

void setup() {
  pinMode(relayPin, OUTPUT); // Set relay pin as output
  digitalWrite(relayPin, LOW); // Ensure relay is off at startup
}

void loop() {
  // Turn on the motor
  digitalWrite(relayPin, HIGH); // Activate relay
  delay(5000); // Run motor for 5 seconds

  // Turn off the motor
  digitalWrite(relayPin, LOW); // Deactivate relay
  delay(5000); // Wait for 5 seconds before restarting
}

Note: The MCB is not directly controlled by the Arduino but is used to protect the circuit from overloads or short circuits.

Troubleshooting and FAQs

Common Issues Users Might Face

  1. MCB Trips Frequently:

    • Cause: Overload or short circuit in the connected circuit.
    • Solution: Check the load current and ensure it does not exceed 10 A. Inspect the circuit for short circuits or faulty components.
  2. MCB Does Not Trip During Faults:

    • Cause: Faulty MCB or incorrect wiring.
    • Solution: Verify the wiring connections and test the MCB manually. Replace the MCB if it is defective.
  3. Difficulty in Mounting the MCB:

    • Cause: Incorrect DIN rail size or improper alignment.
    • Solution: Ensure the DIN rail is 35 mm wide and properly aligned with the MCB mounting clips.
  4. MCB Overheats During Operation:

    • Cause: Loose terminal connections or excessive current.
    • Solution: Tighten all terminal screws and ensure the load current does not exceed the rated 10 A.

Solutions and Tips for Troubleshooting

  • Always disconnect the power supply before inspecting or troubleshooting the MCB.
  • Use a multimeter to measure the current and voltage in the circuit to identify potential issues.
  • If the MCB trips repeatedly, consider upgrading to a higher-rated MCB if the load requirements exceed 10 A.

By following these guidelines, the CHINT NB1-63DC DC MCB can be effectively used to protect your DC circuits and ensure safe operation.