JPH11194810A - Nc information editing device - Google Patents

Nc information editing device

Info

Publication number
JPH11194810A
JPH11194810A JP10000910A JP91098A JPH11194810A JP H11194810 A JPH11194810 A JP H11194810A JP 10000910 A JP10000910 A JP 10000910A JP 91098 A JP91098 A JP 91098A JP H11194810 A JPH11194810 A JP H11194810A
Authority
JP
Japan
Prior art keywords
graphic
information
processing
menu
graphic symbols
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
JP10000910A
Other languages
Japanese (ja)
Inventor
Tomohiro Suzuki
智博 鈴木
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.)
Okuma Corp
Original Assignee
Okuma Corp
Okuma Machinery Works Ltd
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 Okuma Corp, Okuma Machinery Works Ltd filed Critical Okuma Corp
Priority to JP10000910A priority Critical patent/JPH11194810A/en
Publication of JPH11194810A publication Critical patent/JPH11194810A/en
Pending legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Numerical Control (AREA)
  • Programmable Controllers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an NC information editing device which makes it possible to intuitively understand in what process generated NC information is constituted, without a trouble to describe characters constituting an NC program language, one by one. SOLUTION: A menu of graphic symbols representing individual processes constituting an NC machining stored in a graphic symbol menu storage part 2 is displayed on a display device 7. An operator who looks at the displayed menu operates input devices 5 such as a mouse and a keyboard to select graphic symbols indicating necessary processes in sequence and also specifies operation contents corresponding to respective graphic symbol kinds. Consequently, the graphic symbols for machining having the operation contents specified are stored in a machining graphic symbol storage part 3. A CPU 1 converts data of the graphic symbols for the machining into NC information according to a conversion rule stored in an NC information conversion rule storage part 9 in response to an indication for conversion to NC information and stores it in an NC information storage part 8.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、NC加工の工程に
関するデータを入力し、NC情報の編集を行なう装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for inputting data relating to an NC processing step and editing NC information.

【0002】[0002]

【従来の技術】従来のNC情報編集装置においては、文
字や数字で表現されたNCプログラム言語を記述してN
C情報を作成する方法を採っている。このNCプログラ
ム言語は、いくつかの文字を組合せたものを一つの言語
とし、この言語一つ一つがNC工作機械の動作一つ一つ
を表している。このため、実際に作成していく際、NC
プログラム言語を構成する文字を一つ一つ入力していか
なくてならず、たいへん面倒な作業である。更に、作成
されたNCプログラムを見ただけでは、この加工がどの
ような工程で構成されているかを直感的に掴むことが非
常に困難である。勿論、NCプログラム言語にはサブプ
ログラム機能が用意されており、工程単位にサブプログ
ラムを用意すれば、動作一つ一つに対してNCプログラ
ム言語を入力する手間は省けるが、サブプログラム呼出
しのNCプログラム言語を構成する文字を一つ一つ入力
していかなくてはならないことに変わりはない。更に、
実際にサブプログラムを使用するには、NCプログラム
言語に対する深い理解が必要である。
2. Description of the Related Art In a conventional NC information editing apparatus, an NC program language expressed by characters and numerals is described in an NC program.
The method of creating C information is adopted. In the NC programming language, a combination of several characters is used as one language, and each language represents each operation of the NC machine tool. Therefore, when actually creating, NC
This is a very cumbersome task because you have to enter the characters that make up the programming language one by one. Furthermore, it is very difficult to intuitively grasp what kind of process this processing is composed of just by looking at the created NC program. Of course, the NC program language has a subprogram function, and if a subprogram is prepared for each process, the trouble of inputting the NC program language for each operation can be omitted. You still have to enter the characters that make up the programming language one by one. Furthermore,
To actually use a subprogram, a deep understanding of the NC programming language is required.

【0003】図3は、従来のNC情報編集装置において
記述されたNCプログラムの一例である。この例では、
工具の装着と準備、フライス加工、工具の交換、穴加工
4箇所、穴加工1箇所、工具の格納という順序で加工を
行なうように記述されている。この例でわかるように、
数多くの文字を入力しなければ、NCプログラムは完成
しない。NCプログラムの記述にはかなりの手間を必要
とする。また、このように記述されたNCプログラムか
ら加工の内容を理解することは、かなり、困難な作業で
ある。
FIG. 3 shows an example of an NC program described in a conventional NC information editing apparatus. In this example,
It is described that machining is performed in the order of mounting and preparing a tool, milling, exchanging a tool, drilling four places, drilling one place, and storing a tool. As you can see in this example,
If you do not enter many characters, the NC program will not be completed. Writing an NC program requires considerable effort. In addition, it is quite difficult to understand the contents of machining from the NC program described in this way.

