-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
193ac33
commit 4d684dd
Showing
1 changed file
with
7 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,19 @@ | ||
# PythonPID_Simulator | ||
Python PID Controller and Process Simulator (FOPDT) with GUI. | ||
|
||
Run the File. | ||
**Direct action:** | ||
|
||
|
||
Then select Model Values and Tune PID.. | ||
______________________________ | ||
![PythonPID_Simulator](https://github.com/Destination2Unknown/PythonPID_Simulator/assets/92536730/d1903cc3-5f17-4811-9be5-f51b65daa318) | ||
|
||
![GUI](https://user-images.githubusercontent.com/92536730/147006723-46e4d353-c0d4-44f0-b5a8-d93925699b8e.JPG) | ||
|
||
--- | ||
|
||
**Reverse action:** | ||
|
||
Hit Refresh to show trends | ||
______________________ | ||
|
||
![PID_Trends](https://user-images.githubusercontent.com/92536730/147006704-422bcf11-6ae4-4b0b-9399-59a71ba094e9.JPG) | ||
![PythonPID_Simulator_Reverse](https://github.com/Destination2Unknown/PythonPID_Simulator/assets/92536730/00e42502-22e9-4a28-81be-3e573cb97cae) | ||
|
||
|
||
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 | ||
Windows Exe: [PID Simulator](https://github.com/Destination2Unknown/PythonPID_Simulator/releases) |