JPH01152507A - Nc program registration system - Google Patents

Nc program registration system

Info

Publication number
JPH01152507A
JPH01152507A JP31170887A JP31170887A JPH01152507A JP H01152507 A JPH01152507 A JP H01152507A JP 31170887 A JP31170887 A JP 31170887A JP 31170887 A JP31170887 A JP 31170887A JP H01152507 A JPH01152507 A JP H01152507A
Authority
JP
Japan
Prior art keywords
code
block
program
group
modal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP31170887A
Other languages
Japanese (ja)
Inventor
Mitsuto Miyata
宮田 光人
Yukito Nagaoka
長岡 幸仁
Yuji Deguchi
裕二 出口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fanuc Corp
Original Assignee
Fanuc Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Corp filed Critical Fanuc Corp
Priority to JP31170887A priority Critical patent/JPH01152507A/en
Publication of JPH01152507A publication Critical patent/JPH01152507A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To curtail an unnecessary memory and to efficiently register by judging whether a G code in a 1 block to decode an NC program corresponds to the newest modal G code and practicing a register process. CONSTITUTION:When data necessary to make an NC sentence in an automatic programming part 1 is inputted and an NC program PRM converted to the NC sentence is stored to a RAM 1b, a processor 1a decodes a first block of the PRM, for example, N1G91G00X120Y80 and judges whether the G code of 1 block corresponds to the newest modal G code or not by referring to a group/the newest G code corresponding table. Since it is the first block, it is judged not to correspond, a G00 and a G91 is registered to the GRM, next, 1 block decoded is registered to a RAM 1b. After that, the corresponding G code is curtailed and the decoded 1 block is registered. Thus, an unnecessary memory is curtailed and an efficient registration can be executed.

Description

【発明の詳細な説明】 〈産業上の利用分野〉 本発明は数値制御装置のNCプログラム登録方式に係り
、特にNCプログラムを作成し、該NCプログラム内の
モーダルなGコードの重複指定を除去して登録するNC
プログラム登録方式に関する。
[Detailed Description of the Invention] <Industrial Application Field> The present invention relates to an NC program registration method for a numerical control device, and particularly to a method for creating an NC program and removing duplicate designations of modal G codes in the NC program. NC to register
Regarding program registration method.

〈従来技術〉 従来の対話形自動プログラミング機能付きの数値制御装
置では、自動プログラミング部において、NC文作成に
必要なデータを対話的に入力させ、これら入力されたデ
ータをNC文に変換してNC制御部のメモリに転送、記
憶させ、しかる後メモリ運転によりNC制御を行なって
いた。
<Prior art> In a conventional numerical control device with an interactive automatic programming function, data required for creating an NC statement is input interactively in an automatic programming section, and the input data is converted into an NC statement and then the NC statement is executed. The data is transferred and stored in the memory of the control unit, and then NC control is performed by memory operation.

かかる自動プログラミング部にてN0文に変換されたN
Cプログラムは、いくつかの指令により構成され、その
1つの指令の単位をブロックといい、1つのブロックは
エンドオブブロックコード(EOB)により区別される
。ブロックを構成する要素であるワードの1つにGコー
ドがあり、Gコードは制御動作のモードをNC制御部に
予め知らせておくための機能を持ち、アドレスGとそれ
につづく2桁の数字コードで構成される。
N converted into N0 statement by such automatic programming section
A C program is composed of several instructions, and the unit of one instruction is called a block, and each block is distinguished by an end-of-block code (EOB). One of the words that make up the block is the G code, which has the function of informing the NC control section of the control operation mode in advance, and consists of an address G followed by a two-digit numerical code. configured.

第2図はかかるGコードとその機能を示すGコード−覧
表の要部詳細の図表であり、各Gコードは所定のグルー
プに属し、各々のグループは1以上のGコードで構成さ
れている。第2図には「00J 、ro IJ、ro 
3J、・・、rQ’7J、ro8」・・・が示されてお
り、グループ「00」はワンショッ1−のGコードの集
りであり、グループ「00」以外の各グループ(roI
J  r03J等)はモーダルなGコードの集りである
。ワンショットのGコードとは指令されたブロックにお
いてのみ有効なGコードのことであり、モーダルなGコ
ードとは同一グループの他のGコードが呪われる迄、以
降のブロックについても有効なGコードのことである。
Figure 2 is a detailed diagram of the main parts of the G-code table showing such G-codes and their functions, each G-code belongs to a predetermined group, and each group is composed of one or more G-codes. . Figure 2 shows “00J, ro IJ, ro
3J, .
J r03J, etc.) is a collection of modal G codes. A one-shot G-code is a G-code that is valid only in the commanded block, and a modal G-code is a G-code that is valid for subsequent blocks until other G-codes in the same group are cursed. That's true.

