JPH0561521A - Numerical controller - Google Patents

Numerical controller

Info

Publication number
JPH0561521A
JPH0561521A JP3223061A JP22306191A JPH0561521A JP H0561521 A JPH0561521 A JP H0561521A JP 3223061 A JP3223061 A JP 3223061A JP 22306191 A JP22306191 A JP 22306191A JP H0561521 A JPH0561521 A JP H0561521A
Authority
JP
Japan
Prior art keywords
data
curved surface
tool
program
machining
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
JP3223061A
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 JP3223061A priority Critical patent/JPH0561521A/en
Publication of JPH0561521A publication Critical patent/JPH0561521A/en
Pending legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)

Abstract

PURPOSE:To provide a numerical control NC device which can perform the machining at a high speed and with high accuracy. CONSTITUTION:A program generation means 13 generates curved surface machining program from the code and the parameter which instruct the machining of a curved surface when this machining is instructed base on the parameter data on an object to be machined. A tool locus generation means 15 generates the curved surface machining tool locus data from the tool locus code and the parameter which instruct the curved surface machining when the tool locus data is generated from the curved surface machining program. Then a shift command generation means 17 produces the shift command data including the tool radius offset from the curved surface machining tool locus data.

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

【0003】NC装置30が実行を開始すると、NCプ
ログラム解析部34はNCプログラム格納部33から前
記NCプログラムを読み込み、移動指令データに変換し
てパルス分配部35に出力する。また、NCプログラム
解析部34は、I/O制御が必要な場合はI/O制御部
37に指令を出してI/Oコントロールを行う。一方、
パルス分配部35は、前記移動指令データを指定された
加工速度に基づいてパルス分配して速度指令パルスを作
成し、該指令パルスをサーボ制御部36に出力する。
When the NC device 30 starts execution, the NC program analysis unit 34 reads the NC program from the NC program storage unit 33, converts it into movement command data, and outputs it to the pulse distribution unit 35. Further, the NC program analysis unit 34 issues an instruction to the I / O control unit 37 to perform I / O control when I / O control is required. on the other hand,
The pulse distributor 35 distributes the movement command data based on the designated machining speed to create a speed command pulse, and outputs the command pulse to the servo controller 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 perform NC processing on the work (not shown). At this time, the position information 39 from the processing machine 38 is fed back to the servo control unit 36 and used for servo control. The NC program storage unit 33
A large-capacity NC program that cannot be stored in the program is input from the external host computer 31 to the NC program input unit 32, and then directly output to the program analysis unit 34, and thereafter, processed in the same manner as described above.

