.IndustrialControlSystems.Applications.ControlProblems.ProcessControl

Information

Description

In this examples the typical processes (contained in model TypicalTF ) are controlled with PID regulators.

Process Trasfer function
Integrator
  Y(s)     1
  ---- = -----
  U(s)     5s  


Controller parameters
ParameterValue
Kp100
Ti1
Td0.1
N10
b1
c1





Process Trasfer function
Integrator + delay
  Y(s)     1     -1s
  ---- = ----- e
  U(s)     5s  


Controller parameters
ParameterValue
Kp5
Ti30
Td0.1
N8
b1
c1





Process Trasfer function
First Order
  Y(s)      1   
  ---- = -------- 
  U(s)    1 + 5s  


Controller parameters
ParameterValue
Kp10
Ti3
Td0.8
N8
b1
c1





Process Trasfer function
First Order + delay
  Y(s)      1      -2s
  ---- = -------- e
  U(s)    1 + 5s  


Controller parameters
ParameterValue
Kp1
Ti4
Td0.2
N5
b1
c1





Process Trasfer function
Fast Slow
  Y(s)      1 + 5.8s  
  ---- = -------------- 
  U(s)    (1 + 6s)(1+s)  


Controller parameters
ParameterValue
Kp5
Ti0.8
Td0.2
N10
b1
c1





Process Trasfer function
Overshooting
  Y(s)      1 + 8s  
  ---- = --------------- 
  U(s)    (1 + 5s)(1+2s)  


Controller parameters
ParameterValue
Kp5
Ti2
Td1
N10
b1
c1





Process Trasfer function
Undershooting
  Y(s)      1 - 5.5s  
  ---- = --------------- 
  U(s)    (1 + 5s)(1+2s)  


Controller parameters
ParameterValue
Kp0.1
Ti2
Td5
N5
b1
c1





Process Trasfer function
Complex Poles
  Y(s)            1  
  ---- = -------------------- 
  U(s)    1 + 1.2 s + 0.025s  


Controller parameters
ParameterValue
Kp10
Ti2.5
Td1
N10
b1
c1



Revisions

Industrial Control Systems (v 1.0.0) : April-May 2012
List of revisions:

Main Authors:
Marco Bonvini; <bonvini@elet.polimi.it>
Alberto Leva <leva@elet.polimi.it>
Politecnico di Milano
Dipartimento di Elettronica e Informazione
Via Ponzio 34/5
20133 Milano - ITALIA -
Copyright:
Copyright © 2010-2012, Marco Bonvini and Alberto Leva.
The IndustrialControlSystems package is free software; it can be redistributed and/or modified under the terms of the Modelica license.

Generated at 2024-04-25T18:15:59Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos