JP7173928B2 - Numerical controller - Google Patents

Numerical controller Download PDF

Info

Publication number
JP7173928B2
JP7173928B2 JP2019105398A JP2019105398A JP7173928B2 JP 7173928 B2 JP7173928 B2 JP 7173928B2 JP 2019105398 A JP2019105398 A JP 2019105398A JP 2019105398 A JP2019105398 A JP 2019105398A JP 7173928 B2 JP7173928 B2 JP 7173928B2
Authority
JP
Japan
Prior art keywords
program
machining
stop
stop condition
block
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.)
Active
Application number
JP2019105398A
Other languages
Japanese (ja)
Other versions
JP2020198040A (en
Inventor
健一郎 白井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fanuc Corp
Original Assignee
Fanuc Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fanuc Corp filed Critical Fanuc Corp
Priority to JP2019105398A priority Critical patent/JP7173928B2/en
Priority to EP20177550.9A priority patent/EP3748442B1/en
Priority to CN202010493957.XA priority patent/CN112051804B/en
Priority to US16/891,247 priority patent/US11194314B2/en
Publication of JP2020198040A publication Critical patent/JP2020198040A/en
Application granted granted Critical
Publication of JP7173928B2 publication Critical patent/JP7173928B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • 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/4155Numerical 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 programme execution, i.e. part programme or machine function execution, e.g. selection of a programme
    • 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/406Numerical 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 monitoring or safety
    • G05B19/4068Verifying part programme on screen, by drawing or other means
    • 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/34Director, elements to supervisory
    • G05B2219/34393Stop program if needed workpiece, tool or data lacks, misses
    • 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/34Director, elements to supervisory
    • G05B2219/34394Execute a certain number of program blocks and stop
    • 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]

Description

本発明は、数値制御装置に関する。 The present invention relates to numerical controllers.

工作機械を制御する数値制御装置は、プログラムの動作確認を行うために、プログラムの途中でプログラムの実行を停止する機能も備えている。 Numerical controllers that control machine tools also have a function to stop the execution of the program in the middle of the program in order to check the operation of the program.

例えば、特許文献1は、サブプログラム呼出し又はマクロ呼出しの直後にプログラムの実行を一時停止することにより、動作確認を円滑に行う機能を開示している。 For example, Patent Literature 1 discloses a function for smooth operation confirmation by suspending program execution immediately after a subprogram call or macro call.

ここで、サブプログラムとは、ある固定した動作や繰返し行われる動作を登録したプログラムである。メインのプログラムにおいて、サブプログラム呼出しを使用することにより、プログラムを簡単に記述することが可能となる。また、サブプログラムに対し引数指定を可能として、より汎用性の高い呼出しを実現する機能がマクロ呼出しである。 Here, a subprogram is a program in which certain fixed actions or repeated actions are registered. The use of subprogram calls in the main program makes it possible to write programs easily. Also, macro call is a function that enables the specification of arguments for subprograms and realizes calls with higher versatility.

図5に、サブプログラム呼出し機能の例を示す。メインプログラムの“O0001(MAIN)”内において、“G65P100L2A_B_”ブロックにより、サブプログラムの“O100(SUB)”が呼び出される。 FIG. 5 shows an example of the subprogram calling function. In the main program "O0001 (MAIN)", the subprogram "O100 (SUB)" is called by the "G65P100L2A_B_" block.

図6に、マクロ呼出し機能の例を示す。図6においてG65ブロックのA1.0やB2.0が引数としてO9010に渡され、マクロ変数#1やマクロ変数#2の変数となっている。G65によるマクロ呼出しを単純呼出しと言い、図示していないが予め登録してあるGコードによってG65と同様のマクロ呼出しを行なうことをGコードによるマクロ呼出しと言う。 FIG. 6 shows an example of the macro call function. In FIG. 6, A1.0 and B2.0 of the G65 block are passed as arguments to O9010 and become variables of macro variable #1 and macro variable #2. A macro call by G65 is called a simple call, and a macro call similar to G65 by a pre-registered G code (not shown) is called a macro call by G code.

また、他のプログラム停止機能として、シーケンス番号照合機能がある。シーケンス番号照合機能とは、予め設定されたプログラム番号、シーケンス番号と一致するブロックを実行すると、自動運転を停止する機能である。 Another program stop function is a sequence number collation function. The sequence number matching function is a function that stops automatic operation when a block that matches a preset program number and sequence number is executed.

図7に、シーケンス番号照合停止機能の例を示す。図7において、加工前又は加工中に、加工プログラムの未加工部の中から停止したいプログラム番号として“1”を指定、停止したいシーケンス番号として、“11”を指定すると、“N11G00X40.Y40.”のブロックまで実行した時点で、自動運転を停止し、シーケンス番号の設定は-1(機能無効)となる。 FIG. 7 shows an example of the sequence number collation stop function. In FIG. 7, if "1" is designated as the program number to be stopped from the unprocessed part of the machining program and "11" is designated as the sequence number to be stopped, "N11G00X40.Y40." When the block is executed, the automatic operation is stopped and the sequence number is set to -1 (function disabled).

特開2015-79344号公報JP 2015-79344 A

