Hi
I try to change Y softlimit in my M6 macro to accerss the tools, but some time it change back, so the machine stop as it enter the softlimit.
Enter the macro:
AS3.Setfield(763, 27);
exec.Callbutton(168);
exec.Wait(2000);
Exit the macro:
AS3.Setfield(592, 27);
exec.Callbutton(168);