JP2813079B2 - Numerical control unit - Google Patents

Numerical control unit

Info

Publication number
JP2813079B2
JP2813079B2 JP3145480A JP14548091A JP2813079B2 JP 2813079 B2 JP2813079 B2 JP 2813079B2 JP 3145480 A JP3145480 A JP 3145480A JP 14548091 A JP14548091 A JP 14548091A JP 2813079 B2 JP2813079 B2 JP 2813079B2
Authority
JP
Japan
Prior art keywords
tool
block
machining program
machining
graphic
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 - Fee Related
Application number
JP3145480A
Other languages
Japanese (ja)
Other versions
JPH04344504A (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.)
Okuma Corp
Original Assignee
Okuma 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 Okuma Corp filed Critical Okuma Corp
Priority to JP3145480A priority Critical patent/JP2813079B2/en
Publication of JPH04344504A publication Critical patent/JPH04344504A/en
Application granted granted Critical
Publication of JP2813079B2 publication Critical patent/JP2813079B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related 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/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/35Nc in input of data, input till input file format
    • G05B2219/35293Execute program and check block of data, on interrupt display block
    • 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/35Nc in input of data, input till input file format
    • G05B2219/35349Display part, programmed locus and tool path, traject, dynamic locus

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

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

【0001】[0001]

【産業上の利用分野】本発明は、加工プログラムの動作
をアニメーションで表示する数値制御装置に関し、特
に、シングルブロック機能を用いて加工プログラムのチ
ェックと加工とを同時に行なう場合に好適なアニメーシ
ョン機能を有する数値制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a numerical control apparatus for displaying the operation of a machining program by animation, and more particularly, to an animation function suitable for performing a machining program check and machining simultaneously using a single block function. And a numerical controller having the same.

【0002】[0002]

【従来の技術】図5は、シングルブロック機能を用いて
加工プログラムのチェックと加工とを同時に行なう従来
の数値制御装置のブロック図であり、以下、図面に基づ
いて説明する。加工プログラムメモリ1は、図6に示さ
れるような加工プログラムを記憶している。操作パネル
2は、起動ボタン21及びシングルブロックスイッチ2
2を有し、起動ボタン21が押されることにより加工プ
ログラム実行処理部3が起動される。加工プログラム実
行処理部3は、加工プログラムメモリ1に記憶されてい
る加工プログラムのブロックデータを順に読取り、内容
を解析して補間処理部4に動作指令を送る。補間処理部
4は、工具の現在位置、動作指令の終点位置、送り速度
などから制御単位時間ごとの移動距離を求め、制御単位
時間ごとに現在位置を移動距離だけ移動した指令位置を
算出し、サーボドライバ5及び工具描画部9にその指令
位置を送るという処理を繰り返す。現在位置が終点位置
に達したら処理を終了し、次の動作指令を待つ。サーボ
ドライバ5は、サーボモータ6を駆動することにより工
具7を指令位置へ滑らかに動かす。その結果、素材8が
所望の形状に加工されていく。工具描画部9は、入力さ
れた指令位置に基づいて表示画面10に工具図形101
及び工具軌跡102を描画する。すなわち、表示装置1
0上に表示されている前回の指令位置に基づく工具図形
を消去して新たな指令位置に基づく工具図形101を描
画し、また素材図形103の工具図形101と重なる部
分を消去する。更に、前回の位置から新たな指令位置ま
で工具軌跡102を描画する。前回の指令位置から今回
指令位置が出されるまでの時間は短く、移動距離は少
ないため作業員には工具図形101が移動して素材図形
103を加工するアニメーションのように見える。
2. Description of the Related Art FIG. 5 is a block diagram of a conventional numerical control device for simultaneously checking a machining program and machining using a single block function, and will be described below with reference to the drawings. The machining program memory 1 stores a machining program as shown in FIG. The operation panel 2 includes a start button 21 and a single block switch 2.
The machining program execution processing unit 3 is activated when the activation button 21 is pressed. The machining program execution processing unit 3 sequentially reads the block data of the machining program stored in the machining program memory 1, analyzes the contents, and sends an operation command to the interpolation processing unit 4. The interpolation processing unit 4 obtains a moving distance for each control unit time from the current position of the tool, the end point position of the operation command , the feed speed, and the like, and calculates a command position obtained by moving the current position by the moving distance for each control unit time, The process of sending the command position to the servo driver 5 and the tool drawing unit 9 is repeated. When the current position has reached the end point position, the process ends, and waits for the next operation command . The servo driver 5 drives the servo motor 6 to smoothly move the tool 7 to the command position. As a result, the raw material 8 is processed into a desired shape. The tool drawing unit 9 displays a tool figure 101 on the display screen 10 based on the input command position.
And a tool locus 102 are drawn. That is, the display device 1
The tool graphic based on the previous command position displayed on 0 is erased to draw the tool graphic 101 based on the new command position, and the portion of the material graphic 103 overlapping the tool graphic 101 is erased. Further, the tool locus 102 is drawn from the previous position to the new command position. Short time to the current command position is issued from the previous commanded position, the moving distance looks like animation tool graphic 101 to process the material shapes 103 to move the operator for less.

