Code Monkey home page Code Monkey logo

level-controle-factoryio's Introduction

Hi there ๐Ÿ‘‹

This is the place where I opensource stuff and break things โšก

  • ๐Ÿ”ญ Iโ€™m currently working on something cool ๐Ÿ˜‰
  • ๐ŸŒฑ Iโ€™m currently learning PLC programming, Java
  • ๐Ÿ“ซ How to reach me: [email protected]

level-controle-factoryio's People

Contributors

tentypcic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

level-controle-factoryio's Issues

Algorithm Takagi-Sugeno PI control

Share documents related to Algorithm Takagi-Sugeno PI Control . I don't understand problem the code TS PI
I dont know
#pz1 := MIN(IN1 := #sp_M_e, IN2 := #sp_M_ie);
#pz2 := MIN(IN1 := #sp_S_e, IN2 := #sp_M_ie);
#pz3 := MIN(IN1 := #sp_D_e, IN2 := #sp_M_ie);
#pz4 := MIN(IN1 := #sp_M_e, IN2 := #sp_S_ie);
#pz5 := MIN(IN1 := #sp_S_e, IN2 := #sp_S_ie);
#pz6 := MIN(IN1 := #sp_D_e, IN2 := #sp_S_ie);
#pz7 := MIN(IN1 := #sp_M_e, IN2 := #sp_D_ie);
#pz8 := MIN(IN1 := #sp_S_e, IN2 := #sp_D_ie);
#pz9 := MIN(IN1 := #sp_D_e, IN2 := #sp_D_ie);

#u := (#pz1 * 0.0 + #pz2 * 0.0 + #pz3 * 5.0 + #pz4 * 0.0 + #pz5 * 5.0

  • #pz6 * 10.0 + #pz7 * 5.0 + + #pz8 * 10.0 + + #pz9 * 10.0)
    / (#pz1 + #pz2 + #pz3 + #pz4 + #pz5 + #pz6 + #pz7 + #pz8 + #pz9);

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.