しかし、特許文献1で開示されるプログラム停止機能は、サブプログラムの呼び出し1回目にしか対応できない。このため、部品加工形状をサブプログラムで指定し、複数個の部品を連続加工するため、メインプログラムから当該サブプログラムを複数回呼び出す加工プログラムの場合、部品X個目(Xは2以上の自然数)の加工後の指定したN番号のブロックで停止するためには、部品(X-1)個目の指定したN番号のブロック実行後に、上記のシーケンス番号照合停止機能を設定するか、自前でサブプログラム呼出し回数をカウントする必要があり、手動で複雑な処理を設定しなければならなかった。 However, the program stop function disclosed in Patent Document 1 can only handle the first subprogram call. For this reason, in the case of a machining program that calls the subprogram multiple times from the main program to specify the part machining shape in a subprogram and continuously machine a plurality of parts, the Xth part (X is a natural number of 2 or more) In order to stop at the specified N-numbered block after machining, set the above-mentioned sequence number comparison stop function after executing the specified N-numbered block of the (X-1)th part, or use your own sub It was necessary to count the number of program calls and manually set up complicated processing.

そこで本発明は、手動で加工プログラムを修正したり、マクロ計算をする必要なく、特定の部品の加工後に自動運転を停止することが可能な数値制御装置を提供することを目的とする。 SUMMARY OF THE INVENTION Accordingly, it is an object of the present invention to provide a numerical controller capable of stopping automatic operation after machining a specific component without the need to manually modify the machining program or perform macro calculations.

本開示の一態様は、指令プログラムにしたがって動作する数値制御装置であって、複数個の部品を連続加工するための指令プログラムの実行時に、前記指令プログラムを解析するプログラム解析部と、前記プログラム解析部により解析された前記指令プログラムを実行する解析済プログラム実行部と、ユーザにより指定される前記連続加工を停止するための加工停止条件に基づいて前記指令プログラムにおけるプログラム停止条件を設定するプログラム停止条件設定部と、前記プログラム解析部による前記指令プログラムの解析結果に基づいて、前記指令プログラムの実行ブロックが前記プログラム停止条件を満たすか否かを判定するプログラム停止判定部と、前記プログラム停止判定部により、前記指令プログラムの実行ブロックが前記プログラム停止条件を満たすと判定されると、前記解析済プログラム実行部に前記指令プログラムの当該実行ブロック停止依頼を出力するプログラム停止依頼部と、を備える数値制御装置である。 One aspect of the present disclosure is a numerical controller that operates according to a command program, comprising: a program analysis unit that analyzes the command program during execution of the command program for continuously machining a plurality of parts; and a program stop condition for setting a program stop condition in the command program based on a machining stop condition for stopping the continuous machining specified by the user. A setting unit, a program stop determination unit that determines whether an execution block of the command program satisfies the program stop condition based on the analysis result of the command program by the program analysis unit, and the program stop determination unit and a program stop requesting section for outputting a request to stop the execution block of the command program to the analyzed program execution section when it is determined that the execution block of the command program satisfies the program stop condition. is.

一態様によれば、手動で加工プログラムを修正したり、マクロ計算をする必要なく、特定の部品の加工後に自動運転を停止することが可能となる。 According to one aspect, it is possible to stop the automatic operation after machining a specific part without having to manually modify the machining program or perform macro calculations.

一実施形態の数値制御装置の構成を示す図である。It is a figure which shows the structure of the numerical controller of one Embodiment. 一実施形態の数値制御装置の動作を示すフローチャートである。It is a flow chart which shows the operation of the numerical control device of one embodiment. 一実施形態の数値制御装置における多数個取り部品加工時の表示画面の例を示す図である。It is a figure which shows the example of the display screen at the time of multi-cavity component processing in the numerical control apparatus of one Embodiment. 一実施形態の数値制御装置における多数個取り部品加工時の表示画面と加工プログラムの例を示す図である。FIG. 4 is a diagram showing an example of a display screen and a machining program during machining of a multi-cavity component in the numerical control device of one embodiment; サブプログラム呼出し機能の例を示す図である。FIG. 10 is a diagram showing an example of a subprogram calling function; FIG. マクロ呼出し機能の例を示す図である。FIG. 4 is a diagram showing an example of a macro call function; FIG. シーケンス番号照合機能の例を示す図である。FIG. 10 is a diagram showing an example of a sequence number collation function;

〔1.第1実施形態〕
以下、本発明の第1実施形態を図1及び図2に基づいて説明する。図1は、第1実施形態に係る数値制御装置の全体構成を示す。図2は、数値制御装置1の動作を示すフローチャートである。
第1実施形態に係る数値制御装置1は、ワイヤ等の消耗品の残量がなくなる直前の部品まで加工し終わった位置で加工終了する加工停止条件に相当するプログラム停止条件を設定する装置である。
[1. First Embodiment]
A first embodiment of the present invention will be described below with reference to FIGS. 1 and 2. FIG. FIG. 1 shows the overall configuration of a numerical control device according to the first embodiment. FIG. 2 is a flow chart showing the operation of the numerical controller 1. As shown in FIG.
The numerical control device 1 according to the first embodiment is a device that sets a program stop condition corresponding to a machining stop condition that ends machining at a position where machining has been completed up to a part immediately before the remaining amount of consumables such as wire runs out. .

〔1.1 全体構成〕
図1に示すように、数値制御装置1は、指令プログラム解析部11と、プログラム停止部12と、解析済プログラム実行部13と、チェック描画表示部14とを備える。
[1.1 Overall configuration]
As shown in FIG. 1 , the numerical controller 1 includes a command program analysis section 11 , a program stop section 12 , an analyzed program execution section 13 , and a check drawing display section 14 .

