PID Regler - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: PID Regler (/showthread.php?tid=3020) |
PID Regler - Frank68 - 25.11.2020 Hello I wanted to know if with some scripts or in another way it is possible to have an internal controller in the LogicMachine, or if I have to create everything in a script? thanks a lot RE: PID Regler - Daniel - 25.11.2020 Have a look here https://openrb.com/example-pid-thermostat-with-lm2/ RE: PID Regler - Frank68 - 30.11.2020 (25.11.2020, 12:36)Daniel. Wrote: Have a look here Hi I hae see and now i write this code is correct for 3 PID ? Code: -- PID VENTILAZIONE SERRA 7 Tank's RE: PID Regler - Daniel - 30.11.2020 Like this https://forum.logicmachine.net/showthread.php?tid=2920&pid=18790#pid18790 |