【0005】次に、上記NC装置によってワークを加工
する際に使用するNCプログラムの作成過程を曲面を加
工する場合を例に説明する。ホストコンピュータ31で
は、図15に示すように加工すべき曲面を理想曲面軌跡
151とし、この軌跡151を任意のピッチpで分割す
る。そして、前記曲面を表す式と分割ピッチpに基づい
て、分割点での各点列qの位置を算出する。その後、各
点列qを図15に示す直線や円弧で近似された微小線分
tで結んでいき、図18に示すような直線運動や円弧運
動を命令するNCプログラムを作成していく。この時、
理想曲面軌跡161と微小線分との軌跡誤差は、図16
に示すように、ピッチを小さく(分割ピッチp1 )して
分割した時の軌跡誤差162の方が、ピッチを大きく
(分割ピッチp2 )して分割した時の軌跡誤差163よ
りも小さくなる。従って、NC装置において加工精度を
向上させるためには、理想曲面軌跡の分割ピッチをでき
るだけ小さくしてNCプログラムを作成することが要求
されていた。
Next, the process of creating an NC program used when processing a workpiece by the above NC device will be described by taking a case of processing a curved surface as an example. In the host computer 31, a curved surface to be processed is set as an ideal curved surface locus 151 as shown in FIG. 15, and this locus 151 is divided at an arbitrary pitch p. Then, 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 connected by a minute line segment t approximated by a straight line or a circular arc shown in FIG. 15, and an NC program for instructing a linear movement or a circular movement as shown in FIG. 18 is created. At this time,
The trajectory error between the ideal curved surface trajectory 161 and the minute line segment is shown in FIG.
As shown in, the locus error 162 when the division is performed with a small pitch (division pitch p 1 ) is smaller than the locus error 163 when the division is performed with a large pitch (division 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, when the curved surface is processed with high accuracy, the pitch is finely divided when dividing the ideal curved surface locus. 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, when the pitch is made fine and the amount of data becomes large as described above, the time required to analyze the NC program increases. 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 if the processing is performed with high accuracy, the processing speed is reduced and it takes time. 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プログラムを作成し、曲面加工を指示す
る場合は前記曲面の加工を指示するコードおよびパラメ
ータからなる曲面加工NCプログラムを作成するNCプ
ログラム作成手段と、前記NCプログラムおよびパラメ
ータデータから工具半径オフセットを含む工具軌跡デー
タを作成し、前記曲面加工NCプログラムから工具軌跡
データを作成する場合は曲面の加工を指示する工具軌跡
コードとパラメータからなる曲面加工工具軌跡データを
作成する工具軌跡作成手段と、前記曲面加工工具軌跡デ
ータを含む工具軌跡データから微小線分長さあたりの移
動指令データを作成する際に、前記曲面加工工具軌跡デ
ータからは前記工具半径オフセットを含めて移動指令デ
ータを作成する移動指令作成手段と、前記移動指令デー
タを記憶する記憶手段と、前記記憶手段から移動指令デ
ータを読み出して微小単位時間ごとの位置座標データを
作成するとともに該位置座標データをサーボ制御部へ出
力する位置座標作成手段、とを有するようにした。
To achieve the above object, in the present invention, an NC program is created from parameter data including machining conditions of a workpiece in a numerical control device which interpolates straight lines and curves to control machining. When instructing curved surface machining, an NC program creating means for creating a curved surface machining NC program including a code and a parameter for instructing the curved surface machining, and tool trajectory data including a tool radius offset from the NC program and parameter data are created. When creating the tool trajectory data from the curved surface machining NC program, the tool trajectory creating means for creating the curved surface machining tool trajectory data including the tool trajectory code for instructing the machining of the curved surface and the parameters, and the curved surface machining tool trajectory data Create movement command data per minute line segment length from the included tool trajectory data. In doing so, movement command creating means for creating movement command data including the tool radius offset from the curved surface machining tool trajectory data, storage means for storing the movement command data, and movement command data from the storage means. A position coordinate creating means for reading out and creating position coordinate data for each minute unit time and outputting the position coordinate data to the servo control unit is provided.

【0010】[0010]

【作用】本発明では、NCプログラム作成手段でNCプ
ログラムを作成する段階において、曲面加工を指示する
NCプログラムを形状データとして前記曲面の加工を指
示するコードおよびワークの加工条件を含むパラメータ
(以下、曲面加工NCプログラムという)とで表す。つ
まり、前記曲面については直線および円弧による補間は
行わない。
According to the present invention, in the step of creating the NC program by the NC program creating means, the NC program for instructing the curved surface is used as the shape data and a parameter including the code for instructing the processing of the curved surface and the machining condition of the work (hereinafter, Curved surface machining NC program). That is, the curved surface is not interpolated by straight lines and circular arcs.

【0011】従って、従来は直線移動および円弧移動で
近似させた曲面加工を指示するNCプログラム部(図1
8においてSで示す部分)は、図4に示すGコードと同
様なコードであるASコードTとして表されるため、デ
ータ量が減少する。そして、前記曲面加工NCプログラ
ムは、工具軌跡作成手段により曲面加工を指示する工具
軌跡コードとパラメータからなる曲面加工工具軌跡デー
タに変換された後、移動指令作成手段により移動指令デ
ータに変換される。
Therefore, conventionally, the NC program section (FIG. 1) for instructing curved surface processing approximated by linear movement and circular movement is used.
8 is represented as an AS code T, which is a code similar to the G code shown in FIG. 4, the data amount is reduced. Then, the curved surface machining NC program is converted into curved surface machining tool trajectory data composed of a tool trajectory code for instructing curved surface machining and parameters by the tool trajectory generation means, and then converted into movement command data by the movement command generation means.

【0012】このように、本発明では曲面加工を指示す
るNCプログラムおよび工具軌跡データのデータ量が少
なくなり、これらのデータ処理に要する時間が短くな
る。また、曲面加工部については移動指令作成部におい
て工具半径オフセットを含む工具軌跡を形成した後、微
小線分長さに分割されるので該オフセットに対する計算
誤差が少なくなり加工精度が向上する。
As described above, according to the present invention, the data amount of the NC program for instructing the curved surface machining and the tool locus data is reduced, and the time required for the data processing is shortened. Further, regarding the curved surface machining portion, after the tool locus including the tool radius offset is formed in the movement command preparation portion, it is divided into minute line segment lengths, so that the calculation error for the offset is reduced and the machining accuracy is improved.

【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 of a workpiece, a coefficient of the expression, a value of a radius of a tool to be used, the 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. That is, the curved surface portion is not calculated but is stored as the shape data in 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を
算出して工具軌跡データを作成する。なお、工具軌跡4
2の通過点G〜Jは、NCプログラム軌跡41のB〜E
にそれぞれ対応している。
The tool locus creating unit 15 uses the NC program locus 41 and the parameter data to machine portions A to B and E to F by linear movement and a machining portion B by circular movement.
For C to D and D to E, a tool locus 42 which is a tool-based movement locus (a locus in which a tool radius offset is taken into consideration) is calculated to create tool locus data. In addition, tool locus 4
The passing points G to J of 2 are B to E of the NC program locus 41.
It corresponds to each.

【0018】一方、曲面移動による加工部分C〜Dに対
応する工具軌跡42のH〜Iは、図5に示すような曲面
の工具軌跡コードUとパラメータVによって工具軌跡が
表される。この時、前記コードUとパラメータVは、H
〜Iの区間に関しては工具軌跡の計算を行わず、前記N
Cプログラム内のコードTとパラメータデータWを使用
する。このようにして、NCプログラム軌跡41に対応
する工具軌跡データ42が作成される。
On the other hand, the tool loci HI of the tool locus 42 corresponding to the machining portions C to D caused by the movement of the curved surface are 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 are H
For the section from to I, the tool locus is not calculated, and the above N
The code T and the parameter data W in the C program are used. 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プログラム軌跡1
01から垂線を下ろして工具半径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. Split with. Then, the movement command data for this minute line segment is created. In this case, the movement command creating unit 17 causes the NC program locus 1 as shown in FIG.
A perpendicular line is drawn from 01 to find a point offset by the tool radius r. Then, these points are connected to create a tool locus 102, and at the same time, the tool locus corresponds to S n , S n + 1 , and S n + 2 divided by the length of the minute line segment, as shown in FIG. Various movement command data.

【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. It should be noted that the length of the minute line segment is set to be a line segment length shorter than the minimum radius of 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 amount of data is reduced by converting into compressed movement command data corresponding to one line segment L1. 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 creating unit 19 moves the movement command data storage unit 18
The sequential movement command data is read from, the position coordinate data for each minute unit time is created, and is output to the servo control unit 20. At this time, when the position coordinate creation unit 19 reads the compression movement command data, it is developed as a plurality of minute 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 contains a component for controlling the processing speed. Therefore, the process of creating the speed command pulse based on the designated processing speed is unnecessary, and 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]

