Borrar filtros
Borrar filtros

whether matlab function block and trigger block can be linearized?

2 visualizaciones (últimos 30 días)
Hi, I am modeling a motor control system. In my controller, I am using (1) matlab function block to do some calculations; and (2) triggered blocks to simulate the different updating speed of my outer and inner PI control loop. Now I want to use the PID tuner to find pi gains for my outer loop(has 1 PID controller) and the inner loop(has 2 PID controllers), but the PID tuner just can't launch. So I am wondering if a simulink model like mine can actually been linearized?
  1 comentario
Anish Mitra
Anish Mitra el 23 de Feb. de 2016
Is there a specific error message?
When I add switches in a model (in R2015b) and then try opening the PID Tuner - it does open and then show a message stating that the plant cannot be linearized. Do you see something similar?

Iniciar sesión para comentar.

Respuesta aceptada

Arkadiy Turevskiy
Arkadiy Turevskiy el 24 de Feb. de 2016
Hi, Triggered subsystems are discontinuous and would typically not linearize.For cases when exact linearization does not work, the best approach is to compute linear model approximation using simulation data.
The workflow for this is shown in this video and explained in this doc example .
Hope this helps.
  1 comentario
Connor Landrum
Connor Landrum el 23 de Abr. de 2019
Hi Arkadiy,
You mention triggered subsystems, does that only include triggered blocks, or are matlab function blocks also triggered subsystems, and if so would similar methods work to compute a linear model approximation?
Thanks

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Schedule Model Components 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!

Translated by