This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

PID thermostat with LogicMachine
#7
You can either create a new script for each zone, or several instances per script.
Code:
if not p1 then
  p1 = PID:init({ ... })
end

if not p2 then
  p2 = PID:init({ ... })
end

p1:run()
p2:run()
Reply


Messages In This Thread
RE: PID thermostat with LogicMachine - by admin - 25.11.2016, 08:32

Forum Jump: