2-94
詳細説明
MACHINE OPERATIONS
7
G
機能
G FUNCTIONS
ここでは、
G
機能について説明します。
This chapter describes the G functions.
7-1
G
コード一覧表
G Code List
G
コードは準備機能とも呼ばれます。アドレス
G
と
それに続く数値により、指令されたブロックがどの
ような加工方法か、また、軸がどのような動きをす
るかを
NC
に準備させる機能です。
アドレス
G
に続く数値によって、そのブロックの命
令がどのような意味を持つかを指示します。
G
コー
ドには次の
2
種類があります。
G
コードは、そのコードが指令された後いつまで有
効であるかによって、次の
2
種類に分けられます。
G codes are also called preparatory functions. The G codes
consisting of the address G and a numerical value that follows
address G define the machining method and the axis move-
ment mode in a specified block. The NC establishes the con-
trol mode in response to the specified G code.
The numerical value following address G defines the com-
mands written in that block.
Depending on how the G codes remain valid, they are classi-
fied into the following two types:
たとえば
G01, G00
はモーダルな
G
コード(
00
グ
ループ以外の
G
コード)です。
For example, G00 and G01 are both modal codes, that is, they
are G codes in the group other than group 00.
この章で記載しているプログラムは、刃先
R
を考慮していません。
この章に記載していない
G
コードについて
は、制御装置メーカー作成の取扱説明書を
参照。
The examples of program given in this chapter all
assume tool nose R0.
For the G codes not explained in this chapter, refer
to the instruction manual supplied by the NC unit
manufacturer.
種別
Type
機能
Function
ワンショット
G
コード(
G10, G11
を除く
00
グループの
G
コード)
One-shot G code (G codes in group 00, excluding G10
and G11)
指令されたブロックに限り有効
Valid only in the specified block.
モーダル
G
コード(
00
グループ以外の
G
コード)
Modal G code (G codes in groups other than group 00)
同一グループの他の
G
コードが指令されるまで有効
Valid until another G code in the same group is specified
G01 X_ Z_ ;
X_ ;
Z_ ;
G00 X_ Z_ ;
この間は
G01
が有効
G01 is valid in this range.
必ずアドレス
G
の直後に続く数値を指令してくださ
い。アドレス
G
に続く数値を指令しない状態でプロ
グラムを実行すると、
G00
として処理するため、早
送りで軸移動します。
[切削工具とワークの干渉、機械の破損、工具の破
損]
A number must always be specified following address
G. When a program is executed including a G code
without number, this G code is regarded as "G00"
causing the axes to move at a rapid traverse rate.
[Interferences between cutting tool and workpiece/
Machine damage/Tool breakage]
1.
G
コードに続いて指令されるアドレスは、
必ずフォーマットに従った順序で指令し
てください。
2.
G
コードは異なるグループであれば、い
くつでも同一ブロックに指令することが
できます。
3.
同一グループの
G
コードを同一ブロック
に
2
つ以上指令した場合、後で指令した
G
コードが有効になります。
1.
Address following G code must be specified
according to format order.
2.
More than one G code, each belonging to a differ-
ent G code group, may be specified in the same
block.
3.
If more than one G code, belonging to the same
group, are specified in a block, the one specified
later is valid.
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...