Scriptor lost constants
Posted: 11 Sep 2014, 15:13
My scriptor lost its linear and angular constants, and I'm now trying to recreate them. I found from some old thread in this forum the values:
linear: 65536.000000
angular: 182.000000
However, these seem to not be completely correct. For example, if I decompile some old cob and compare the bos ones from the decompiled and one subversioned, I get the following differences:
linear: 65536.000000
angular: 182.000000
However, these seem to not be completely correct. For example, if I decompile some old cob and compare the bos ones from the decompiled and one subversioned, I get the following differences:
svn wrote: move mmakercore to y-axis [39.500000] speed [34.750000];
turn mmakercore to y-axis <-90.000000> speed <37.697802>;
turn lid2 to x-axis <30.3901> speed <38.5934>;
You see they are almost same but not quite. If I compile the wrong one the metal maker opens too high, leaving a gap in the unit. How does that constant work, I mean how can two zeros after the decimal affect the value? And any way to deduce the original constants from decompiled differences?cob wrote: move mmakercore to y-axis [39.5000] speed [34.7500];
turn mmakercore to y-axis <-90.0000> speed <37.6923>;
turn lid2 to x-axis <30.395604> speed <38.598901>;