Why does Simulink scope skip data points when tuning parameters?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tyler Johns
el 2 de Nov. de 2018
Respondida: Madhu Govindarajan
el 8 de Nov. de 2018
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 comentarios
Respuesta aceptada
Madhu Govindarajan
el 8 de Nov. de 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).
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Run on Target Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!