JPH0561516A - Numerical controller - Google Patents

Numerical controller

Info

Publication number
JPH0561516A
JPH0561516A JP3223058A JP22305891A JPH0561516A JP H0561516 A JPH0561516 A JP H0561516A JP 3223058 A JP3223058 A JP 3223058A JP 22305891 A JP22305891 A JP 22305891A JP H0561516 A JPH0561516 A JP H0561516A
Authority
JP
Japan
Prior art keywords
data
tool
program
position coordinate
creating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3223058A
Other languages
Japanese (ja)
Inventor
Yasuo Okazawa
泰夫 岡沢
Kenzo Sato
賢蔵 佐藤
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.)
Nikon Corp
Original Assignee
Nikon 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 Nikon Corp filed Critical Nikon Corp
Priority to JP3223058A priority Critical patent/JPH0561516A/en
Publication of JPH0561516A publication Critical patent/JPH0561516A/en
Pending legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)

Abstract

PURPOSE:To provide a numeral control NC device capable of the machining at a high speed and with high accuracy. CONSTITUTION:The NC device which interpolates the straight lines and curves and performs the machining control is provided with a tool locus production means which products the tool locus data from an NC program including the maching conditions and the parameter data, a shift command production means 17 which produces the shift command data from the tool locus data per each minute segment length, a shift command data storage means 18, and a position coordinate production means 19 which reads the shift command data out of the means 18 and produces the position coordinate data at every minute unit time to output these data to a servo control part 20.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、加工機を数値制御する
数値制御装置(以下、NC装置という)に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a numerical control device (hereinafter referred to as NC device) for numerically controlling a processing machine.

【0002】[0002]

【従来の技術】図14は、従来のNC装置を示す概略ブ
ロック図である。図14において、NC装置30は、通
信回線40を介してホストコンピュータ31から被加工
物(以下、ワークという)を加工するためのNCプログ
ラムをNCプログラム入力部32に入力し、これをNC
プログラム格納部33に格納する。
2. Description of the Related Art FIG. 14 is a schematic block diagram showing a conventional NC device. In FIG. 14, the NC device 30 inputs an NC program for processing a workpiece (hereinafter referred to as a work) from the host computer 31 via the communication line 40 to the NC program input section 32, and the NC program is input to the NC program input section 32.
The program is stored in the program storage unit 33.

【0003】NC装置30が実行を開始すると、NCプ
ログラム解析部34はNCプログラム格納部33からN
Cプログラムを読み込んで移動指令データに変換してパ
ルス分配部35に出力する。また、I/O制御が必要な
場合、NCプログラム解析部34はI/O制御部37に
指令を出してI/Oコントロールを行う。一方、パルス
分配部35は、前記移動指令データを指定された加工速
度に基づいてパルス分配することで速度指令パルスを作
成し、該指令パルスをサーボ制御部36に出力する。
When the NC device 30 starts to execute, the NC program analysis unit 34 reads the N program from the NC program storage unit 33.
The C program is read, converted into movement command data, and output to the pulse distributor 35. When I / O control is required, the NC program analysis unit 34 issues a command to the I / O control unit 37 to perform I / O control. On the other hand, the pulse distributing unit 35 creates a speed command pulse by distributing the movement command data based on the designated machining speed, and outputs the command pulse to the servo control unit 36.

【0004】サーボ制御部36は、前記指令パルスによ
り加工機38を制御することで前記ワーク(図示せず)
に対しNC加工を行なう。また、加工機38からの位置
情報39は、サーボ制御部36にフィードバックされて
サーボ制御に使用されていた。なお、NCプログラム格
納部33に格納しきれない大容量のNCプログラムは、
外部のホストコンピュータ31からNCプログラム入力
部32に入力された後、プログラム解析部34へ直接入
力され、以降は上記と同様に処理される。
The servo control unit 36 controls the processing machine 38 by the command pulse to move the work (not shown).
NC processing is performed on. Further, the position information 39 from the processing machine 38 is fed back to the servo control unit 36 and used for servo control. A large-capacity NC program that cannot be stored in the NC program storage unit 33 is
After being input from the external host computer 31 to the NC program input unit 32, it is directly input to the program analysis unit 34, and the subsequent processing is performed in the same manner as described above.

