Simulink PID 3 output signals block

419 views Asked by At

I'm following a Simulink tutorial with PID controller. Where can I find the following block?

PID block

1

There are 1 answers

0
am304 On BEST ANSWER

It's probably an old tutorial and that block looks like a user-made subsystem rather than a library block. The PID blocks have gone through a revamp recently and the ones provided in the Simulink library are probably what you need:

  • PID Controller: continuous or discrete, depending on how you parameterise it
  • PID Controller 2 DOF: two-degree-of-freedom PID controller, again continuous or discrete depending on how you param