【0003】シングルブロックスイッチ22が「切」に
なっていると加工プログラムは終了するまで連続的に実
行されるが、「入」になっている場合は加工プログラム
の1ブロックが終了するといったん停止し、作業員によ
り起動ボタン21が押されるまで次のブロックを実行し
ない。この機能により、次のブロックの実行可否を作業
員が事前に判断して初品加工を行なうことができる。
When the single block switch 22 is "OFF", the machining program is continuously executed until it is completed. When the single block switch 22 is "ON", the operation is stopped as soon as one block of the machining program is completed. The next block is not executed until the start button 21 is pressed by the operator. With this function, the operator can determine in advance whether or not the next block can be executed, and perform the first article processing.

【0004】尚、実行中プログラムのブロック、次のブ
ロックの内容、工具の現在位置、終点位置に対する工具
の残移動量、主軸回転数、工具番号及びクーラント等の
機械動作状態が表示装置10に表示され、作業員はそれ
らに基づいて次のブロックの実行可否を判断する。
The contents of the block of the program being executed, the contents of the next block, the current position of the tool, the amount of remaining movement of the tool with respect to the end position, the number of spindle revolutions, the tool number, and the machine operation status such as coolant are displayed on the display device 10. Then, the worker determines whether or not the next block can be executed based on these.

【0005】[0005]

【発明が解決しようとする課題】ところで、上述したよ
うに従来の数値制御装置においては、加工を行ないなが
ら加工プログラムが正確に作成されているか確認する場
合に、加工プログラムの1ブロックずつ機械を停止して
確認しながら加工を行なうシングルブロック機能を使
い、加工プログラムの動作をアニメーションで表示して
加工を行なうが、表示装置に表示されるアニメーション
が機械動作と同期しているため、表示上で危険な動作を
発見しても回避できないということがあった。また、次
のブロックの実行可否を事前に判断して安全に加工を行
なうためには作業員が加工プログラムを読んで動きを理
解せねばならず、衝突などの危険を手早く判断するのは
かなり困難であった。さらに、工具軌跡を加工に先行し
て表示することは技術的に容易であるが工具軌跡のみで
素材及び工具の干渉状態を確認するのは難しく、また単
に先行して表示するだけでは次のブロックの動作範囲が
特定できず実行可否が判断できないという問題点があっ
た。
By the way, as described above, in the conventional numerical control device, when checking whether or not a machining program is created accurately while performing machining, the machine is stopped one block at a time in the machining program. Use the single block function to perform machining while confirming and confirming, and perform machining by displaying the operation of the machining program as an animation, but the animation displayed on the display device is synchronized with the machine operation, so there is a danger on the display In some cases, it was not possible to avoid the problem even if it discovered a strange action. In addition, in order to perform the machining safely by judging in advance whether the next block can be executed or not, the operator must read the machining program and understand the movement, and it is quite difficult to quickly judge the danger such as collision. Met. Furthermore, it is technically easy to display the tool trajectory prior to machining, but it is difficult to confirm the interference state between the material and the tool only with the tool trajectory. However, there is a problem that the operation range cannot be specified and it is not possible to determine whether or not execution is possible.

