11-18-2008 12:58 PM
Is there any way to workaround this behavior?
Thanks.
Daniel
Solved! Go to Solution.
11-18-2008 01:20 PM
That's probably the expected behavior since the registers are probably just signed or unsigned 16 bit integers. Since it can read fractions of degrees, it just stores the values in the register multiplied by 10. Check the manual.
Use scaling in your variables to divide by 10.