指令プログラム解析部11は、プログラム解析部111と、呼出し判断部112と、呼出し実行部113とを備える。
プログラム解析部111は、指令プログラムの実行時に指令プログラムを解析する。第1実施形態では、プログラム解析部111は、複数個の部品を連続加工するための指令プログラムを解析する。
呼出し判断部112は、プログラム解析部111による指令プログラムの解析結果に基づいて、マクロ呼出しやサブプログラム呼出しを判断する。
呼出し実行部113は、呼出し判断部112によって呼び出されることが判断されたマクロ呼出しやサブプログラム呼出しを実行する。
Command program analysis unit 11 includes program analysis unit 111 , call determination unit 112 , and call execution unit 113 .
The program analysis unit 111 analyzes the instruction program when the instruction program is executed. In the first embodiment, the program analysis unit 111 analyzes a command program for continuously machining a plurality of parts.
The call determination unit 112 determines macro calls and subprogram calls based on the result of analysis of the instruction program by the program analysis unit 111 .
The call execution unit 113 executes a macro call or subprogram call determined by the call determination unit 112 to be called.

プログラム停止部12は、プログラム停止条件設定部121と、プログラム停止判定部122と、プログラム停止依頼部123とを備える。 The program stop section 12 includes a program stop condition setting section 121 , a program stop determination section 122 and a program stop request section 123 .

プログラム停止条件設定部121は、ユーザによって設定された加工停止条件、具体的にはワイヤ等の連続加工に用いる消耗品の残量がなくなる直前の部品まで加工し終わった位置で加工終了する加工停止条件に対して、当該加工停止条件に対応する指令プログラムのプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する。 The program stop condition setting unit 121 sets a machining stop condition set by the user. A program stop condition including the number of blocks from the program head to the stop block of the command program corresponding to the machining stop condition is set for the condition.

例えば、第1のステップにおいて、プログラム停止条件設定部121は、数値制御装置1のメモリ(不図示)に記録されているワイヤの残り距離Xkmを取得する。
第2のステップにおいて、プログラム停止条件設定部121は、数値制御装置1のメモリに記録されている部品1個を加工するのに必要なワイヤの距離Ykmを取得する。
第3のステップにおいて、プログラム停止条件設定部121は、ワイヤの残り距離Xkmと加工に必要なワイヤの距離Ykmとから、残りのワイヤで加工できる個数Z個を計算する。
第4のステップにおいて、プログラム停止条件設定部121は、プログラム停止条件として、残りのZ個の加工が終わった時のプログラム頭から、停止ブロック(例えば、径補正終了のコードであるG40や、ワイヤ切断命令M60等のブロック)までのブロック数を算出し、当該ブロック数を含むプログラム停止条件を設定する。
For example, in the first step, the program stop condition setting unit 121 acquires the remaining wire distance X km recorded in the memory (not shown) of the numerical controller 1 .
In the second step, the program stop condition setting unit 121 acquires the wire distance Y km required for machining one part recorded in the memory of the numerical controller 1 .
In the third step, the program stop condition setting unit 121 calculates the number Z of pieces that can be processed with the remaining wire from the remaining wire distance X km and the wire distance Y km required for processing.
In the fourth step, the program stop condition setting unit 121 sets a stop block (for example, diameter correction end code G40, wire The number of blocks up to the block of the disconnect command M60, etc.) is calculated, and the program stop condition including the number of blocks is set.

プログラム停止判定部122は、プログラム解析部111による指令プログラムの解析結果に基づいて、指令プログラムの実行ブロックがプログラム停止条件を満たすか否かを判定し、満たすと判定した場合には、プログラム停止依頼部123にプログラム停止を依頼する。 The program stop determination unit 122 determines whether or not the execution block of the command program satisfies the program stop condition based on the analysis result of the command program by the program analysis unit 111. If it is determined that the program stop condition is satisfied, the program stop request is issued. It requests the unit 123 to stop the program.

プログラム停止依頼部123は、プログラム停止判定部122からプログラム停止を依頼されると、解析済プログラム実行部13に指令プログラムの実行ブロック停止依頼を出力する。 When the program stop requesting unit 123 is requested to stop the program by the program stop determining unit 122 , the program stop requesting unit 123 outputs a command program execution block stop request to the analyzed program executing unit 13 .

解析済プログラム実行部13は、プログラム解析部111により解析された指令プログラムを実行する。とりわけ本実施形態において、解析済プログラム実行部13は、プログラム停止依頼部123から実行ブロック停止依頼を取得すると、依頼のあったブロックでの指令プログラムの実行を停止する。 Analyzed program execution unit 13 executes the instruction program analyzed by program analysis unit 111 . Particularly in this embodiment, when the analyzed program execution unit 13 acquires an execution block stop request from the program stop request unit 123, it stops execution of the instruction program in the requested block.

チェック描画表示部14は、解析済プログラム実行部13から、指令プログラムによって指令される加工経路を描画するための情報を取得し、加工経路を表示装置(不図示)に表示する。なお、この表示装置はタッチパネルを備え、ユーザが表示装置の画面に触れることにより、各部品の加工形状を選択することを可能としてもよい。 The check drawing display unit 14 acquires information for drawing the machining path commanded by the command program from the analyzed program execution unit 13, and displays the machining path on a display device (not shown). The display device may have a touch panel so that the user can select the machining shape of each component by touching the screen of the display device.

なお、数値制御装置1はそれ以外にも、工作機械を制御するための機能ブロック、通信を行うための機能ブロック、ユーザからの操作を受け付けるための機能ブロック、といった一般的な機能ブロックを備える。ただし、これらの一般的な機能ブロックについては当業者によく知られているので図示及び説明を省略する。 The numerical controller 1 also includes general functional blocks such as a functional block for controlling the machine tool, a functional block for communication, and a functional block for accepting user's operations. However, since these general functional blocks are well known to those skilled in the art, illustration and description are omitted.

