You are not logged in.
Pages: 1
hi all
:? I using a fanuc15m control in Vericut for hmc 4ax indexer is there anyway in the g-code → setting → tables or anywhere ells to get my g54,g55,g56 register to read a B rotation so rather then see the B rotation in the program and rotating it will read g54 for B0 g55 for B-90 or 270 and g56 for B90
Thanks
Offline
let's say, you have already picked up all your coordinates.
G54:: x y z
G56:: x y z
G57:: x y z
Go back to Add/Modify G-Code Table window
There are two options which you can use:
- Select From/To Locations
- Enter Offset (or select 2 points)
Select "Enter Offset"
leave x y z alone and add in 0 0 after for G54
G55 is x y z 0 90 and
G56 is x y z 0 270
hope this help.
Offline
Pages: 1