Halcohead
Stainless
- Joined
- Apr 10, 2005
- Location
- Bay Area, Ca
I run an FNC-60 with a Fanuc OMC control. I home the machine on every startup. If you want to can do as Triumph says, but this introduces opportunity for transcription errors on startup.
On shutdown, I leave the table at least 3" from the home position on every axis to prevent overtravels on startup.
Every startup, the first command I send the machine is
G28 X0. Y 0. Z 0.
This sends the machine to machine zero faster than using the "zero return" jog switches on the control. I'm not worried about crashes since the machine is always shut down with an empty spindle parked far from the table. If you're worried about crashes you can home Z before X and Y:
G28 Z0.
G28 X0. Y0.
On shutdown, I leave the table at least 3" from the home position on every axis to prevent overtravels on startup.
Every startup, the first command I send the machine is
G28 X0. Y 0. Z 0.
This sends the machine to machine zero faster than using the "zero return" jog switches on the control. I'm not worried about crashes since the machine is always shut down with an empty spindle parked far from the table. If you're worried about crashes you can home Z before X and Y:
G28 Z0.
G28 X0. Y0.