【0006】本発明は上述のような事情から成されたも
のであり、本発明の目的は、加工プログラムのシングル
ブロック停止時に次のブロックの実行可否を作業員が容
易に判断できる数値制御装置を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a numerical control device which enables an operator to easily determine whether or not to execute the next block when a single block of a machining program is stopped. To provide.

【0007】[0007]

【課題を解決するための手段】本発明は、加工プログラ
ムを記憶する加工プログラムメモリと、起動ボタンが押
される度に前記加工プログラムメモリから加工プログラ
ムを1ブロック読み出して補間処理部に送る加工プログ
ラム実行処理部と、加工プログラムの1ブロックの指令
に基づいてサーボモータを駆動し、工作機械の可動部に
結合された工具を動かして素材を加工する前記補間処理
部とを有し、表示装置に工具図形及び素材図形を表示
し、前記工具の動きに対応させて前記工具図形を動かす
と共に前記素材の加工形状に対応させて前記素材図形を
変形させて描画することで前記工作機械での加工の様子
を表示する数値制御装置に関するものであり、本発明の
上記目的は、前記起動ボタンにより起動された1ブロッ
クの機械動作を完了して前記工作機械が停止したとき、
前記起動ボタンによる起動前のブロックであって前記起
動された1ブロックの次に実行されるブロックの機械動
を完了した時点の工具図形及び素材図形を、前記工具
に対応した工具図形及び前記素材に対応した素材図形に
加えて前記表示装置に表示する仮想描画手段を備えるこ
とによって達成される。
SUMMARY OF THE INVENTION The present invention provides a processing program.
Press the start button and the machining program memory
Each time the machining program is stored in the machining program memory.
Processing program that reads one block of the program and sends it to the interpolation processing unit
Ram execution processing unit and command of one block of machining program
Drives the servo motor based on the
The interpolation processing for processing a material by moving a combined tool
Display the tool figure and the material figure on the display device
The tool graphic is moved in accordance with the movement of the tool, and the material graphic is moved in accordance with the processing shape of the material.
Processing by the machine tool by deforming and drawing
The object of the present invention is to provide a numerical control device that displays one block activated by the activation button.
When the machine tool stops after completing the mechanical operation of
A block before activation by the activation button,
Mechanical movement of the block to be executed next the dynamic has been one block
The engineering tool figure及beauty Material figure at the time of completion of the work, the tool
Tool figures corresponding to the above and material figures corresponding to the above-mentioned materials
In addition, this is achieved by providing virtual drawing means for displaying on the display device .

【0008】[0008]

【作用】本発明にあっては、起動ボタンが押される度に
工プログラムを1ブロックずつ実行するシングルブロ
ック機能を利用して、実際の工具の動きに対応させて
具図形を動かすと共に素材図形を変形させて描画すると
いう処理動作の際に、起動ボタンの操作による1ブロッ
クの動作を完了して工作機械が停止したときに、その時
点の素材図形及び工具図形に加えて、次ブロックの動作
を完了した時点の工具図形及び素材図形を表示すること
により、作業員は実行前に次のブロックが正常に実行可
能か否かを判断できる。
According to the present invention, each time the start button is pressed,
By using the single-block function of executing machining program block by block, to correspond to the actual movement of the tool by deforming the material shape with moving Engineering <br/> tool shape and during the handling operations to draw , One block by operating the start button
When the operation of the block is completed and the machine tool stops , the tool graphic and the material graphic at the time when the operation of the next block is completed are displayed in addition to the material graphic and the tool graphic at that time. The operator can determine whether the next block can be executed normally before execution.

【0009】[0009]

