Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Destination2Unknown committed Jul 28, 2023
1 parent 193ac33 commit 4d684dd
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions README.md
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)

0 comments on commit 4d684dd

Please sign in to comment.