Why does Simulink scope skip data points when tuning parameters?

3 views (last 30 days)
MATLAB 2018a - Simulink support package for Arduino hardware
I am using an Arduino Uno to send signals to a motor driver and acquire an analog input from a sensor and log the data to the base workspace using a scope.
Ultimately I would like to tune the parameters of the DIR signal block (period samples & pulse width samples) during the simulation. However, when I tune parameters during simulation the scope does not capture every value.
For example ScopeRawVoltage.time = [0.002, 0.004, 0.014, 0.016, 0.018, 0.020, 0.032] even though the sensor samples every 0.002s(500hz). There doesn't seem to be a pattern to the missing values and different amounts of data is missing every time. Also, the missing points don't necessarily coincide with the time that the parameters were changed.
This is a non-issue when I run the simulation without tuning parameters but that is not practical for my purpose since it takes a fair amount of time to upload the model to the Arduino every time I change a parameter.

Accepted Answer

Madhu Govindarajan
Madhu Govindarajan on 8 Nov 2018
The data is coming over serial port and that has its own limitations. Recommendations - slower sampling time or lesser data streamed (maybe you don't need both data points streamed or something like that).

More Answers (0)

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!