【実施例】以下、図面に基づいて本発明の実施例につい
て詳細に説明をする。図1は、本発明の数値制御装置の
一実施例の構成を示す図である。加工プログラム実行処
理部3A及び仮想工具描画部11以外は従来例と同様な
ので同一符号を付して説明を省略する。加工プログラム
実行処理部3Aは、加工プログラムのブロックデータを
順に読み取って内容を解析し、仮想工具描画部11に動
指令を送り、次に補間処理部4に動作指令を送る。仮
想工具描画部11は、動作指令を基にして表示装置10
に仮想工具104、仮想軌跡105及び加工領域106
を描画する。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of an embodiment of a numerical control device according to the present invention. The components other than the machining program execution processing unit 3A and the virtual tool drawing unit 11 are the same as those of the conventional example, and therefore the same reference numerals are given and the description is omitted. Machining program execution processing unit 3A reads the block data of a machining program sequentially analyzes the content, sends the operation command to the virtual tool drawing unit 11 then sends the operation command to the interpolation processing unit 4. The virtual tool drawing unit 11 displays the display device 10 based on the operation command.
Virtual tool 104, virtual locus 105 and machining area 106
To draw.

【0010】仮想工具104は、終点位置における工具
を表し、色、輝度、画素パターン、線種及び線の太さ等
を変えて工具図形101と識別できるようにする。加工
軌跡105は、工具図形101が現在位置から終点位置
まで移動する間の軌跡を表すものであり、現在位置と終
点位置の間に描画され、色、輝度、画素パターン、線種
及び線の太さ等を変えて工具軌跡102とは識別できる
ようにする。加工領域106は、工具図形101が現在
位置から動作司令の終点位置まで移動する間に素材図形
103と干渉する領域であり、工具図形101を少しず
つ移動させながら描画する方法と、工具図形101の形
状、現在位置及び終点位置等から幾何学的に加工領域の
形状を求めて描画する方法などがあり、加工領域106
は色、輝度、画素パターン、線種及び線の太さ等を変え
て素材図形103と識別できるようにする。
The virtual tool 104 represents the tool at the end point position, and can be distinguished from the tool figure 101 by changing the color, luminance, pixel pattern, line type, line thickness, and the like. The processing locus 105 represents a locus during which the tool graphic 101 moves from the current position to the end point position, is drawn between the current position and the end point position, and has a color, a luminance, a pixel pattern, a line type, and a line thickness. By changing the tool path and the like, the tool path 102 can be identified. The processing area 106 is an area that interferes with the material graphic 103 while the tool graphic 101 moves from the current position to the end point of the operation command. There is a method of geometrically obtaining and drawing the shape of the processing area from the shape, the current position, the end point position, and the like.
Changes the color, luminance, pixel pattern, line type, line thickness, and the like so that the material figure 103 can be identified.

【0011】図2は、加工プログラム実行処理部3Aの
詳細な処理を示すフローチャートである。加工プログラ
ム実行処理部3Aの実行が開始されると、まず図6に示
す加工プログラムメモリ1の読取りブロック番号を表す
変数であるブロックポインタに0を代入する(ステップ
S1)。次に、加工プログラムメモリ1からブロックポ
インタにより指定されている1ブロックデータを読取
り、その内容を解析して終点位置、送り速度などを算出
し、動作指令を生成する(ステップS2)。仮想工具描
画部11は、加工プログラム実行処理部3Aからの動作
指令を受取り、仮想工具104、仮想軌跡105及び加
工領域106を描画する(ステップS3)。
FIG. 2 is a flowchart showing a detailed process of the machining program execution processing unit 3A. When the execution of the machining program execution processing unit 3A is started, first, 0 is assigned to a block pointer which is a variable indicating a read block number of the machining program memory 1 shown in FIG. 6 (step S1). Next, one block data designated by the block pointer is read from the machining program memory 1, and the contents are analyzed to calculate an end point position, a feed speed, and the like, and generate an operation command (step S2). The virtual tool drawing unit 11 operates from the machining program execution processing unit 3A.
Upon receiving the command , the virtual tool 104, the virtual trajectory 105, and the processing area 106 are drawn (step S3).

