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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Sabin
am 19 Dez. 2024
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 Kommentare
Siehe auch
Kategorien
Mehr zu Permanent Magnet finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!