Why do I receive a data type mismatch error when using single phase asynchronos machine in simpower system?
显示 更早的评论
I want to simulate a system with a synchronous generator, resistive load and single phase asynchronous motor in simpower systems, but when I run simulation these errors occur
Data type mismatch. Input port 1 of 'my model name/Single Phase Asynchronous Machine/Electrical model/disconnection system/Logical Operator' expects a signal of data type 'double'. However, it is driven by a signal of data type 'boolean'.
Data type mismatch. Output port 1 of ' my model name /Single Phase Asynchronous Machine/Electrical model/disconnection system/Compare To Zero' is a signal of data type 'boolean'. However, it is driving a signal of data type 'double'. I would be thankful for any help I can get!
回答(1 个)
Joel Van Sickel
2021-8-18
0 个投票
This is an issue of having the wrong data types on your simulink signals. Try using this block: https://www.mathworks.com/help/simulink/slref/datatypeconversion.html
类别
在 帮助中心 和 File Exchange 中查找有关 Electrical Sensors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!