【0012】先ず、初回の実行か否かを判断し(ステッ
プS4)、初回の実行の場合、すなわち加工プログラム
の起動待ちの状態ならば、ステップS5に進み起動ボタ
ン21が押されるのを待つ。一方、加工プログラムの実
行が既に開始されており、次のブロックの実行に移る場
合ならば、シングルブロックスイッチ22の状態を調
べ、「入」ならば、ステップS5に進み起動ボタン21
が押されるのを待つ。この処理により前述したシングル
ブロック機能が実現されている。初回の実行ではなく、
かつ、シングルブロックスイッチ22の状態が「入」で
もないならば、ステップS6に移行する。
First, it is determined whether or not the execution is for the first time (step S4). If the execution is for the first time, that is, if the machining program is in a state of waiting for activation, the process proceeds to step S5 and waits until the activation button 21 is pressed. On the other hand, if the execution of the machining program has already been started and the operation moves to the execution of the next block, the state of the single block switch 22 is checked.
Wait for is pressed. This processing implements the single block function described above. Instead of the first run,
If the state of the single block switch 22 is not "ON", the process proceeds to step S6.

【0013】そこで、ステップS6においては加工プロ
グラムが終了したか否かを判断する。ステップS2で解
析したブロックが終了コードであった場合、または読取
るべきブロックが存在しなかった場合には終了と判定す
る。終了と判断すると加工プログラム実行処理部3Aは
その処理を終了し、終了ではないと判断した場合はステ
ップS7に移行する。ステップS7においては、補間処
理部4を呼出して工具7を動かすと同時に表示装置10
へ工具図形101を描画する。以上の処理まで終了した
ら、ブロックポインタに1を加算し(ステップS8)ス
テップS2に戻る。以下、この動作をステップS6で加
工プログラムが終了したと判断されるまで繰り返す。
In step S6, it is determined whether the machining program has been completed. If the block analyzed in step S2 is an end code, or if there is no block to be read, it is determined to be ended. If it is determined that the processing is to be ended, the machining program execution processing unit 3A ends the processing. If it is determined that the processing is not to be ended, the processing proceeds to step S7. In step S7, the interpolation processing unit 4 is called to move the tool 7, and at the same time, the display device 10
The tool figure 101 is drawn. When the above processing is completed, 1 is added to the block pointer (step S8), and the process returns to step S2. Hereinafter, this operation is repeated until it is determined in step S6 that the machining program has been completed.

【0014】図3及び図4は、本発明の数値制御装置に
おける描画方法の具体例を示す図である。図3(A)
は、同図に示すプログラムにおけるシーケンス番号N0
6の実行前でシングルブロック停止となっている状態を
示す図であり、図2に示すフローチャートにおいてはス
テップS5の段階である。シーケンス番号N06の加工
完了時の加工領域及び工具位置は、図2に示すフローチ
ャートにおけるステップS3の処理で既に描画されてお
り、作業員は加工領域106、仮想軌跡105及び仮想
工具104より次のブロックが異常なく実行可能かどう
か判断した上で起動ボタン21を押し、シーケンス番号
N06のブロックを実行する。図3(B)はシーケンス
番号N06のブロック実行中を示す図であり、図2に示
すフローチャートにおいてはステップS7の段階であ
る。実際の工具の動きに同期して工具図形101が移動
し、加工領域106を消去していく様子が表示装置10
にアニメーション表示される。
FIGS. 3 and 4 are diagrams showing a specific example of a drawing method in the numerical controller according to the present invention. FIG. 3 (A)
Is the sequence number N0 in the program shown in FIG.
6 is a diagram showing a state in which a single block is stopped before execution of Step 6 in the flowchart shown in FIG. The machining area and the tool position at the completion of machining with the sequence number N06 have already been drawn in the process of step S3 in the flowchart shown in FIG. 2, and the worker has the next block from the machining area 106, the virtual trajectory 105, and the virtual tool 104 Is activated or not, and then the start button 21 is pressed to execute the block with the sequence number N06. FIG. 3B is a diagram showing that the block with the sequence number N06 is being executed. In the flowchart shown in FIG. 2, this is the stage of step S7. The display device 10 shows that the tool figure 101 moves in synchronization with the actual movement of the tool and the machining area 106 is erased.
Is animated.