【0004】一方、NCプログラムの作成を容易にする
ため、自動プログラミング装置が普及している。自動プ
ログラミング装置を使用すれば、NCプログラムを直接
記述する必要はなく、加工の内容も、自動プログラミン
グ装置に入力した内容を確認することによって可能であ
る。しかし、自動プログラミング装置では、加工順序や
工具の動作内容を装置内部で自動的に決定してしまい、
その内容に対してオペレーターが介入することは困難で
ある。動作上に問題があった場合は、自動プログラミン
グ装置が出力したNCプログラムそのものがどのような
工程で構成されているかや、どのように動作するかを解
析したうえでNCプログラム言語を構成する文字を一つ
一つ記述して変更を施す必要がある。結局、NCプログ
ラムに関する知識を必要とするうえに、解析作業にも時
間を要することとなる。
[0004] On the other hand, automatic programming devices have become widespread in order to facilitate creation of NC programs. If an automatic programming device is used, it is not necessary to directly write an NC program, and the contents of machining can be performed by checking the contents input to the automatic programming device. However, with an automatic programming device, the machining sequence and the operation details of the tool are automatically determined inside the device,
It is difficult for the operator to intervene in the contents. If there is a problem with the operation, the NC program language output by the automatic programming device is analyzed in what steps it is composed of and how it operates, and then the characters that constitute the NC program language are analyzed. It is necessary to describe each one and make changes. As a result, not only knowledge of the NC program is required, but also time is required for the analysis work.

【0005】[0005]

【発明が解決しようとする課題】上述したように、従来
のNC除法編集装置では、NCプログラムの記述にはか
なりの手間がかかり、また、記述されたNCプログラム
から加工内容を理解することは、かなり困難であるとい
う問題があった。このような問題は自動プログラミング
装置を使用すれば多少解決されるが、自動決定された加
工順序や工具の動作内容に問題があった場合には、NC
プログラムそのものを解析して変更する必要があるた
め、解析作業や変更作業にかなりの時間を要してしまう
という問題があった。
As described above, in the conventional NC division editing apparatus, it takes considerable time to describe an NC program, and it is difficult to understand the processing contents from the described NC program. There was a problem that it was quite difficult. These problems can be solved to some extent by using an automatic programming device. However, if there is a problem in the automatically determined machining sequence or the operation of the tool, NC
Since it is necessary to analyze and change the program itself, there has been a problem that a considerable amount of time is required for the analysis and modification work.

【0006】本発明は、上記のような従来技術の有する
問題に鑑みなされたものであり、本発明の目的は、従来
のNC情報編集装置で必要とされたNCプログラム言語
を構成する文字を一つ一つ記述するような手間が無く、
作成されたNC情報がどのような工程で構成されている
かを直感的に理解できるようなNC情報編集装置を提供
することにある。更に、本発明の目的は、運転中に動作
上の問題が生じた場合にも、NCプログラムに関する知
識を要することなく加工内容を容易に把握して解析する
ことができると共に、設定されている加工順序や工具の
動作内容を容易に変更することができるNC情報編集装
置を提供することにもある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems of the prior art, and an object of the present invention is to reduce the number of characters constituting an NC program language required by a conventional NC information editing apparatus. There is no need to write each one,
An object of the present invention is to provide an NC information editing apparatus that allows the user to intuitively understand what kind of process the created NC information is composed of. Further, an object of the present invention is to enable a user to easily grasp and analyze machining contents without needing knowledge of the NC program even when an operation problem occurs during operation, and to set a machining operation. Another object of the present invention is to provide an NC information editing apparatus capable of easily changing the order and the operation contents of a tool.

【0007】[0007]

