,cnc machinist,cnc manufacturing,cnc mechanic,cnc mill,cnc milling center,cnc milling companies,cnc milling tools,cnc parts,cnc plasma cutter,cnc plasma cutting,cnc plasma table,cnc production,cnc router table,cnc screw machine,cnc service,cnc swiss,cnc turning,cnc turning center,cnc turning centers,cnc vertical lathe,horizontal cnc,how to cnc machine,machining cnc,manufacturing cnc machines,okuma cnc,plasma cnc machine,production cnc machining,troubleshooting cnc machines,used cnc machine tools,used cnc milling machines,vertical cnc lathe,what can a cnc machine make
Function Purpose:-
The G10 command allows tool offset data, work offset data and parameter data to be set or modified in the flow of program.
Programming Formats
Programming Workpiece Offsets
Programming format for the workpiece origin data
G10 L2 P__ X__ Y__ Z__ ……. (Additional axis)
P : 0 = Coordinate shift (Added Feature)
1 = G54
2 = G55
3 = G56
4 = G57
5 = G58
6 = G59
Data of P-commands other than those listed above are handled as P = 1.
If P-command setting is omitted, the workpiece offsets will be handled as currently effective ones.
Programming Tool Offsets:-
Programming format for the tool offset data of Type A
G10 L10 P__ R__
P : Offset number
R : offset amount
Programmable Parameter Data Input:-
G10 L50 …………….. Parameter input mode ON
N__ P__ R__
N__ R__
G11…………………… Parameter input mode OFF
N : Parameter number
P : Axis number (for axis type parameter)
R : Data of parameter
Notes:-
1. Do not use the G10 command in the same block with a fixed cycle command or a subprogram call command. This will cause a malfunctioning or a program error
Example:-
G10 L2 P1 X-100 Y-1000 Z-100 B-1000