Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

THE UNIVERSITY OF LAHORE,ISLAMABAD CAMPUS

COURSE: POWER SYSTEM PROTECTION


Lab Work Sheet 5

Student Name:________________

Reg No: _____________________

Date: _______________________

Marks obtained: ____________________

Checked date: _______________

Instructions:
 Complete all activities in lab and get checked by the lab engineer.
 Home task should be completed before next lab and must checked by the lab engineer.
 At the end of all activities and home task students advised to write a summary in their own words.
 Late submission will lead to deduction of marks.
 Date must be properly mentioned.
LAB EAXPERIMENT NO: 5

Implementation of DTOC Relay

Objective:
 Implement of Definite Time over Current Relay by using MATLAB Simulink library.
 Use of DTOC in Power System Protection.
 Differentiate between simple OC Relay and DTOC Relay.
Equipment’s:
Computer and Matlab Software.
Theory:
DTOC is an OVER Current relay that wait for definite amount of time after the occurrence of
the fault before it generates a trip signal. It is very important for the property of SELECTIVITY
of protection System.
 Power GUI
 Three Phase Programmable source
 Three Phase Circuit Breaker
 Three PhaseV-I Measurement
 Relay
 RLC Load
 Scopes
Power GUI Block:
The Powergui block allows you to choose one of the following methods to solve your circuit:
 Continuous, which uses a variable step solver from Simulink
 Ideal Switching continuous
 Discretization of the electrical system for a solution at fixed time steps
 Phasor solution
The Powergui block is necessary for simulation of any Simulink model containing
SimPowerSystems blocks. It is used to store the equivalent Simulink circuit that represents the
state-space equations of the model.
When using this block in a model, you must follow these rules:
 Place the Powergui block at the top level of diagram for optimal performance. You can
place it anywhere inside subsystems for your convenience; its functionality will not be
affected.
 You can have a maximum of one Powergui block per model.
 You must name the block powergui.