例えば、NCプログラムが NI  GOI  X・・・・; N2      Z・・・・; N3      X・・・・; N4  Goo  Y・・・・; であれば、シーケンス番号N2.N3でGコードrGO
IJの指令がなくてもその意味が有効であり、シーケン
ス番号N4のブロックで同一グループ「01」のGコー
ドrGOOJが指定されると次の同一グループの他のG
コードが呪われる迄GコードrGOOJの意味が有効と
なる。尚、上記NCプログラム中アルファベットrXJ
  rYJ  rZJは座標軸の移動指令を示すワード
を意味し、「;」はエンドオブブロックコードを意味す
る。
For example, if the NC program is NI GOI X...; N2 Z...; N3 X...; N4 Goo Y...;, the sequence number N2. G code rGO on N3
Its meaning is valid even if there is no IJ command, and if the G code rGOOJ of the same group "01" is specified in the block with sequence number N4, the next G code of the same group
The meaning of the G code rGOOJ remains valid until the code is cursed. In addition, the alphabet rXJ in the above NC program
rYJ rZJ means a word indicating a coordinate axis movement command, and ";" means an end-of-block code.

〈発明が解決しようとしている問題点〉ところで、自動
プログラミング部において作成されたNCプログラムに
はモーダルなGコードが重複して指定されることがある
。例えば上記NCプログラムの場合には NI  GOI  X・・・・; N2  GOI  Z・・・・; N3  GOI  X・・・・; N4  Goo  Y・・・・; というようにモーダルなGコードrGOIJが重複して
指定される。
<Problems to be Solved by the Invention> Incidentally, modal G codes may be specified redundantly in the NC program created by the automatic programming section. For example, in the case of the above NC program, the modal G codes rGOIJ are duplicated, such as NI GOI X...; N2 GOI Z...; N3 GOI X...; N4 Goo Y...; is specified as

このために、モーダルなGコードがNC制御部のメモリ
にNCデータとして重複して記憶されることになり、メ
モリの有効利用が図れないばかりか、NC制御実行の際
には不必要なGコードの処理が行われ処理速度を低下さ
せるという問題があった。
For this reason, modal G codes are stored redundantly as NC data in the memory of the NC control unit, which not only prevents effective use of the memory but also causes unnecessary G codes to be stored when executing NC control. There is a problem in that this process reduces the processing speed.

以上から本発明の目的は不必要なメモリを削減して登録
でき、しかもNC制御実行の際に処理効率を向上できる
NCプログラム登録方式を提供することである。
From the foregoing, an object of the present invention is to provide an NC program registration method that can reduce unnecessary memory for registration and improve processing efficiency when executing NC control.

〈問題点を解決するための手段〉 第1図は本発明方式を実施するNG表装置ブロック図で
ある。1はコンピュータ構成の自動プログラミング部、
2は同様にコンピュータ構成のNC制御部、3はグラフ
ィックデイスプレィ装置(CRT)、4はキーボードで
あり、laは自動プログラミング部1内のプロセッサー
1bはRAM、2aはNC制御部2内のプロセッサ、2
bはRAMである。又−RAM1bにはNCプログラム
PRMとグループ/最新Gコード対応表GRMが記憶さ
れている。
<Means for Solving the Problems> FIG. 1 is a block diagram of an NG table device implementing the method of the present invention. 1 is an automatic programming section for computer configuration;
2 is a computer-configured NC control section; 3 is a graphic display device (CRT); 4 is a keyboard; la is a processor in the automatic programming section 1; 1b is a RAM; 2a is a processor in the NC control section 2; 2
b is RAM. Furthermore, the RAM 1b stores an NC program PRM and a group/latest G code correspondence table GRM.

