missing data in target object

3 views (last 30 days)
SAnbaran
SAnbaran on 30 Oct 2019
Answered: SAnbaran on 6 Nov 2019
Hi everyone, I ran an ICE-based car model in real-time and desktop. But the real-time figure obtained from target object has some part missing (before t=80).
The model created in Simulink/Simscape and used " plot(tg.TimeLog,tg.Outputlog) " to plot target signal log. Additionally, target scope configured as:
Scope Type:Target /
Scope Mode: Graphical redraw /
number of samples:1000 /
number of pre/post samples:0 /
Decimation:1 /
Trigger mode: FreeRun.
I tried to increase number of samples in target scope from 250 to 500, finally to1000. but it did not have any effects.
Do you know what causes this? and what's the solution?
On another note, PI controller has a constant offset. this is evident from desktop simulation plot. for instance, when 0 <t < 20. I tried to change the Kp and Ki values but did not succeed. I hope you can advise me on this,too.
Thank you.

Accepted Answer

SAnbaran
SAnbaran on 6 Nov 2019
SOLVED.
To those who read this in future. I used 'outport block' to log data and solve this problem by increasing 'Signal logging data buffer size' by factor of 5. You can find this setting under Configuration Parameters>Code Generation>Simulink Real-Time Options. For more details visit https://www.mathworks.com/help/xpc/ug/log-signals-with-xpc-target-explorer.html

More Answers (0)

Community Treasure Hunt

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

Start Hunting!