You are not logged in.
Pages: 1
We have a 5ax (A-C) machine(fanuc) that runs with G43.4 tool length compensation. The length compensation amount is the tool gage length plus the pivot distace.
In vericut the tool gage length is grabbed by the H word from the tool manager and the ToolLengthCompPos is turned by G43.4, but I need to add the pivot distance to the gage length. Everything that seems to work (gageOffsets, etc) only adds the additional to the Z and is not right on multi-axis cuts.
Is there a way to add a constant to the length, other than hard-codeing gage lengths with the pivot distance added in the tool definitions?
Offline
Replace the macro ToolLengthCompPos with TurnOnOffGageOffset with an override value of 1. Add the macro with override = 0 to G49 to turn it off
Also add the macro TurnOnOffGagePivotOffset with override 1.
It will pick up the pivot distance automatically from your machine configuration.
When you have no Tool Length compensation active, will your machine drive the spindle face or the pivot point?
If the machine drives the spindle face, add the macro TurnOnOffGagePivotOffset with override 1 under the Start Of Processing.
Configuration > Adv. Options... >Events tab this way the pivot distance will always be considered
Offline
Thanks,
I would have never figured out to not use the lengthComp macro.
Offline
We constantly improve the way VERICUT processes the G-Codes. We cannot change the behavior of existing macros otherwise we would break existing running jobs. We then need to add new macros.
When you have been using an older control from a previous versions, it is a good idea to look at the similar control in the library folder to see what is the latest configuration.
This is why we recommend starting new project with the Library control.
Offline
Pages: 1