Skip to content

Regulatory controller: PID, cascade simulation, integrating vs non-integrating, feed forward controller, controller for a dead-time-dominated system

Notifications You must be signed in to change notification settings

MuhammadRiyanMadya/Regulatory-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regulatory Controller

This repository is a collection of process control codes based on first principles.

P-only controller

The proportional controller can be excellent for integrating processes but when there are setpoint changes it will not follow the setpoint.

PI controller

The Proportional-Integral is commonly used in industry, it is reliable due to the ability to follow the setpoint

PID controller for FOPTD

The derivative controller could reduce the winding response caused by the integral component, but it has limitations and it is mainly not used for a system with high noise.

Time delay is a very critical problem for process control, it reduces the performance of the PID controller and has to be considered when tuning the controller

Ultimately, when the system is time-delay-dominated, simulation for the controller response to get the best PID constants is necessary.

About

Regulatory controller: PID, cascade simulation, integrating vs non-integrating, feed forward controller, controller for a dead-time-dominated system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages