I have a datasheet of an induction motor (as figure below). I want to simulate it on matlab/simulink, but I don't know it's parameters (Lls, Llr, Lm, Rr, Rs).
I tried to search about open circuit test and blocked rotor test to determine these parameters, but some of information doesn't appear on datasheet and I don't have the real motor to test on it (datasheet is only think I have).
Could someone help me with this?
2 commentaires
Date décroissanteHi, Duc Le, I believe you have everything you need from your data sheet. From a simplified equivalent circuit, you can start by solving the slip S, rotor current, magnetizing current, rated phase voltage and current, rotor resistance etc.
Remember, you have rated rotor speed, Wr of 690 rpm, which means using the formula n = 120f/p, substituting n=690, your number of pole is p=8.7, which is close to an even number of 8, so p=8 or pole pair =4. Then you can easily estimate the machine synchronous speed as We = 120*50/8 = 750rpm.
Slip speed, Ws = (We-Wr) Slip, S = (We-Wr)/We
Vs = 380v ...since delta connection but Is = 3.75/sqrt(3)
Torque, T = P_mech/Wr = 1e(03)/(690*pi/30) = 13.84Nm (almost the same as the nameplate) do the rest in a similar way ...
. . . .