Timer Callback Function Variable period

2 visualizaciones (últimos 30 días)
Farid Samara
Farid Samara el 5 de Feb. de 2016
Respondida: Walter Roberson el 6 de Feb. de 2016
Hi,
I have successfully built is timer callback function in matalb to control my stepper motor. The period in my timer function is currently a constant and doesnt change. t.Period = timestep;
Is it possible to change the period, or the variable 'timestep' while my timer is running?
For example, if I have 20 steps to execute I want my 'timestep' to be an array of 20 with different times for each execution?
Is it possible to have the period changing from one execution to the other?
Cheers
Farid

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Feb. de 2016
No, the timer period cannot be changed while the timer is active.
You can have the TimerFcn stop() the timer and set a period and start() the timer again

Más respuestas (0)

Categorías

Más información sobre App Building en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by