Signals with Fixed-Point data types in Simulink Real-Time
2 views (last 30 days)
Show older comments
I have a Simulink Real Time model being excecuted in a target machine. The model contains a signal with fixed-point data type. When my signal, originally an integer, is converted to fixed-point type (with the Data type conversion block) it turns to 0.
I've marked the it for data logging and I also connected it to File Log block (as suggested in the link below). Either ways show the signal is 0.
The same model works correctly in full simulation (simulink model, no real time).
Is there something I'm missing ? How can I solve this issue?
Thanks !
0 Comments
Answers (1)
Dimitri MANKOV
on 28 Sep 2023
Hi Francesca,
Which MATLAB release are you using? The documentation you are referencing applies to R2023b, but I see that you entered R2018b in the details of your question. There has been a major update in Simulink Real-Time between R2020a and R2020b, which may explain the difference in the observed behavior.
Dimitri
0 Comments
See Also
Categories
Find more on Target Computer Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!