Skip to main content

PID tuner, logger, simulator and process emulator

Project description

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


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

pypidtune-0.1.3.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

pypidtune-0.1.3-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

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