Skip to main content

Basic PID Controller For Discretized Time

Project description

basic-pid

A Python PID controller for discretized time.

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 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 & 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.

Installation:

$ pip install basic-pid

For documentation see https://basic-pid.readthedocs.io/en/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

basic_pid-0.2.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

basic_pid-0.2.2-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file basic_pid-0.2.2.tar.gz.

File metadata

  • Download URL: basic_pid-0.2.2.tar.gz
  • Upload date:
  • Size: 3.0 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

Hashes for basic_pid-0.2.2.tar.gz
Algorithm Hash digest
SHA256 adff0c6657dbc1672eaaeadcbd2872d74b3cb24229f82bc0e261a5a3a585e937
MD5 cd63deb178f128699054730281fbe8fd
BLAKE2b-256 3cd32ee33e45ecbc295b78cfe2696a1dbc0262c622bf4c12c4ad16c92312fada

See more details on using hashes here.

File details

Details for the file basic_pid-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: basic_pid-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 3.5 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

Hashes for basic_pid-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 881b4ac8b3a9477865839725c856e4d74f81260fce0953f32243e677901f516b
MD5 5000340e13aa6c499aa3c84deeca5ad9
BLAKE2b-256 e3abab725c391401010ee5c128fa63e40befd4526431a5416c968ba4d31c007e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page