Name | Modified | Size | Downloads / Week |
---|---|---|---|
ScreenCasts | 2019-10-26 | ||
xlPIDTuneMethods.xlsm | 2019-12-18 | 63.1 kB | |
pyPIDTuneMethods-code-0.3.5.zip | 2019-12-18 | 168.2 kB | |
xlPIDTuneMethods.html | 2019-12-18 | 3.5 kB | |
xlPIDTune.png | 2019-12-18 | 40.5 kB | |
README.txt | 2019-10-18 | 1.5 kB | |
LICENSE | 2019-09-07 | 35.8 kB | |
Totals: 7 Items | 312.5 kB | 1 |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. 1.Description pyPIDTuneMethods is a free python-based tool for PID controller design and tuning. 2.Software pyPIDTuneMethods is based on scipy (numpy, scipy) <http://www.scipy.org/>, guiqwt <http://code.google.com/p/guiqwt/> and PyQt5 <http://www.riverbankcomputing.co.uk>. 3.Compatibility Tested with python 3.7.x 4.Installation - Download and install the latest python 3.7.x version - Download and install scipy, guiqwt, guidata and PyQt5. - Download pyPIDTune and run using the command : 'python pyPIDTuneMethods.py' from the installation folder. 5.If you are not familiar with python you can use 'winpython' <http://code.google.com/p/winpython>. 6.You can easily build the standalone 'exe' version using the command : 'pyInstaller PIDTuneMethods.spec' from the installation folder (you will need to install 'pyInstaller' package).Unfortunately the size is huge i.e. almost 500MBs.