UNPKG

advanced-pid-controller

Version:

An advanced PID controller for Node.js with anti-windup, deadband, and configurable output limits, developed by Marc Alzen @ Rasche und Wessler GmbH

29 lines (28 loc) 821 B
{ "name": "advanced-pid-controller", "version": "1.0.1", "description": "An advanced PID controller for Node.js with anti-windup, deadband, and configurable output limits, developed by Marc Alzen @ Rasche und Wessler GmbH", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/MarAlze/advanced-pid-controller.git" }, "keywords": [ "Javascript", "PID", "Controller", "Automation", "node.js", "anti-windup", "deadband" ], "author": "Marc Alzen @ Rasche und Wessler GmbH", "license": "Apache-2.0", "bugs": { "url": "https://github.com/MarAlze/advanced-pid-controller/issues" }, "homepage": "https://github.com/MarAlze/advanced-pid-controller#readme" }