【課題を解決するための手段】本発明は、NC加工の工
程に関するデータを入力し、NC情報の編集を行なう装
置に関するものであり、本発明の上記目的はNC加工を
構成する個々の工程をグラフィックで表象化したグラフ
ィックシンボルの一覧を工程メニューとして格納するグ
ラフィックシンボルメニュー格納手段と、前記工程メニ
ューを表示すると共に、前記工程メニューから選択され
たグラフィックシンボルを加工用グラフィックシンボル
として操作者の配置指示に応じて工程順に配列して表示
する加工工程表示手段と、前記配列された加工用グラフ
ィックシンボルとその順序データ及び前記加工用グラフ
ィックシンボル毎に指定された動作内容のデータを格納
する加工用グラフィックシンボル格納手段と、前記格納
された加工用グラフィックシンボルとその順序データ及
び動作内容のデータに基づいて実運転可能なNC情報を
生成するNC情報生成手段とを具備することによって達
成される。また、前記加工工程表示手段は、前記加工用
グラフィックシンボル毎に指定された動作内容に応じた
グラフィック表示を行なうことによって、より効果的に
達成される。
SUMMARY OF THE INVENTION The present invention relates to an apparatus for inputting data relating to an NC processing step and editing NC information. A graphic symbol menu storing means for storing a list of graphic symbols represented by a graphic as a process menu; displaying the process menu; and instructing an operator to arrange the graphic symbol selected from the process menu as a graphic symbol for processing. Processing step display means for displaying the processing graphic symbols arranged in the order of the processing in accordance with the processing graphic symbols, and the processing graphic symbols for storing the arranged processing graphic symbols, their order data, and data of the operation contents designated for each of the processing graphic symbols Storage means, and the stored processing graph It is achieved by and a NC data generation means for generating an actual operable NC information on the basis and its sequence data and operation content of the data Ikkushinboru. Further, the processing step display means is more effectively achieved by performing graphic display according to the operation content designated for each of the processing graphic symbols.

【0008】[0008]

【発明の実施の形態】図1は、本発明に於けるNC情報
編集装置の一例を示すブロック図であり、CPU1、グ
ラフィックシンボルメニュー格納部2、加工用グラフィ
ックシンボル格納部3、入力装置制御部4、表示装置制
御部6、NC情報格納部8、NC情報変換ルール格納部
9、NC情報出力装置制御部10が、バスラインで結合
されている。この内、CPU1は、バスラインに結合さ
れた各部の動作を制御すると共に、データ受け渡しの仲
立ちを行なっている。また、グラフィックシンボルメニ
ュー格納部2には、NC加工を構成する個々の工程をグ
ラフィックで表象化したグラフィックシンボルのメニュ
ーが工程メニューとして格納されている。CPU1は表
示装置制御部6に対して、この工程メニューの内容を送
り、表示装置7にグラフィックシンボルのメニューを表
示させる。表示された工程メニューを見た操作者は、マ
ウスやキーボードなどの入力装置5を操作し、必要な工
程を示すグラフィックシンボルを工程順に順序づけなが
ら選択していくと共に、グラフィックシンボル種類の各
々に応じた動作内容を指定する。これらの操作は入力装
置制御部4を介してCPU1に伝えられる。
FIG. 1 is a block diagram showing an example of an NC information editing apparatus according to the present invention, which includes a CPU 1, a graphic symbol menu storage unit 2, a processing graphic symbol storage unit 3, and an input device control unit. 4. The display device control unit 6, the NC information storage unit 8, the NC information conversion rule storage unit 9, and the NC information output device control unit 10 are connected by a bus line. Of these, the CPU 1 controls the operation of each unit connected to the bus line and mediates data transfer. Further, the graphic symbol menu storage unit 2 stores a graphic symbol menu in which individual steps constituting the NC processing are graphically represented as a process menu. The CPU 1 sends the contents of the process menu to the display device controller 6 and causes the display device 7 to display a menu of graphic symbols. The operator who sees the displayed process menu operates the input device 5 such as a mouse or a keyboard, selects graphic symbols indicating necessary processes in order of processes, and selects graphic symbols according to each of the graphic symbol types. Specify the operation details. These operations are transmitted to the CPU 1 via the input device control unit 4.

