JPH0370242B2 - - Google Patents

Info

Publication number
JPH0370242B2
JPH0370242B2 JP56168196A JP16819681A JPH0370242B2 JP H0370242 B2 JPH0370242 B2 JP H0370242B2 JP 56168196 A JP56168196 A JP 56168196A JP 16819681 A JP16819681 A JP 16819681A JP H0370242 B2 JPH0370242 B2 JP H0370242B2
Authority
JP
Japan
Prior art keywords
point
machining
tool
interruption
state
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.)
Expired - Lifetime
Application number
JP56168196A
Other languages
Japanese (ja)
Other versions
JPS5870314A (en
Inventor
Hisahiro Kimura
Yoshimaro Hanaki
Tetsuya Iida
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.)
OOKUMA KK
Original Assignee
OOKUMA KK
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 OOKUMA KK filed Critical OOKUMA KK
Priority to JP16819681A priority Critical patent/JPS5870314A/en
Publication of JPS5870314A publication Critical patent/JPS5870314A/en
Publication of JPH0370242B2 publication Critical patent/JPH0370242B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/18Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form
    • G05B19/182Numerical control [NC], i.e. automatically operating machines, in particular machine tools, e.g. in a manufacturing environment, so as to execute positioning, movement or co-ordinated operations by means of programme data in numerical form characterised by the machine tool function, e.g. thread cutting, cam making, tool direction control
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/50Machine tool, machine tool null till machine tool work handling
    • G05B2219/50096After interrupt, use tool path display to bring tool back on path
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/50Machine tool, machine tool null till machine tool work handling
    • G05B2219/50103Restart, reverse, return along machined path, stop

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Manufacturing & Machinery (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Numerical Control (AREA)

Description

【発明の詳細な説明】 この発明は数値制御(以下、単にNCとする)
工作機械におけるシーケンス復帰方式に関し、特
にNC工作機械の連続加工中に工具破損、工具摩
耗、寸法測定等により加工中断が発生した場合
も、工具を中断点に正確に復帰させて加工を継続
させる方式に関する。
[Detailed description of the invention] This invention is based on numerical control (hereinafter simply referred to as NC).
Regarding the sequence return method in machine tools, in particular, a method that allows the tool to accurately return to the interrupted point and continue machining even if machining is interrupted due to tool breakage, tool wear, dimension measurement, etc. during continuous machining with NC machine tools. Regarding.

ところで、従来のシーケンス復帰は、加工が中
断したときの工具位置の含まれた加工シーケンス
番号を探し出し、シーケンス番号サーチ機能によ
つて上記加工シーケンス番号より1つ前のシーケ
ンス番号の位置まで、NCプログラムをNCメモ
リに読み込ませる。そして、再起動をかけること
により工具が退避位置からその読み込まれたシー
ケンス番号の指令値まで復帰し、続いて加工が中
断したときの加工シーケンスを実行するようにな
つている。すなわち、第1図の旋盤加工図及び第
2図の加工プログラムに示すように、工具1で被
工作物2を最終形状Pa−Pb−Pc−Pd…に切削す
る場合を考えると、シーケンス番号N001におい
て早送りG00で点P0へ、続いてシーケンス番号
N002において切削送りG01(送り速度F)で点P1
へ、続いてシーケンス番号N003において点P2
…のような加工シーケンスに従つてプログラムが
作成されている。しかして、かかる加工プログラ
ムに従つて切削加工が行なわれている場合に点PS
で不具合がが発生したとき、オペレータは切削を
中断すると共に、安全な退避位置PRへ工具1を
退避させ、工具交換や寸法計測等の必要な作業を
実行するが、再度加工を継続しようとする場合は
加工が中断した点PSが含まれているシーケンス番
号(この例ではN007)を探し出す。このような
シーケンス番号サーチ機能により、それより1つ
前のシーケンス番号(この例ではN006)のとこ
ろまで加工プログラムをNCに読込ませ、再起動
をかけることにより工具1は点PRから点P4まで
復帰させ、続いてシーケンス番号N007の切削作
業を継続するようになつている。
By the way, the conventional sequence return is to find the machining sequence number that includes the tool position when machining was interrupted, and use the sequence number search function to return the NC program to the position of the sequence number one sequence number before the above machining sequence number. Read into NC memory. Then, by restarting the tool, the tool returns from the retreated position to the command value of the read sequence number, and then the machining sequence executed when machining was interrupted is executed. In other words, as shown in the lathe machining diagram in Fig. 1 and the machining program in Fig. 2, if we consider the case where the workpiece 2 is cut into the final shape P a -P b -P c -P d ... with the tool 1. , fast forward G00 to point P 0 in sequence number N001, then sequence number
Point P 1 at cutting feed G01 (feed rate F) at N002
Then, at sequence number N003, go to point P2 ... A program is created according to the machining sequence. Therefore, when cutting is performed according to such a machining program, the point P S
When a problem occurs, the operator interrupts cutting, evacuates tool 1 to a safe evacuation position P R , and performs necessary operations such as tool replacement and dimension measurement, but the operator attempts to continue machining again. If so, find the sequence number (N007 in this example) that includes the point P S where machining was interrupted. Using this sequence number search function, the NC reads the machining program up to the previous sequence number (N006 in this example), and restarts the tool 1 from point P R to point P 4 . After that, the cutting operation with sequence number N007 is continued.

しかしながら、上述の如きシーケンス復帰方式
では、復帰した点P4と中断点PSとの間を空切削
するようにしているので工具の摩耗が発生すると
共に、既に切削してあるところを移動するように
しているので時間的損失が生じ、その距離(P4
−PS)が大きい場合には特に問題となる。また、
シーケンス番号のない指令プログラムの場合に
は、シーケンス復帰できない欠点がある。ここ
に、シーケンス番号のない場合とは、複合切削サ
イクル/自動プログラム切削機能等に代表される
ものであり、コンピユータ内蔵NCの機能を発揮
して加工プログラムを自動計算させる機能を有す
る場合である。第1図の加工切削の場合を例にと
れば、最終形状Pa−Pb−Pc…のみを第3図に示
す如くプログラムすれば、途中の切削経路は全て
自動計算されるものである。しかして、かかる加
工プログラムで切削がされている場合に、点PS
加工の中断が発生したとき、如何にしてその位置
に復帰させて加工を継続するかが問題となる。よ
つて、この発明の目的は上述の如き欠点のないシ
ーケンス復帰方式を提供することにある。
However, in the above-described sequence return method, idle cutting is performed between the returned point P4 and the interrupted point PS , which causes wear on the tool and also causes the tool to move through the area that has already been cut. , so there is a time loss, and the distance (P 4
−P S ) is particularly problematic. Also,
In the case of a command program without a sequence number, there is a drawback that it is not possible to return to the sequence. Here, the case where there is no sequence number is typified by a complex cutting cycle/automatic program cutting function, etc., and is a case where the machine has a function of automatically calculating a machining program by utilizing the function of the computer's built-in NC. Taking the machining process shown in Figure 1 as an example, if only the final shape P a -P b -P c ... is programmed as shown in Figure 3, all intermediate cutting paths will be automatically calculated. . Therefore, when cutting is being performed using such a machining program, when machining is interrupted at point PS , the problem is how to return to that position and continue machining. SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a sequence return method that does not have the drawbacks mentioned above.

以下にこの発明を説明する。 This invention will be explained below.

この発明は、NC加工プログラムに従つて加工
経路を計算し、刃物台を移動するNC関数発生器
を有し、NC連続加工中に寸法測定、工具交換等
により加工中断を行なつて前記刃物台の工具を退
避させた後、再起動により加工を継続させるシー
ケンス復帰方式において、前記加工経路を加工軌
跡として表示できるCRTグラフイツク表示装置
を設けると共に、中断点退避記憶手段及び状態退
避記憶手段を設け、前記加工中断を行なう際に加
工中断信号を入力し、前記加工中断信号によつて
前記加工経路の中断点を前記中断点退避記憶手段
に退避させると共に、前記工具を退避位置へ退避
させ、加工軌跡表示信号が入力されたときに前記
中断点退避記憶手段に退避された前記中断点を前
記NC関数発生器に戻すと共に、前記中断点まで
の加工軌跡を前記CRTグラフイツク表示装置に
表示し、中断近似点サーチ信号を入力することに
よつて前記刃物台をロツクすると共に、関数発生
を行なつた結果の加工点を前記CRTグラフイツ
ク表示装置の前記加工軌跡上に点として表示し、
前記表示点を前記中断点の近くの近似点まで来る
ように操作し、その後にシーケンス復帰信号を入
力し、前記近似点及びその時の前記NC関数発生
器の状態を前記状態退避記憶手段に入力すると共
に、前記工具を前記近似点まで移動し、起動信号
を入力したときに前記状態退避記憶手段に退避さ
れている前記状態を前記NC関数発生器に移し、
前記近似点から前記NC加工を継続するようにし
たものである。
This invention has an NC function generator that calculates a machining path according to an NC machining program and moves a tool post, and interrupts machining due to dimensional measurement, tool exchange, etc. during continuous NC machining, and controls the tool post. In a sequence return method in which machining is continued by restarting the tool after retracting the tool, a CRT graphic display device capable of displaying the machining path as a machining trajectory is provided, as well as an interruption point save memory means and a state save memory means, When interrupting the machining, a machining interrupt signal is input, and the interrupt point of the machining path is saved in the interrupt point save storage means, and the tool is evacuated to the save position, and the machining path is saved. When a display signal is input, the interruption point saved in the interruption point saving storage means is returned to the NC function generator, and the machining trajectory up to the interruption point is displayed on the CRT graphic display device to approximate the interruption. Locking the tool post by inputting a point search signal, and displaying the machining point resulting from the function generation as a point on the machining trajectory on the CRT graphic display device;
Operating the display point so that it comes to an approximate point near the interruption point, then inputting a sequence return signal, and inputting the approximate point and the state of the NC function generator at that time into the state saving storage means. At the same time, when the tool is moved to the approximate point and a start signal is input, the state saved in the state save storage means is transferred to the NC function generator;
The NC processing is continued from the approximate point.

次に、この発明方式を適用した装置例を第4図
に挙げて説明すると、NC関数発生器10には指
令レジスタ11からの加工プログラムWPが入力
され、ここで計算された加工経路(直線/円弧関
数)PTはゲートG1を経てサーボ駆動ユニツト
12に入力されると共に、CRTコントロールユ
ニツト13を経てCRTグラフイツク表示装置1
4で表示されるようになつている。また、NC関
数発生器10からはそれぞれゲートG2及びG3
を経て中断点退避レジスタ15及び状態退避レジ
スタ16にデータが伝送され、これら中断点退避
レジスタ15及び状態退避レジスタ16からはそ
れぞれゲートG4及びG5を経て記憶データが
NC関数発生器10に入力されるようになつてい
る。しかして、ゲートG1及びNC関数発生器1
0には中断近似点サーチ信号BSが入力され、ゲ
ートG2には加工中断信号WHが、ゲートG3に
はシーケンス復帰信号SRが、ゲートG4には加
工軌跡表示信号WTが、ゲートG5には起動信号
STがそれぞれ入力され、サーボ駆動ユニツト1
2は刃物台(工具刃先)を移動するようになつて
いる。
Next, an example of a device to which this invention method is applied will be described with reference to FIG. 4. The machining program WP from the command register 11 is input to the NC function generator 10, and the machining path (linear/ The circular arc function) PT is input to the servo drive unit 12 via the gate G1, and is also input to the CRT graphic display device 1 via the CRT control unit 13.
4 is now displayed. Further, from the NC function generator 10, gates G2 and G3 are respectively output.
The data is transmitted to the break point save register 15 and the state save register 16 through the gates G4 and G5, respectively.
It is designed to be input to the NC function generator 10. Therefore, gate G1 and NC function generator 1
The interruption approximate point search signal BS is input to gate 0, the machining interruption signal WH is input to gate G2, the sequence return signal SR is input to gate G3, the machining trajectory display signal WT is input to gate G4, and the start signal is input to gate G5.
ST is input respectively, and servo drive unit 1
2 is designed to move the tool rest (tool cutting edge).

このような構成において、NC関数発生器10
は指令レジスタ11からの加工プログラムWPに
従つて加工経路PTを計算し、ゲートG1及びサ
ーボ駆動ユニツト12を介して刃物台を移動させ
ると共に、その加工軌跡をCRTコントロールユ
ニツト13を介してCRTグラフイツク表示装置
14に表示する。したがつて、加工の中断が発生
した場合にも、その中断点までの加工軌跡は
CRTグラフイツク表示装置14に表示されてい
ることになり、中断点を正確に知ることができ
る。すなわち、刃物台の工具刃先が、たとえば第
1図の点PSにあるときにオペレータが加工中断を
行なうとすれば、加工中断信号WHによつて中断
点PSをゲートG2を経て中断点退避レジスタ15
へ退避させると共に、工具刃先をたとえば第1図
の点PRへ退避させる。そして、オペレータが加
工軌跡表示信号WTを入力することにより、中断
点退避レジスタ15に退避されていた中断点PS
ゲートG4を経てNC関数発生器10へ戻される
と共に、中断した点PSまでの加工軌跡がCRTコ
ントロールユニツト13を介してCRTグラフイ
ツク表示装置14に表示される。
In such a configuration, the NC function generator 10
calculates the machining path PT according to the machining program WP from the command register 11, moves the tool rest via the gate G1 and the servo drive unit 12, and displays the machining trajectory on a CRT graphic via the CRT control unit 13. Displayed on the device 14. Therefore, even if machining is interrupted, the machining trajectory up to the interruption point will be
This will be displayed on the CRT graphic display device 14, so that the interruption point can be accurately known. In other words, if the operator interrupts machining when the tool tip of the tool rest is at point P S in Figure 1, for example, the machining interrupt signal WH causes the interrupt point P S to be retracted from the interrupt point via gate G2. register 15
At the same time, the cutting edge of the tool is retracted to, for example, point P R in FIG. Then, when the operator inputs the machining trajectory display signal WT, the interruption point P S saved in the interruption point saving register 15 is returned to the NC function generator 10 via the gate G4, and the interruption point P S is The machining trajectory is displayed on the CRT graphic display device 14 via the CRT control unit 13.

次に、オペレータが中断近似点サーチ信号BS
を入力すると、ゲートG1が閉じて刃物台の移動
がロツクされると共に、前記CRTグラフイツク
表示装置14に表示されている中断点Psまでの
直線・円弧からなる加工軌跡PTの上に重ねて、
中断近似点サーチ信号BSの入力に基づいてNC関
数発生器10が関数発生した軌跡を加工点として
点で表示して行く。しかして、オペレータはその
表示点を中断点PSの近辺(たとえば、第1図の同
一軌跡上の点PSA)まで来るよう操作する。かか
る近似操作の完了後にオペレータがシーケンス復
帰信号SRを入力すると、上記近似操作によつて
得られた近似点及びその時のNC関数発生器10
の準備された状態がゲートG3を経て状態退避レ
ジスタ16に入力されると共に、刃物台の工具刃
先は表示されている近似点(PSA)まで早送りで
移動される。すなわち、近似点は状態退避レジス
タ16から指令レジスタ11に移され、NC関数
発生器10は点PR→近似点までの加工軌跡を出
力する。なお、シーケンス復帰信号SRにより退
避させるNC関数発生器10の準備された状態と
は、一般的なNCの手動割込機能において用いら
れるものであり、第1図のP4→P5へ制御されて
いる途中のNC関数発生器10の状態を示すもの
で、この状態を記憶していることによりP4→PS
→P5の如く切削加工を継続することができるの
である。
Next, the operator interrupts the approximate point search signal BS
When inputting , the gate G1 closes and the movement of the tool post is locked, and the machining path PT consisting of straight lines and circular arcs up to the interruption point Ps displayed on the CRT graphic display device 14 is superimposed on the machining path PT.
Based on the input of the interrupted approximate point search signal BS, the NC function generator 10 displays the trajectory of the function generated as a machining point. The operator then operates the display point so that it comes close to the interruption point PS (for example, point P SA on the same trajectory in FIG. 1). When the operator inputs the sequence return signal SR after completing the approximation operation, the approximation point obtained by the approximation operation and the NC function generator 10 at that time are
The prepared state is input to the state save register 16 via gate G3, and the tool cutting edge of the tool rest is moved in rapid traverse to the displayed approximate point (P SA ). That is, the approximate point is transferred from the state save register 16 to the command register 11, and the NC function generator 10 outputs a machining trajectory from point PR to the approximate point. The prepared state of the NC function generator 10, which is evacuated by the sequence return signal SR, is the state used in a general NC manual interrupt function, and is controlled from P 4 to P 5 in Fig. 1. This shows the state of the NC function generator 10 during the process of P 4 →P S
→The cutting process can be continued as shown on page 5 .

しかして、オペレータが起動信号STを入力す
ると、状態退避レジスタ16に退避されている
NC関数発生器10の状態が、ゲートG5を経て
NC関数発生器10に移され、これにより上記近
似点(PSA)から切削加工を継続することができ
る。
Therefore, when the operator inputs the start signal ST, the status is saved in the status save register 16.
The state of the NC function generator 10 passes through the gate G5.
It is transferred to the NC function generator 10, which allows the cutting process to continue from the approximate point (P SA ).

以上のようにこの発明によれば、中断点を表示
確認できると共に、時間的損失がなく、工具の摩
耗も生じないといつた利点がある。
As described above, according to the present invention, there are advantages in that the interruption point can be displayed and confirmed, there is no time loss, and there is no wear on the tool.

特に加工中断点を表示させる点では以下に述べ
る効果がある。加工の際、工具は同一指令位置を
繰返し通ることが度々ある。例えば第1図及び第
2図によれば工具1は点P1や点P2を2度通る
ことになる。そして、例えば点P1で加工中断が
発生した場合、単に点P1の位置情報のみを記憶
していたのではシーケンス復帰時に何れの指令シ
ーケンスであるか、また複合加工サイクル機能の
中では何れの指令ブロツク(自動的に生成される
ブロツク)であるかを判別することができない
が、本発明による加工履歴のグラフイツク描画に
より加工再開点を特定することができるので上述
した指令シーケンスや指令ブロツクを容易に判別
することができる。また、シーケンス復帰に際し
てはモーダルな指令コードはすべて加工中断直前
の状態に再設定し、かつ工具を加工再開に適する
位置にセツトする必要がある。本発明によれば、
シーケンス復帰時にサーボをロツクした状態にし
て、加工プログラムの先頭から高速で指令を解
釈、実行させて必要な指令コードをすべて記憶す
るので、モーダルな指令コードすべてを加工中断
直前の状態に確実に再設定することができると共
に、第5図に示すように実加工指令速度より高速
で工具軌跡をCRTグラフイツク表示装置14に
グラフイツク表示させて加工中断点以前の加工履
歴(N4→N5→N6→N7→中継点)をオペレータ
に知らしめるので、オペレータは手動操作等によ
り工具1を加工再開に適した位置に容易にセツト
することができる。さらに、加工中断したときに
は安全上電源を遮断することがあり、このような
場合に加工中断前のシーケンスを数千〜数万シー
ケンスでなる加工プログラムの中から判別するこ
とは困難であつたが、上述したグラフイツク表示
により加工中断前のシーケンスを容易に判別する
ことができる。
Particularly, the display of the processing interruption point has the following effects. During machining, the tool often passes through the same commanded position repeatedly. For example, according to FIGS. 1 and 2, the tool 1 passes through the points P1 and P2 twice. For example, if a machining interruption occurs at point P1, if only the position information of point P1 was stored, it would be difficult to know which command sequence to use when returning to the sequence, or which command block in the compound machining cycle function. (blocks that are automatically generated), but the restart point of machining can be specified by the graphic drawing of the machining history according to the present invention, so the command sequence and command block described above can be easily determined. can do. Furthermore, when returning to the sequence, it is necessary to reset all modal command codes to the state immediately before machining was interrupted, and to set the tool in a position suitable for restarting machining. According to the invention,
When the sequence returns, the servo is locked, commands are interpreted and executed at high speed from the beginning of the machining program, and all necessary command codes are memorized, so all modal command codes can be reliably restored to the state immediately before machining was interrupted. In addition, as shown in Fig. 5, the tool trajectory is graphically displayed on the CRT graphic display device 14 at a higher speed than the actual machining command speed, and the machining history before the machining interruption point (N4→N5→N6→N7→ Since the operator is informed of the relay point), the operator can easily set the tool 1 at a position suitable for restarting machining by manual operation or the like. Furthermore, when machining is interrupted, the power may be shut off for safety reasons, and in such cases, it is difficult to distinguish the sequence before machining is interrupted from a machining program consisting of thousands to tens of thousands of sequences. The above-mentioned graphical display makes it possible to easily determine the sequence before processing is interrupted.

なお、上述の実施例では旋盤加工を例に挙げて
説明したが、複雑形状の3次金型加工の場合にも
適用することが可能である。
Note that although the above-described embodiments have been explained using lathe processing as an example, the present invention can also be applied to the case of processing a tertiary mold having a complex shape.

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

第1図は従来及びこの発明のシーケンス制御を
説明するための加工図、第2図はその加工プログ
ラムの例を示す図、第3図は自動プログラム機能
による加工プログラムの例を示す図、第4図はこ
の発明方式を適用した装置の一例を示すブロツク
構成図、第5図はこの発明方式を適用した場合の
効果を説明する図である。 1…工具、2…被加工物、10…NC関数発生
器、11…指令レジスタ、12…サーボ駆動ユニ
ツト、13…CRTコントロールユニツト、14
…CRTグラフイツク表示装置、15…中断点退
避レジスタ、16…状態退避レジスタ、G1〜G
5…ゲート、BS…中断近似点サーチ信号、WH
…加工中断信号、SR…シーケンス復帰信号、
WT…加工軌跡表示信号、ST…起動信号。
FIG. 1 is a machining diagram for explaining conventional and present sequence control, FIG. 2 is a diagram showing an example of a machining program, FIG. 3 is a diagram showing an example of a machining program using the automatic program function, and FIG. FIG. 5 is a block diagram showing an example of a device to which this invention method is applied, and FIG. 5 is a diagram illustrating the effect when this invention method is applied. DESCRIPTION OF SYMBOLS 1...Tool, 2...Workpiece, 10...NC function generator, 11...Command register, 12...Servo drive unit, 13...CRT control unit, 14
...CRT graphic display device, 15...Break point save register, 16...Status save register, G1 to G
5... Gate, BS... Interruption approximate point search signal, WH
...Machining interruption signal, SR...Sequence return signal,
WT...machining trajectory display signal, ST...start signal.

Claims (1)

【特許請求の範囲】[Claims] 1 NC加工プログラムに従つて加工経路を計算
し、刃物台を移動するNC関数発生器を有し、
NC連続加工中に寸法測定、工具交換等により加
工中断を行なつて前記刃物台の工具を退避させた
後、再起動によりNC加工を継続させるシーケン
ス復帰方式において、前記加工経路を加工軌跡と
して表示できるCRTグラフイツク表示装置を設
けると共に、中断点退避記憶手段及び状態退避記
憶手段を設け、前記加工中断を行なう際に加工中
断信号を入力し、前記加工中断信号によつて前記
加工経路の中断点を前記中断点退避記憶手段に退
避させると共に、前記工具を退避位置へ退避さ
せ、加工軌跡表示信号が入力されたときに前記中
断点退避記憶手段に退避された前記中断点を前記
NC関数発生器に戻すと共に、前記中断点までの
加工軌跡を前記CRTグラフイツク表示装置に表
示し、中断近似点サーチ信号を入力することによ
つて前記刃物台をロツクすると共に、関数発生を
行なつた結果の加工点を前記CRTグラフイツク
表示装置の前記加工軌跡上に点として表示し、前
記表示点を前記中断点の近くの近似点まで来るよ
うに操作し、その後にシーケンス復帰信号を入力
し、前記近似点及びその時の前記NC関数発生器
の状態を前記状態退避記憶手段に入力すると共
に、前記工具を前記近似点まで移動し、起動信号
を入力したときに前記状態退避記憶手段に退避さ
れている前記状態を前記NC関数発生器に移し、
前記近似点から前記NC加工を継続するようにし
たことを特徴とするシーケンス復帰方式。
1 It has an NC function generator that calculates the machining path according to the NC machining program and moves the turret.
In a sequence return method that continues NC machining by restarting after interrupting machining due to dimension measurement, tool exchange, etc. during continuous NC machining and retracting the tool from the tool post, the machining path is displayed as a machining trajectory. In addition to providing a CRT graphic display device that can perform the processing, an interrupt point save memory means and a state save memory means are provided, and a process interrupt signal is inputted when the process is interrupted, and the interrupt point of the process path is determined by the process interrupt signal. The interruption point is saved in the interruption point saving storage means, the tool is saved to the saving position, and the interruption point saved in the interruption point saving storage means is saved in the interruption point saving storage means when the machining trajectory display signal is input.
The process is returned to the NC function generator, the machining trajectory up to the interruption point is displayed on the CRT graphic display device, the interruption approximate point search signal is inputted to lock the tool post, and a function is generated. displaying the resulting machining point as a point on the machining trajectory on the CRT graphic display device, operating the display point so that it comes to an approximate point near the interruption point, and then inputting a sequence return signal; The approximate point and the state of the NC function generator at that time are input into the state saving storage means, and when the tool is moved to the approximate point and a start signal is input, the state is saved in the state saving storage means. transfer the state to the NC function generator;
A sequence return method characterized in that the NC machining is continued from the approximate point.
JP16819681A 1981-10-21 1981-10-21 Sequence resetting system Granted JPS5870314A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16819681A JPS5870314A (en) 1981-10-21 1981-10-21 Sequence resetting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16819681A JPS5870314A (en) 1981-10-21 1981-10-21 Sequence resetting system

Publications (2)

Publication Number Publication Date
JPS5870314A JPS5870314A (en) 1983-04-26
JPH0370242B2 true JPH0370242B2 (en) 1991-11-07

Family

ID=15863562

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16819681A Granted JPS5870314A (en) 1981-10-21 1981-10-21 Sequence resetting system

Country Status (1)

Country Link
JP (1) JPS5870314A (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60263209A (en) * 1984-06-11 1985-12-26 Yamazaki Mazak Corp Working restart controlling method of numerically controlled machine tool
JPS619705A (en) * 1984-06-25 1986-01-17 Toyoda Mach Works Ltd Numerically controlled machine tool
JPS6191703A (en) * 1984-10-12 1986-05-09 Matsushita Electric Ind Co Ltd Numerical controller incorporating automatic programming function
JPS61118807A (en) * 1984-11-15 1986-06-06 Okuma Mach Works Ltd Method and device for reset to working position of nc program
JPS61243506A (en) * 1985-04-19 1986-10-29 Hitachi Seiki Co Ltd Nc controller with operation preparing function
JPH03192404A (en) * 1989-12-22 1991-08-22 Kobe Steel Ltd Work restart control method for industrial robot
JP2628551B2 (en) * 1991-01-31 1997-07-09 信夫 高橋 Cooling water injection device for automobiles
JP2817749B2 (en) * 1991-10-07 1998-10-30 三菱電機株式会社 Laser processing equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5376484A (en) * 1976-12-20 1978-07-06 Komatsu Ltd Numerical controlled machine tool
JPS5532114A (en) * 1978-08-28 1980-03-06 Fanuc Ltd Numerical control device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5376484A (en) * 1976-12-20 1978-07-06 Komatsu Ltd Numerical controlled machine tool
JPS5532114A (en) * 1978-08-28 1980-03-06 Fanuc Ltd Numerical control device

Also Published As

Publication number Publication date
JPS5870314A (en) 1983-04-26

Similar Documents

Publication Publication Date Title
EP0782056B1 (en) Numerically controlled machine tool and method
US5465215A (en) Numerical control method and apparatus
JP3827951B2 (en) NC program optimization method and apparatus in NC machining
US8200362B2 (en) Numerically controlling apparatus with stop point setting and removing means
WO1985002571A1 (en) Area machining method
KR930010589B1 (en) Cutting tool stop control apparatus
JPH0370242B2 (en)
JPS6365469B2 (en)
JP6408040B2 (en) Numerical controller
US4839817A (en) Numerically controlled apparatus including shunting controller
KR910007274B1 (en) Surface cutting method
JP6836552B2 (en) Numerical control device
JP6457588B2 (en) Numerical controller
CN102955448B (en) Numeric control device with hand-operated processing function for automatically switching processing direction
JP2000035815A (en) Numerically controlled machine tool
JP7092842B2 (en) Numerical control device
JPS6240722B2 (en)
JPH0895623A (en) Tool shift control system in cnc
JPS6230082Y2 (en)
JPS60228056A (en) Method of control for determining tool approach position in milling work
JPS6249514A (en) Numerical controller
JPS61118807A (en) Method and device for reset to working position of nc program
JPH03167606A (en) Numerical controller
JPH09244719A (en) Method and device for controlling fast-forward moving speed
JPH05265532A (en) Method for setting limit data in numerical controller