Page 1 of 1
Allow to set the initial jog coefficient
Posted:
Sun Mar 05, 2017 12:19 pm
by sebmay
The coefficient is now 10%. Not a bad idea, but i would like to set up 'my' coefficient, to be loaded at program startup
Thanks,
Seb
Re: Allow to set the initial jog coefficient
Posted:
Sun Mar 05, 2017 6:02 pm
by ger21
Use the Constructor and Destructor macros.
M99998
M99999
Re: Allow to set the initial jog coefficient
Posted:
Tue Mar 07, 2017 10:45 am
by zymurgy42
//This is the Constructor macro which executes once when the application gets loaded
// Set Jog Feed Percent to 50
AS3jog.Setfieldtext("50", 913);
AS3jog.Validatefield(913);
Save as M99998.txt in your default profile Macro folder.
G.