yassine-maroc
عضو جديد
- إنضم
- 15 مارس 2006
- المشاركات
- 318
- مجموع الإعجابات
- 1
- النقاط
- 0
بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
CNC Manual Part Programming (Milling)
we study here what is start with cnc program definition of all code examples:
%123 (program number)
Nxx GG90G17 XYZ (first line template)
Nxx begin program here (specify feed or feedrate, and use tool T1 for tool ID)
Nxx ……………
Nxx M02 (last line)
G00 X # Y# (center location of the engrave): use (170,85)
G98 X(orientation: use 1) Y(font type: use 1), Z(max. number of characters: leave as blank)
G99 X, Y (dimensions of the text: use 10, 5), Z (depth of cut: use 3), put the text in REM column.
G00 X0Y0Z0 (move the tool back to the home position)
M68 Close the workpiece clamping
M69 Open the workpiece clamping
السلام عليكم ورحمة الله وبركاته
CNC Manual Part Programming (Milling)
we study here what is start with cnc program definition of all code examples:
%123 (program number)
Nxx GG90G17 XYZ (first line template)
Nxx begin program here (specify feed or feedrate, and use tool T1 for tool ID)
Nxx ……………
Nxx M02 (last line)
G00 X # Y# (center location of the engrave): use (170,85)
G98 X(orientation: use 1) Y(font type: use 1), Z(max. number of characters: leave as blank)
G99 X, Y (dimensions of the text: use 10, 5), Z (depth of cut: use 3), put the text in REM column.
G00 X0Y0Z0 (move the tool back to the home position)
M68 Close the workpiece clamping
M69 Open the workpiece clamping