〔1.2 動作〕
図2は、数値制御装置1の動作を示すフローチャートである。
ステップS11において、プログラム停止条件設定部121は、プログラム停止条件を設定する。
とりわけ本実施形態において、上記のように、プログラム停止条件設定部121は、ワイヤの残り距離Xkmと、部品1個を加工するのに必要なワイヤの距離Ykmとから、残りのワイヤで加工できる個数Z個を計算した後、プログラム停止条件として、残りのZ個の加工が終わった時のプログラム頭から、停止ブロック(例えば、径補正終了のコードであるG40や、ワイヤ切断命令M60等のブロック)までのブロック数を算出する。
[1.2 Operation]
FIG. 2 is a flow chart showing the operation of the numerical controller 1. As shown in FIG.
In step S11, the program stop condition setting unit 121 sets a program stop condition.
In particular, in this embodiment, as described above, the program stop condition setting unit 121 determines the number of pieces that can be processed with the remaining wire from the remaining wire distance X km and the wire distance Y km required to process one part. After calculating Z pieces, as a program stop condition, a stop block (for example, G40, which is a code for ending diameter correction, or a block such as M60, which is a wire cutting command) is started from the beginning of the program when the remaining Z pieces of machining are finished. Calculate the number of blocks up to

ステップS12において、プログラム停止判定部122により、指令プログラムの実行ブロックがプログラム停止条件を満たすか否かを判定し、満たすと判定した場合(S12:YES)には、処理はステップS13に移行する。満たすと判定しない場合(S12:NO)には、処理はステップS12に移行する。 In step S12, the program stop determination unit 122 determines whether or not the execution block of the command program satisfies the program stop condition, and if it is determined that the condition is met (S12: YES), the process proceeds to step S13. If it is determined not to satisfy (S12: NO), the process proceeds to step S12.

ステップS13において、プログラム停止判定部122は、プログラム停止依頼部123にプログラム停止を依頼し、プログラム停止依頼部123は、解析済プログラム実行部13に指令プログラムの実行ブロック停止依頼を出力する。 In step S<b>13 , the program stop determination unit 122 requests the program stop request unit 123 to stop the program, and the program stop request unit 123 outputs a command program execution block stop request to the analyzed program execution unit 13 .

〔1.3 第1実施形態の効果〕
以上説明したように、第1実施形態の数値制御装置1は、ユーザにより指定される連続加工を停止するための加工停止条件に基づいて、指令プログラムにおけるプログラム停止条件を設定するプログラム停止条件設定部121と、指令プログラムの解析結果に基づいて、指令プログラムの実行ブロックがプログラム停止条件を満たすか否かを判定するプログラム停止判定部122と、指令プログラムの実行ブロックがプログラム停止条件を満たすと判定されると、解析済プログラム実行部に指令プログラムの当該実行ブロック停止依頼を出力するプログラム停止依頼部123と、を備える。
[1.3 Effects of the first embodiment]
As described above, the numerical controller 1 of the first embodiment includes a program stop condition setting unit that sets a program stop condition in a command program based on a machining stop condition for stopping continuous machining specified by a user. 121, a program stop determination unit 122 that determines whether or not the execution block of the command program satisfies the program stop condition based on the analysis result of the command program, and a determination that the execution block of the command program satisfies the program stop condition. and a program stop requesting unit 123 for outputting a request for stopping the execution block of the instruction program to the analyzed program execution unit.

これにより、手動で加工プログラムを修正したり、マクロ計算をする必要なく、特定の部品の加工後に自動運転を停止することが可能となる。 This makes it possible to stop automatic operation after machining a specific part without having to manually modify the machining program or perform macro calculations.

また、加工停止条件が、連続加工に用いる消耗品の残量がなくなる直前の部品まで加工し終わった位置で加工終了する条件の場合、プログラム停止条件設定部121は、加工停止条件に相当する指令プログラムのプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する。 Further, if the machining stop condition is a condition that machining ends at a position where machining is finished up to the part just before the consumable used for continuous machining runs out, the program stop condition setting unit 121 outputs a command corresponding to the machining stop condition. Set the program stop condition including the number of blocks from the beginning of the program to the stop block.

これにより、部品加工中にワイヤ等の消耗品がなくなるのを防止できると共に、当該消耗品を無駄なく使用することが可能となる。 As a result, it is possible to prevent the consumption of consumables such as wires from running out during part processing, and to use the consumables without waste.

〔2.第2実施形態〕
以下、本発明の第2実施形態を図3に基づいて説明する。図3は、第2実施形態に係る数値制御装置1が備える多数個取り部品加工時の表示画面の例を示す。
[2. Second Embodiment]
A second embodiment of the present invention will be described below with reference to FIG. FIG. 3 shows an example of a display screen at the time of multi-cavity part machining provided in the numerical control device 1 according to the second embodiment.

第2実施形態に係る数値制御装置1Aは、チェック描画経路の未加工部の加工形状のうち特定の位置を、ユーザが数値制御装置1Aに備わる表示画面のタッチパネル等から指定し、この指定位置で加工停止する加工停止条件に相当するプログラム停止条件を設定する。 In the numerical control device 1A according to the second embodiment, the user designates a specific position in the processed shape of the unprocessed portion of the check drawing path from the touch panel or the like of the display screen provided in the numerical control device 1A. Set the program stop condition corresponding to the machining stop condition to stop machining.

