summaryrefslogtreecommitdiff
path: root/371/CH15/EX15.2/15_2.sci
blob: 3a3d0431e6d4fb0e56900b2e50519ac7f9480ea8 (plain)
1
2
3
4
5
6
7
8
9
10
//The ac Motor Control//
//Example 15.2//
Imr=50;//motor field rating in amp//
Icr=1.5*Imr;//converter rated current in amp//
printf('value of converter rated current=Icr=%famp',Icr);
Vdc=100;//converter dc rating in volts//
Vac=Vdc/1.35;//converter ac rating voltage required//
printf('\nvalue of converter rated ac voltage=Vac=%fvolts',Vac);
Pkva=(1.05*100*75)/1000;//KVA rating of the transformer//
printf('\nKVA rating of transformer=Pkva=%fKVA',Pkva);