I was doing some testing of a PID loops in my Do-more project. I'm using the H2-DM1E CPU and two F2-02DA-2L analog output modules in bipolar mode to drive servo valves.
I discovered that when MyPID.Output reaches 100%, the analog output voltage drops from approx +2.5V to 0V. What I find interesting is when .Output reaches 0%, the analog output holds a steady -2.5V.
Is the drop to 0V at 100% output normal, and do I need to limit the PID .Output value to 99.x%?