【0005】次に、上記NC装置によってワークを加工
する際のNCプログラムの作成過程を曲面を加工する場
合を例に説明する。ホストコンピュータ31では、図1
5に示すように加工すべき前記曲面を理想曲面軌跡15
1として、この軌跡151を任意のピッチpで分割し、
前記曲面を表す式と分割ピッチpに基づいて分割点での
各点列qの位置を算出する。そして、各点列qを図15
に示す直線や円弧で近似された微小線分tで結んでい
き、図18 に示すような直線運動や円弧運動を命令す
るNCプログラムを作成していた。この時、図16に示
すように、分割したピッチが小さい(分割ピッチp1
場合の理想曲面軌跡161と微小線分との軌跡誤差16
2は、ピッチが大きい(分割ピッチp2)場合の軌跡誤
差163よりも小さくなる。従って、NC装置において
加工精度を向上させるためには、理想曲面軌跡の分割ピ
ッチをできるだけ小さくしてNCプログラムを作成する
ことが要求されていた。
Next, the process of creating an NC program when a workpiece is machined by the NC device will be described by taking a case of machining a curved surface as an example. In the host computer 31, FIG.
The curved surface to be processed as shown in FIG.
1, the locus 151 is divided at an arbitrary pitch p,
The position of each point sequence q at the division point is calculated based on the expression representing the curved surface and the division pitch p. Then, each point sequence q is shown in FIG.
An NC program for instructing a linear movement or an arc movement as shown in FIG. 18 is created by connecting the minute line segments t approximated by the straight line or the arc shown in FIG. At this time, as shown in FIG. 16, the divided pitch is small (divided pitch p 1 ).
In the case of the ideal curved surface 161 and the minute line segment error 16
2 is smaller than the trajectory error 163 when the pitch is large (divided pitch p 2 ). Therefore, in order to improve the machining accuracy in the NC device, it has been required to create the NC program by making the division pitch of the ideal curved surface locus as small as possible.

【0006】[0006]

【発明が解決しようとする課題】上記のような従来のN
C装置では、高精度で曲面の加工を行う場合は前記理想
曲面軌跡を分割する際のピッチを細かくする方法がとら
れていた。しかし、この方法を用いるとピッチが増える
ので、前記微小線分で連続補間したNCプログラムのデ
ータ量が大きくなってしまう。
DISCLOSURE OF THE INVENTION Problems to be Solved by the Invention
In the C device, in the case of processing a curved surface with high accuracy, a method of finely dividing the ideal curved surface locus has been adopted. However, when this method is used, the pitch is increased, so that the data amount of the NC program continuously interpolated by the minute line segment becomes large.

【0007】一方、一定時間に解析できるデータ量には
制限があるため、前述のようにピッチを細かくデータ量
が大きくなるとNCプログラムの解析に要する時間が増
加してしまった。また、ホストコンピュータから入力し
たNCプログラムによる加工速度は、前記通信回線の通
信速度により制限を受けるが、高速通信回線を用いると
コストがかかるという問題もあった。
On the other hand, since there is a limit to the amount of data that can be analyzed in a fixed time, the time required for analyzing the NC program increases as the pitch becomes finer and the amount of data increases as described above. Further, the processing speed by the NC program input from the host computer is limited by the communication speed of the communication line, but there is also a problem that using a high-speed communication line results in cost.

【0008】以上の理由により、高精度で加工する際は
加工速度が遅くなり時間がかかるという問題があった。
本発明は、上記問題を考慮して高精度で高速加工を可能
にするNC装置を提供することを目的とする。
For the above reasons, there is a problem that the processing speed becomes slow and it takes a long time when processing with high accuracy.
It is an object of the present invention to provide an NC device capable of high-speed machining with high accuracy in consideration of the above problems.

【0009】[0009]

【課題を解決するための手段】上記目的のために本発明
では、直線及び曲線を補間して加工制御を行なう数値制
御装置において、被加工物の加工条件を含むNCプログ
ラムおよびパラメータデータから工具軌跡データを作成
する工具軌跡作成手段と、前記工具軌跡データから微小
線分長さ当たりの移動指令デ−タを作成する移動指令作
成手段と、前記移動指令デ−タを記憶する記憶手段と、
該記憶手段から前記移動指令デ−タを読み出して微小単
位時間ごとの位置座標デ−タを作成するとともに該位置
座標デ−タをサ−ボ制御部へ出力する位置座標作成手
段、とを有するようにした。
To achieve the above object, in the present invention, in a numerical controller for performing machining control by interpolating a straight line and a curve, a tool locus is calculated from an NC program including machining conditions of a workpiece and parameter data. Tool locus creating means for creating data, move command creating means for creating move command data per minute line segment length from the tool locus data, and storage means for storing the move command data,
Position coordinate creating means for reading the movement command data from the storage means to create position coordinate data for each minute unit time and for outputting the position coordinate data to the servo control section. I did it.

【0010】[0010]

【作用】本発明では、前記工具軌跡データから前記微小
線分の長さを移動するための、工具速度と単位時間との
関係を有する成分(パラメータ)からなる移動指令デー
タを加工前に移動指令作成手段によって作成し、記憶手
段に記憶しておく。そして、加工時に位置座標作成手段
により前記移動指令データを順次読み込んで前記成分を
計算処理し、微小単位時間ごとの位置座標データを作成
してサーボ制御部へ出力する。
In the present invention, the movement command data consisting of the component (parameter) having the relationship between the tool speed and the unit time for moving the length of the minute line segment from the tool trajectory data is given before the machining. Created by the creating means and stored in the storage means. Then, during processing, the position coordinate creating means sequentially reads the movement command data to calculate the components, creates position coordinate data for each minute unit time, and outputs the position coordinate data to the servo controller.

【0011】この時、前記移動指令データは、位置座標
作成手段によって計算処理されることを前提としている
のでデータ量は少なくて済む。また、加工時に順次位置
座標データを作成するので記憶しておくデータ量も少な
くなる。なお、計算処理に要する時間は短いため、加工
時に順次位置座標データを作成しても加工速度は遅くな
らない。また、前記微小単位時間を短くできるので位置
制御特性が良くなり、加工精度が向上する。
At this time, since the movement command data is premised on the calculation processing by the position coordinate creating means, the data amount can be small. In addition, since the position coordinate data is sequentially created during processing, the amount of data to be stored becomes small. Since the time required for the calculation process is short, the machining speed does not slow down even if the position coordinate data is sequentially created during machining. Further, since the minute unit time can be shortened, the position control characteristic is improved and the processing accuracy is improved.

【0012】そして、位置座標データは微小単位時間に
応じて作成されるので加工速度を制御する成分を含む。
そのため、従来行っていたプログラム解析部でNCプロ
グラムを移動指令データに変換した後、パルス分配部で
前記移動指令データを指定された加工速度に基づいて速
度指令パルスを作成する過程は、本発明では不要にな
る。その結果、データ処理にかかる時間を短くすること
ができる。
Since the position coordinate data is created according to a minute unit time, it contains a component for controlling the processing speed.
Therefore, according to the present invention, the conventional process of converting the NC program into movement command data by the program analysis unit and then creating the speed command pulse based on the designated machining speed of the movement command data by the pulse distribution unit is not performed in the present invention. It becomes unnecessary. As a result, the time required for data processing can be shortened.

【0013】[0013]

【実施例】図1は本発明の一実施例を示す概略ブロック
図である。本実施例は、ワークを加工面の形状を表す
式、その式の係数、使用する工具の半径等の値からパラ
メータデータを作成するパラメータデータ作成手段(図
示せず)と、NC装置1と、NC装置1からの信号によ
ってワーク(図示せず)を加工する加工機22、とで構
成される。
1 is a schematic block diagram showing an embodiment of the present invention. In this embodiment, a parameter data creating means (not shown) for creating parameter data from an expression representing a shape of a work surface, a coefficient of the expression, a radius of a tool to be used, an NC device 1, A processing machine 22 for processing a work (not shown) in response to a signal from the NC device 1.

【0014】以下、本実施例における加工過程を説明す
る。NC装置1は、ワークの加工前にあらかじめ対話形
式で前記パラメータデータをパラメータデータ入力部1
1から入力し、パラメータデータ記憶部12に記憶して
おく。NCプログラム作成部13は、パラメータデータ
記憶部12からパラメータデータを読み込み、該データ
をもとに曲面の部分を含めて図2に示すようなNCプロ
グラムを作成し、NCプログラム記憶部14に記憶す
る。
The processing process in this embodiment will be described below. The NC device 1 uses the parameter data input unit 1 in advance to interactively enter the parameter data before machining the workpiece.
It is input from 1 and stored in the parameter data storage unit 12. The NC program creating unit 13 reads the parameter data from the parameter data storage unit 12, creates an NC program including the curved surface portion based on the data as shown in FIG. 2, and stores it in the NC program storage unit 14. ..

【0015】該NCプログラムの作成において、直線お
よび円弧以外の曲面部を加工するNCプログラム部は、
図に示すようにGコードと同様なコードとしてASコー
ドTと、図3に示す加工条件を含むパラメータデータW
として作成されNCプログラム記憶部14に記憶され
る。従って、前記曲面部に関しては計算はせず、形状デ
ータとして前記コードTとパラメータデータWで記憶し
ておく。
In the creation of the NC program, the NC program part for machining curved surface parts other than straight lines and circular arcs is
As shown in the figure, an AS code T as a code similar to the G code and parameter data W including the processing conditions shown in FIG.
And is stored in the NC program storage unit 14. Therefore, the curved surface portion is not calculated and is stored as the shape data with the code T and the parameter data W.

【0016】工具軌跡作成部15は、NCプログラム記
憶部14に記憶されたNCプログラムと、パラメータデ
ータ記憶部12に記憶されているパラメータデータから
工具軌跡データを形成し、工具軌跡データ記憶部16に
記憶する。図4は、工具軌跡作成部15での工具軌跡の
算出過程の一部を示す。図4において、NCプログラム
に含まれているNCプログラム軌跡41は、ワーク基準
の軌跡を示し、始点Aから、B、C、D、E、F、Aの
順に軌跡を描く。B〜Eの区間が、ワークを加工してい
る部分の軌跡を示す。該軌跡は、A〜B、E〜F〜Aは
直線移動、B〜C、D〜Eは円弧移動、C〜Dは直線お
よび円弧以外の曲面移動を示す。
The tool locus creation unit 15 forms tool locus data from the NC program stored in the NC program storage unit 14 and the parameter data stored in the parameter data storage unit 12, and the tool locus data storage unit 16 stores the tool locus data. Remember. FIG. 4 shows a part of the process of calculating the tool trajectory in the tool trajectory generator 15. In FIG. 4, an NC program locus 41 included in the NC program indicates a locus of a work reference, and the locus is drawn from the starting point A in the order of B, C, D, E, F, and A. The section from B to E shows the locus of the part that is processing the work. In the locus, A to B, E to F to A indicate linear movements, B to C and D to E indicate circular arc movements, and C to D indicate curved surface movements other than linear and circular arcs.

【0017】工具軌跡作成部15は、NCプログラム軌
跡41と前記パラメータデータから、直線移動による加
工部分A〜BおよびE〜Fと、円弧移動による加工部分
B〜CおよびD〜Eに対しては、工具基準の移動軌跡
(工具半径オフセットを考慮した軌跡)である工具軌跡
42を算出して工具軌跡データを作成する。なお、工具
軌跡42の通過点G〜Jは、NCプログラム軌跡41の
B〜Eにそれぞれ対応している。
From the NC program locus 41 and the parameter data, the tool locus creating unit 15 determines the machining portions A to B and E to F by linear movement and the machining portions B to C and D to E by circular movement. A tool locus 42, which is a movement locus based on the tool (a locus in which the tool radius offset is taken into consideration), is calculated to create tool locus data. The passing points G to J of the tool locus 42 correspond to B to E of the NC program locus 41, respectively.

【0018】一方、曲面移動による加工部分C〜Dに対
応する工具軌跡42のH〜I区間は、図5に示すような
曲面の工具軌跡コードUとパラメータVによって工具軌
跡が表される。この時、前記コードUとパラメータV
は、H〜I区間に関しては工具軌跡の計算を行わず前記
NCプログラム内のコードTとパラメータデータWを使
用する。このようにして、NCプログラム軌跡41に対
応する工具軌跡データ42が作成される。
On the other hand, the HI section of the tool locus 42 corresponding to the machining portions C to D caused by the movement of the curved surface is represented by the tool locus code U and the parameter V of the curved surface as shown in FIG. At this time, the code U and the parameter V
Uses the code T and the parameter data W in the NC program without calculating the tool path for the section from H to I. In this way, the tool trajectory data 42 corresponding to the NC program trajectory 41 is created.

【0019】なお、図6のように工具軌跡において隣接
する直線部P1 −P2 およびP2 −P3 が存在する場合
は、図7に示すように接続円弧P4 −P5 を形成して該
2つの直線部を接続させて工具軌跡データを作成する。
上記のようにして作成された工具軌跡データは、工具軌
跡データ記憶部16によって記憶される。
If there are adjacent straight line portions P 1 -P 2 and P 2 -P 3 in the tool path as shown in FIG. 6, connection arcs P 4 -P 5 are formed as shown in FIG. Then, the two straight line portions are connected to create tool trajectory data.
The tool locus data created as described above is stored in the tool locus data storage unit 16.

【0020】移動指令作成部17は、工具軌跡データ記
憶部16から工具軌跡データを読み出し、図9に示すよ
うに工具軌跡を微小線分長さuで分割し、該微小線分長
さ当たりの移動指令データを作成する。この時、前記工
具軌跡データの曲面部分については、図5のように曲面
コードとパラメータを含んだ工具軌跡データから工具半
径オフセットを考慮した工具軌跡を想定し、該工具軌跡
を微小線分長さで分割してこの微小線分に対する移動指
令データを作成する。この場合、移動指令作成部17
は、図10に示すようにNCプログラム軌跡101から
垂線を下ろして工具半径r分をオフセットした点を求め
ていく。そして、これらの点を結んでいくことで工具軌
跡102を作成し、同時に該工具軌跡を前記微小線分長
さで分割したSn 、Sn+1 、Sn+2 に対応する、図11
に示すような移動指令データを作成していく。
The movement command creating section 17 reads out the tool trajectory data from the tool trajectory data storage section 16, divides the tool trajectory into minute line segment lengths u as shown in FIG. Create move command data. At this time, for the curved surface portion of the tool trajectory data, a tool trajectory in which the tool radius offset is considered from the tool trajectory data including the curved surface code and the parameter as shown in FIG. Divide by to create movement command data for this minute line segment. In this case, the movement command creating unit 17
As shown in FIG. 10, a perpendicular is drawn from the NC program locus 101 to find a point offset by the tool radius r. Then, by connecting these points, a tool locus 102 is created, and at the same time, the tool locus corresponds to S n , S n + 1 , and S n + 2 obtained by dividing the tool locus by the length of the minute line segment.
The movement command data as shown in is created.

【0021】このように、曲面部分に対しては工具軌跡
の作成と微小線分長さでの分割を共に移動指令作成部1
7で行なうため、NCプログラムおよび工具軌跡データ
の量を減らすことができる他、誤差も少なくなる。その
ため、精度良くデータが作成できる。また、前記微小線
分長さは、図8に示すように前記接続円弧の中で最小の
半径よりも短い線分長さとし、移動速度のベクトル変化
が小さくなるようにする。さらに、図12に示すように
工具軌跡121を所定のピッチで分割して微小線分S1
〜S6を作成した場合に、方向が所定範囲内にあって同
一方向と見なせるS1〜S4については、一括された1
つの線分L1に対応する圧縮移動指令データに変換さ
れ、データ量を減らすようにしている。こうして得られ
た移動指令データは、工具速度と単位時間との関係を有
する成分(パラメータ)を有している。
As described above, for the curved surface portion, the movement command generation unit 1 is used for both the tool locus generation and the division into minute line segment lengths.
7, the amount of NC program and tool trajectory data can be reduced, and the error is reduced. Therefore, data can be created accurately. Further, the length of the minute line segment is set to be a line segment length shorter than the minimum radius in the connecting arc as shown in FIG. 8 so that the vector change of the moving speed becomes small. Further, as shown in FIG. 12, the tool path 121 is divided at a predetermined pitch to divide the minute line segment S1.
When S1 to S6 are created, the directions are within a predetermined range and can be regarded as the same direction.
The compressed movement command data corresponding to one line segment L1 is converted to reduce the data amount. The movement command data thus obtained has a component (parameter) having a relationship between the tool speed and the unit time.

【0022】移動指令データ記憶部18は、上述のよう
にして作成された移動指令データを記憶しておく。加工
時は位置座標作成部19が、加工時に移動指令データ記
憶部18から順次移動指令データを読みだし、微小単位
時間ごとの位置座標データを作成し、サーボ制御部20
へ出力する。この時、位置座標作成部19が前記圧縮移
動指令データを読み出した時は、前記工具軌跡データの
複数の線分として展開し、位置座標データを作成する。
なお、前記位置座標データの作成は、前記工具速度と単
位時間との関係を有する成分を計算処理することで行わ
れる。
The movement command data storage unit 18 stores the movement command data created as described above. At the time of processing, the position coordinate creation unit 19 sequentially reads the move command data from the move command data storage unit 18 at the time of processing, creates the position coordinate data for each minute unit time, and the servo control unit 20.
Output to. At this time, when the position coordinate creating unit 19 reads the compression movement command data, it is developed as a plurality of line segments of the tool trajectory data to create the position coordinate data.
The position coordinate data is created by calculating the component having the relationship between the tool speed and the unit time.

【0023】また、位置座標作成部19は、必要があれ
ばI/O制御部21に対して入出力の指令を行ない、加
工機22を制御する。上記のように、前記移動指令デー
タは、位置座標作成手段によって計算処理されることを
前提としているのでデータ量は少なくて済む。また、位
置座標データは微小単位時間に応じて作成されるので加
工速度を制御する成分を含むので、指定された加工速度
に基づいて速度指令パルスを作成する過程が不要であ
る。その結果、データ処理にかかる時間を短くすること
ができる。
The position coordinate creating section 19 also controls the processing machine 22 by issuing an input / output command to the I / O control section 21 if necessary. As described above, since the movement command data is premised on the calculation processing by the position coordinate creating means, the data amount can be small. Further, since the position coordinate data is created according to a minute unit time, it includes a component for controlling the processing speed, and therefore, the process of creating a speed command pulse based on the specified processing speed is unnecessary. As a result, the time required for data processing can be shortened.

【0024】なお、本実施例のシステムとしては、図1
に示す如く全機能ブロックを含むNC装置として構成し
ているが、図13のようにNC装置とホストコンピュー
タとに機能を分けて構成しても良い。
The system of this embodiment is shown in FIG.
Although it is configured as an NC device including all functional blocks as shown in FIG. 13, the NC device and the host computer may be configured with different functions as shown in FIG.

【0025】[0025]

【発明の効果】以上のように、本発明によれば数値制御
のためのデータ処理の時間が短縮できる。そのため、高
精度化のためにデータ量が増加した場合でも、高速加工
が可能になる。
As described above, according to the present invention, the data processing time for numerical control can be shortened. Therefore, even if the amount of data increases for higher accuracy, high-speed processing becomes possible.

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

【図1】は、本発明の一実施例を示す概略ブロック図で
ある。
FIG. 1 is a schematic block diagram showing an embodiment of the present invention.

【図2】は、NCプログラムの一例を示す図である。FIG. 2 is a diagram showing an example of an NC program.

【図3】は、実施例で用いたパラメータデータの一例を
示す図である。
FIG. 3 is a diagram showing an example of parameter data used in the examples.

【図4】は、工具軌跡の算出過程の一部を示す図であ
る。
FIG. 4 is a diagram showing a part of a process of calculating a tool path.

【図5】は、工具軌跡作成手段で作成される工具軌跡コ
ードとパラメータを示す図である。
FIG. 5 is a diagram showing a tool locus code and parameters created by a tool locus creating means.

【図6】は、工具軌跡において隣接する2つの直線を示
す図である。
FIG. 6 is a diagram showing two adjacent straight lines in a tool path.

【図7】は、工具軌跡の2つの直線同士を接続円弧を介
して接続した状態を示す図である。
FIG. 7 is a diagram showing a state in which two straight lines of a tool path are connected to each other via a connecting arc.

【図8】は、工具軌跡を接続円弧の中の最小半径よりも
短い線分長さで分割した状態を示す図である。
FIG. 8 is a diagram showing a state in which the tool path is divided into line segment lengths shorter than the minimum radius in the connecting arc.

【図9】は、工具軌跡を微小線分長さで分割した状態を
示す図である。
FIG. 9 is a diagram showing a state in which the tool locus is divided into minute line segment lengths.

【図10】は、移動指令作成部が曲面加工を指示する際
に行なう工具半径オフセットの方法を示す図である。
FIG. 10 is a diagram showing a tool radius offset method performed when the movement command creating unit gives an instruction for curved surface machining.

【図11】は、移動指令データの一例を示す図である。FIG. 11 is a diagram showing an example of movement command data.

【図12】は、工具軌跡を微小線分で分割した状態を示
す図である。
FIG. 12 is a diagram showing a state in which a tool path is divided by minute line segments.

【図13】は、本発明の他の実施例を示す概略ブロック
図である。
FIG. 13 is a schematic block diagram showing another embodiment of the present invention.

【図14】は、従来のNC装置を示す概略ブロック図で
ある。
FIG. 14 is a schematic block diagram showing a conventional NC device.

【図15】は、理想曲面軌跡と微小線分との関係を示す
図である。
FIG. 15 is a diagram showing a relationship between an ideal curved surface trajectory and a minute line segment.

【図16】は、理想曲面軌跡と微小線分との間に生じる
軌跡誤差と、分割ピッチとの関係を示す図である。
FIG. 16 is a diagram showing a relationship between a trajectory pitch error generated between an ideal curved surface trajectory and a minute line segment and a division pitch.

【図17】は、曲面部の加工を指示する従来のNCプロ
グラムの一例を示す図である。
FIG. 17 is a diagram showing an example of a conventional NC program for instructing the processing of a curved surface portion.

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

1 NC装置 22 加工機 30 NC装置 38 加工機 1 NC device 22 processing machine 30 NC device 38 processing machine

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 直線及び曲線を補間して加工制御を行な
う数値制御装置において、 被加工物の加工条件を含むNCプログラムおよびパラメ
ータデータから工具軌跡データを作成する工具軌跡作成
手段と、 前記工具軌跡データから微小線分長さ当たりの移動指令
デ−タを作成する移動指令作成手段と、 前記移動指令デ−タを記憶する記憶手段と、 該記憶手段から前記移動指令デ−タを読み出して微小単
位時間ごとの位置座標デ−タを作成するとともに該位置
座標デ−タをサ−ボ制御部へ出力する位置座標作成手
段、を有することを特徴とする数値制御装置。
1. A numerical controller for performing machining control by interpolating a straight line and a curve, a tool locus creating means for creating tool locus data from an NC program including machining conditions of a workpiece and parameter data, and the tool locus. Movement command creating means for creating movement command data per minute line segment length from data, storage means for storing the movement command data, and reading the movement command data from the storage means A numerical control device comprising: position coordinate creating means for creating position coordinate data for each unit time and outputting the position coordinate data to a servo control unit.
JP3223058A 1991-09-03 1991-09-03 Numerical controller Pending JPH0561516A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3223058A JPH0561516A (en) 1991-09-03 1991-09-03 Numerical controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3223058A JPH0561516A (en) 1991-09-03 1991-09-03 Numerical controller

Publications (1)

Publication Number Publication Date
JPH0561516A true JPH0561516A (en) 1993-03-12

Family

ID=16792176

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3223058A Pending JPH0561516A (en) 1991-09-03 1991-09-03 Numerical controller

Country Status (1)

Country Link
JP (1) JPH0561516A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953233A (en) * 1996-03-29 1999-09-14 Toyota Jidosha Kabushiki Kaisha Process of generating discrete points defining cutter path, so as to meet selected workpiece machining requirements

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953233A (en) * 1996-03-29 1999-09-14 Toyota Jidosha Kabushiki Kaisha Process of generating discrete points defining cutter path, so as to meet selected workpiece machining requirements

Similar Documents

Publication Publication Date Title
JP4233147B2 (en) How to determine an applicable feed rate for a machine tool
JP2929996B2 (en) Tool point sequence generation method
JPH08305430A (en) Freely curved line interpolating system
US6539275B1 (en) Machine controller and process with two-step interpolation
EP0878266A1 (en) Numeric control command generator and method
JP2790643B2 (en) Numerical control unit
JPH0561516A (en) Numerical controller
JPH0561517A (en) Numerical controller
JPH0561524A (en) Numerical controller
JPH0561521A (en) Numerical controller
JP2985138B2 (en) Speed control device and numerical control feed speed control method
JPH0446705B2 (en)
JP4560191B2 (en) Numerical controller
JPH09198116A (en) Block data processing method for numerical controller
JPH0561520A (en) Numerical controller
JPH0561518A (en) Numerical controller
JPH0561519A (en) Numerical control device
JPH0561522A (en) Numerical controller
WO2022138843A1 (en) Numerical control device
KR20010007078A (en) Numerical control apparatus and feed control processing method therefor
JP2000163114A (en) Intra-interpolation curve acceleration and deceleration processing method
JPS58219606A (en) Automatic shape working system
JP2000347715A (en) Numerical controller
JPH0635096B2 (en) NC processing method and device
JPH09288509A (en) Block data processing method for numerical controller