JPH06262439A - Electric discharge machine and electric discharging method - Google Patents

Electric discharge machine and electric discharging method

Info

Publication number
JPH06262439A
JPH06262439A JP9899593A JP9899593A JPH06262439A JP H06262439 A JPH06262439 A JP H06262439A JP 9899593 A JP9899593 A JP 9899593A JP 9899593 A JP9899593 A JP 9899593A JP H06262439 A JPH06262439 A JP H06262439A
Authority
JP
Japan
Prior art keywords
work
data
machining
program
electrode
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
JP9899593A
Other languages
Japanese (ja)
Inventor
Akio Hosaka
昭夫 保坂
Kazuo Nakamoto
一雄 中元
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.)
Sodick Co Ltd
Original Assignee
Sodick Co 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 Sodick Co Ltd filed Critical Sodick Co Ltd
Priority to JP9899593A priority Critical patent/JPH06262439A/en
Publication of JPH06262439A publication Critical patent/JPH06262439A/en
Pending legal-status Critical Current

Links

Landscapes

  • Electrical Discharge Machining, Electrochemical Machining, And Combined Machining (AREA)

Abstract

PURPOSE:To easily and quickly perform a continued machining operation with no mistake by a minimum key operation without creating a program. CONSTITUTION:A device has a means 40 for selecting work by dividing operations required to machining into at least three or more works of (a) shaft moving (b) coordinate set (c) positioning an electrode 1 and a workpiece 2 (d) machining, etc., first memory means for storing a work reference program and variables and a display unit 20 for displaying a request of necessary various data in accordance with the selected operation. The device has an input means 30 for inputting the required data, second memory means for successively storing the selected work and the input data and a control means for successively calling this stored data to execute work.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、容易な操作で放電加
工を行なうことのできる制御装置を具備した放電加工
機、および容易な操作で放電加工を行なう放電加工方法
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an electric discharge machine equipped with a control device capable of performing electric discharge machining by an easy operation, and an electric discharge machining method for performing electric discharge machining by an easy operation.

【0002】[0002]

【従来の技術】3次元形状の電極をZ軸に取り付け、被
加工物を加工テーブル上に載置し加工液を介して電極と
被加工物間で放電を発生させて被加工物を加工する、所
謂形彫り放電加工機があることはよく知られている。そ
して、このような形彫り放電加工機においても、一般の
工作機械と同様に数値制御化が進められている。
2. Description of the Related Art A three-dimensionally shaped electrode is attached to the Z-axis, a work piece is placed on a working table, and an electric discharge is generated between the electrode and the work piece through a working liquid to work the work piece. It is well known that there is a so-called stamping electric discharge machine. Also in such a die-sinking electric discharge machine, numerical control is being promoted as in general machine tools.

【0003】これは、形彫り放電加工においても、加工
品質の向上、高効率の加工を行なうため、放電加工条件
を荒加工から仕上げ加工に至るまで複数回変更するこ
と、加工穴の側面を仕上げるために電極と被加工物を相
対運動させて加工を行なうこと、さらには正確な電極と
加工物の位置関係を決定するための位置決め操作などが
要求されるからでもある。また、一つの金型上に複数の
加工箇所がある場合は、一つの加工が終了した後、次の
加工位置へと電極を移動、加工条件変更など数多くの操
作が必要となってくる。このため、形彫り放電加工機を
連続運転させ効率的に使用するためには数値制御化が必
要となり、多くの数値制御形彫り放電加工機が使用され
ている。
In order to improve the machining quality and perform highly efficient machining even in die-sinking electric discharge machining, the electric discharge machining conditions are changed a plurality of times from rough machining to finish machining, and the side surface of the machined hole is finished. For this reason, it is necessary to perform relative machining between the electrode and the workpiece, and to perform a positioning operation for determining an accurate positional relationship between the electrode and the workpiece. Further, when there are a plurality of processing points on one die, after one processing is completed, many operations such as moving the electrode to the next processing position and changing the processing conditions are required. Therefore, in order to continuously operate the die-sinking electric discharge machine for efficient use, it is necessary to make numerical control, and a lot of numerical control die-sinking electric discharge machines are used.

【0004】上述した作業は、メーカーが提供したプロ
グラムコードを用いて要求の動作を行なわせるプログラ
ムを、作業者が作成することにより実行される。下記
は、加工を行なうプログラムの一例を示している。
The above-mentioned work is executed by the operator creating a program for performing the requested operation using the program code provided by the manufacturer. The following shows an example of a program for performing processing.

【0005】 N1000 G01 G90 G54 C100 Z150−H100 M00 このプログラム例は、ただ単に絶対値座標系を用いて被
加工物の上面よりH100番の補正値に入力された深さ
指令を読み取り、指令値より150μm手前までC10
0に登録されている加工条件にて加工した後、プログラ
ムの実行を停止するというプログラムであるが、これだ
けを入力するには約30回のキー操作が必要となる。ま
た、このプログラム例を見て理解できるように、作業者
は各コードの意味、機能さらにはプログラムする上での
フォーマットやルールを十分に理解記憶していなけれ
ば、加工要求を満足するプログラムが作成できない。こ
のため、初心者の作業員では大変な労力を費やすことと
なる。
N1000 G01 G90 G54 C100 Z150-H100 M00 This program example simply reads the depth command input to the correction value of H100 from the upper surface of the workpiece using the absolute value coordinate system, and reads it from the command value. C10 up to 150 μm
Although the program stops the execution of the program after machining under the machining condition registered as 0, about 30 key operations are required to input only this program. Also, as you can see and understand with this program example, if the operator does not fully understand and remember the meaning and function of each code, as well as the format and rules for programming, a program that satisfies the machining request is created. Can not. For this reason, a beginner worker spends a great deal of labor.

