I am working on the "PMSM with Thermal Model" example of MATLAB but when i put the MOSFET in this problem i am getting the errors
1 回表示 (過去 30 日間)
古いコメントを表示
For the motor model, i have taken from the thermal PMSM model from MATLAB examples. when i put the MOSFET for switching i am getting this error. I want to put the MOSFET for the swithing for my MODEL.
An error occurred while running the simulation and the simulation was terminated
Caused by:
- ['ee_motor_pmsm_thermal/Solver Configuration']: At time 0.000550, one or more assertions are triggered. See causes for specific information.
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
- In divide, the denominator must be nonzero. The assertion comes from: Block path: ee_motor_pmsm_thermal/FEM-Parameterized PMSMAssert location: o (location information is protected)
Please see the attachment for furhter clarification
0 件のコメント
回答 (1 件)
Sabin
2024 年 12 月 19 日
You are attempting to model the system by combining to different technologies, Simscape and Specialized Power Systems. This should be avoided as the two technologies as you can run into solver issues. There are similar blocks in both technologies.
You can check this example using the PMSM block and thermal model as a starting point:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Permanent Magnet についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!