【0009】CPU1は操作内容に応じ、当該工程の動
作内容が指定された加工用のグラフィックシンボルを動
作内容のデータと共に、動作順を認識できるように加工
用グラフィックシンボル格納部3に格納していく。同時
に、表示装置制御部6に対して、この加工用のグラフィ
ックシンボルの内容を送り、表示装置7に選択されたグ
ラフィックシンボルを加工用グラフィックシンボルとし
て工程順に配列して表示させる。この際、加工用グラフ
ィックシンボルには、動作内容のデータに基づいて当該
工程の動作内容に応じたグラフィック表示が行なわれ
る。操作者は、必要なグラフィックシンボルをすべて選
択し動作内容を指定すると、加工用グラフィックシンボ
ルをNC情報に変換する指示を行なうため、入力装置5
を操作する。この操作は入力装置制御部4を介してCP
U1に伝えられる。CPU1はこの操作に応じ、NC情
報変換ルール格納部9に格納された変換ルールに従い、
加工用グラフィックシンボル格納部3に格納された加工
用のグラフィックシンボルとその順序データ及び動作内
容のデータに基づいて、NC情報を生成し、NC情報格
納部8に格納する。更に、操作者が、格納されたNC情
報を外部に出力するよう入力装置5を操作すると、この
操作が入力装置制御部4を介してCPU1に伝えられ
る。CPU1は、この操作に応じ、NC情報格納部8に
格納されたNC情報をNC情報出力装置制御部10に送
り、NC情報出力装置11から外部に出力される。NC
情報編集装置がNC装置に内蔵されている場合は、外部
に出力されることなく、NC加工に利用されることにな
る。
The CPU 1 stores the graphic graphic for processing in which the operation content of the process is designated, together with the data of the operation content, in the graphic graphic storage 3 for processing so that the operation order can be recognized in accordance with the operation content. . At the same time, the contents of the graphic symbol for processing are sent to the display device control section 6, and the selected graphic symbol is arranged and displayed as a graphic symbol for processing on the display device 7 in the order of steps. At this time, a graphic display corresponding to the operation content of the process is performed on the graphic symbol for processing based on the data of the operation content. When the operator selects all necessary graphic symbols and designates the operation content, the operator issues an instruction to convert the processing graphic symbols into NC information.
Operate. This operation is performed via the input device control unit 4 via the CP.
It is transmitted to U1. The CPU 1 responds to this operation according to the conversion rule stored in the NC information conversion rule storage unit 9,
The NC information is generated based on the graphic graphic for processing stored in the graphic graphic storage for processing 3, the order data thereof, and the data of the operation content, and stored in the NC information storage 8. Further, when the operator operates the input device 5 to output the stored NC information to the outside, this operation is transmitted to the CPU 1 via the input device control unit 4. In response to this operation, the CPU 1 sends the NC information stored in the NC information storage unit 8 to the NC information output device control unit 10 and is output from the NC information output device 11 to the outside. NC
When the information editing device is built in the NC device, it is used for NC processing without being output to the outside.

【0010】図2は、本発明におけるNC情報編集装置
の画面表示例を表したものである。Aの部分が、グラフ
ィックシンボルメニュー格納部2の内容の一部が表示さ
れたものである。Bの部分が、加工用グラフィックシン
ボル格納部3の内容が表示されたものである。この表示
を見れば、加工の内容を直感的に掴むことが容易であ
り、図3に示されたNCプログラムから加工内容を把握
しなければならない従来の方式とは全く異なることがよ
く解かる。
FIG. 2 shows a screen display example of the NC information editing apparatus according to the present invention. Part A is a part of the contents of the graphic symbol menu storage unit 2 displayed. The part B is the one in which the contents of the graphic symbol storage for processing 3 are displayed. From this display, it is easy to intuitively grasp the contents of the machining, and it is easily understood that this is completely different from the conventional method in which the machining contents must be grasped from the NC program shown in FIG.

【0011】この図2を用いて、具体的な操作の一例を
示す。この例では、工程の内容の絵が描かれたカードを
机の上に並べるようなイメージで操作を行なう。最初
は、表示装置上に、グラフィックシンボルメニュー格納
部2の内容が、選択可能なグラフィックシンボルの工程
メニューとして表示装置上に表示されている。(図2の
A)一方、加工用グラフィックシンボル格納部3には何
も格納されておらず、加工用グラフィックシンボル格納
部の内容を示すシンボリックNCプログラムの位置(図
2のB)には、何も表示されていない。
An example of a specific operation will be described with reference to FIG. In this example, the operation is performed in such an image that cards on which pictures of the contents of the process are drawn are arranged on a desk. Initially, the contents of the graphic symbol menu storage unit 2 are displayed on the display device as a process menu of selectable graphic symbols. (A in FIG. 2) On the other hand, nothing is stored in the processing graphic symbol storage unit 3, and a position (B in FIG. 2) of the symbolic NC program indicating the contents of the processing graphic symbol storage unit is not stored. Is also not displayed.