【0006】そこで、これらのプログラミング作業をサ
ポートするため、位置決め作業や加工に関するプログラ
ムを予め用意して記憶装置に記憶しておき、作業者が予
定している作業を入力装置を用いて呼び出し、対話式あ
るいは表示装置上に表われたデータ入力部にカーソルを
移動して順次必要とされるるデータを入力していく方式
のものが提案され、実施されている。対話式のものにお
いては、例えば、電極と被加工物の位置を合せる所謂位
置決め作業で電極の中心を合せる場合などでは、被加工
物のコーナー部のどの側面が寸法上の基準面となってい
るか、つまり、どのコーナーで位置を決めるのか、電極
の寸法はいくらか、など順番にプログラムを実行するの
に必要な情報を求める表示を出させ、穴埋め的に要求さ
れる情報部にカーソルを合わせてデータを入力する方式
などがある。
Therefore, in order to support these programming operations, a program relating to positioning operations and machining is prepared in advance and stored in a storage device, and an operation scheduled by the operator is called by using an input device to perform a dialogue. A system in which a cursor is moved to a data input unit represented by a formula or a display device to sequentially input required data has been proposed and implemented. In the interactive type, for example, when aligning the center of the electrode in the so-called positioning work that aligns the electrode and the workpiece, which side of the corner of the workpiece is the dimensional reference plane. In other words, the display asks for the information required to execute the program in order, such as which corner to determine the position, what is the size of the electrode, and so on. There is a method to enter.

【0007】上述の両者の構成としては、一般的には、
各作業内容に対応するプログラムをサブプログラム化し
て多数用意し、個別に呼出し可能な状態で記憶しておく
記憶装置を備え、入力装置から利用したい作業をキー操
作によって呼び出す。この際、制御装置(コンピュー
タ)が必要となる情報を対話式でデータを要求する画
面、または入力専用画面を表示部に表示する。制御装置
は、与えられたデータを呼び出されたプログラムの変数
部分に代入して一つのプログラムとして完成させる構成
となっている。従って、作業者には完成されたプログラ
ムを実行することにより面倒なプログラムコードやルー
ルなどを覚える必要がなく、初心者でも簡単に加工がで
きるようになっている。
In general, the above two configurations are as follows:
A large number of programs corresponding to each work content are prepared as subprograms, and a storage device for individually storing the programs in a callable state is provided, and the work desired to be used is called by a key operation from the input device. At this time, a screen for interactively requesting data required by the control device (computer) or an input-only screen is displayed on the display unit. The control device is configured to substitute the given data into the variable portion of the called program and complete it as one program. Therefore, the operator does not have to remember troublesome program codes and rules by executing the completed program, and even a beginner can easily perform processing.

【0008】[0008]

【発明が解決しようとする課題】従来の簡易操作方式
は、上述のように構成されているので、初心者には使用
し易いものではある。しかし、初心者も操作になれキー
操作が早くなるにつれ、対話方式や入力画面を呼び出す
作業自体がかなりのキー操作が必要であることや、コン
ピュータが余分な処理をするために処理速度が遅く感じ
られるようになり、最終的には作業性を高めるために、
矢張り作業者自身がプログラムを作成するとともに、サ
ブプログラム化して記憶させるようになる。また、熟練
者の場合では、簡単な作業をするのに、上記構成のよう
な従来装置ではキー操作が多く、また、不必要な情報ま
で入力しなければならず、結局使い難いものとなるた
め、矢張り自己のプログラムを使用することになる。さ
らに、少し高度な動作を行ないたい場合に、従来方式で
はそれぞれのプログラムを一つずつ完成させるようにな
っており、連続した一連の作業を行なわせる操作はかな
り複雑な操作になり、プログラムの編集作業が必要とな
ることもある。
Since the conventional simple operation method is constructed as described above, it is easy for a beginner to use. However, as beginners can operate and key operations become faster, it seems that the interactive method and the task of calling the input screen itself require considerable key operations, and the processing speed is slow because the computer performs extra processing. In order to improve workability in the end,
The worker himself creates a program and becomes a subprogram to be stored. Further, in the case of a skilled person, in order to perform a simple work, many key operations are required in the conventional device having the above-mentioned configuration, and unnecessary information has to be input, which is difficult to use in the end. , Will use the Yabari self program. Furthermore, when you want to perform a little more advanced operation, the conventional method is designed to complete each program one by one, and the operation to perform a continuous series of work becomes a complicated operation, and the editing of the program Work may be required.

【0009】本発明は、上記問題に鑑みてなされたもの
であり、初心者および熟練者に対してプログラムを作成
することなく、最小のキー操作でかつ入力ミスがなく連
続した加工動作を行なうことができ、処理速度の早い放
電加工装置を提供することにある。また、本発明の第二
の目的は、プログラムコードを使用することなく、機能
別に区別された選択キーで機能を呼び出し、作業実行に
必要なデータを入力する。この選択された一連の選択キ
ー操作と入力されたデータを一致させて順次記憶させ、
実行にさいしては、そのまま記憶された手順に従い放電
加工させる操作方法を提供することにある。
The present invention has been made in view of the above problems, and it is possible to perform continuous machining operations with minimum key operation and no input error without creating a program for beginners and experts. An object of the present invention is to provide an electric discharge machine that can be processed at high speed. A second object of the present invention is to call a function with a selection key classified according to function without using a program code, and input data necessary for work execution. Match the selected series of selection key operations with the input data and store them sequentially,
In the case of execution, it is to provide an operation method in which electric discharge machining is performed according to the procedure stored as it is.

【0010】[0010]