〈作用〉 NCプログラムPRMを1ブロック毎に解読し、グルー
プ/最新Gコード対応表GRMを用いて該解読した1ブ
ロック内のGコードが最新のモーダルなGコードに一致
するかどうか判断し、一致すれば、一致したGコードの
みを削除して、前記解読した1ブロックを登録し、一致
しなければ、該Gコードを最新のモーダルなGコードと
してグループ/最新Gコード対応表GRMを作成すると
共に、前記解読したlブロックを全て登録し、以後かか
る処理を繰り返す。
<Operation> The NC program PRM is decoded block by block, and the group/latest G code correspondence table GRM is used to determine whether the G code in the decoded block matches the latest modal G code. Then, only the matched G code is deleted and the decoded block is registered, and if there is no match, the group/latest G code correspondence table GRM is created with the G code as the latest modal G code. , all the decrypted l blocks are registered, and the process is repeated thereafter.

〈実施例〉 第1図は本発明方式を実施するNG表装置ブロック図で
ある。1はコンピュータ構成の自動プログラミング部、
2は同様にコンピュータ構成のNC制御部、3はグラフ
ィックデイスプレィ装置(CRT)、4はキーボード、
5,6はCRT3とキーボード4をそれぞれ自動プログ
ラミング部1用又はNC制御部2用とし、て切替使用さ
せるための切替スイッチである。尚、切替スイッチ5゜
6は説明の都合上スイッチで示しているが実際にはソフ
ト処理で切り換えられるようになっている。
<Embodiment> FIG. 1 is a block diagram of an NG table device implementing the method of the present invention. 1 is an automatic programming section for computer configuration;
2 is a similarly computer-configured NC control unit; 3 is a graphic display device (CRT); 4 is a keyboard;
Reference numerals 5 and 6 designate changeover switches for selectively using the CRT 3 and the keyboard 4 for the automatic programming section 1 or the NC control section 2, respectively. Although the changeover switches 5 and 6 are shown as switches for convenience of explanation, they can actually be changed by software processing.

1aは自動プログラミング部1内のプロセッサ、1bは
RAM、2aはNG制御部2内のプロセッサ、2bはR
AMである。自動プログラミング部1のRAM1bには
作成されたNGプログラムPRMが格納されている。
1a is a processor in the automatic programming section 1, 1b is a RAM, 2a is a processor in the NG control section 2, and 2b is an R
It is AM. The created NG program PRM is stored in the RAM 1b of the automatic programming section 1.

尚1本実施例では以下に示すNGプログラムPM NI  G91GOOX120Y80;N2 G91G
OOG43  Z−32HOI;N3  G91GOI
G43  Z−21FlooO;N4  G91GOI
G43GO4P2O00;N5  G91GOOG43
  z21;NIOMO2; がRAM1bに格納されているものとする。但し、第2
図を参照すればrG91Jはグループ「03」における
インクレメンタル指令、rGOOJはグループ「01」
における位置決め指令、rG43Jはグループ「08」
における工具長補正指令、−「Gol」はグループ「0
1」におけるは直線補間指令、rMO2Jはプログラム
エンドを示すM機能命令である。又、RAM1bにはグ
ループ/最新Gコード対応表GRMも格納されている。
In this example, the following NG program PM NI G91GOOX120Y80; N2 G91G
OOG43 Z-32HOI; N3 G91GOI
G43 Z-21FlooO; N4 G91GOI
G43GO4P2O00;N5 G91GOOG43
It is assumed that z21;NIOMO2; is stored in RAM1b. However, the second
Referring to the figure, rG91J is an incremental command in group "03", and rGOOJ is in group "01".
The positioning command in rG43J is group "08"
The tool length correction command, - “Gol” in group “0
1'' is a linear interpolation command, and rMO2J is an M function command indicating the end of the program. The RAM 1b also stores a group/latest G code correspondence table GRM.

