Sampling time must agree
34 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Milan
el 2 de Ag. de 2013
Respondida: Aurelien TCHOUNYA NGATCHOU
el 4 de Dic. de 2022
i have an chart which run on event of 1 milli second and i have included the PID library inside sateflow .when ever i click on tune option i get error as sampling time must agree and when i try to run the model i get error asking me to change the sampling time of PID library to -1(inherited ) or constant .
0 comentarios
Respuesta aceptada
Guy Rouleau
el 2 de Ag. de 2013
Blocks inside Stateflow Simulink functions must inherit their sample time. This is because there is no way for the engine to know when you will call the function.
If the logic in your Stateflow chart systematically calls the Simulink function at 0.001s, there is no problem setting the sample time of the PID block to -1. Results should be the same as if it had a sample time of 0.001s
Más respuestas (2)
Aurelien TCHOUNYA NGATCHOU
el 4 de Dic. de 2022
Hallo Zusamen,
ich bereite mich vor, gerade bei Matlab-LiveScript zu üben. ich bekomme momentan einen Fehlermeldung "Error using (*) Sampling times must agree" was soll in meinen Matlabscript gändert werden,um diese Simulation durchführen zu können. Vielen Dank
0 comentarios
Ver también
Categorías
Más información sobre Classical Control Design 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!