Trying to model a 3 phase induction motor circuit for a certain production line
3 ビュー (過去 30 日間)
古いコメントを表示
We have a setup where we are monitoring the current supplied to the a 3 phase induction motor in a manufacturing plant. The current is read using CT sensors attached to the supply .
We are trying to identify current patterns during various fault situation but don't have enough data to do so. Hence, I am trying to model similar circuit in matlab simulink.
Model attached.
The nameplate spec of the motor are as follows :
RPM = 1380, A = 1.05, PF = 0.74, V = 415+-10% ,Hz = 50+-5%, kW = 0.37, HP = 0.50, EFF = 66.0, Frame = 71 , AMB = 50 ,IP = 55, InCl = 'F', Duty = 87, Emcl = 'TEFC'
Am from data science background and having trouble here regarding the parameters to be set. This mode made with the help of a few youtube videos. I have used parameters for the model from an example model on simulink except the First 3 [pow,volt,freq]. I have also set the supply voltage phases with a difference of 120 deg, freq = 50Hz and the supply voltage as Supply Voltage = (sqrt(2) * Vrms) / sqrt(3) Where Vrms is the given voltage on motor nameplate, which comes to be as 338.85 for this motor.
The problem I am facing is that the readings are supposed to be in ranges of 0.6 (as in the real world reading we are getting) as the motor is of max 1.04 Amps, but here the readings are of greater values. I thought of using Gain block before scope to scale these but one of the electrical guys said I should look into setting the parameters right.
The whole project is on me now and I don't have any mentor for this domain. Any help in setting up the simulation right is appreciated. Thank you!!.

0 件のコメント
採用された回答
Joel Van Sickel
2023 年 4 月 11 日
Try using the motor parameter estimation tool on the block. Here are some parameter to help you out.
Nominal torque = 2.58
synchrnoous speed = 1500
Nominal speed = 1380
leave the ratios alone for now.
I don't know how close this will get you to your lab results, but it does bring the current down to something a bit more believable.
Regards,
JOel
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Motor Drives についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!