二のグループ/最新Gコード対応表GRMは、モーダル
なGコードのグループ(例えばグループ「01」、グル
ープro:lJ、  ・・グループ「o7」、・・)と
各グループ内で最新に指令されているGコードの対応を
示すものである。例えばNGプログラムPRMを1ブロ
ックずつ解読していき、グループ「01」のGコードr
GOOJが指令されれば、グループ「01」に対応させ
てGコードrGOOJ を記憶し、しかる後同じグルー
プ内のGコードrGOIJが指令されればGコードrG
OOJを消去してGコードrGOIJをグループ「01
Jに対応させて記憶し、常にグループ内の最新のGコー
ドを記憶する。
The second group/latest G code correspondence table GRM shows the modal G code groups (for example, group "01", group ro:lJ, ... group "o7", ...) and the latest command within each group. This shows the correspondence between the existing G codes. For example, decoding the NG program PRM block by block, and decoding the G code r of group "01"
When GOOJ is commanded, G code rGOOJ is stored in correspondence with group "01", and later, when G code rGOIJ in the same group is commanded, G code rG is stored.
Delete OOJ and change G code rGOIJ to group “01
The latest G code within the group is always stored.

第3図は本発明方式の処理の流れ図である。以下、第3
図の流れ図に従って本発明NGプログラム登録方式を説
明する。
FIG. 3 is a flowchart of the process according to the present invention. Below, the third
The NG program registration method of the present invention will be explained according to the flowchart in the figure.

自動プログラミング部1においてNC文作成に必要なデ
ータが対話的に入力され、しかる後にN6文に変換され
たNCプログラムPRMがRAM1bに格納されると、
プロセッサ1aはNCプログラムPRMの最初のブロッ
ク(説例ではNIG91GOOX120Y80;)を解
読しくステップ101)、1ブロック内にGコードが含
まれているかどうか判断しくステップ102)、含まれ
ていればGコード(G91.Goo)がモーダルなGコ
ードかどうか判断する(ステップ103)。
When the data necessary for creating an NC sentence is input interactively in the automatic programming section 1, and the NC program PRM converted into an N6 sentence is stored in the RAM 1b,
The processor 1a decodes the first block of the NC program PRM (in the example, NIG91GOOX120Y80; step 101), determines whether the block contains a G code (step 102), and if so, decodes the G code ( G91.Goo) is a modal G code (step 103).

モーダルなGコード(G91.Goo)であれば、グル
ープ/最新Gコード対応表GRMを参照し。
If it is a modal G code (G91.Goo), refer to the group/latest G code correspondence table GRM.

該モーダルなGコード(G91.GOO)が、所属する
グループ内の最新のGコードに一致するかどうか判断す
る(ステップ104)。最初のブロックなのでグループ
/最新Gコード対応表GRM内のグループ「01」及び
「03」に最新Gコードはまだ登録されていない。従っ
てステップ104において最新のGコードに一致してい
ないと判断してグループ/最新Gコード対応表GRMの
グループ「01」欄に「GoO」を、r03J欄にrG
91J を最新Gコードとして登録しくステップ105
)、しかる後1ブロック(NI  G91GOOX12
0Y80 ;)の全てをRAM1bに登録する(ステッ
プ106)。尚、ステップ102において1ブロック内
にGコードが含まれていない場合、及びステップ103
において1ブロック内のGコードがモーダルなGコード
でない場合も、ステップ106に跳んで1ブロック全て
をRA M 1−bに記憶する。
It is determined whether the modal G code (G91.GOO) matches the latest G code in the group to which it belongs (step 104). Since this is the first block, the latest G code has not yet been registered in groups "01" and "03" in the group/latest G code correspondence table GRM. Therefore, in step 104, it is determined that the G code does not match the latest G code, and "GoO" is entered in the group "01" column of the group/latest G code correspondence table GRM, and rG code is entered in the r03J column.
Step 105: Register 91J as the latest G code
), then 1 block (NI G91GOOX12
0Y80;) are all registered in the RAM 1b (step 106). Note that if no G code is included in one block in step 102, and in step 103
If the G code in one block is not a modal G code, the process jumps to step 106 and stores the entire block in RAM 1-b.

次にプロセッサ1aは格納されたブロック内にプログラ
ム終了命令(例えばrMO2J)があるかどうか判断し
て(ステップ107)、終了命令であれば処理を終了し
、終了命令でなければNGプログラムPRMの次のブロ
ックに対してステップ101からの処理を繰り返す。即
ち、次のブロック(説例ではN2 G91GOOG43
  Z  32HO1;)を解読してステップ104の
