You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
computePIDs calls PID_MIDDLE.Compute(), which has a chance to overwrite Output_MIDDLE variable, before it is applied as actual heating power. This can cause Miriam to not turn off some of the heaters sometimes.
The text was updated successfully, but these errors were encountered:
Seems to me it's not fixed yet. Writing to Output_... variables does not affect actual heater power, analogWrite(...) calls do, and they are only in computePIDs() function.
https://github.com/strawlab/Miriam/blob/main/Programs/Serial_003/Serial_003.ino#L264
computePIDs
callsPID_MIDDLE.Compute()
, which has a chance to overwriteOutput_MIDDLE
variable, before it is applied as actual heating power. This can cause Miriam to not turn off some of the heaters sometimes.The text was updated successfully, but these errors were encountered: