Chapter two, next five codes
Dear Fellow machinning enthusiasts:
There will be times where I can`t show up here, because of work, travel, etc. So I`m heading on right now to get more advanced...:nuts:
2nd set of five codes:
(Remember, I`m only covering the common in use, I`m not cheating by skipping)
G15 (Cancells the Polar Coordinate Comand, That is if the machine was set in Polar instead of Cartesian)
G16 (Sets the machine in Polar mode, where you put a center, a radius and an angle instead of X,Y...Z remains the same)
G17 (Sets the machine in the X-Y Plane)
G18 (Sets the machine in the Z-X Plane)
G19 (Sets the machine in the Y-Z Plane)...This last three, will be used only when expertise is developed.
G20 (Sets the machine in Inches)
G21 (Sets the machine in mm)
G28 (Orders the machine to return to it`s machine reference point)
G40 (Cancells Cutter compensation in right and left side) and I`m going to run wide open here.:holdphone:..this code is important along with G41 42 for several reasons.
CNC machines have a disability, they are Blind, so you must show them where the part is, and how the tool is. The last codes will assist you on that.
let`s say, you have different drill bits, of course in different lenghts and diameters, well G43 tells the machine this difference in lenght. Now, let`s say you have different diameter endmills, well, if you are running to the left G41 will let you change the cutter diameter and remain on track, or also compensate for minimal differences in between diameters of equal endmills...measure them and they are hardly ever equal plus wear... Remember 3 thousands are enough for part interference and will not assemble right. So if you are one or two thousands off track this codes will help you a lot to run a second pass without rewriting the whole trayectory.
G41 (Cutter path compensation on the Left)
G42 (Cutter path compensation to the Right)
G43 (Cutter compensation in + Lenght)
G44 (Cutter Compensation in - lenght) I never use this one, I avoid it by understanding that my set up probe is 0 in lenght and what ever sign the tool gives I write it on the screen.
G49 (Cutter compensation in lenght Cancellation)
Let`s cut it out for today, I will write the format in which each one is written and explain.