図3に示す、多数個取り部品加工の加工経路描画画面の例においては、加工済みの加工経路が実線で、未加工の加工経路が点線で示されているが、これには限定されず、加工済みの加工経路を点線で、未加工の加工経路を実線で示してもよい。黒い丸は加工開始点で、加工後に加工を停止することも可能である。ユーザは、複数の加工形状の中から、加工を停止したい加工位置を選択する。 In the example of the machining path drawing screen for multi-cavity part machining shown in FIG. 3, the machining paths that have been machined are indicated by solid lines and the machining paths that have not yet been machined are indicated by dotted lines. A machined machining path may be indicated by a dotted line, and an unmachined machining path may be indicated by a solid line. A black circle is the starting point of machining, and it is possible to stop machining after machining. A user selects a machining position at which machining is to be stopped from among a plurality of machining shapes.

なお、図3は、縦に2行、横に5列の正方形の部品を多数個取りする加工経路描画画面の例を示す。加工中の2個目の部品の加工経路までが実線で示され、それ以降の部品の加工経路は点線で示される。また、5個目の部品の加工形状を選択すると、5個目の部品を加工後に停止する設定がされる。 It should be noted that FIG. 3 shows an example of a machining path drawing screen for drawing a large number of square parts with two rows vertically and five columns horizontally. The machining path up to the second part being machined is indicated by solid lines, and the machining paths of subsequent parts are indicated by dotted lines. Also, when the machining shape of the fifth part is selected, setting is made to stop after machining the fifth part.

また、第2実施形態に係る数値制御装置1Aと、第1実施形態に係る数値制御装置1とでは、加工停止条件及びプログラム停止条件が異なるものの、構成は同一であるため、その図示と説明を省略する。 Further, the numerical control device 1A according to the second embodiment and the numerical control device 1 according to the first embodiment differ in machining stop conditions and program stop conditions, but have the same configuration. omitted.

〔2.1 加工停止条件〕
本実施形態において、プログラム停止条件設定部121は、ユーザによって設定された加工停止条件、具体的にはチェック描画経路の未加工部の加工形状の指定された位置で加工停止する加工停止条件に対して、当該加工停止条件に対応する指令プログラムの、所定の加工形状の加工が終わった時のプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する。
[2.1 Machining stop condition]
In this embodiment, the program stop condition setting unit 121 responds to the processing stop condition set by the user, specifically, the processing stop condition for stopping processing at a specified position of the machining shape of the unprocessed portion of the check drawing path. Then, the program stop condition including the number of blocks from the beginning of the program to the stop block when the machining of the predetermined machining shape is completed in the command program corresponding to the machining stop condition is set.

例えば、第1のステップにおいて、プログラム停止条件設定部121は、ユーザがチェック描画経路の未加工部の加工形状をタッチパネルで指定したときの形状が、何個目の加工形状か計算する。この結果、X個目の加工形状であると計算されたとする。
第2のステップにおいて、プログラム停止条件設定部121は、プログラム停止条件として、X個目の加工形状の加工が終わったときのプログラム頭から停止ブロック(径補正終了G40や、ワイヤ切断命令M60等のブロック)までのブロック数を算出する。
For example, in the first step, the program stop condition setting unit 121 calculates the number of the processed shape when the user designates the processed shape of the unprocessed portion of the check drawing path on the touch panel. As a result, it is assumed that the X-th machining shape is calculated.
In the second step, the program stop condition setting unit 121 sets a stop block (diameter correction end G40, wire cutting command M60, etc.) from the beginning of the program when machining of the Xth machining shape is completed, as a program stop condition. block).

〔2.2 第2実施形態の効果〕
以上説明したように、加工停止条件が、チェック描画経路の未加工部の加工形状の指定された位置で加工停止する条件の場合、プログラム停止条件設定部121は、加工停止条件に相当するプログラムの、所定の加工形状の加工が終わった時のプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する。
[2.2 Effects of Second Embodiment]
As described above, when the machining stop condition is a condition to stop machining at a specified position of the machining shape of the unmachined portion of the check drawing path, the program stop condition setting unit 121 sets the program corresponding to the machining stop condition. , program stop conditions including the number of blocks from the beginning of the program to the stop block when machining of a predetermined machining shape is completed are set.

これにより、所望の場所で加工を停止するのに、再スタートと自動運転停止を何回も繰り返す必要なく、また停止したい場所まで加工が終わるまで、オペレータが加工状況を何度も確認する必要がない。 As a result, there is no need to repeat restart and automatic operation stop many times to stop machining at a desired location, and the operator does not need to check the machining status repeatedly until machining is completed to the desired stop location. do not have.

〔3.第3実施形態〕
以下、本発明の第3実施形態を図4に基づいて説明する。図4は、第3実施形態に係る数値制御装置1Bにおける多数個取り部品加工時の表示画面と加工プログラムの例を示す。
[3. Third Embodiment]
A third embodiment of the present invention will be described below with reference to FIG. FIG. 4 shows an example of a display screen and a machining program at the time of multi-cavity part machining in the numerical controller 1B according to the third embodiment.

第3実施形態に係る数値制御装置1Bは、加工プログラムにおいて指定した回数だけ特定のN番号が登場した際に、このN番号の位置で加工終了する加工停止条件に相当するプログラム停止条件を設定する。例えば、指定した回数を2回、特定のN番号をN11とした場合、加工プログラムにおいて1回目にN11のブロックを実行する際は、プログラムの実行を停止せず、2回目にN11が登場した際にプログラムの実行を停止する。 The numerical control device 1B according to the third embodiment sets a program stop condition equivalent to a machining stop condition for finishing machining at the position of the N number when a specific N number appears a specified number of times in the machining program. . For example, if the specified number of times is 2 and the specific N number is N11, when the block of N11 is executed for the first time in the machining program, the execution of the program is not stopped, and when N11 appears for the second time stop program execution at

