Discrepancy in Jog distance (Resolved)
Posted: Sat Jan 27, 2024 5:44 pm
Hi,
I am doing some screw compensation, and driving the machine 25mm at a time using macro 1,2,3,4 keys.
When I use the script below which orders it to move 25mm, it actually displays a DRO move of 25.0019 each time. This requires some manual compensation on my end, as the effect is cumulative. All of these macro scripts are doing this.
Also when going to the WCS origin (a common macro I normally run) it may show 0.0000, 0.0006, 0.0000 , etc, it shows it landed a submicron level away from the desired coordinate. This doesn't bother me much as I am chasing tens of microns, not fractions of microns, sure, but I feel it may or may not be related.
Any idea what is causing this?
The program below is written to do the last 0.5mm slow to get repeatable non-jarring moves for the purpose of the calibration, nonetheless its still 25mm.
Thanks,
Eric
G91 G21
G1 X-49.5 F2000.00
X-0.5 F200.00
I am doing some screw compensation, and driving the machine 25mm at a time using macro 1,2,3,4 keys.
When I use the script below which orders it to move 25mm, it actually displays a DRO move of 25.0019 each time. This requires some manual compensation on my end, as the effect is cumulative. All of these macro scripts are doing this.
Also when going to the WCS origin (a common macro I normally run) it may show 0.0000, 0.0006, 0.0000 , etc, it shows it landed a submicron level away from the desired coordinate. This doesn't bother me much as I am chasing tens of microns, not fractions of microns, sure, but I feel it may or may not be related.
Any idea what is causing this?
The program below is written to do the last 0.5mm slow to get repeatable non-jarring moves for the purpose of the calibration, nonetheless its still 25mm.
Thanks,
Eric
G91 G21
G1 X-49.5 F2000.00
X-0.5 F200.00