So I'm letting the new plasma drive in circles to break in the bearings, rails and so forth and noticed something strange happening with the DRO's. I've programmed a simple circle and edit the L word based on how long I want it to drive around before checking everything.
G1 X25 Y750 F15000
M98 P1000 L(xx)
M30
O1000
G2 I650 F15000
M99
If I set it to a small number of repeats - like 10 - the axis DRO's behave normally.
If I set it to a very high number - like 100 repeats - the axis DRO's don't track properly while the code is running. They count up and down, but the DRO refresh rate is jerky. They go up (or down) a few digits then skip ahead, like they can't keep up with the position.
This happens in both the default and Neuron profile. Does not happen when jogging at any speed, or simple MDI commands.
There is no problem with the motion; everything is smooth as glass. And if I stop the program the DRO's stop counting up/down and are right where they should be.
Graphics issue?
-Ralph