Hi TOM,

I think it's overflowing in this statement

Dec_speed = (Dec_speed*115)/100

This shoud work better

Dec_speed = Dec_speed*115
Dec_speed = DIV32 100

HTH,
  Darrel