Standard PID Controller For Discrete Time Regulators
Project description
Basic PID is a classic PID controller that is easy to use, works and does the job.
The PID controller is designed to be used in discretized time regulators and implements timestep integration that supports two modes of operation: Integrative and Iterative
In Integrative Mode, the timestep integrations are calculated inside the controller and the output from the PID controller for the current timestep is used directly or with modifications and sent to the device or process plant as the current input signal without further iterative integration.
In Iterative Mode, the PID timestep integrations are manually calculated and updated outside the controller in the algorithm that calls the PID controller for the output of the PID at the current timestep.
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 regulating wheel velocities, LVDR (Lateral Velocity Differential Regulator) for keeping the wheel velocities in sync for differential drive mobile robots when traversing a straight line path and ADVR (Angular Differential Velocity Regulator) for tracking a heading angle using typical motion control input signals (v,w) for linear and angular velocities.
Installation:
$ pip install basic-pid
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.2.6a0.tar.gz
.
File metadata
- Download URL: basic-pid-0.2.6a0.tar.gz
- Upload date:
- Size: 4.6 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 | 06d49412c7b2243e6c1144e6fd6b8c9c20e428b5391f22403c27f5dec8f0f0f6 |
|
MD5 | 6ce63f273816aa550581ab26b7da5b25 |
|
BLAKE2b-256 | af6585ed3b5d36405fc1e4340dec0949b52a2854bc410b6f1c1422d3b5fe276c |
File details
Details for the file basic_pid-0.2.6a0-py3-none-any.whl
.
File metadata
- Download URL: basic_pid-0.2.6a0-py3-none-any.whl
- Upload date:
- Size: 5.1 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 | 5fcb8059bba3ca12376e1ed50c4c5b9ba913e1f71c0406f132a014c3b7a3fe6a |
|
MD5 | b38aef72f9d6d91b9f95d94329aeab10 |
|
BLAKE2b-256 | 2c365b681db5b0ecd284be8a67408a72fe1caed4a0183fb38d9f10a6d5c9f789 |