〔3.1 加工停止条件〕
図4を参照すると、ユーザによって設定された加工停止条件、例えば2個目の部品を加工中に、5個目の部品1st加工時のN11ブロックでプログラムの実行を停止する加工停止条件に対して、プログラム停止条件設定部121は、4個目の部品の最終加工時のN11ブロックの次のN11ブロックで停止するよう、N11ブロックの残り回数を算出しN番号ブロックの回数を停止条件に設定する。
[3.1 Machining stop condition]
Referring to FIG. 4, for the machining stop condition set by the user, for example, the machining stop condition for stopping the execution of the program at block N11 during the 1st machining of the fifth part while the second part is being machined. , the program stop condition setting unit 121 calculates the remaining number of times of the N11 block and sets the number of times of the N-numbered block as the stop condition so as to stop at the N11 block next to the N11 block in the final machining of the fourth part. .

〔3.2 第3実施形態の効果〕
以上説明したように、加工停止条件が、連続加工における指定した回数のN番号ブロックで加工停止する条件の場合、プログラム停止条件設定部121は、指定した回数のN番号ブロックで停止するため、プログラム頭からの指定した回数のN番号ブロックで停止するよう停止条件を設定する。
[3.2 Effect of Third Embodiment]
As described above, when the machining stop condition is a condition to stop machining at the specified number of N-numbered blocks in continuous machining, the program stop condition setting unit 121 stops at the specified number of N-numbered blocks. A stop condition is set to stop at a specified number of N-numbered blocks from the beginning.

これにより、部品X個目のY回目の加工(例えば仕上げ加工1回目等)を指定して停止できる。従来は、部品X個目のY回目の加工後の指定したN番号ブロックで加工を停止するには、部品X個目の(Y-1)回目の指定したN番号ブロック実行後に、シーケンス番号照合停止機能を設定する必要があったが、本実施形態においては加工前にプログラム停止条件を設定することが可能となる。 As a result, it is possible to specify and stop the Y-th machining (for example, the first finish machining, etc.) of the X number of parts. Conventionally, in order to stop machining at a specified N-numbered block after the Y-th machining of the X-th part, after executing the (Y-1)th specified N-numbered block of the X-th part, the sequence number is collated. Although it was necessary to set a stop function, in this embodiment, it becomes possible to set a program stop condition before machining.

〔4.第4実施形態〕
以下、本発明の第4実施形態を説明する。
[4. Fourth Embodiment]
A fourth embodiment of the present invention will be described below.

第4実施形態に係る数値制御装置1Cは、加工プログラムにおいて指定した回数だけ特定のN番号が登場した際、このN番号をスキップして、次のN番号の位置で加工停止する加工停止条件に相当するプログラム停止条件を設定する。 The numerical control device 1C according to the fourth embodiment, when a specific N number appears a specified number of times in the machining program, skips this N number and satisfies the machining stop condition of stopping machining at the position of the next N number. Set the corresponding program stop condition.

〔4.1 加工停止条件〕
図4を参照すると、ユーザによって設定された加工停止条件、例えば2個目の部品を加工中に、5個目の部品1st加工時のN11ブロックをスキップして、次のN11ブロックでプログラムの実行を停止する加工停止条件に対して、プログラム停止条件設定部121は、5個目の部品の1st加工時のN11ブロックの次のN11ブロックで停止するよう、プログラム頭からのブロック数を算出し、このブロック数を含むプログラム停止条件を設定する。プログラム頭からのブロック数を算出せず、N11ブロックの回数をカウントする変数を数値制御装置に備え、停止するか条件を比較しても良い。
[4.1 Machining stop condition]
Referring to FIG. 4, the processing stop condition set by the user, for example, while the second part is being processed, the N11 block for the 1st machining of the fifth part is skipped, and the program is executed in the next N11 block. , the program stop condition setting unit 121 calculates the number of blocks from the beginning of the program so as to stop at the N11 block next to the N11 block in the 1st machining of the fifth part, Set the program stop condition including this number of blocks. Instead of calculating the number of blocks from the beginning of the program, the numerical controller may be provided with a variable for counting the number of N11 blocks, and the conditions for stopping or not may be compared.

〔4.2 第4実施形態の効果〕
以上説明したように、加工停止条件が、連続加工における指定した回数のN番号ブロックをスキップして、次のN番号ブロックで加工終了する条件の場合、プログラム停止条件設定部121は、指定した回数のN番号ブロックをスキップして、次のN番号ブロックで停止するためのプログラム頭からのブロック数を含むプログラム停止条件を設定する。
[4.2 Effects of Fourth Embodiment]
As described above, in the case where the machining stop condition is a condition to skip N-numbered blocks a specified number of times in continuous machining and finish machining at the next N-numbered block, the program stop condition setting unit 121 sets the specified number of times. A program stop condition including the number of blocks from the beginning of the program for skipping the N-numbered block and stopping at the next N-numbered block is set.

これにより、部品X個目のY回目の加工(例えば仕上げ加工1回目等)の次の加工を指定して停止できる。従来は、部品X個目のY+1回目の加工後の指定したN番号ブロックで加工を停止するには、部品X個目のY回目の指定したN番号ブロック実行後に、シーケンス番号照合停止機能を設定する必要があったが、本実施形態においては加工前にプログラム停止条件を設定することが可能となる。 As a result, it is possible to designate and stop the next machining after the Y-th machining of the X part (for example, the first finishing machining). Conventionally, in order to stop machining at the specified N-numbered block after the Y+1th machining of the Xth part, the sequence number comparison stop function is set after the Yth specified N-numbered block of the Xth part is executed. However, in this embodiment, it is possible to set the program stop condition before machining.

