Why do I receive a data type mismatch error when using single phase asynchronos machine in simpower system?

3 vues (au cours des 30 derniers jours)
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!

Réponses (1)

Joel Van Sickel
Joel Van Sickel le 18 Août 2021
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

Catégories

En savoir plus sur Specialized Power Systems dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by