【発明の効果】本発明によれば、曲面部分に対しては工
具軌跡の作成と微小線分長さでの分割を共に移動指令作
成手段で行なうため、NCプログラムおよび工具軌跡デ
ータの量を減らすことができる。そのため、データ処理
に要する時間が短縮される。また、曲面加工部について
は移動指令作成部において工具半径オフセットを含む工
具軌跡を形成し、その後で微小線分長さに分割して処理
されるので該オフセットに対する計算誤差が少なくなり
加工精度が向上する。
According to the present invention, since the tool locus is created and the minute line segment length is divided for the curved surface portion by the movement command creating means, the amount of NC program and tool locus data is reduced. be able to. Therefore, the time required for data processing is shortened. Also, regarding the curved surface processing part, the movement command creation part forms a tool trajectory including a tool radius offset, and after that, it is processed by dividing it into minute line segment lengths, so the calculation error for the offset is reduced and the processing accuracy is improved. To do.

【0026】その結果、高精度での高速加工が可能とな
る。
As a result, high-speed machining with high accuracy 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プ
ログラムを作成し、曲面加工を指示する場合は前記曲面
の加工を指示するコードおよびパラメータからなる曲面
加工NCプログラムを作成するNCプログラム作成手段
と、 前記NCプログラムおよびパラメータデータから工具半
径オフセットを含む工具軌跡データを作成し、前記曲面
加工NCプログラムから工具軌跡データを作成する場合
は曲面の加工を指示する工具軌跡コードとパラメータか
らなる曲面加工工具軌跡データを作成する工具軌跡作成
手段と、 前記曲面加工工具軌跡データを含む工具軌跡データから
微小線分長さあたりの移動指令データを作成する際に、
前記曲面加工工具軌跡データからは前記工具半径オフセ
ットを含めて移動指令データを作成する移動指令作成手
段と、 前記移動指令データを記憶する記憶手段と、 前記記憶手段から移動指令データを読み出して微小単位
時間ごとの位置座標データを作成するとともに該位置座
標データをサーボ制御部へ出力する位置座標作成手段、
とを有することを特徴とする数値制御装置。
1. A numerical controller for performing machining control by interpolating straight lines and curves, creates an NC program from parameter data including machining conditions of a workpiece, and when instructing curved surface machining, the curved surface is machined. NC program creating means for creating a curved surface machining NC program consisting of codes and parameters to be instructed, tool trajectory data including a tool radius offset from the NC program and parameter data, and tool trajectory data from the curved surface machining NC program In the case of doing, tool locus creating means for creating curved surface machining tool locus data consisting of a tool locus code for instructing machining of a curved surface and parameters, and movement per minute line segment length from the tool locus data including the curved surface machining tool locus data When creating command data,
A movement command creating unit that creates movement command data from the curved surface machining tool trajectory data including the tool radius offset, a storage unit that stores the movement command data, and a minute unit that reads the movement command data from the storage unit. Position coordinate creating means for creating position coordinate data for each time and outputting the position coordinate data to the servo control unit,
And a numerical control device.
JP3223061A 1991-09-03 1991-09-03 Numerical controller Pending JPH0561521A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3223061A JPH0561521A (en) 1991-09-03 1991-09-03 Numerical controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3223061A JPH0561521A (en) 1991-09-03 1991-09-03 Numerical controller