【問題を解決するための手段】本発明の装置の特徴は、
電極と被加工物の相対位置決めを行ない、所望の位置に
放電加工を行なう放電加工機において、電極と被加工物
の位置決めから加工までに必要とされる操作を(a)軸
移動、(b)座標セット、(c)電極と被加工物の位置
決めおよび(d)加工等の少なくとも3つ以上の作業に
分類し前記作業を選択する選択手段と、前記作業を実行
するための基準プログラムと変数を記憶している第一記
憶手段と、選択された操作に応じて作業実行に必要とさ
れる諸データの要求を表示する表示装置と、前記要求デ
ータを入力するデータ入力手段と、前記選択手段により
選択された作業と前記データ入力手段により入力された
データを順次収納する第二の記憶手段と、前記第二の記
憶手段に収納された収納データを順次呼出し作業を実行
させる制御手段とを、備えた点にある。
The features of the device of the present invention are:
In an electric discharge machine that performs relative positioning of an electrode and a workpiece and performs electrical discharge machining at a desired position, the operations required from the positioning of the electrode and the workpiece to machining are (a) axis movement, (b) A selection means for classifying at least three or more tasks such as coordinate set, (c) electrode and workpiece positioning, and (d) machining and selecting the task, and a reference program and variables for performing the task. The first storage means that is stored, a display device that displays a request for various data required for work execution according to the selected operation, a data input means that inputs the requested data, and the selection means. Second storage means for sequentially storing the selected work and the data input by the data input means, and control means for sequentially calling the stored data stored in the second storage means , Lies in the fact that with.

【0011】一方、本発明の方法の特徴は、電極と被加
工物の相対位置決めを行ない所望の位置に放電加工を行
なう放電加工方法において、電極と被加工物の位置決め
から加工までに必要とされる作業を(a)軸移動、
(b)座標セット、(c)電極と被加工物の位置決めお
よび(d)加工動作に分類し、前記作業の中から作業選
択するステップと、選択された作業を実行する上で必要
とされる情報を表示するステップと、前記表示に基づき
選択された作業を実行するために必要なデータを入力す
るステップと、選択された操作の順序と入力データを一
致させて記憶させるステップと、前記ステップにて記憶
された順序でそれぞれの作業を実行する標準プログラム
を呼び出すステップと、前記標準プログラム中の変数デ
ータに前記入力ステップにて入力された実際のデータに
置き換え選択された作業プログラムを作成するステップ
と、前記作業プログラムを用い作業を実行するステップ
とを、有する点にある。
On the other hand, the feature of the method of the present invention is that it is required from the positioning of the electrode and the workpiece to the machining in the electric discharge machining method in which the electrode and the workpiece are relatively positioned and the electrical discharge machining is performed at a desired position. (A) axis movement,
(B) Coordinate set, (c) Positioning of the electrode and the work piece, and (d) Steps for selecting a work from the above work by classifying the work, and are required for executing the selected work. The step of displaying information, the step of inputting data necessary for performing the work selected based on the display, the step of storing the selected operation order and input data in the same manner, And calling a standard program for executing each work in the order stored, and creating a selected work program by replacing the variable data in the standard program with the actual data input in the input step. And a step of executing a work using the work program.

【0012】[0012]

【作用】作業別に独立して設けられた作業選択キーの一
つが選択されると、その作業実施に必要なデータが表示
装置に表示され、入力キーによりデータが入力されると
入力データが作業実行用プログラムの一つが選択され、
作業種類とプログラム中の変数と実データとが一致した
状態で順次記憶される。次に選択された作業も同様に作
業とデータとが一致した状態でストアされていく。作業
開始が指令されると、記憶されている諸情報が記憶され
た順序で呼び出され、完成したプログラムとして数値制
御装置に送られ作業が連続して実行される。
[Function] When one of the work selection keys provided independently for each work is selected, the data necessary for performing the work is displayed on the display device, and when the data is input by the input key, the input data is executed. One of the programs for
The work types, the variables in the program, and the actual data are sequentially stored in a state where they match each other. Similarly, the next selected work is also stored in a state where the work and the data match. When the work start is instructed, the stored information is called in the stored order and sent to the numerical control device as a completed program to continuously execute the work.

【0013】[0013]

【実施例】以下、図面を参照して本発明の実施例につい
て詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0014】図1は、本発明の全体構成を示す形彫り放
電加工機の概略図である。図1において、1は銅あるい
はグラファイト等で作られた電極、2は被加工物、3は
スイッチング素子、制限抵抗等を有し数値制御装置から
の加工条件に関する情報を基に放電加工用パルスを電極
1および被加工物2間の加工間隙に供給する電源装置で
ある。4は、図示していない加工機本体のX、Y、Z、
C、V軸の移動制御および放電加工時におけるサーボ制
御等を与えられた情報を基に行なう数値制御装置であ
る。前記の各構成は、従来の数値制御形彫り放電加工機
と同一の構成であるので、詳細な説明は省略する。
FIG. 1 is a schematic view of a die-sinking electric discharge machine showing the entire structure of the present invention. In FIG. 1, 1 is an electrode made of copper or graphite, 2 is a work piece, 3 is a switching element, a limiting resistance, etc., and has a pulse for electric discharge machining based on information about machining conditions from a numerical controller. It is a power supply device that supplies a machining gap between the electrode 1 and the workpiece 2. 4 is the X, Y, Z, and
It is a numerical control device that performs movement control of the C and V axes and servo control during electric discharge machining based on given information. Each of the above-mentioned configurations is the same as that of the conventional numerically controlled die-sinking electric discharge machine, and detailed description thereof will be omitted.

【0015】また、40は作業別に分けられた複数の作
業選択キーを備えたキーボード、20は作業実施に必要
となる要求データを表示する表示装置、30は前記表示
装置に表示された要求データを入力するデータ入力キー
である。50は、作業選択キーボード40、データ入力
キー30から入力された情報に基づき作業手順を入力操
作順に入力データと一致した形で、記憶および実行する
ための作業実行装置である。
Further, 40 is a keyboard having a plurality of work selection keys divided by work, 20 is a display device for displaying request data necessary for performing work, and 30 is request data displayed on the display device. A data input key for inputting. Reference numeral 50 is a work execution device for storing and executing a work procedure based on information input from the work selection keyboard 40 and the data input key 30 in a form in which the work procedure matches the input data in the order of input operation.

