Hello! I am using a few PID loops to control temperature in a room. When the temperature is below a setpoint, the Heating PID is enabled. When the temperature is above the setpoint, the Cooling PID is enabled. I have been running into an issue where the PID mode does NOT change from Auto to Manual when the PID is no longer enabled. Basically, the rung with the PID instruction is no longer energized, but the PID mode stays in Auto mode instead of changing to Manual mode. Does anyone know what could be causing this? Is there any way to force the PID mode to turn off/on?