summaryrefslogtreecommitdiff
path: root/2123/CH5/EX5.41/Exa_5_41.sce
blob: cbc0a19314171b146bba89f83cddd02c90a18df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Example No. 5.41
clc;
clear;
close;
format('v',9);

//Given Data : 
V1=220;//V
N1=1500;//rpm
I=10;//A
Ra=3;//ohm
V2=230;//V
N2=600;//rpm
Eb1=V1-I*Ra;//V
Eb2=Eb1*N2/N1;//V
Ia=I/2;//A(at half rated torque)
Vm=V1*sqrt(2);//V
alfa=acosd((Eb2+Ia*Ra)*%pi/2/Vm);//degree
disp(alfa,"Firing angle in degree : ");