【0012】オペレーターは加工を行なう際の動作に従
ってグラフィックシンボルを並べていく。加工動作の最
初は、工具の装着である。オペレーターは、マウス等を
利用しグラフィックシンボルの工程メニュー(図2の
A)から、「工具交換」のメニューを選択し、シンボリ
ックNCプログラム(図2のB)の先頭位置に並べ、同
時に動作内容を入力する。この場合は、フェイスミルT
1を主軸に装着させると共に、ドリルT3を準備してお
く。入力の際には各シンボル毎の入力欄若しくは指示さ
れたシンボルに対する入力欄をウィンドウ表示し(図2
の、C、D)、このウィンドウ内に詳細な動作データを
入力させる等の操作形態が考えられる。この操作によっ
て、加工用グラフィックシンボル格納部3には、動作内
容が指定された加工用のグラフィックシンボルが、動作
順を認識できるように格納されると同時に、動作内容に
応じたグラフィック表示が行なわれる。工具交換の場合
は、装着工具や準備工具等のデータに基づいて、現在装
着されている工具、交換後の工具及び準備工具の有無
や、工具の種類を示す工具形状がグラフィック表示され
る。このようなグラフィック表示により、その動作デー
タの内容が一目でわかる。勿論、各グラフィックシンボ
ル毎の動作データは、グラフィックシンボルを並べ終わ
った後に入力しても構わない。
The operator arranges graphic symbols in accordance with the operation at the time of processing. The first of the machining operations is the mounting of a tool. The operator uses the mouse or the like to select a “tool change” menu from the graphic symbol process menu (A in FIG. 2), and arranges the menu at the head position of the symbolic NC program (B in FIG. 2), and at the same time, the operation details. input. In this case, face mill T
1 is mounted on the spindle, and a drill T3 is prepared. At the time of input, an input field for each symbol or an input field for the designated symbol is displayed in a window (FIG. 2).
C, D), and an operation mode such as inputting detailed operation data in this window is conceivable. As a result of this operation, the graphic graphic symbol for processing, whose operation content is specified, is stored in the processing graphic symbol storage unit 3 so that the operation order can be recognized, and at the same time, a graphic display corresponding to the operation content is performed. . In the case of a tool change, the presence / absence of the currently mounted tool, the replaced tool and the ready tool, and the tool shape indicating the type of tool are graphically displayed based on the data of the mounted tool and the prepared tool. By such a graphic display, the contents of the operation data can be understood at a glance. Of course, the operation data for each graphic symbol may be input after the graphic symbols are arranged.

【0013】次に、実際のフライス加工を行なうため、
オペレーターはグラフィックシンボルの工程メニュー
(図2のA)から、「フライス加工」のメニューを選択
し、シンボリックNCプログラム(図2のB)の2番目
の位置に並べ、同時に動作内容を入力する。この例で
は、フライス加工を行なう領域の形状が入力され、その
形状がグラフィック表示されている。以降、同様の手順
でグラフィックシンボルを並べていき、加工内容全体を
指定する。指定された結果は、表示装置上にグラフィッ
ク表示され、どのような加工がどのような工程を経て行
なわれるかを容易に把握することができる。同時に、加
工用グラフィックシンボル格納部3には、動作内容が指
定された加工内容全体のグラフィックシンボルが、動作
順を認識できるように格納される。
Next, in order to perform actual milling,
The operator selects the "milling" menu from the graphic symbol process menu (A in FIG. 2), arranges it in the second position of the symbolic NC program (B in FIG. 2), and simultaneously inputs the operation details. In this example, the shape of the region to be milled is input, and the shape is graphically displayed. Thereafter, graphic symbols are arranged in the same procedure, and the entire processing content is designated. The specified result is graphically displayed on the display device, so that it is possible to easily understand what kind of processing is performed and what kind of process is performed. At the same time, the graphic symbol storage unit 3 stores the graphic symbols of the entire processing contents for which the operation contents are specified so that the operation order can be recognized.

