I'm trying to better understand PID controllers so I wanted to see if I can implement it in the form of a transfer function, like this:
However, when I enter these numbers into the transfer function properties window I get the following error:
I tried to google this and apparently having such transfer function where the order of the numerator is higher than the order of the denominator means the system is non-casual. But does this mean you cannot write the PID controller in the form of a transfer function, or is it just that simulink doesn't accept it in that way? Because mathematically I believe this should be a correct representation of a PID controller. So maybe someone can clear this up for me.