なお、第1実施形態~第4実施形態において、プログラム停止条件の設定は、サブプログラム等の呼出しが存在する場合に限定されない。例えば、サブプログラムが存在せず、メインプログラムしか存在しない場合にも適用可能である。 Note that in the first to fourth embodiments, the setting of the program stop condition is not limited to the case where a subprogram or the like is called. For example, it is applicable even when there is no subprogram and only the main program.

以上、本発明の実施形態について説明したが、本発明は前述した実施形態に限るものではない。また、本実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、本実施形態に記載されたものに限定されるものではない。 Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments. Moreover, the effects described in the present embodiment are merely enumerations of the most suitable effects resulting from the present invention, and the effects of the present invention are not limited to those described in the present embodiment.

1、1A、1B、1C 数値制御装置
11 指令プログラム解析部
12 プログラム停止部
13 解析済プログラム実行部
14 チェック描画表示部
111 プログラム解析部
112 呼出し判断部
113 呼出し実行部
121 プログラム停止条件設定部
122 プログラム停止判定部
123 プログラム停止依頼部
1, 1A, 1B, 1C numerical controller 11 instruction program analysis unit 12 program stop unit 13 analyzed program execution unit 14 check drawing display unit 111 program analysis unit 112 call determination unit 113 call execution unit 121 program stop condition setting unit 122 program Stop determination unit 123 Program stop request unit

Claims (5)

指令プログラムにしたがって動作する数値制御装置であって、
複数個の部品を連続加工するための指令プログラムの実行時に、前記指令プログラムを解析するプログラム解析部と、
前記プログラム解析部により解析された前記指令プログラムを実行する解析済プログラム実行部と、
ユーザにより指定される前記連続加工を停止するための加工停止条件に基づいて前記指令プログラムにおけるプログラム停止条件を設定するプログラム停止条件設定部と、
前記プログラム解析部による前記指令プログラムの解析結果に基づいて、前記指令プログラムの実行ブロックが前記プログラム停止条件を満たすか否かを判定するプログラム停止判定部と、
前記プログラム停止判定部により、前記指令プログラムの実行ブロックが前記プログラム停止条件を満たすと判定されると、前記解析済プログラム実行部に前記指令プログラムの当該実行ブロック停止依頼を出力するプログラム停止依頼部と、
を備える数値制御装置。
A numerical control device that operates according to a command program,
a program analysis unit that analyzes the command program when executing the command program for continuously machining a plurality of parts;
an analyzed program execution unit that executes the instruction program analyzed by the program analysis unit;
a program stop condition setting unit that sets a program stop condition in the command program based on a machining stop condition for stopping the continuous machining specified by a user;
a program stop determination unit that determines whether an execution block of the command program satisfies the program stop condition based on the analysis result of the command program by the program analysis unit;
a program stop requesting unit for outputting a request to stop the execution block of the command program to the analyzed program execution unit when the program stop determination unit determines that the execution block of the command program satisfies the program stop condition; ,
A numerical controller comprising
前記加工停止条件が、前記連続加工に用いる消耗品の残量がなくなる直前の部品まで加工し終わった位置で加工停止する条件の場合、前記プログラム停止条件設定部は、前記加工停止条件に相当する前記指令プログラムのプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する、請求項1に記載の数値制御装置。 If the machining stop condition is a condition that machining is stopped at a position where machining is completed up to a part immediately before the remaining consumables used in the continuous machining run out, the program stop condition setting unit corresponds to the machining stop condition. 2. The numerical controller according to claim 1, wherein a program stop condition including the number of blocks from the program head of said command program to a stop block is set. 前記加工停止条件が、チェック描画経路の未加工部の加工形状の指定された位置で加工停止する条件の場合、前記プログラム停止条件設定部は、前記加工停止条件に相当する前記指令プログラムの、所定の加工形状の加工が終わったときのプログラム頭から停止ブロックまでのブロック数を含むプログラム停止条件を設定する、請求項1に記載の数値制御装置。 When the machining stop condition is a condition to stop machining at a specified position of the machining shape of the unmachined portion of the check drawing path, the program stop condition setting unit sets the command program corresponding to the machining stop condition to a predetermined 2. The numerical controller according to claim 1, wherein a program stop condition is set including the number of blocks from the beginning of the program to the stop block when machining of the machined shape is finished. 前記加工停止条件が、前記連続加工における指定した回数のN番号ブロックで加工停止する条件の場合、前記プログラム停止条件設定部は、指定した回数のN番号ブロックで停止するための停止条件を設定する、請求項1に記載の数値制御装置。 If the machining stop condition is a condition to stop machining at N-numbered blocks of a specified number of times in the continuous machining, the program stop condition setting unit sets a stop condition for stopping at N-numbered blocks of the specified number of times. , The numerical controller according to claim 1. 前記加工停止条件が、前記連続加工における指定した回数のN番号ブロックをスキップして、次のN番号ブロックで加工終了する条件の場合、前記プログラム停止条件設定部は、指定した回数のN番号ブロックをスキップして、次のN番号ブロックで停止するための停止条件を設定する、請求項1に記載の数値制御装置。 If the machining stop condition is a condition to skip the N-numbered block specified times in the continuous machining and finish machining at the next N-numbered block, the program stop condition setting unit skips the N-numbered block specified times. 2. The numerical controller according to claim 1, which sets a stop condition for skipping and stopping at the next N-numbered block.
JP2019105398A 2019-06-05 2019-06-05 Numerical controller Active JP7173928B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2019105398A JP7173928B2 (en) 2019-06-05 2019-06-05 Numerical controller
EP20177550.9A EP3748442B1 (en) 2019-06-05 2020-05-29 Numerical control device
CN202010493957.XA CN112051804B (en) 2019-06-05 2020-06-03 Numerical controller
US16/891,247 US11194314B2 (en) 2019-06-05 2020-06-03 Numerical control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019105398A JP7173928B2 (en) 2019-06-05 2019-06-05 Numerical controller