Three Phase Programmable source:
Use this block to generate a three-phase sinusoidal voltage with time-varying parameters. You
can program the time variation for the amplitude, phase, or frequency of the fundamental
component of the source. In addition, two harmonics can be programmed and superimposed on
the fundamental signal.
Positive-sequence:
The amplitude in volts RMS phase-to-phase, the phase in degrees, and the frequency in hertz of
the positive-sequence component of the three voltages.
Time variation:
Specify the parameter for which you want to program the time variation. Select None if you do
not want to program the time variation of the source parameters. Select Amplitude if you want to
program the time variation of the amplitude. Select Phase if you want to program the time
variation of the phase. Select Frequency if you want to program the time variation of the
frequency.
The time variation applies to the three phases of the source except when the Type of variation
parameter is set to Table of amplitude-pairs. In that case you can apply a variation to phase A
only.
Type of variation:
Specify the type of variation that is applied to the parameter specified by the Time variation of
parameter. Select Step to program a step variation. Select Ramp to program a ramp variation.
Select Modulation to program a modulated variation. Select Table of amplitude-pairs to program
a series of step changes of amplitudes at specific times.
The Table of amplitude-pairs option is not available when the Time variation of parameter is set
to Frequency.
Step magnitude:
This parameter is visible only if the Type of Variation parameter is set to Step.
Specify the amplitude of the step change. The variation of amplitude is specified in pu of the
positive-sequence amplitude.
Rate of change
This parameter is visible only if the Type of Variation parameter is set to Ramp.
Specify the rate of change, in volt/seconds. The rate of change of voltage is specified in (pu of
the positive-sequence voltage)/second.
Frequency of the modulation:
This parameter is only visible if the Type of variation parameter is set to Modulation.
Specify the frequency of the modulation for the source parameter specified in the Time variation
of parameter.
Variation timing(s):
Specify the time, in seconds, when the programmed time variation takes effect and the time
when it stops.
Fundamental and/or Harmonic generation:
If selected, two harmonics can be programmed to be superimposed on the fundamental voltage
of the source
Active power generation P:
Specify the active power that you want generated by the source, in watts. This parameter is
available if you specify Generator type as PV or PQ.
Reactive power generation Q:
Specify the reactive power that you want generated by the source, in vars. This parameter is
available only if you specify Generator type as PQ.
The Three-Phase Breaker block implements a three-phase 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 Three-Phase Breaker block uses three Breaker blocks connected between the inputs and the
outputs of the block. You can use this block in series with the three-phase element you want to
switch. See the Breaker block reference pages for details on the modeling of the single-phase
breakers.
If the Three-Phase Breaker block is set in external control mode, a control input appears in the
block icon. The control signal connected to this input must be either 0 or 1, 0 to open the
breakers, 1 to close them. If the Three-Phase Breaker block is set in internal control mode, the
switching times are specified in the dialog box of the block. The three individual breakers are
controlled with the same signal.
Initial status of breakers:
The initial status of the breakers. The initial status is the same for the three breakers. Depending
on the initial status, the icon shows a closed contact or an open contact.
Switching of phase A:
If selected, the switching of phase A is activated. If not selected, the breaker of phase A stays in
its initial status specified in the Initial status of breakers parameter.
Switching of Phase B:
If selected, the switching of phase B is activated. If not selected, the breaker of phase B stays in
its initial status specified in the Initial status of breakers parameter.
Switching of phase C:
If selected, the switching of phase C is activated. If not selected, the breaker of phase C stays in
its initial status specified in the Initial status of breakers parameter.
Transition times(s):
The Transition times(s) parameter is not visible in the dialog box if the External control of
switching times parameter is selected.
Specify the vector of switching times when using the Three-Phase Breaker block in internal
control mode. At each transition time the selected breakers opens or closes depending to their
initial state.
External control of switching times:
If selected, adds a fourth input port to the Three-Phase Breaker block for an external control of
the switching times of the breakers. The switching times are defined by a Simulink signal (0-1
sequence).
Breakers resistance Ron:
The internal breaker resistances, in ohms (Ω). The Breaker resistance Ron parameter cannot be
set to 0.
Snubbers resistance Rp:
The snubber resistances, in ohms (Ω). Set the Snubber resistance Rp parameter to inf to eliminate
the snubbers from the model.
Snubbers capacitance Cp:
The snubber capacitances, in farads (F). Set the Snubber capacitance Cp parameter to 0 to
eliminate the snubbers, or to inf to get resistive snubbers.
Three Phase V-I Measurement:
Voltage measurement:
Select no if you do not want to measure three-phase voltage. Select phase-to-ground if you want
to measure the phase-to-ground voltages. Select phase-to-phase if you want to measure the
phase-to-phase voltages.
Use a label:
If selected, the voltage measurements are sent to a labeled signal. Use a From block to read the
voltages. The Goto tag of the From block must correspond to the label specified by the Signal
label parameter. If not selected, the voltage measurements are available via the Vabc output of
the block.
Signal label:
Specifies a label tag for the voltage measurements.
Voltages in pu, based on peak value of nominal phase-to-ground voltage:
If selected, the measured phase-to-ground voltages are converted in pu.
Three-Phase Series RLC Load:
Parameters:
Configuration: Y(grounded)
Nominal Phase to Phase Voltage: 11e3
Nominal Frequency: 50
Active power: 200e6
Inductive reactive Power: 100
Capacitive reactive power: 0
Measurements: None
Nominal phase-to-phase voltage Vn:
The nominal phase-to-phase voltage of the load, in volts RMS (Vrms).
Nominal frequency fn:
The nominal frequency, in hertz (Hz).
Active power P:
The three-phase active power of the load, in watts (W).
Inductive reactive power QL:
The three-phase inductive reactive power QL, in vars. Specify a positive value, or 0.
Capacitive reactive power Qc:
The three-phase capacitive reactive power QC, in vars. Specify a positive value, or 0.
LAB TASK

Using Simpower system tool and implement the three phase system as shown in figure below
RESULTS:

You might also like