【0015】工具図形が終点位置に達し、図2における
ステップS7が終了するとステップS8を経てステップ
S2に戻りシーケンス番号N07が解析される。ステッ
プS3でシーケンス番号N07の加工完了時の加工領域
及び工具位置が描画され、更に、ステップS4を経て図
4(A)に示すように再びシングルブロック停止とな
る。前回と同様に、起動ボタン21が押されるとシーケ
ンス番号N07のブロックが実行開始され、図4(B)
がその実行中の様子を示す図である。
When the tool graphic reaches the end point and step S7 in FIG. 2 is completed, the process returns to step S2 via step S8, and the sequence number N07 is analyzed. In step S3, the machining area and the tool position at the time of completion of machining with the sequence number N07 are drawn, and after step S4, the single block is stopped again as shown in FIG. 4A. As in the previous case, when the start button 21 is pressed, the execution of the block of the sequence number N07 is started, and FIG.
Is a diagram showing a state during the execution.

【0016】尚、シングルブロックスイッチ22が
「切」の状態の場合は、図2におけるステップS5の状
態にはならないので、起動ボタン21に関わりなく次の
ブロックが実行される。
When the single block switch 22 is in the "OFF" state, the state does not go to the step S5 in FIG. 2, so that the next block is executed irrespective of the start button 21.

【0017】[0017]

【発明の効果】以上のように本発明の数値制御装置によ
れば、シングルブロック停止時に次に実行するブロック
の加工予定が表示されるため、作業員が次のブロックが
実行可能かどうか容易に判断できるので加工プログラム
のチェックと加工を同時に安全に行なうことができる。
As described above, according to the numerical controller of the present invention, when the single block is stopped, the processing schedule of the next block to be executed is displayed, so that the operator can easily determine whether the next block can be executed. Since the judgment can be made, the checking of the machining program and the machining can be simultaneously performed safely.

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

【図1】本発明の数値制御装置の一実施例の構成を示す
図である。
FIG. 1 is a diagram showing a configuration of an embodiment of a numerical controller according to the present invention.

【図2】加工プログラム実行処理部3Aの詳細を示すフ
ローチャートである。
FIG. 2 is a flowchart showing details of a machining program execution processing unit 3A.

【図3】本発明の数値制御装置における描画方法の具体
例を示す図である。
FIG. 3 is a diagram showing a specific example of a drawing method in the numerical control device of the present invention.

【図4】本発明の数値制御装置における描画方法の具体
例を示す図である。
FIG. 4 is a diagram showing a specific example of a drawing method in the numerical control device of the present invention.

【図5】シングルブロック機能を用いて加工プログラム
のチェックと加工とを同時に行なう従来の数値制御装置
のブロック図である。
FIG. 5 is a block diagram of a conventional numerical controller that simultaneously checks a machining program and performs machining using a single block function.

【図6】加工プログラムメモリ1に記憶されている加工
プログラムを示す図である。
FIG. 6 is a diagram showing a machining program stored in a machining program memory 1.

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

3A 加工プログラム実行処理部 11 仮想工具描画部 3A Machining program execution processing unit 11 Virtual tool drawing unit

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 加工プログラムを記憶する加工プログラ
ムメモリと、起動ボタンが押される度に前記加工プログ
ラムメモリから加工プログラムを1ブロック読み出して
補間処理部に送る加工プログラム実行処理部と、加工プ
ログラムの1ブロックの指令に基づいてサーボモータを
駆動し、工作機械の可動部に結合された工具を動かして
素材を加工する前記補間処理部とを有し、表示装置に工
具図形及び素材図形を表示し、前記工具の動きに対応
せて前記工具図形を動かすと共に前記素材の加工形状に
対応させて前記素材図形を変形させて描画することで前
記工作機械での加工の様子を表示する数値制御装置にお
いて、前記起動ボタンにより起動された1ブロックの機械動作
を完了して前記工作機械が 停止したとき、前記起動ボタ
ンによる起動前のブロックであって前記起動された1ブ
ロックの次に実行されるブロックの機械動作を完了した
時点の工具図形及び素材図形を、前記工具に対応した工
具図形及び前記素材に対応した素材図形に加えて前記表
示装置に表示する仮想描画手段を備えたことを特徴とす
る数値制御装置。
1. A machining program for storing a machining program.
Memory and the machining program each time the start button is pressed.
Read one block of machining program from RAM memory
A processing program execution processing unit to be sent to the interpolation processing unit;
Servo motor based on the command of one block of the program
Drive and move the tool connected to the moving part of the machine tool
The interpolation processing section for processing a material, and
The tool graphic and the material graphic are displayed, and the tool graphic is moved in accordance with the movement of the tool, and the processing shape of the material is changed.
By deforming and drawing the material figure in accordance with
In a numerical control device for displaying a state of machining on a machine tool, one block of machine operation activated by the activation button is provided.
When the machine tool is stopped and the start button is
Block before activation by the
Then the factory fixture graphic及beauty Material shapes upon completion of the mechanical operations of the blocks are executed in the lock, corresponding to the tool Engineering
In addition to the fixture figure and the material figure corresponding to the material, the table
Numerical control device being characterized in that example Bei virtual drawing means for displaying the shown device.
JP3145480A 1991-05-21 1991-05-21 Numerical control unit Expired - Fee Related JP2813079B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3145480A JP2813079B2 (en) 1991-05-21 1991-05-21 Numerical control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3145480A JP2813079B2 (en) 1991-05-21 1991-05-21 Numerical control unit

