1-82
基本操作
BASIC OVERVIEW
17-4
プログラムの機能
Functions of a Program
プログラムは、各機能と数値の組み合わせで作られ
ます。本機では、主に以下の機能を使用します。
詳細は各項目のページをご参照ください。
A program is created using letters of the alphabet which show
functions and numerical values. The following represent the
main functions of the machine.
Please refer to the pages for each item for details.
機能
Functions
<
G
機能>
指令されたブロックがどのような加工方法か、また軸
がどのような動きをするかを
NC
に準備させる機能で
す。
例)
G00;
. . . . . . . . . . . 早送りによる工具の移動
<G Functions>
Defines the machining method and the axis movement
mode in a specified block. The NC establishes the
control mode in response to the specified G code.
Example) G00; . . . . . . . . . . . . Positioning at the rapid
traverse rate
<
M
機能>
G
コードの補助的役割を果たすとともに、プログラム
の停止、クーラントの吐出、吐出停止などの制御を行
います。
例)
M08;
. . . . . . . . . . . クーラントの吐出
M09;
. . . . . . . . . . . クーラントの吐出停止
<M Functions>
Provides auxiliary functions for G codes and performs
machine controls such as halting a program or switching
coolant discharge ON/OFF.
Example) M08; . . . . . . . . . . . . Coolant discharge ON
M09; . . . . . . . . . . . . Coolant discharge OFF
<
T
機能>
工具番号および工具補正番号を指令します。
例)
T0101; . . . . . . . . . 1
番の工具呼出し、
1
番の補正
量を使用
<T Function>
Specifies the tool number and the tool offset number.
Example) T0101; . . . . . . . . . . Calls the No. 1 tool and
uses the offset data
entered for No. 1.
<
S
機能>
主軸や工具主軸の回転速度、切削速度、および主軸の
最高回転速度を指令します。
例)
G97 S200 M03;
. . 主軸回転速度
200 min
−
1
で主
軸が正転
G96 S200 M03;
. . 切削速度
200 m/min
で主軸が
正転
G50 S2000;
. . . . . 主軸の最高回転速度
2000 min
−
1
<S Function>
Specifies the rotation speed and the surface speed of
the spindle or the tool-spindle, and the spindle speed
limit.
Example) G97 S200 M03; . . . Spindle speed
200 min
−
1
in spindle
normal direction
G96 S200 M03; . . . Cutting speed
200 m/min in spindle
normal direction
G50 S2000; . . . . . . Spindle speed limit
2000 min
−
1
<
F
機能>
工具の送り速度を指令します。
例)
G98; F100;
. . . . . . 工具毎分送り速度
100 mm/min
G99; F0.1;
. . . . . . 工具毎回転送り速度
0.1 mm/rev
<F Function>
Specifies the feedrate of the tool.
Example) G98; F100; . . . . . . . Feedrate per minute
100 mm/min
G99; F0.1; . . . . . . . Feedrate per revolution
0.1 mm/rev
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...