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 18 forks source link

Status display not updated immediately #8

Closed colinl closed 5 years ago

colinl commented 5 years ago

If the Enable state is changed by passing a message using topic: "enable" the status display is not updated till a process sample is received.

colinl commented 5 years ago

If an enable message is received then the disabled status should immediately disappear, however the output cannot change until a new PV sample is received. If a disable message is received then the status display should change immediately and a message should be sent to set the power to the disabled value.

colinl commented 5 years ago

Fixed in v1.1.5