Basic PID Controller For Discretized Time
Project description
Basic PID -
A Python PID controller for discretized time calculations
Basic PID is a classic PID controller that is easy to use, works and does the job.
The PID controller implements timestep integration that is designed to be used in discretized time regulators.
Basic PID has proven to be a tested, and reliable PID controller. It has been used, for example, with mobile robotic systems for LVC (linear velocity control) for wheels, LVDR (lateral velocity differential regulator) and ADVR (angular differential velocity regulator) for tracking a heading angle with differential drive robots using typical motion control input signals for linear & angular velocities.
It supports 2 modes of operation: Integrative and Iterative
In iterative mode, the timestep integration for updating an input signal is done in the algorithm that calls the PID controller for the ouput of the PID at the current timestep.
In integrative mode, the timestep integration is done inside the controller and the output from the PID controller for the current timestep is used directly to be sent to the process plant as the current input signal.
For documentation see https://basic-pid.readthedocs.io/en/latest/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file basic_pid-0.1.10b0.tar.gz
.
File metadata
- Download URL: basic_pid-0.1.10b0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.60.0 importlib-metadata/4.8.3 keyring/23.0.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa3146eb70d0aa79f8a3e57a6a286d398ad72e6fa322fe5dac25aba3bca8f40e |
|
MD5 | d789b48700e92aae0649efc7650a3781 |
|
BLAKE2b-256 | 473643c0ca97203ff224a08bbc59d52b51ddf791ba63171f3b141968219b41de |
File details
Details for the file basic_pid-0.1.10b0-py3-none-any.whl
.
File metadata
- Download URL: basic_pid-0.1.10b0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.60.0 importlib-metadata/4.8.3 keyring/23.0.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a53836af401b0672aa26176cd350363be67058f45015e1f7325038d98d5d83d5 |
|
MD5 | e6894d6f1f079b96888fe2819d411555 |
|
BLAKE2b-256 | f280f8ebc0c3b6c946610dc21667c0a43e8e78cc5eeb5e8efbaa469ad7ee245a |