07-07-2015 02:31 AM
Hi Petric,
I do see the math but that does not help when I have more then one overflow, right?
Well, you have to make sure you NEVER miss such an overflow event. It would be a big problem if you would detect just every second overflow…
I got a big issue when the setpoint is jumping due to overflow! I have to handle that primarly.
Have your control loop work with arbitrary units.
Convert your measurement signal to arbitrary unit with handling overflows in this step.
Convert your control output to output signal handling overflows as well…
07-07-2015 06:40 AM
Petric wrote:
I do see the math but that does not help when I have more then one overflow, right?
Like I said, it only works if you are dealing with a differential control (ie I just neeed to move X counts to the left, do not care about where I actually am) or you have another variable keeping track of the number of overflows you have had.