Publications (2)

Publication Number Publication Date
JPH04344504A JPH04344504A (en) 1992-12-01
JP2813079B2 true JP2813079B2 (en) 1998-10-22

Family

ID=15386233

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3145480A Expired - Fee Related JP2813079B2 (en) 1991-05-21 1991-05-21 Numerical control unit

Country Status (1)

Country Link
JP (1) JP2813079B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102008001011A1 (en) 2007-04-06 2008-11-06 Okuma Corporation Numerical control device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5384178B2 (en) * 2008-04-21 2014-01-08 株式会社森精機製作所 Machining simulation method and machining simulation apparatus

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60239808A (en) * 1984-05-14 1985-11-28 Fanuc Ltd Displaying method of hole shape
JPS61249108A (en) * 1985-04-26 1986-11-06 Okuma Mach Works Ltd Working monitor system for numerical controller
JPS62120940A (en) * 1985-11-15 1987-06-02 Hitachi Seiki Co Ltd Machining information preparing device for machine tool
JPH0219906A (en) * 1988-07-08 1990-01-23 Fanuc Ltd Numerical control program correcting system for interactive numerical controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102008001011A1 (en) 2007-04-06 2008-11-06 Okuma Corporation Numerical control device
US8036770B2 (en) 2007-04-06 2011-10-11 Okuma Corporation Numerical control unit with set amount of execution

Also Published As

Publication number Publication date
JPH04344504A (en) 1992-12-01

Similar Documents

Publication Publication Date Title
JP2002172543A (en) Control parameter setting system and control parameter setting method for machining device
JPH0554129B2 (en)
JPS6115205A (en) Drawing method of graphic display for numerical controller
JP2762788B2 (en) Moving body operation display device and display method thereof
JP2813079B2 (en) Numerical control unit
EP0548372B1 (en) Animation drawing method for multiple-lathe numeric controller
JPH0659717A (en) Nc device having tool locus data plotting function and plotting method thereof
JPH05241646A (en) Program display device
JP2006344041A (en) Tool locus plotting method and apparatus
JP3660038B2 (en) Numerical controller
JPH10124124A (en) Working program drawing method for numerical controller, and numerical controller provided with drawing function
JPH09120308A (en) Tool path plotting method
JPH0563749U (en) Numerical control device with processing time calculation function
JP3471644B2 (en) Control device for area machining operation
JPH0264714A (en) Method for preparing nc data
JP2891366B2 (en) Automatic welding equipment
JPH1165633A (en) Numerical control apparatus
JP2000353003A (en) Nc data recognition device
JP3641285B2 (en) Interactive raw nail molding machine
JPS63282504A (en) Display system
JPH0511832A (en) Numerical controller with interference history display function
JPH06114678A (en) Tool locus display device of nc device
JP2965171B2 (en) Interactive programming device
JPH0566819A (en) Interactive automatic programming method
JPH06332518A (en) Interactive numerical controller

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080807

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090807

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090807

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100807

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees