colinl / node-red-contrib-pid

A node-red PID loop controller node intended for the control of real world processes
Apache License 2.0
26 stars 17 forks source link

[Question] - Control Multiple AC with one PID Control Node #13

Closed soloam closed 4 years ago

soloam commented 4 years ago

Hello, I have multiple AC that I would like to control with nodered, do I need multiple PID control nodes, or can I control them all with only one PID control node and distinguish them with a value in the message (like topic)? I can pass in the message the parameters of the tuning for them.

Thank You

colinl commented 4 years ago

You need one PID node for each loop.

soloam commented 4 years ago

Thank You