Processor-in-the-loop Arduino simulation with double data type

I want to perform processor in the loop simulations of a subsystem (controller) in my model on an Arduino Uno board. I successfully generate a PIL block, however I run into the following error message when I start the simulation:
Data type "double" is not supported for SIL or PIL execution with the current target configuration. This is because the host size (8 bytes) and target size (4 bytes) do not match. To avoid this error, do not use this data type at the component interface.
I've tried using the single precision conversion tool with no effect and also tried surrounding the subsystem with the respective conversion blocks.

回答 (2 件)

Gayatri Menon
Gayatri Menon 2018 年 6 月 26 日

0 投票

Hi,
Could you try adding data conversion block inside the subsystem and delete the folders that contain the generated code before trying again.
Thanks
Gayatri

4 件のコメント

Yuan Qi
Yuan Qi 2018 年 6 月 26 日
Hello Gayatri,
I have the same issue with TI C2000 system. I've tried the your method, but it still doesn't work. I've checked my PIL subsystem, there is no double type data and all input and output signals are single and int32. The default data type is also single. Could you please give me some advice regarding that?
Thanks in advance
Yuan
Gayatri Menon
Gayatri Menon 2018 年 6 月 27 日
What about Arduino? Are you still facing the same issue? If so, could you please share the model
Yuan Qi
Yuan Qi 2018 年 6 月 27 日
I solved it by changing the default parameter behavior to Inlined and the parameter structure to NonHierarchical.
CHELLAKHI ABDELKHALEK
CHELLAKHI ABDELKHALEK 2023 年 12 月 30 日
where you are doing this?
can you provide more information please.

サインインしてコメントする。

Piyush Kadkol
Piyush Kadkol 2018 年 10 月 13 日

0 投票

Hi Yuan, I tried changing the Default Parameter Behaviour to Inlined and Parameter Structure to NonHierarchical, but am still getting the error. Could you suggest anymore changes that are needed to be done to overcome this problem? Thanks!

1 件のコメント

Jose GL
Jose GL 2019 年 3 月 30 日
Hi!
I've the same problem with TI MCU.
The block that you will converter in PIL block has double data type, you need to changue all data type from double to single.
Regards

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeArduino Hardware についてさらに検索

製品

リリース

R2018a

質問済み:

2018 年 6 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by