Static gain.
-----------------------------------
az_Control =1
Kp + Ki * ---
swith Kp = 0.00166, Ki = 0.0017Name: az_Control
Continuous-time PI controller in parallel form.
-----------------------------------
q_Gain =D =
u1
y1 1.985Name: q_Gain
Static gain.If this design is satisfactory, use writeBlockValue to apply the tuned values to the
Simulink model and simulate the tuned controller in Simulink.writeBlockValue(ST)MIMO Design with SYSTUNECascaded loops are commonly used for autopilots. Yet one may wonder how a single
MIMO controller that uses both az and q to generate the actuator command delta fin
would compare with the two-loop architecture. Trying new control architectures is easy
with systune or looptune. For variety, we now use systune to tune the following
MIMO architecture.open_system('rct_airframe2')13 Control System Tuning Examples