From 4d684dd1ed98a67f1fdaa3c9f3e63d5a46f4f9e0 Mon Sep 17 00:00:00 2001 From: Destination2Unknown Date: Fri, 28 Jul 2023 13:28:08 +0100 Subject: [PATCH] Update README.md --- README.md | 35 +++++++---------------------------- 1 file changed, 7 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index d8ff650..ecc0634 100644 --- a/README.md +++ b/README.md @@ -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)