Feedrate defaults to 6 at startup.
Step Jog is done at the presently set feedrate.
Very often one of the first things I do at startup is position the spindle at the origin of the job. This involves step jog.
For me 6mm/min is frustratingly slow. MDI is the only way to set feedrate to my desired speed.
How do I alter the default feedrate set at startup
I tried adding the following to the constructor macro,
AS3.Setfieldtext("1000",867);
As3.Validatefield(867);
This does succeed in setting the Fset DRO to 1000 but that value is ignored by the step jog. Still jogs at 6mm/min.
Also tried,
exec.Code("F1000");