判断においてGコード(G91.Goo、G43)のう
ちGコードrG91」rGooJはそれぞれ所属するグ
ループ内の最新のGコードと一致するから該Gコードr
G 91JrG OO」を削除する(ステップ108)
。一方、グループ/最新Gコード対応表GRM内にグル
ープ「08」の最新Gコードはまだ登録されていないか
ら、ステップ105にてrG43Jをグループ「08」
の最新Gコードとして登録すると共にステップ106に
て1ブロック(N2  G43  Z−32Ho1d)
をRAM1bに記憶する。
Next, the processor 1a determines whether there is a program termination instruction (for example, rMO2J) in the stored block (step 107), and if it is an termination instruction, it terminates the processing, and if it is not an termination instruction, the next step of the NG program PRM is The process from step 101 is repeated for the block. That is, the next block (in the example, N2 G91 GOOG43
Z 32HO1;) and in the judgment at step 104, among the G codes (G91.Goo, G43), the G code rG91''rGooJ matches the latest G code in the group to which it belongs, so the G code r
G 91JrG OO” (step 108)
. On the other hand, since the latest G code of group "08" is not yet registered in the group/latest G code correspondence table GRM, rG43J is assigned to group "08" in step 105.
1 block (N2 G43 Z-32Ho1d) in step 106.
is stored in RAM1b.

以後、同様な処理を行い新たなプログラムNu  G9
1GOOX120Y80;N2  G43  Z−32
HOI ;N3  GOI  Z−21FlooO;N
4  G04  P2O00; N5  Goo  Z21; NIOMO2; がRAM1bに登録される。
After that, similar processing is performed to create a new program Nu G9.
1GOOX120Y80; N2 G43 Z-32
HOI;N3 GOI Z-21FlooO;N
4 G04 P2O00; N5 Goo Z21; NIOMO2; are registered in RAM1b.

尚、本実施例においては、自動プログラミング部1内に
おいて登録処理を行ったが、自動プログラミング部1内
において登録処理をせずに、NG制御部2に転送しなが
らNG制御部2のプロセッサ2aにおいて上述の登録処
理を行い、処理結果をRAM2bに登録するように構成
してもよい。
In this embodiment, the registration process was performed within the automatic programming unit 1, but the registration process was not performed within the automatic programming unit 1, and the processor 2a of the NG control unit 2 transferred the registration process to the NG control unit 2. The above-mentioned registration processing may be performed and the processing result may be registered in the RAM 2b.

〈発明の効果〉 以上本発明によればNCプログラムを1ブロック毎に解
読し、該解読した1ブロック内のGコードが最新のモー
ダルなGコードに一致するかどうか判断し、一致すれば
、一致したGコードを削除して、前記解読した1ブロッ
クを登録し、一致しなければ、該Gコードを最新のモー
ダルなGコードとすると共に、前記解読した1ブロック
を全て登録し、以後かかる処理を繰り返すように構成し
たから、不必要なメモリを削減して登録でき、しかもN
G制御実行の際に処理効率を向上できる。
<Effects of the Invention> According to the present invention, an NC program is decoded block by block, and it is determined whether the G code in the decoded block matches the latest modal G code. Delete the decoded G code, register the decoded block, and if they do not match, set the G code as the latest modal G code, register all the decoded blocks, and perform such processing from now on. Since it is configured to repeat, unnecessary memory can be reduced and registration can be performed, and N
Processing efficiency can be improved when performing G control.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明方式を実施するNG装置のブロック図。 第2図はGコード−覧表の要部詳細図、第3図は本発明
方式の処理の流れ図である。 1・・自動プログラミング部。 2・・NG制御部。 3・・グラフィックデイスプレィ装置、4・・キーボー
ド。 1a・・プロセッサ、lb・・RAM。 2a・・プロセッサ、2b・・RAM PRM・・NCプログラム。 GRM・・グループ/最新Gコード対応表特許出願人 
       ファナック株式会社代理人      
    弁理士  齋藤千幹第1図
FIG. 1 is a block diagram of an NG device that implements the method of the present invention. FIG. 2 is a detailed view of the main part of the G code list, and FIG. 3 is a flowchart of the processing according to the method of the present invention. 1. Automatic programming section. 2...NG control section. 3. Graphic display device, 4. Keyboard. 1a...processor, lb...RAM. 2a...Processor, 2b...RAM PRM...NC program. GRM...Group/Latest G code correspondence table patent applicant
Agent for FANUC Co., Ltd.
Patent Attorney Chiki Saito Figure 1