【0016】図2は、前記作業選択キーボード40、表
示装置20、データ入力キー30および作業実行装置5
0からなる本発明のより詳細な構成を示すブロックダイ
アグラムである。図2は前述の表示装置20、データ入
力キー30、作業選択キーボード40と作業実行装置5
0からなり、さらに作業実行装置50には各々の作業選
択キーに対応して作業用基準プログラムと選択された作
業を実施する上で必要となる後述する基準プログラムに
対応した変数等を記憶している作業別基準動作記憶部5
1、前記作業別基準動作記憶部51から選択された作業
に必要な変数値を受け取って要求データとして表示装置
20に出力し、その表示に従って作業者が入力したデー
タを変数ごとに作業手順作成部53に出力する要求デー
タ出力部52、前記作業手順作成部53は、作業選択キ
ー40にて選択された作業選択データ、前記要求データ
出力部52からの変数に対応した変数データ、作業別基
準動作記憶部51からの基準作業プログラムを呼び出す
アドレス番号を入力として受け取り、これらの情報を作
業手順記憶部54の記憶部へ順序立て記憶させていく。
また、作業実行にさいしては、作業手順記憶部54に記
憶された情報を基に作業別基準動作記憶部51から作業
基準プログラムを呼び出すとともに、変数値等を実際の
データとして代入し、数値制御部に順次作業手順記憶部
54に記憶された順序でプログラムを出力する。固定作
業手順記憶部55は、前記作業手順記憶部54に作成さ
れたデータを一つのマクロ情報として使用することがで
きるよう一連の作業を固定して繰り返し使用する際、一
回のキー選択ですべて呼び出せるように一連の作業を記
憶する記憶装置である。
FIG. 2 shows the work selection keyboard 40, the display device 20, the data input keys 30, and the work execution device 5.
It is a block diagram which shows the more detailed structure of this invention which consists of 0. FIG. 2 shows the above-mentioned display device 20, data input key 30, work selection keyboard 40 and work execution device 5.
0, and the work execution device 50 stores a work reference program corresponding to each work selection key and variables and the like corresponding to a reference program to be described later, which are necessary for carrying out the selected work. Standard operation storage section 5 for each work
1. A variable value required for a selected work is received from the work-specific reference motion storage unit 51, is output to the display device 20 as request data, and the data input by the worker according to the display is a work procedure creation unit for each variable. The request data output unit 52 to output to 53, the work procedure creation unit 53, the work selection data selected by the work selection key 40, the variable data corresponding to the variable from the request data output unit 52, the reference operation for each work An address number for calling the reference work program from the storage unit 51 is received as an input, and these pieces of information are sequentially stored in the storage unit of the work procedure storage unit 54.
When performing work, a work reference program is called from the work-specific reference operation storage unit 51 based on the information stored in the work procedure storage unit 54, and variable values are substituted as actual data for numerical control. The programs are sequentially output to the units in the order stored in the work procedure storage unit 54. When the fixed work procedure storage unit 55 uses a series of works fixedly and repeatedly so that the data created in the work procedure storage unit 54 can be used as one macro information, all can be selected by one key selection. It is a storage device that stores a series of work so that it can be called.

【0017】図3は、作業を選択する作業選択キーボー
ド40の詳細図である。ここでK1〜K4は、位置決め
作業から加工作業に至までに必要となる作業を正確に分
類し、夫々を独立して選択する選択キーである。K1は
機械部のX、Y、Z、C、Vの各軸を所望の移動量だけ
正確に軸移動する作業に使用する。K2は、電極と被加
工物間の位置関係を測定し、被加工物2の寸法基準とな
る基準面と電極1の相対位置を合わせる所謂位置決め作
業を選択するキーである。K3は、現在の電極1と被加
工物2の位置関係をX、Y、Z、C、Vの座標位置とし
て登録する所謂座標原点設定を行なうためのキーであ
る。
FIG. 3 is a detailed view of the work selection keyboard 40 for selecting a work. Here, K1 to K4 are selection keys for accurately classifying the work required from the positioning work to the machining work and independently selecting each work. K1 is used for the work of accurately moving the X, Y, Z, C, and V axes of the machine section by a desired amount of movement. K2 is a key for selecting a so-called positioning operation in which the positional relationship between the electrode and the workpiece is measured, and the relative position of the electrode 1 and the reference plane, which is the dimensional reference of the workpiece 2, is aligned. K3 is a key for performing so-called coordinate origin setting for registering the current positional relationship between the electrode 1 and the workpiece 2 as X, Y, Z, C, and V coordinate positions.

【0018】P1は、一連の作業手順を繰り返し使用す
る際などに作業者が同じ操作を繰り返し行なうことな
く、一回のキー選択で操作を呼び出す作業者用の作業機
能呼び出しキーである。図中P1のみ図示しているが、
複数個用意されている。また、ENTは、選択された作
業を諸要求データ入力後実行させるものである。
P1 is a work function call key for a worker who calls the operation with a single key selection without the operator repeatedly performing the same operation when repeatedly using a series of work procedures. Only P1 is shown in the figure,
There are several available. Further, ENT executes the selected work after inputting various request data.

【0019】データ入力キー30は、作業選択キーボー
ド40にて選択された作業に対しての作業種類メニュー
の選択および要求データ出力部52からの出力により表
示装置20に表示された要求データに基づいてデータ入
力するためのものである。
The data input key 30 is based on the request data displayed on the display device 20 by the selection of the work type menu for the work selected by the work selection keyboard 40 and the output from the request data output section 52. It is for inputting data.

【0020】次に、動作について説明する。Next, the operation will be described.

