nkrkv/pid@1.0.0

License: AGPL-3

PID-controller implementation for controlling systems with fuzzy reactions
NodeDescription
delta
Outputs a difference between the current `IN` value and its value at the moment of the last node update.
delta-time
Outputs time difference between the current and previous updates.
pid-controller
A proportional–integral–derivative controller. Computes fuzzy output value based on an actual current input value and the desired value.
pid-lightness-example
PID-controller usage example
To use the nodes in your project you should have the nkrkv/pid library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.