ahmedsamy_81
11-06-2005, 04:23 PM
i had writen my first G-code on CNC machine(Milling machine) but when the program began in tool change the Head was rotated and the magazin start to rotat continuously without stop , i think first the problem in the tool memory.
but i need help for how i can solve this problem
HuFlungDung
11-06-2005, 05:01 PM
When you started up the machine, did you first send the 3 axis to the home position, and then the toolchanger to the home position?
ahmedsamy_81
11-07-2005, 02:25 AM
I'm already sent the 3 axis to the home position by doing calibration to the machine.
But how i can send the toolchanger to the home position?
flinty
04-14-2006, 11:36 PM
Very easy answer, get your boss to buy the programming manuals I got ready for you and all the answers you seek are there in the books.
vamvany
SKIP HELLAND
02-21-2007, 12:23 PM
Did you try index the turret or magazine in mdi? Also,what is on that line of programing? to6m6; ?Try that then run your program.
ben_heinman
03-28-2007, 03:35 PM
If the machine is a double column you can do G30 Y0. Z0.; If it is just a single and zero return is not the same as tool change position then G30 Z0.; should do it. Also make sure all your tool address are set to different numbers.