Skip to content

PIDTuningIreland/pyPIDTune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyPIDTune - Python PID Tuner

PyPI PyPI - Downloads PyPI - Python Version GitHub repo size PyPI - License

To install:

pip install pypidtune

PID tuning in 4 Steps:

A-> Record a PRC using the PID Logger
B-> Tune using the PID Tuner
C-> Refine the tune using PID Simulator
D-> Test the tune with FOPDT Process Emulator

PID Logger

To launch, use:

import pypidtune

pid_logger = pypidtune.PIDLogger()
pid_logger.root.mainloop()
   

Logger

PID Simulator

To launch, use:

import pypidtune

pid_simulator = pypidtune.PIDSimulator()
pid_simulator.root.mainloop()
    

Simulator

Process Emulator

To launch, use:

import pypidtune

pid_emulator = pypidtune.ProcessEmulator()
pid_emulator.root.mainloop()
    

Emulator


PID Tuner

To launch, use:

import pypidtune

pid_tuner = pypidtune.PIDTuner()
pid_tuner.root.mainloop()
    

Tuner


beoTune© Adapative Auto-Tuner

AutoTuner.mp4

Premium Feature - https://github.com/sponsors/PIDTuningIreland