dsplover / PythonPID_Simulator

Python PID Controller and Process Simulator (FOPDT)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonPID_Simulator

Python PID Controller and Process Simulator (FOPDT) with GUI.

Run the File.

Then select Model Values and Tune PID..


GUI

Hit Refresh to show trends


PID_Trends

Requires:

pip -> cmd python get-pip.py

numpy -> cmd pip install numpy

matplotlib -> cmd pip install matplotlib

scipy -> cmd pip install scipy

To create Exe use windows cmd: cmd -> pip install pyinstaller

cmd -> cd to folder with PythonPID_Simulator.py (change py to pyw = no console window)

Then run pyinstaller with the -F flag to produce the standalone exe:

pyinstaller -F PythonPID_Simulator.py

It will output to dist/PythonPID_Simulator.exe

About

Python PID Controller and Process Simulator (FOPDT)

License:MIT License


Languages

Language:Python 100.0%