Data type mismatch error in Simulink

조회 수: 75 (최근 30일)
Siddhi Kadam
Siddhi Kadam 2022년 1월 14일
댓글: Pat Gipper 2022년 1월 20일
I am running a simulation of Direct Torque Control of Induction Motor in Simulink. Howeve in sector formation I'm getting the following error:
Data type mismatch. 'Input Port 1' of 'DTC_Trial1/Hystersisis Control and Pulse Generation /Subsystem/Sum1' expects a signal of data type 'boolean'. However, it is driven by a signal of data type 'double'.
I'm not able to understand why this is happening. Any help would be appreciated. Attached file for reference. Thank you.

채택된 답변

Pat Gipper
Pat Gipper 2022년 1월 17일
I saw a number of other issues in this model.
1) I think the inverter needs a ground reference added on the emitters of the lower corner IGBTs. Once you do this then you will be able to measure the stator voltages and currents with the Three-Phase V-I Measurement block as needed.
2) The subsystem calculating the sector needs further work. Try using a mod(2*pi) instead of the boolean logic, as I believe you desire to wrap the result. Also it is outputting a sector value of zero, which I think is incorrect. Try adding 1 to the result.
3) The Stator voltage selector using a fnc block that is not compatible with the psi_s input. Should this be an absolute value function?
  댓글 수: 4
Siddhi Kadam
Siddhi Kadam 2022년 1월 20일
Yes sir it's working a lot better now. Though there is some noise in the stator currents, the entire system is working as it was desired and the locus is also obtained. Thank you for the help.
Pat Gipper
Pat Gipper 2022년 1월 20일
I'm glad to hear it. Switching noise in the stator currents is to be expected with this control scheme.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Fangjun Jiang
Fangjun Jiang 2022년 1월 14일
  1. The easiest solution is to add a Data Type Conversion block.
  2. The proper solution is to set the proper data type at the relevant blocks.
  3. The related setting is the diagnostic for mismatch data types.

카테고리

Help CenterFile Exchange에서 Sources에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by