【0014】この後、オペレーターが、NC情報を作成
するような操作を行なうと、加工用グラフィックシンボ
ル格納部3に格納されたデータはNC情報に変換され、
実際の加工に使用できるようになる。なお、NC情報に
設定された加工順序や工具の動作内容を変更したい場合
は、工程内容の照会/変更指示により、NC情報格納部
8に格納されている加工用グラフィックシンボル(図2
のB)が表示されるので、加工用グラフィックシンボル
の並べ替え操作や動作内容の変更指示によって当該箇所
を変更し、NC情報への変換指示を行なえば、変更後の
データに基づいてNC情報や再生成される。
Thereafter, when the operator performs an operation for creating NC information, the data stored in the graphic graphic storage for processing 3 is converted into NC information.
It can be used for actual processing. When it is desired to change the processing order or the operation content of the tool set in the NC information, the processing graphic symbol stored in the NC information storage unit 8 (FIG.
B) is displayed, and if the relevant part is changed by a rearrangement operation of the processing graphic symbol or an instruction to change the operation content, and an instruction to convert to the NC information is issued, the NC information or the NC information is changed based on the changed data. Regenerated.

【0015】[0015]

【発明の効果】以上のように、本発明によれば、工程の
内容がグラフィック表示されたメニューを表示装置上に
並べるようなイメージでNC情報を作成することができ
るため、従来のNC情報編集装置で必要とされたNCプ
ログラム言語を構成する文字を一つ一つ記述するような
手間が無く、作成されたNC情報がどのような工程で構
成されているかを直感的に理解できる編集操作が可能に
なる。一方、従来の自動プログラミング装置などに比
べ、加工順序や工具の動作内容にオペレーターが介入す
ることが容易なため、NC情報の変更も容易に行なうこ
とができる。更に、本発明では、グラフィックシンボル
毎に入力された詳細な動作内容が、グラフィックシンボ
ル上にグラフィック表示されるため、加工内容を把握す
ることがより容易となる。
As described above, according to the present invention, it is possible to create NC information with an image in which menus displaying the contents of processes are displayed graphically on a display device. There is no need to describe each character of the NC programming language required by the device one by one, and an editing operation that can intuitively understand what process the created NC information is composed of is performed. Will be possible. On the other hand, since the operator can easily intervene in the processing sequence and the operation contents of the tool as compared with a conventional automatic programming device or the like, the NC information can be easily changed. Furthermore, in the present invention, detailed operation contents input for each graphic symbol are graphically displayed on the graphic symbol, so that it is easier to grasp the processing contents.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明に於けるNC情報編集装置の一例を示す
ブロック図である。
FIG. 1 is a block diagram showing an example of an NC information editing device according to the present invention.

【図2】本発明におけるNC情報編集装置の画面表示の
一例を示す図である。
FIG. 2 is a diagram showing an example of a screen display of the NC information editing device according to the present invention.

【図3】従来のNC情報編集装置が編集対象とするNC
情報であるNCプログラムの一例を示す図である。
FIG. 3 shows an NC to be edited by a conventional NC information editing apparatus;
It is a figure showing an example of NC program which is information.

【符号の説明】[Explanation of symbols]

