1-76
基本操作
BASIC OVERVIEW
17-1
NC
プログラミング基本用語
Terms for NC Programming
ここでは、プログラミングの基本用語について説明
します。
This chapter describes basic terms used in programming.
O0001;
プログラム番号
Program Number
N1;
シーケンス番号
Sequence Number
G 50 S 1000;
1
ブロック
One Block
アドレス
+
データ
A Data
パートプログラム
Part Program
ワード
Word
プログラム
Program
M01;
1
ブロック
One Block
N2;
シーケンス番号
Sequence Number
G50 S1200;
1
ブロック
One Block
G00 T0101;
パートプログラム
Part Program
M30;
1
ブロック
One Block
基本用語
用語説明
プログラム番号
NC
に複数のプログラムを記憶させる場
合に整理するための番号。アルファベッ
ト
O
のあとに
4
桁以下の数字(
1
~
9999
)をつける。
シーケンス番号
プログラムの実行中の箇所や編集したい
箇所を呼び出すために指令しておく番
号。アルファベット
N
の後に
5
桁以下
の数字(
1
~
99999
)をつける。
パートプログラム
1
本の工具による加工工程に必要なプロ
グラムの一群。
アドレス
アルファベットで表されている部分。
データの送り先の指示を行う。
データ
アドレスに続く数字の部分(符号、小数
点を含む)
。
ワード
各機能を指令するための最小単位。アド
レスとデータで構成される。
ブロック
機械(
NC
を含む)動作のために必要な
最小指令単位。ワードで構成され、プロ
グラムシート上ではそれぞれ
1
行がブ
ロックになる。
入力するプログラムがすでにメ
モリ内にある場合は、違うプロ
グラム番号で登録します。
ワーク加工のために
NC
に入力
されるプログラムなどの情報も
データと呼ばれることがあるの
で注意してください。
ブロックの末尾に
";"
(
EOB
)を
入力することで
NC
にブロック
の終了を認識させることができ
ます。
Basic
Terms
Explanation of Terms
Program
Number
A number for arranging the stored multiple pro-
grams in numerical order. A program number is
set by inputting numbers four digits or less after
the alphabet "O". Numbers from 1 to 9999 can
be used.
Sequence
Number
A number is specified in a program to search for
or call the position that is being executed or you
want to edit. The sequence number is
expressed as a number of five digits or less (1 to
99999), following the letter "N".
Part
Program
A group of program which contains all the infor-
mation necessary for executing the cutting pro-
cess to be carried out by a single cutting tool.
Address
A part expressed using letters of the alphabet.
Data
The numbers (including the sign and decimal
point) that follow the address are called the
"data".
Word
A word is the minimum unit for specifying func-
tions. A word consists of an address and the
data.
Block
The minimum command unit necessary to oper-
ate a machine (including the NC unit). A block
consists of words. On the program sheet, each
one line corresponds to one block.
If a program number to be input is
already in the memory, that number, and
therefore that program cannot be input.
Change its number to input the program.
The information (program and other) to
be input to the NC for machining the
workpiece is also called the data.
The end of block can be specified by
inputting ";" at the end of a block.
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...