Hi,
I have a working M6 macro to change tool and I call the exec.Callbutton(821) to probe the new tool lentgh.
However, when I want probe a large tool like a face mill, I must input an offset to let the macro know that it must offset the probing position by a certain amount.
In the macro attached, I am able to modify the "fixed probing position X" (field 2726) by the amount I want and it does change it in the probing UI.
Unfortunately, when I push the "prob position" or launch it in the M6 macro with exec.Callbutton(848);, it still go the previous "fixed probing position X" as it has not changed.
What am I missing ? Is there another way to input a temporary offset for large tool ?
Thanks for your feedback and ideas!