Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Bus assignment block automatically converts input data type

1 回表示 (過去 30 日間)
Suraj Lal Putta Mothilal
Suraj Lal Putta Mothilal 2019 年 11 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello,
I am using bus assignment block to replace one of the signal in a bus. The input port of the bus assignment block is connected to switch block where the data type of the switch block output is set to uint8. But the bus assignement block converts it automatically to double. This causes a problem because later in the model a uint8 signal is expected. I don't know how to prevent this.
BusAssignmentError.png
Best Regards
Suraj

回答 (1 件)

Mark McBroom
Mark McBroom 2019 年 12 月 2 日
What is the data type of RX_Error in the bus when the bus is created? It is probably double. You will need to make the signal used for RX_Error when you create the bus to be uint8.

製品


リリース

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by