Claims (1)

【特許請求の範囲】  Gコードを用いて成るNCプログラムを作成し、該N
Cプログラム内のモーダルなGコードの重複指定を除去
して登録するNCプログラム登録方式において、 前記NCプログラムを1ブロック毎に解読し、該解読し
た1ブロック内のGコードが最新のモーダルなGコード
に一致するかどうか判断し、一致すれば、一致したGコ
ードを削除して、前記解読した1ブロックを登録し、 一致しなければ、該Gコードを最新のモーダルなGコー
ドとすると共に、前記解読した1ブロックを全て登録し
、以後かかる処理を繰り返すことを特徴とするNCプロ
グラム登録方式。
[Claims] Create an NC program using G code, and
In an NC program registration method in which duplicate designations of modal G codes in a C program are removed and registered, the NC program is decoded block by block, and the G code in the decoded block is the latest modal G code. If they match, delete the matching G-code and register the decoded block; if they do not match, set the G-code as the latest modal G-code, and An NC program registration method characterized by registering all the decoded blocks and repeating the process thereafter.
JP31170887A 1987-12-09 1987-12-09 Nc program registration system Pending JPH01152507A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31170887A JPH01152507A (en) 1987-12-09 1987-12-09 Nc program registration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31170887A JPH01152507A (en) 1987-12-09 1987-12-09 Nc program registration system

Publications (1)

Publication Number Publication Date
JPH01152507A true JPH01152507A (en) 1989-06-15

Family

ID=18020509

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31170887A Pending JPH01152507A (en) 1987-12-09 1987-12-09 Nc program registration system

Country Status (1)

Country Link
JP (1) JPH01152507A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999061962A1 (en) * 1998-05-28 1999-12-02 Mitsubishi Denki Kabushiki Kaisha Machining program file converter for numerically controlled equipment and computer-readable recording medium storing program for controlling computer to execute file conversion procedure

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58175003A (en) * 1982-04-07 1983-10-14 Fanuc Ltd Command system of numerical control

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58175003A (en) * 1982-04-07 1983-10-14 Fanuc Ltd Command system of numerical control

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999061962A1 (en) * 1998-05-28 1999-12-02 Mitsubishi Denki Kabushiki Kaisha Machining program file converter for numerically controlled equipment and computer-readable recording medium storing program for controlling computer to execute file conversion procedure
GB2341243B (en) * 1998-05-28 2002-09-18 Mitsubishi Electric Corp Machining program file converter for numerically controlled equipment
US6609045B1 (en) 1998-05-28 2003-08-19 Mitsubishi Denki Kabushiki Kaisha File conversion apparatus for machining program of numerical control system and computer readable recording medium for storing program for computer to execute file conversion process

Similar Documents

Publication Publication Date Title
JPS6194109A (en) Method of accentuating vidual display for computer numericalcontrolled machine manufacturing equipment and apparatus adding color to video display for computer controlled machine manufacturing equipment
US4890234A (en) NC data modification method
JPH02100704A (en) Robot programming check system
US4734864A (en) Numerical control apparatus with programmable mirror image function
JP2002373008A (en) Numerical controller
JPH01152507A (en) Nc program registration system
JPH0194404A (en) Nc data generation system
JP2865220B2 (en) Numerical control information creation device
EP1389748A2 (en) Numerical controller
EP0433460A1 (en) Nc data edition
JP2584229B2 (en) CAD / CAM automatic programming device
JP2875135B2 (en) Program device for programmable controller
JPS6149209A (en) Program execution system of numerical controller
JPS6252608A (en) Interactive nc program generating method
JPS63318605A (en) Nc part program generating device
JPH06250722A (en) Interactive numerical controller
JPS6252606A (en) Numerical controller
JPH01177607A (en) System for editing sequence program
JPH05158524A (en) Execution command display system
JPS60222904A (en) Control method of coordinate system conversion of numerically controlled lathe
JPH0546218A (en) Numeric value controller incorporating programmable controller
JPS6345603A (en) Program storing system for programmable controller
JPS638907A (en) Numerical controller
JPH06175708A (en) Sequence program execution system
JPH02310608A (en) System for changing order of tools