Publications (1)

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

Family

ID=16792223

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JPH0561521A (en)

Similar Documents

Publication Publication Date Title
US5892345A (en) Motion control for quality in jet cutting
JP4233147B2 (en) How to determine an applicable feed rate for a machine tool
JP2929996B2 (en) Tool point sequence generation method
US5994863A (en) Numerical control unit
US6223095B1 (en) Numeric control command generator and method
JP2790643B2 (en) Numerical control unit
JPH0561517A (en) Numerical controller
JPH0561521A (en) Numerical controller
JPH0561516A (en) Numerical controller
JPH0561524A (en) Numerical controller
JP2985138B2 (en) Speed control device and numerical control feed speed control method
JPH0561518A (en) Numerical controller
JP4560191B2 (en) Numerical controller
JPH0446705B2 (en)
JPH0561519A (en) Numerical control device
JP2004348448A (en) Device and method of numerical control for machine tool
JPH0561520A (en) Numerical controller
JPH0561522A (en) Numerical controller
JP2000163114A (en) Intra-interpolation curve acceleration and deceleration processing method
JP2521449B2 (en) Trajectory control device
JPH0658603B2 (en) Trajectory interpolation method for automatic machines
JP2001166807A (en) Method for commanding working by numerical controller
JP2000347715A (en) Numerical controller
JP3457693B2 (en) Robot trajectory control method
JPH05165514A (en) Interpolating system for numerical controller