【0021】図4は、本発明の全体的な動作を示すメイ
ンフローチャートである。S1にて作業選択キーボード
40の一つの作業が選択されると、S2で作業別基準動
作記憶部51に記憶されている選択された作業に一致し
た作業メモリファイルが選択される。S3では、選択さ
れた作業にさらに複数種類ある場合に、作業種類メニュ
ーを表示装置20に表示する。S4では、データ入力キ
ー30からメニュー選択が行なわれる。S4で選択され
た作業種類メモリが作業別基準動作記憶部51から呼び
出され、作業実施に必要となる変数値を要求データ出力
部52の要求データとして表示装置20に表示する。表
示された要求データに対し入力が行なわれる(S6)。
入力データと変数値が作業手順作成部53に送られ、前
記作業選択、作業種類とともに作業手順記憶部54の第
1番目の記憶部に記憶される(S7、S8)。ここで、
作業選択キーボド40の作業選択キーが再び押されると
S2に戻り、S2からS8の操作が繰り返される。EN
Tが押されると、S10が入り、操作を固定するかどう
かが決められる。P1が押されるとS11に入り、固定
作業手順記憶部55に作業手順記憶部54の情報がコピ
ーされる。ENTが押されるとS12に入り、再びEN
Tが押されると、作業手順作成部53が順次作業手順記
憶部54の情報を読み取り、作業別基準動作記憶部51
から選択された基準プログラムを呼び出し変数に入力デ
ータを代入してプログラムを完成させ、数値制御装置4
にプログラムを転送する。数値制御装置4は転送された
プログラムをもとに作業が実行される。
FIG. 4 is a main flow chart showing the overall operation of the present invention. When one work of the work selection keyboard 40 is selected in S1, a work memory file that matches the selected work stored in the work-specific reference motion storage unit 51 is selected in S2. In S3, if there are more types of the selected work, a work type menu is displayed on the display device 20. In S4, a menu selection is made from the data input key 30. The work type memory selected in S4 is called from the work-specific reference motion storage unit 51, and the variable value necessary for performing the work is displayed on the display device 20 as the request data of the request data output unit 52. Input is made to the displayed request data (S6).
The input data and the variable value are sent to the work procedure creation unit 53 and stored in the first storage unit of the work procedure storage unit 54 together with the work selection and work type (S7, S8). here,
When the work selection key of the work selection keyboard 40 is pressed again, the process returns to S2, and the operations of S2 to S8 are repeated. EN
When T is pressed, S10 is entered and it is decided whether or not the operation is fixed. When P1 is pressed, the process proceeds to S11, and the information in the work procedure storage unit 54 is copied to the fixed work procedure storage unit 55. When ENT is pressed, S12 is entered, and EN is again
When T is pressed, the work procedure creation unit 53 sequentially reads the information in the work procedure storage unit 54, and the work-specific reference motion storage unit 51 is read.
The reference program selected from the above is called and the input data is substituted into the variables to complete the program, and the numerical controller 4
Transfer the program to. The numerical controller 4 executes the work based on the transferred program.

【0022】ここで、上述の作業、作業種類メニュー、
要求データ、変数および基準プログラムの関係を表わす
テーブルを図6に示す。図6のテーブルに示される通り
各作業は、それぞれグループとして独立している。作業
選択キーボード40でK1〜K4の選択キーは左端欄の
作業分類に対応している。例えば、K1が選ばれるとK
1移動のグループ情報が選ばれる。こで作業種類1の軸
が指定され軸移動に必要な基準プログラムが呼び出され
(X軸であれば09010)、要求されるデータはX軸
移動データであり、変数のH010はプログラム中の変
数番号である。要求データ出力部52はH010に対応
する要求データ表示を呼び出して、Xの移動量***を
表示する。K2の位置決め作業では作業種類が複数個あ
るもの(コーナー部での位置決めの場合)もあるので、
作業種類1が選択されたあと、作業種類2のサブメニュ
ーが表示され、選択の指令を受け取ると基準プログラム
が呼び出される。その後は同様に、要求表示が出力さ
れ、変数値のデータが入力される。これらのキー操作、
選択された作業種類、変数データ等は順次作業手順作成
部53に送られ、キー操作順序と変数値に対応した実デ
ータが作業手順記憶部54に記憶されていく。
Here, the above-mentioned work, work type menu,
FIG. 6 shows a table showing the relationship between the required data, variables and reference programs. As shown in the table of FIG. 6, each work is independent as a group. The selection keys K1 to K4 on the work selection keyboard 40 correspond to the work classification in the leftmost column. For example, if K1 is selected, then K
Group information for one move is selected. Here, the axis of work type 1 is specified and the reference program required for axis movement is called (09010 for X axis), the requested data is X axis movement data, and the variable H010 is the variable number in the program. Is. The request data output unit 52 calls the request data display corresponding to H010 and displays the X movement amount ***. Since there are some types of work for K2 positioning work (when positioning at corners),
After the work type 1 is selected, the submenu of the work type 2 is displayed, and when the selection command is received, the reference program is called. After that, similarly, the request display is output and the variable value data is input. These key operations,
The selected work type, variable data, and the like are sequentially sent to the work procedure creation unit 53, and actual data corresponding to the key operation sequence and the variable value are stored in the work procedure storage unit 54.

【0023】図7は、加工に関する基準プログラムの一
例であり、08111はプログラムを呼び出すアドレス
番号でプログラム中に表わされているH040、H04
2、H045が変数にあたる。この例では、制御装置4
のC100、C101、C102番に記憶されている条
件を使用して深さ20mmの加工を行なうもので、各加
工条件ごとに電極1とに被加工物2間に相対運動を行な
い一本の電極で荒加工、中仕上げ加工および仕上げ加工
を行なうものである。ここでの要求データは、加工深さ
電極1の所望加工寸法に対する減寸量である
FIG. 7 shows an example of a standard program relating to machining. 08111 is an address number for calling the program, and H040 and H04 are shown in the program.
2, H045 is a variable. In this example, the controller 4
No. C100, C101, and C102 are used to perform machining at a depth of 20 mm. One electrode that performs relative movement between the electrode 1 and the workpiece 2 under each machining condition. For roughing, semi-finishing and finishing. The required data here is the reduction amount of the processing depth electrode 1 with respect to the desired processing size.

【0024】図5は、作業選択キーボード40、データ
入力キー30、表示装置20、作業別基準動作記憶部5
1および要求データ出力部52に関する上述の動作を示
す動作フローチャートである。
FIG. 5 shows a work selection keyboard 40, a data input key 30, a display device 20, and a work-specific reference action storage section 5.
3 is an operation flowchart showing the above-mentioned operations regarding the No. 1 and the request data output unit 52.

