Sie sind auf Seite 1von 6

1) Flow chart to design a dc shunt motor starter .

start

Read input data like ,power(p) ,voltage(V),rpm,armature


resistance(Ra),efficiency,no of sections(n), ratio of max torqueto
full load torque(x), etc related to motor and starter

Calculate full load current(I)=P/(V*efficiency)

Calculate upper limit current(I1)=x*I

Calculate total resistance at starting (at stud1)=R1=V/I 1

Calculate α=(Ra/R1)1/n

Calculate no of studs(m)=n+1

Calculate lower limit of current(I2)=α*I1

Calculate the resistance at various studs(R m)=


αm-1 *(R1)

Are all studs Calculate resistance at


consideres next stud

m=m+1

yes

Calculate the section resistance (rk)=Rk-Rk+1 no


Calculate next section
no resistance
All section
considered k=k+1

Print the data

stop
1) Flow chart to design a dc series motor starter .

start

Read input data like ,power(p) ,voltage(V),rpm,armature


resistance(Ra),efficiency,no of sections(n),ratio of max torqueto
full load torque(x), Ø1,Ø2 ,etc

Calculate full load current(I)=P/(V*efficiency)

Upper limit of current(I 1)=x*I

Calculate lower limit of current(I2)=(V-Eb1)/R1

Calculate α=I2/I1

Calculate (β)=Ø1/Ø2

Y=β*α

Calculate (R1)=V/I1

Calculate the resistance at various studs(R m)=


Y*Rm-1-(V/I1)(β-1)

Are all studs Calculate resistance at


consideres next stud

m=m+1

yes

Calculate the section resistance (rk)=Rk-Rk+1 no


Calculate next section
no resistance
All section
considered k=k+1

Print the data

stop

Das könnte Ihnen auch gefallen