simulink real time task excution time

1 visualización (últimos 30 días)
metidji
metidji el 7 de Ag. de 2019
Comentada: Fangjun Jiang el 16 de Ag. de 2019
why the maximum task execution time is very importante vs avrage task execut time in simulink real time? what is happened in this case to take all this time to excute the same task?.

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 7 de Ag. de 2019
In your task, you might have some conditional statements. If the condition is met, certain codes or blocks are executed thus take longer time to finish than when the condition is not met. To ensure your task is able to execute in "real time" continuesly, you need to make sure the maximum task execution time is smaller than the step time of the task. In other words, you can only slow down (by puasing or inserting delay), but you can't speed up to make "real time".
  6 comentarios
metidji
metidji el 16 de Ag. de 2019
simulink real-time
Fangjun Jiang
Fangjun Jiang el 16 de Ag. de 2019
Contact the Mathworks tech support

Iniciar sesión para comentar.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by