Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeancahu/pidtune

PID tune tool Python3.10 library for tuning and close-loop simulation
https://github.com/jeancahu/pidtune

Last synced: about 2 months ago
JSON representation

PID tune tool Python3.10 library for tuning and close-loop simulation

Awesome Lists containing this project

README

        

# PID tuning tool

It includes some useful rules for PID controllers tuning and process identification, also it returns the close-loop simulations when the process incorporates delay/dead-time.

## Developer enviroment

### Install

```bash
virtualenv venv
source venv/bin/activate

pip install -r requirements.txt
pip install -r requirements-dev.txt
```

### Run tests

```bash
## Alfaro123c an FOM validation tests
pytest test/test.py
```