Git Product home page Git Product logo

pid-autotune's Issues

Does this ziegler nichols method works on kettle environment?

I run your code.

However, it seems that the provided several parameter pairs from the autotune do not work ....
I mean those parameters make convergence eventually, however they are not good parameters...
and I think the brew type works only well as a good parameter tuning.

I assume that brew is assigned by yourself, right?

I have one more question, there are divisor variables in each method, and I don't think they do not quite follow the table in this website: https://en.wikipedia.org/wiki/Ziegler%E2%80%93Nichols_method

How did you come up those divisors?

units of cool function

Are the units returned from the cool function correct?

If thermal conductivity is in W / [ m.K] , surface area in m^2, delta T in K, duration in T (seconds) then cooling power has units

W / [m.K] . m^2 . K / T = W.m / T which is kW m / T after dividing by 1000

Then, with heat capacity in kJ / [kg.K], Joules in W.T and mass in Kg, the subsequent get_deltaT function returns units:

[kW.m / T] . T / [kJ / [kg.K] . Kg] = [kW.m ] / [kJ / [ K] ] = [kW.m ] / [kW.T / [ K] ] = K.m / T

Which is not K!! Unless I'm mistaken I think the duration in this function should in fact be the width or depth of the material, which is consistent Q being a heat flux in W / m^2 and will ensure the cool function returns temperature change in units of temperature.

Plots are not visible - matplotlib backend error

Hi Hirschmann,
I could find no other way to contact you directly so ... Therefore i Created this issue.

I followed the guide for install

  1. Install git and python3
  2. git clone https://github.com/hirschmann/pid-autotune.git
  3. pip install matplotlib

Then : python sim.py --atune --volume 50 --power 4
and first python
and then : sim.py --atune --volume 50 --power 4
(getting errors)

Do I need to do it some other way ? or can you direct me to more help?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.