1 CPU 2 グラフィックシンボルメニュー格納部 3 加工用グラフィックシンボル格納部 4 入力装置制御部 5 入力装置 6 表示装置制御部 7 表示装置 8 NC情報格納部 9 NC情報変換ルール格納部 10 NC情報出力装置制御部 11 NC情報出力装置 Reference Signs List 1 CPU 2 Graphic symbol menu storage unit 3 Processing graphic symbol storage unit 4 Input device control unit 5 Input device 6 Display device control unit 7 Display device 8 NC information storage unit 9 NC information conversion rule storage unit 10 NC information output device control unit 11 NC information output device

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 NC加工を構成する個々の工程をグラフ
ィックで表象化したグラフィックシンボルの一覧を工程
メニューとして格納するグラフィックシンボルメニュー
格納手段と、前記工程メニューを表示すると共に、前記
工程メニューから選択されたグラフィックシンボルを加
工用グラフィックシンボルとして操作者の配置指示に応
じて工程順に配列して表示する加工工程表示手段と、前
記配列された加工用グラフィックシンボルとその順序デ
ータ及び前記加工用グラフィックシンボル毎に指定され
た動作内容のデータを格納する加工用グラフィックシン
ボル格納手段と、前記格納された加工用グラフィックシ
ンボルとその順序データ及び動作内容のデータに基づい
て実運転可能なNC情報を生成するNC情報生成手段と
を具備したことを特徴とするNC情報編集装置。
1. A graphic symbol menu storage means for storing, as a process menu, a list of graphic symbols representing the individual processes constituting the NC processing graphically, and displaying the process menu and selecting from the process menu. Processing step display means for arranging and displaying the arranged graphic symbols as processing graphic symbols in the order of steps in accordance with the operator's arrangement instruction, and for each of the arranged processing graphic symbols, their order data and the processing graphic symbols. Processing graphic symbol storage means for storing data of a specified operation content, and NC information generation for generating NC information that can be actually operated based on the stored processing graphic symbol, its order data, and operation content data Means. NC information editing device.
【請求項2】 前記加工工程表示手段は、前記加工用グ
ラフィックシンボル毎に指定された動作内容に応じたグ
ラフィック表示を行なうようになっている請求項1に記
載のNC情報編集装置。
2. The NC information editing apparatus according to claim 1, wherein said processing step display means performs graphic display according to the operation content specified for each of said graphic symbols for processing.
JP10000910A 1998-01-06 1998-01-06 Nc information editing device Pending JPH11194810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10000910A JPH11194810A (en) 1998-01-06 1998-01-06 Nc information editing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10000910A JPH11194810A (en) 1998-01-06 1998-01-06 Nc information editing device

Publications (1)

Publication Number Publication Date
JPH11194810A true JPH11194810A (en) 1999-07-21

Family

ID=11486844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10000910A Pending JPH11194810A (en) 1998-01-06 1998-01-06 Nc information editing device

Country Status (1)

Country Link
JP (1) JPH11194810A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006130577A (en) * 2004-11-02 2006-05-25 Yaskawa Electric Corp Robot controller and robot system
KR20160091069A (en) * 2015-01-23 2016-08-02 두산공작기계 주식회사 The combined process registration apparatus and method using interactive program in computer numarical control machine tools

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006130577A (en) * 2004-11-02 2006-05-25 Yaskawa Electric Corp Robot controller and robot system
US8396599B2 (en) 2004-11-02 2013-03-12 Kabushiki Kaisha Yaskawa Denki Robot control apparatus and robot system
KR20160091069A (en) * 2015-01-23 2016-08-02 두산공작기계 주식회사 The combined process registration apparatus and method using interactive program in computer numarical control machine tools

Similar Documents

Publication Publication Date Title
JPH03154105A (en) Nc program generating device
WO2022269764A1 (en) Screen creation device, screen creation system, and computer-readable recording medium
KR100441149B1 (en) Control device
JPH08179817A (en) Display manipulator for machine tool
JP2001266171A (en) Plotting device and computer-readable recording medium with plotting program recorded thereon
JP5189418B2 (en) Engineering tools
JPH11194810A (en) Nc information editing device
JP2002166335A (en) Console panel of numerical control device for machine tool with tool changing function
JP2002529843A5 (en)
JP4516224B2 (en) Ladder diagram creation program
JPH09114621A (en) Gui picture design support method
US5444614A (en) Apparatus for creating operation data concerning operating device
US5398314A (en) Apparatus for creating operation data concerning operating device
JP2001075791A (en) Editor device and recording medium recording editor program
JPH08339215A (en) Numerical controller
JP3823938B2 (en) Program creation device
JP3795473B2 (en) Editor device and recording medium recording editor program
WO2022269816A1 (en) Numerical control device, screen creation system, and storage medium for storing instruction readable by numerical control device
JPH07302107A (en) Numerical controller
JPH0720918A (en) Numerical controller with guidance function
JPH0713725A (en) Support device for development of software
JP2007280093A (en) Picture data preparation method
JPH10333896A (en) Table reference method and device therefor
JP4501046B2 (en) Monitoring system
TW533341B (en) Graphical interactive controller system for milling machine with dual computer structure