2-280
詳細説明
MACHINE OPERATIONS
ここからはスタートアップの一般的なパターンを記
載し、要点や注意点を工具軌跡の各部に反映しま
す。
General start-up patterns are summarized below. Cautions to
be taken into consideration when creating a program are
specified for the related tool paths.
チャックワーク加工(
1
)
(刃先
R0.4 mm
)
Chuck work (1) (Tool nose radius: 0.4 mm)
チャックワーク加工(
2
)
(刃先
R0.4 mm
)
Chuck work (2) (Tool nose radius: 0.4 mm)
3
G00
G42 (G46)
50
φ
1
2
出発点
Start Point
プログラム上の指令点
Programmed Point (at Start-Up)
このスタートアップのブロックの終点では、
刃先
R
の中心が、次のブロックの直線に、
垂直な位置に移動します。
At the end of this start-up block, the center of
the tool nose is positioned at a point which is
at a right angle to the path to be generated by
the commands in the next block.
工具の指令点
Imaginary Tool Tip Position
一般的に切削工具のスタートの位置では、プ
ログラムされた点と、工具の指令点とは一致
しています。
Generally, at the start of a program, the
programmed point and the imaginary tool tip
position are at the same position.
この図のように補正されることを考慮して干渉防止の
ために、刃先
R
以上の距離を設けること
Taking into account tool motion in the start-up block,
allow a distance that is equal to, or larger than the tool
nose radius so that the cutting tool will not be hit against
the workpiece.
O1;
N1;
G50 S2000;
G00 T0101;
G96 S150 M03;
G42 (G46) X50.0 Z3.0 M08;
. . . .
G01 Z
−
30.0 F0.15; . . . . . . . . . . . .
1
2
3
G01
G00
G42 (G46)
50
φ
1
2
干渉防止のため、刃先
R
以上の距離を設けること
Allow a distance that is equal to, or larger than the tool
nose radius so that the cutting tool will not be hit against
the workpiece.
少し早い切削送りによる第
2
アプローチ
Second Approach at a Faster Cutting Feedrate
早送りによる第
1
アプローチ
First approach at a Rapid Traverse Rate
O1;
N1;
G50 S2000;
G00 T0101;
G96 S150 M03;
G42 (G46) X50.0 Z20.0 M08;
. . .
G01 Z3.0 F1.0; . . . . . . . . . . . . . . .
Z
−
30.0 F0.15;
1
2
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...