Tool change homing routine edit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I have recently acquired a CNC lathe which has been retrofitted with a chinese SZGH-CNC1000TDb-2 controller, it's apparently Fanuc based and proven programs off another machine with a proper Fanuc control have run through it exactly as they should.
To set the tool offsets it seems the control sets G53 X and Z to zero at the tool reference point for each tool, which means in order to use G53 to move my turret back to the machine home point I need to remember whatever the offset is for that particular tool and edit the program accordingly. I don't know if this is normal, it's my first time away from Mach3 and also with an ATC, but from searching the internet for what I can about this control (can find nothing about it) and proper Fanuc controls, it seems the real ones have a measure function and a proper tool offset/position table which this doesn't have. The tool menu only has tables for wear and nose radius compensations.
G281 and G283 both work ok but they are painfully slow to move off the switches and will add a lot on to the cycle time.
I have found a way to work around this by first calling out a non existant tool (T0000) and then using G53 to rapid the turret out of the way and back to the machines X0 Z0 point. How can I get fusion to make this the standard tool change routine? I made a quick file up and the Fanuc turning post to see what it does and by default it puts G28 at the end of the toolpath before each change, which my controller doesn't accept (it has to be individual - G281 and G283).