Nope. What you're seeing there is a delayed move probably. The damper moved to a position, there was another move but it wasn't large enough to fire up the servo for so it started the "servo holdoff timer". When the timer expired it committed the new position and appeared to return to the proper place, but really it was moving to a new place really close to where it was. If the PID output switches back and the servo is supposed to return to the position it is in already, the holdoff timer is effectively canceled and the servo is never energized at all.From what I saw after I flashed the new firmware the servo seemed to move back to position within a few seconds of being moved out of position, so I assume if some steps were missed on a move it would be corrected within a few seconds?
I've thought of this too. Yup, there's no "holding torque" any more so if a design is relying on the servo to hold some sort of weight, then it will slip. However, because the PID output is usually changing constantly, it will be pulled back to position every 10 seconds or if it really needs to move so maybe it won't be a problem. I don't think anyone has a servodamper design that the de-energized position opens up the damper, which would create a problem as the PID output hits 0% and never energizes the servo again. If it does end up being a problem I could make this an option, but I like to err on the side of not adding a million options that will never be disabled.Though a thought just occurred to me. Thinking of the original RD and some of the rigs I've seen with super large blowers. If the RD was not sitting straight up and down when the servo de-energizes the off center weight of the blower might make the RD slip from it's position. So the RD might end up looking like someone nodding off and waking up every couple seconds... lol
Yeah the ramp is completely independent of the alarms. The only think it has to do with them is that it is on the same configuration page. However, if you have a "Setpoint" action for your alarm, when that alarm triggers it will turn off ramp mode (unless the setpoint is the exact same temperature as the ramp is currently at).On the new Ramp & Hold function... Am I correct in assuming it is completely independant from the individual alarms on the probes? Meaning, if I tell the ramp & hold to monitor a food probe I don't have to set the alarm on that food probe to trigger it?
Is anyone noticing any reduced range of motion at all with the new code? Because HeaterMeter doesn't know if the servo ever made it to position, it just has to assume the move completed. Because it is stepped 50 times in that second before it turns off, I would think it has 50 chances to either get it right or go wrong. It looked fine on my test bench (with my newly printed RD3 damper, thanks Ralph!) but my perception is always skewed toward the "Works for me!" result.