Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.49 KB

README.md

File metadata and controls

61 lines (33 loc) · 1.49 KB

SIMC PID TUNER

A program to estimate PI parameters form a single positive step-response

About

This program was made during work with our final theses at OsloMet. We identified that people tuning the PID parameters in our usecase, didn't want to spend time calculating and tuning for optimal parameters, since the system is non critical and would still operate with bad tuning parameters.

The suggested solution to this problem is to let the operator do one step-response and based on that estimate PI parameters. Some tuning might be needed, so the operator can tune Theta and Max value to find a good fit.

Compile

We choose to compile the file with pyinstaller

pyinstaller --noconfirm --onefile --windowed  "main.py"

Screenshot

GUI Showcase

License

Distributed under the GPL license