27
Scilab Manual for Power Electronics Lab by Prof C Harinatha Reddy Electrical Engineering G Pulla Reddy Engineering College 1 Solutions provided by Prof C Harinatha Reddy Electrical Engineering G Pulla Reddy ENgineering College (Autonomous) May 7, 2022 1 Funded by a grant from the National Mission on Education through ICT, http://spoken-tutorial.org/NMEICT-Intro. This Scilab Manual and Scilab codes written in it can be downloaded from the ”Migrated Labs” section at the website http://scilab.in

Scilab Manual for Power Electronics Lab by Prof C

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Scilab Manual for Power Electronics Lab by Prof C

Scilab Manual forPower Electronics Lab

by Prof C Harinatha ReddyElectrical Engineering

G Pulla Reddy Engineering College 1

Solutions provided byProf C Harinatha ReddyElectrical Engineering

G Pulla Reddy ENgineering College (Autonomous)

May 7, 2022

1Funded by a grant from the National Mission on Education through ICT,http://spoken-tutorial.org/NMEICT-Intro. This Scilab Manual and Scilab codeswritten in it can be downloaded from the ”Migrated Labs” section at the websitehttp://scilab.in

Page 2: Scilab Manual for Power Electronics Lab by Prof C

1

Page 3: Scilab Manual for Power Electronics Lab by Prof C

Contents

List of Scilab Solutions 3

1 Uncontrolled 1-phase Half and Full wave rectifier with Rload 5

2 Uncontrolled 3-phase Half wave and Full wave rectifier 6

3 Controlled 1-phase Half and Full wave rectifier with R Load 9

4 Controlled 3-phase Half and Full wave rectifier with R Load 12

5 Step Down and Step up chopper with R load 17

6 1-phase AC- voltage controller with R load 20

7 1-phase Inverter (Half Bridge and H bridge ) with R load 22

2

Page 4: Scilab Manual for Power Electronics Lab by Prof C

List of Experiments

3

Page 5: Scilab Manual for Power Electronics Lab by Prof C

List of Figures

2.1 Circuit Diagram of 3phase Half Wave uncontrolled Rectifierwith R load . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

2.2 Circuit Diagram of 3phase Half Wave uncontrolled Rectifierwith R load . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

2.3 Circuit Diagram of 3phase Full Wave uncontrolled Rectifierwith R load . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

2.4 Circuit Diagram of 3phase Full Wave uncontrolled Rectifierwith R load . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

3.1 Circuit Diagram of 1phase Half Wave controlled Rectifier withR load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

3.2 Circuit Diagram of 1phase Full Wave uncontrolled Rectifierwith R load . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

4.1 Circuit Diagram of 3phase Half controlled Rectifier with R load 134.2 Circuit Diagram of 3phase Half controlled Rectifier with R load 144.3 Circuit Diagram of 3phase Full Wave controlled Rectifier with

R load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154.4 Circuit Diagram of 3phase Full Wave controlled Rectifier with

R load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

5.1 Circuit Diagram of StepDownchopper with R load . . . . . . 185.2 Circuit Diagram of Step Up chopper with R load . . . . . . 19

6.1 Circuit Diagram of 1phase AC Vokltage controller with R load 21

7.1 Circuit Diagram of Half bridge Inverter with R load . . . . . 237.2 Circuit Diagram of Half bridge Inverter with R load . . . . . 247.3 Circuit Diagram of Full bridge Inverter with R load . . . . . 257.4 Circuit Diagram of Full bridge Inverter with R load . . . . . 26

4

Page 6: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 1

Uncontrolled 1-phase Half andFull wave rectifier with R load

This code can be downloaded from the website wwww.scilab.in This code

can be downloaded from the website wwww.scilab.in

5

Page 7: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 2

Uncontrolled 3-phase Half waveand Full wave rectifier

This code can be downloaded from the website wwww.scilab.in

This code can be downloaded from the website wwww.scilab.in

6

Page 8: Scilab Manual for Power Electronics Lab by Prof C

Figure 2.1: Circuit Diagram of 3phase Half Wave uncontrolled Rectifier withR load

Figure 2.2: Circuit Diagram of 3phase Half Wave uncontrolled Rectifier withR load

7

Page 9: Scilab Manual for Power Electronics Lab by Prof C

Figure 2.3: Circuit Diagram of 3phase Full Wave uncontrolled Rectifier withR load

Figure 2.4: Circuit Diagram of 3phase Full Wave uncontrolled Rectifier withR load

8

Page 10: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 3

Controlled 1-phase Half andFull wave rectifier with R Load

This code can be downloaded from the website wwww.scilab.in This code

can be downloaded from the website wwww.scilab.in

9

Page 11: Scilab Manual for Power Electronics Lab by Prof C

Figure 3.1: Circuit Diagram of 1phase Half Wave controlled Rectifier with Rload

10

Page 12: Scilab Manual for Power Electronics Lab by Prof C

Figure 3.2: Circuit Diagram of 1phase Full Wave uncontrolled Rectifier withR load

11

Page 13: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 4

Controlled 3-phase Half andFull wave rectifier with R Load

This code can be downloaded from the website wwww.scilab.in

This code can be downloaded from the website wwww.scilab.in

12

Page 14: Scilab Manual for Power Electronics Lab by Prof C

Figure 4.1: Circuit Diagram of 3phase Half controlled Rectifier with R load

13

Page 15: Scilab Manual for Power Electronics Lab by Prof C

Figure 4.2: Circuit Diagram of 3phase Half controlled Rectifier with R load

14

Page 16: Scilab Manual for Power Electronics Lab by Prof C

Figure 4.3: Circuit Diagram of 3phase Full Wave controlled Rectifier with Rload

15

Page 17: Scilab Manual for Power Electronics Lab by Prof C

Figure 4.4: Circuit Diagram of 3phase Full Wave controlled Rectifier with Rload

16

Page 18: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 5

Step Down and Step upchopper with R load

This code can be downloaded from the website wwww.scilab.in

This code can be downloaded from the website wwww.scilab.in

17

Page 19: Scilab Manual for Power Electronics Lab by Prof C

Figure 5.1: Circuit Diagram of StepDownchopper with R load

18

Page 20: Scilab Manual for Power Electronics Lab by Prof C

Figure 5.2: Circuit Diagram of Step Up chopper with R load

19

Page 21: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 6

1-phase AC- voltage controllerwith R load

This code can be downloaded from the website wwww.scilab.in

20

Page 22: Scilab Manual for Power Electronics Lab by Prof C

Figure 6.1: Circuit Diagram of 1phase AC Vokltage controller with R load

21

Page 23: Scilab Manual for Power Electronics Lab by Prof C

Experiment: 7

1-phase Inverter (Half Bridgeand H bridge ) with R load

This code can be downloaded from the website wwww.scilab.in This code

can be downloaded from the website wwww.scilab.in

22

Page 24: Scilab Manual for Power Electronics Lab by Prof C

Figure 7.1: Circuit Diagram of Half bridge Inverter with R load

23

Page 25: Scilab Manual for Power Electronics Lab by Prof C

Figure 7.2: Circuit Diagram of Half bridge Inverter with R load

24

Page 26: Scilab Manual for Power Electronics Lab by Prof C

Figure 7.3: Circuit Diagram of Full bridge Inverter with R load

25

Page 27: Scilab Manual for Power Electronics Lab by Prof C

Figure 7.4: Circuit Diagram of Full bridge Inverter with R load

26