【0025】作業選択キーボード40にて作業の一つが
選択されると(S20)その作業に対応するプログラ
ム、変数値、作業メニュー等を記憶している作業別基準
動作記憶部51の一つが選択され呼び出される(S2
1)。作業別基準動作記憶部51には図6に示した情報
が記憶されている。呼び出された作業に複数の種類があ
れば作業種類メニューを表示する(S22、S23)。
データ入力キー30で作業を選択する(S24)。選択
されたデータを作業手順作成部53に転送する(S2
5)。ここで、更にサブメニューがあればS27入りS
27〜S29の表示、データ入力およびデータの転送が
サブメニューがなくなるまで繰り返される(S26)。
上記動作にて最終基準プログラムが選択され、実行に必
要となる変数値が要求データ出力部52に出力される
(S31〕。この際、最終的に選択された基準プログラ
ムのアドレス番号も作業手順作成部53を介して作業手
順記憶部54に記憶される。要求データ出力部52は受
け取った変数番号に一致する要求データ表示を出力し表
示装置20に表示される(S32)。データ入力キー3
0によりデータが入力されると、そのデータと変数**
*が作業手順作成部53に送られ、前記同様作業手順記
憶部54の記憶部に記憶される。なお、S22で複数の
作業が無い場合、選択された作業番号を作業手順作成部
53に送り(S30)、S31以下の動作が行なわれ
る。
When one of the tasks is selected by the task selection keyboard 40 (S20), one of the task-specific reference motion storage sections 51 storing the program, variable value, task menu, etc. corresponding to the task is selected. Is called (S2
1). The work-based reference motion storage unit 51 stores the information shown in FIG. If the called work has a plurality of types, the work type menu is displayed (S22, S23).
A work is selected with the data input key 30 (S24). The selected data is transferred to the work procedure creation unit 53 (S2
5). If there is a sub menu here, enter S27 S
The display of 27 to S29, the data input and the data transfer are repeated until the sub menu disappears (S26).
In the above operation, the final reference program is selected, and the variable values required for execution are output to the request data output unit 52 (S31), where the address number of the finally selected reference program is also created as a work procedure. It is stored in the work procedure storage unit 54 via the unit 53. The request data output unit 52 outputs the request data display that matches the received variable number and is displayed on the display device 20 (S32).
When data is input by 0, the data and variable **
The * is sent to the work procedure creation unit 53, and is stored in the storage unit of the work procedure storage unit 54 as described above. If there is no plural work in S22, the selected work number is sent to the work procedure creating section 53 (S30), and the operations from S31 onward are performed.

【0026】次に、作業手順作成部53では、作業選択
キーボード40およびデータ入力キー30から一つのメ
ニューが選択されると、その都度作業手順記憶部54に
情報を送っていく。また、最終的に選択されたメニュー
に対応する基準プログラムの呼び出しアドレス番号も、
作業手順作成部53に送られる。作業手順作成部53
は、前述の選択された作業キー情報と基準プログラムア
ドレス番号を、作業手順記憶部54の第一番目の記憶部
に転送する。なお、変数(H999−H000)は共通
に使用されるものを除いて、すべて各基準プログラムに
重複しないようにアドレス番号が異なったものとなって
いる。ここで、作業者は表示装置20に表示された要求
情報を見ながらデータ入力キー30から数値データを入
力しENTERキーが押されると、次の要求データ部へ
カーソルが移動し、次のデータ待ちとなる。このよう
に、データが入力されENTERキーが押される毎に、
データは同時に作業手順作成部53に送られ、前述の作
業手順記憶部54の第一記憶部に変数H***に対応し
てストアされていく。
Next, in the work procedure creating section 53, when one menu is selected from the work selecting keyboard 40 and the data input key 30, information is sent to the work procedure storing section 54 each time. Also, the calling address number of the reference program corresponding to the menu finally selected,
It is sent to the work procedure creation unit 53. Work procedure creation unit 53
Transfers the above-mentioned selected work key information and reference program address number to the first storage unit of the work procedure storage unit 54. Note that the variables (H999-H000) have different address numbers so as not to be duplicated in each reference program except those commonly used. Here, when the operator inputs numerical data from the data input key 30 while looking at the request information displayed on the display device 20 and presses the ENTER key, the cursor moves to the next request data section and waits for the next data. Becomes Thus, each time data is input and the ENTER key is pressed,
The data is sent to the work procedure creating unit 53 at the same time, and is stored in the first storage unit of the work procedure storing unit 54 corresponding to the variable H ***.

【0027】このようにして、一つの作業に必要な要求
データが入力されると作業手順記憶部54の第一の記憶
部に全てが保持される。ここで、一つの作業のみを実行
する場合には、作業選択キーボード40のENTキーが
押されると、作業手順作成部53は作業手順記憶部54
に記憶された情報を順次呼び出し作業を行なうプログラ
ムが作成される。この完成したプログラムが数値制御装
置4に送られ作業が実行される。
In this way, when the request data necessary for one work is input, all the data are held in the first storage section of the work procedure storage section 54. Here, when performing only one work, when the ENT key of the work selection keyboard 40 is pressed, the work procedure creation unit 53 causes the work procedure storage unit 54 to
A program is created which sequentially calls the information stored in. The completed program is sent to the numerical control device 4 and the work is executed.

【0028】また、一つの作業に関するデータが入力さ
れた後、再び作業選択キーボード40の別の作業キーが
選択されると前述と同様の動作にて作業手順記憶部54
の第2の記憶部に必要なデータが順次記憶されていく。
このようにして、従来行なわれていた位置決めから加工
に至までの一連の作業が、作業手順作成部53を介して
作業手順記憶部54に記憶される。さらに、記憶された
一連の作業を繰り返し行なう場合や、特に、使用頻度の
多い作業の場合には、作業選択キーボード40のP1キ
ーが押されることにより、作業情報が固定作業手順記憶
部55に送られ、図示しない記憶削除キーが押されるま
で固定されて記憶されている。P1は、複数個(P1か
らPn)用意さており、それぞれ固定化した一連の作業
を要求に応じて、簡単に呼び出し実行することができ
る。このP1〜Piキーにより、同種の作業ではあるが
要求データに入力するデータのみが異なる場合などに
は、要求データ入力前の状態までの一連のキー操作を固
定化しておき、メニュー選択操作などをジャンプさせ
て、最終の入力表示を一回の選択で呼び出すことができ
る。さらに、P1〜Piキーにて複数の作業を固定化さ
せた後、作業メニューキー操作に代えてP1〜Piのキ
ー操作にて作業が選択された場合も、P1〜Piのキー
操作順序も作業手順作成部53を介して作業手順記憶部
54に前述のように記憶されて行き、実行に際しては作
業手順記憶部54から記憶内容を順次呼び出し、作業実
行が行なわれる。
Further, when the data for one work is input and then another work key of the work selection keyboard 40 is selected again, the work procedure storage section 54 is operated in the same manner as described above.
Necessary data is sequentially stored in the second storage section of the.
In this way, a series of operations from the conventional positioning to machining are stored in the operation procedure storage unit 54 via the operation procedure creating unit 53. Further, when the stored series of work is repeatedly performed, or particularly when the work is frequently used, the P1 key of the work selection keyboard 40 is pressed to send work information to the fixed work procedure storage unit 55. It is fixed and stored until a memory delete key (not shown) is pressed. A plurality of P1s (P1 to Pn) are prepared, and a fixed series of operations can be easily called and executed in response to a request. With the P1 to Pi keys, when the same kind of work is performed but only the data to be input to the request data is different, a series of key operations up to the state before the input of the request data is fixed, and menu selection operation or the like is performed. You can jump and recall the final input display with a single selection. Further, even if a plurality of works are fixed by the P1 to Pi keys and then the work is selected by the P1 to Pi key operation instead of the work menu key operation, the P1 to Pi key operation sequence is also the work. It is stored in the work procedure storage unit 54 via the procedure creating unit 53 as described above, and when the work is executed, the stored contents are sequentially called from the work procedure storage unit 54 to execute the work.

【0029】図8は、作業実行装置50の構成を一つの
CPUを用いて本発明を実施する場合の一連の処理を示
す動作フローチャートである。この場合は、作業手順作
成部53にCPUを用い作業別基準動作記憶部51は、
ROMやフロッピイディスク等の記憶媒体を用い、情報
をアドレスしてすることにより呼び出し可能な状態でス
トアしておく。キー操作に伴って、作業手順作成部53
が順次作業別基準動作記憶部51および要求データ出力
部52から情報を呼び出して処理していくことにより達
成される。
FIG. 8 is an operation flow chart showing a series of processes when the present invention is carried out by using one CPU in the construction of the work execution apparatus 50. In this case, the work procedure creation unit 53 uses a CPU and the work-specific reference motion storage unit 51
A storage medium such as a ROM or a floppy disk is used, and information is addressed and stored in a callable state. Along with the key operation, the work procedure creation unit 53
Is achieved by sequentially calling and processing information from the work-specific reference operation storage unit 51 and the request data output unit 52.

【0030】なお、本発明では、数値制御装置と独立さ
せて構成したが、数値制御装置内にこの構成を付加して
一つの機能とすることも可能である。
Although the present invention is constructed independently of the numerical control device, it is also possible to add this configuration to the numerical control device to provide one function.

【0031】[0031]

【発明の効果】本発明は、以上のように構成されている
ので、プログラムコードを使用することなく、簡単に位
置決めから加工に至までの諸作業を連続的に行なうこと
ができ、また、作業別に分類され手順が順次記憶される
ので、自由度が高く、さらに複雑な作業が簡単に行なう
ことができる。さらに、操作終了後プログラム作成処理
が一度に行なわれるため、処理速度が早くなる等の効果
を奏する。
Since the present invention is configured as described above, various operations from positioning to machining can be continuously performed easily without using a program code, and the operations can be performed. Since the procedures are separately classified and stored in sequence, the degree of freedom is high, and more complicated work can be easily performed. Further, since the program creation process is performed at once after the operation is completed, the processing speed is increased.

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

【図1】本発明にかかる形彫り放電加工機の全体構成を
示す概略図。
FIG. 1 is a schematic diagram showing the overall configuration of a die-sinking electric discharge machine according to the present invention.

【図2】本発明の要部を示すブロックダイアグラム。FIG. 2 is a block diagram showing an essential part of the present invention.

【図3】本発明の作業を選択する作業選択キーボードの
詳細図。
FIG. 3 is a detailed view of a work selection keyboard for selecting a work according to the present invention.

【図4】本発明の全体的な動作を示すメインフローチャ
ート。
FIG. 4 is a main flowchart showing the overall operation of the present invention.

【図5】本発明の作業選択キーボード、データ入力キ
ー、表示装置、作業別基準動作記憶部および要求データ
出力部に関する動作フローチャート。
FIG. 5 is an operation flowchart relating to a work selection keyboard, a data input key, a display device, a work-specific reference motion storage unit and a request data output unit of the present invention.

【図6】本発明の作業種類メニュー、要求データ、変数
および基準プログラムの関係を示すテーブル。
FIG. 6 is a table showing the relationship among a work type menu, required data, variables and reference programs of the present invention.

【図7】本発明にかかる加工に関する基準プログラムの
一例。
FIG. 7 shows an example of a reference program for processing according to the present invention.

【図8】CPUを用いて本発明を実施した場合の動作フ
ローチャート。
FIG. 8 is an operation flowchart when the present invention is implemented using a CPU.

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

1 電極 2 被加工物 3 加工電源 4 数値制御装置 20 表示装置 30 データ入力キー 40 作業選択キーボード 51 作業選別基準動作記憶部 52 要求データ出力部 53 作業手順作成部 54 作業手順記憶部 55 固定作業手順記憶部 1 Electrode 2 Workpiece 3 Machining Power Supply 4 Numerical Control Device 20 Display Device 30 Data Input Key 40 Work Selection Keyboard 51 Work Selection Standard Operation Storage Unit 52 Request Data Output Unit 53 Work Procedure Creation Unit 54 Work Procedure Storage Unit 55 Fixed Work Procedure Memory

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 電極と被加工物の相対位置決めを行ない
所望の位置に放電加工を行なう放電加工機において、 電極と被加工物の位置決めから加工までに必要とされる
操作(a)軸移動、(b)座標セット、(c)電極と被
加工物の位置決めおよび(d)加工等の少なくとも3つ
以上の作業に分類して前記作業を選択する選択手段と、 前記作業を実行するための基準プログラムと変数を記憶
している第一記憶手段と、 選択された操作に応じて作業実行に必要とされる諸デー
タの要求を表示する表示装置と、 前記要求データを入力するデータ入力手段と、 前記選択手段により選択された作業と前記データ入力手
段により入力されたデータを順次収納する第二の記憶手
段と、 前記第二の記憶手段に収納された収納データを順次呼出
し作業を実行させる制御手段を有する、 放電加工機。
1. In an electric discharge machine for performing relative positioning of an electrode and a workpiece and performing electrical discharge machining at a desired position, an operation (a) axis movement required from positioning of the electrode and the workpiece to machining, (B) Coordinate set, (c) Positioning of the electrode and the work piece, and (d) Selection means for selecting the work by classifying it into at least three or more works such as machining, and a reference for performing the work. A first storage means for storing programs and variables, a display device for displaying a request for various data required for work execution according to a selected operation, and a data input means for inputting the request data, Second storage means for sequentially storing the work selected by the selection means and the data input by the data input means, and the storage data stored in the second storage means are sequentially called to perform the work. An electric discharge machine having control means for controlling the electric discharge machine.
【請求項2】 電極と被加工物の相対位置決めを行ない
所望の位置に放電加工を行なう放電加工方法において、 電極と被加工物の位置決めから加工までに必要とされる
作業を(a)軸移動、(b)座標セット、(c)電極と
被加工物の位置決めおよび(d)加工動作に分類し、 前記作業の中から作業選択するステップと、 選択された作業を実行する上で必要とされる情報を表示
するステップと、 前記表示に基づき選択された作業を実行するために必要
なデータを入力するステップと、 選択された操作の順序と入力データを一致させて記憶さ
せるステップと、 前記ステップにて記憶された順序でそれぞれの作業を実
行する標準プログラムを呼び出すステップと、 前記標準プログラム中の変数データに前記入力ステップ
にて入力された実際のデータに置き換え選択された作業
プログラムを作成するステップと、 前記作業プログラムを用いた作業を実行すること、を特
徴とする、 放電加工方法。
2. In an electric discharge machining method in which relative positioning of an electrode and a workpiece is performed and electric discharge machining is performed at a desired position, the work required from positioning the electrode and the workpiece to machining is (a) axis movement. , (B) coordinate set, (c) positioning of electrode and work piece, and (d) machining operation, and a step of selecting a task from the above tasks, and a step required to perform the selected task. Displaying the information to be displayed, inputting data necessary for performing the work selected based on the display, storing the order of the selected operation and the input data in a matched manner, and And a step of calling a standard program for executing each work in the order stored in, and the actual data input in the input step to the variable data in the standard program. Performing the step of creating a selected work program replaced over data, a work using the work program, and wherein the electrical discharge machining method.
JP9899593A 1993-03-17 1993-03-17 Electric discharge machine and electric discharging method Pending JPH06262439A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9899593A JPH06262439A (en) 1993-03-17 1993-03-17 Electric discharge machine and electric discharging method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9899593A JPH06262439A (en) 1993-03-17 1993-03-17 Electric discharge machine and electric discharging method

Publications (1)

Publication Number Publication Date
JPH06262439A true JPH06262439A (en) 1994-09-20

Family

ID=14234566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9899593A Pending JPH06262439A (en) 1993-03-17 1993-03-17 Electric discharge machine and electric discharging method

Country Status (1)

Country Link
JP (1) JPH06262439A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194374B2 (en) 2003-09-18 2007-03-20 Konica Minolta Sensing, Inc. Operation guide customizable measuring instrument
US10503135B2 (en) 2014-08-26 2019-12-10 Mitsubishi Electric Corporation Cam software and wire electrical discharge machine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7194374B2 (en) 2003-09-18 2007-03-20 Konica Minolta Sensing, Inc. Operation guide customizable measuring instrument
US10503135B2 (en) 2014-08-26 2019-12-10 Mitsubishi Electric Corporation Cam software and wire electrical discharge machine

Similar Documents

Publication Publication Date Title
US20070051701A1 (en) Machining condition setting method for electrical discharge machines
JPH0551419B2 (en)
JP6638979B2 (en) Numerical control device with machining process management function and machining process management program
US5479354A (en) Method for the computer-assisted control of a machine or process
JP2796297B2 (en) Data input / output device of interactive numerical controller
JPH06262439A (en) Electric discharge machine and electric discharging method
JP2000126937A (en) Setting device of programming device in electric discharge machining
JPH06202721A (en) Numerical control information generating device
JPS58155146A (en) Numerical control processing system
JP2836633B2 (en) Machining process decision device in numerical control information creation function
JP3854089B2 (en) Electric discharge machining program creation method and apparatus
JP3660038B2 (en) Numerical controller
JPH0857744A (en) Input data display method in interactive numerical control system
JP2614607B2 (en) Numerical control data creation method for machine tools
JP6935612B1 (en) Display control device
JPS58126039A (en) Degree of surface roughness setting system for numerical control working machine
JP2019028519A (en) Parameter setting support device
JP4501244B2 (en) NC device for electric discharge machining and electric discharge machining method
JP2603622B2 (en) Numerical control data creation method for machine tools
JPH0347980B2 (en)
JP2531147B2 (en) Numerical control data creation method
JPH04252307A (en) Interactive numerical controller
JPH05204431A (en) Automatic program preparing device provided with automatic changing function for cutting shaft
JPH03156506A (en) Nc program generating method for interactive numerical controller or automatic programming device
JPS6379110A (en) Numerically controlled working device