Publications (2)

Publication Number Publication Date
JP2020198040A JP2020198040A (en) 2020-12-10
JP7173928B2 true JP7173928B2 (en) 2022-11-16

Family

ID=70968825

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019105398A Active JP7173928B2 (en) 2019-06-05 2019-06-05 Numerical controller

Country Status (4)

Country Link
US (1) US11194314B2 (en)
EP (1) EP3748442B1 (en)
JP (1) JP7173928B2 (en)
CN (1) CN112051804B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023127126A1 (en) * 2021-12-28 2023-07-06 ファナック株式会社 Control device and control system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293212A (en) 1999-04-02 2000-10-20 Amada Co Ltd Nc working device and its interruption processing method
JP5158517B2 (en) 2009-02-02 2013-03-06 株式会社リコー Optical scanning apparatus and image forming apparatus

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2926645B2 (en) * 1991-12-05 1999-07-28 オークマ株式会社 Numerical control unit
EP0606649B1 (en) * 1992-12-28 1998-03-18 Mitsubishi Denki Kabushiki Kaisha Numerically controlled machine tool and method to re-execute a machining program after it has been stopped
WO2002067068A1 (en) * 2001-02-22 2002-08-29 Mitsubishi Denki Kabushiki Kaisha Method of numeriacl control and apparatus for the same
CN101128833A (en) * 2005-02-25 2008-02-20 松下电器产业株式会社 Secure processing device and secure processing system
JP5372320B2 (en) * 2006-08-04 2013-12-18 シチズンホールディングス株式会社 Work machine control program and work machine control apparatus for executing the control program
US8200362B2 (en) * 2009-07-16 2012-06-12 Mori Seiki Co., Ltd. Numerically controlling apparatus with stop point setting and removing means
JP5418108B2 (en) * 2009-09-24 2014-02-19 村田機械株式会社 NC program editing device and processing machine control device
CN102789193A (en) * 2011-05-18 2012-11-21 大连光洋科技工程有限公司 Operating method for numerical control system of numerical control machine tool
JP5727573B2 (en) * 2013-10-16 2015-06-03 ファナック株式会社 A numerical controller that pauses when a program is called
JP5792254B2 (en) * 2013-10-17 2015-10-07 ファナック株式会社 Numerical control device that can specify a pause point
JP6034835B2 (en) * 2014-08-26 2016-11-30 ファナック株式会社 Numerical control device for presenting information for shortening cycle time
JP6026481B2 (en) * 2014-10-21 2016-11-16 ファナック株式会社 Numerical control device that interrupts machining at a specified time
CN204504862U (en) * 2015-03-19 2015-07-29 石家庄智恒数控技术有限公司 A kind of industrial robot FMC
JP6215872B2 (en) * 2015-06-30 2017-10-18 ファナック株式会社 Numerical control device that notifies advance of execution of auxiliary function
CN109791398B (en) * 2017-06-27 2020-12-18 三菱电机株式会社 Debugging device
JP6669705B2 (en) * 2017-10-25 2020-03-18 ファナック株式会社 Numerical control unit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000293212A (en) 1999-04-02 2000-10-20 Amada Co Ltd Nc working device and its interruption processing method
JP5158517B2 (en) 2009-02-02 2013-03-06 株式会社リコー Optical scanning apparatus and image forming apparatus

Also Published As

Publication number Publication date
CN112051804B (en) 2024-03-26
JP2020198040A (en) 2020-12-10
EP3748442A1 (en) 2020-12-09
US20200387140A1 (en) 2020-12-10
US11194314B2 (en) 2021-12-07
CN112051804A (en) 2020-12-08
EP3748442B1 (en) 2022-11-02

Similar Documents

Publication Publication Date Title
US20140364989A1 (en) Controller for controlling machine tool and robot
JP4097670B2 (en) Monitor device for machine tools
JP5911939B1 (en) Numerical controller with overlap function between arbitrary blocks by common acceleration / deceleration control unit
JP7173928B2 (en) Numerical controller
JP5727573B2 (en) A numerical controller that pauses when a program is called
JP6538754B2 (en) Numerical control device
JP6482737B1 (en) Numerical control apparatus and numerical control system
KR101355222B1 (en) Computerized numerical control machine tool apparatus, controller thereof, control method of the apparatus and program thereof
JP7376621B2 (en) support equipment
JP2022066906A5 (en)
US20180164787A1 (en) Nc program transfer apparatus
JP4627821B2 (en) Laser processing apparatus and interrupt processing method thereof
US10635090B2 (en) Program generating apparatus and program generating method
WO2015129739A1 (en) Machine tool
JPS6125211A (en) Parallel processing numerical controller
JPWO2022215262A5 (en) Robot management device, control method and program
JP2001318708A (en) Numerical controller
JPWO2022191255A5 (en)
WO2016194181A1 (en) Numerical control device and cutting method
JPH1195825A (en) Method for executing numerical control program
JPH0643703U (en) Structured means of NC programming language
JPH05100728A (en) System and device for drive control
JPS62243006A (en) Interactive automatic programming system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220208

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220922

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221004

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221104

R150 Certificate of patent or registration of utility model

Ref document number: 7173928

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150