Power System Blockset | ![]() ![]() |
Implement a circuit breaker opening at current zero crossing.
Library
Description
The Breaker block implements a circuit breaker where the opening and closing times can be controlled either from an external Simulink signal (External control mode), or from an internal control timer (Internal control mode).
The arc extinction process is simulated by opening the breaker device when the current passes through zero (first current zero-crossing following the transition of the Simulink control input from 1 to 0).
When the breaker is closed it behaves as a resistive circuit. It is represented by a resistance (Ron). The Ron value can be set as small as necessary in order to be negligible compared with external components (typical value Ron=10m). When the breaker is open it has an infinite resistance.
If the Breaker block is set in the external control mode, a control input appears in the block icon. The control signal connected to this second input must be either 0 or 1, 0 to open the breaker, 1 to close it. If the Breaker block is set in the internal control mode, the switching times are specified in the dialog box of the block.
If the breaker initial state is set to 1 (closed) the Power System Blockset automatically initializes all the states of the linear circuit and the Breaker block initial current so that the simulation starts in steady state.
A series Rs-Cs snubber circuit is included in the model. It can be connected or not to the circuit breaker.
Dialog Box and Parameters
1
, and an open contact is displayed when set to 0
.inf
to eliminate the snubber from the model. 0
to eliminate the snubber, or to inf
to get a purely resistive snubber.0
(open), the breaker will close at first switching time, open at second switching time, and so on. The Switching times parameter is not visible in the dialog box if the External control of switching times parameter is checked. 0
or 1
) connected to the second input port of the Breaker block.Limitations
The Breaker block is modeled as a current source driven by the voltage appearing across its terminals. When the block is connected in series with an inductor or another current source, you must add the snubber circuit across its terminals. In most applications you can use a resistive snubber (Snubber capacitance parameter set to inf
) with a large resistor value (Snubber resistance parameter set to 1e6
, or so).
Due to modeling constraint he internal breaker inductance Ron cannot be set to 0.
You must use a stiff integration algorithm to simulate circuits with Breaker block. Ode23tb
or Ode15s
with default parameters usually give best simulation speed.
Example
A circuit breaker is connected in series with a series RL circuit on a 60Hz voltage source. The switching times of the Breaker block are controlled by a Simulink signal. The breaker device is initially closed and an opening order is given at t = 1.5 cycles, when current reaches a maximum. The current stops at the next zero crossing then the breaker is reclosed at a zero crossing of voltage at t = 3 cycles.
This circuit is available in the psbbreaker.mdl
file. Simulation produces the following results.
Note that the breaker device opens only when the load current has reached zero, after the opening order.
See Also
![]() | Asynchronous Machine | Bus Bar | ![]() |