Why does Simulink scope skip data points when tuning parameters?
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Madhu Govindarajan
2018-11-8
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).
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Run on Target Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!