Hi @Jio Nocon
The error message indicates that there is an issue with the data types used in your model. Specifically, the errors suggest that the input or output data types are not compatible with the signal processing blocks used in the model.
To resolve these errors, you may want to consider the following steps:
- Check the data types of all signals in the model, paying special attention to the input and output signals.
- Ensure that the input and output signals have the correct data types for the signal processing blocks used in the model.
- If necessary, use data type conversion blocks to convert between data types.
- Check if the signal processing blocks in the model have specific data type requirements and ensure that the input and output signals are compatible with those requirements.
- Check if the model uses custom data types or libraries and ensure that those are properly configured and compatible with the rest of the model.
- Finally, try to isolate the source of the errors by temporarily removing blocks or subsystems from the model and testing to see if the errors persist.