JPS5922241B2 - Circular interpolation method - Google Patents

Circular interpolation method

Info

Publication number
JPS5922241B2
JPS5922241B2 JP7728375A JP7728375A JPS5922241B2 JP S5922241 B2 JPS5922241 B2 JP S5922241B2 JP 7728375 A JP7728375 A JP 7728375A JP 7728375 A JP7728375 A JP 7728375A JP S5922241 B2 JPS5922241 B2 JP S5922241B2
Authority
JP
Japan
Prior art keywords
coordinate value
axis
register
circular interpolation
arc
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
Application number
JP7728375A
Other languages
Japanese (ja)
Other versions
JPS521290A (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.)
FUANATSUKU KK
Original Assignee
FUANATSUKU KK
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by FUANATSUKU KK filed Critical FUANATSUKU KK
Priority to JP7728375A priority Critical patent/JPS5922241B2/en
Publication of JPS521290A publication Critical patent/JPS521290A/en
Publication of JPS5922241B2 publication Critical patent/JPS5922241B2/en
Expired legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)

Description

【発明の詳細な説明】 発明の技術分野 本発明は円弧補間方式、特に数値制御における誤差の小
さい円弧補間方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Technical Field of the Invention The present invention relates to a circular interpolation method, particularly to a circular interpolation method with small errors in numerical control.

従来技術と問題点連続通路数値制御により工具を移動さ
せて切削を行なう方式には種々の方式が既に提案されて
いる。
Prior Art and Problems Various methods have already been proposed for cutting by moving a tool using continuous path numerical control.

例えば円弧に沿つて移動させる場合、DDA(Digi
talDifferentialAnaly2er)方
式で円弧補間を行なうことが知られている。第1図はD
DA方式の原理説明図であり、レジスタREGI、RE
G2に時刻tnにおける座標値(xn、yn)がセット
され、周波数fの加算指令が加わる毎にレジスタREG
I、REG2の内容がレジスタREG3、REG4に加
算され、レジスタREG3のオーバーフローパルスがY
軸の指令パルスとなり、レジスタREG4のオーバーフ
ローパルスがX軸の指令パルスとなる。
For example, when moving along an arc, DDA (Digi
It is known to perform circular interpolation using the talDifferentialAnaly2er) method. Figure 1 is D
It is a diagram explaining the principle of the DA method, and registers REGI, RE
The coordinate values (xn, yn) at time tn are set in G2, and each time an addition command of frequency f is added, register REG
The contents of I, REG2 are added to registers REG3 and REG4, and the overflow pulse of register REG3 is
The overflow pulse of the register REG4 becomes the command pulse for the X-axis.

また、次回の加算指令が来るまでにレジスタREGIか
らレジスタREG4のオーバーフローパルスの値が減算
され、レジスタREG2からレジスタREG3のオーバ
ーフローパルスの値が減算される。ところで、上記加算
指令の周波数fは送り速度指令に比例した値であるから
、送り速度が早くなると周波数fも大きくなり、短い周
期で加算処理を行なわなければならなくなる。
Furthermore, the value of the overflow pulse of the register REG4 is subtracted from the register REGI, and the value of the overflow pulse of the register REG3 is subtracted from the register REG2 until the next addition command arrives. Incidentally, since the frequency f of the addition command is a value proportional to the feed speed command, as the feed speed increases, the frequency f also increases, and the addition process must be performed in a short period.

従つて、ハードウェアで実現する場合は高速動作可能な
回路が必要となり、ソフトウェアで実現する場合は、演
算が追従できなくなる。そこで、従来においては、近似
的に、加算を複数回まとめて行なうことにより加算の周
期をできるだけ長くしている。
Therefore, if it is implemented in hardware, a circuit that can operate at high speed is required, and if it is implemented in software, the calculations will not be able to keep up. Therefore, in the past, the period of addition is made as long as possible by approximately performing addition a plurality of times.

第2図はそのような方式の説明図であり、時刻tnにお
ける座標値(xn、yn)を記憶するレジスタREGI
、REG2の出力に、ΔT−f(ΔTは割込み周期、f
は本来必要な加算周波数)を乗じた値を1/ΔT毎にレ
ジスタREG3,REG4に加算するようにしたもので
あり、時刻Tn+1における座標値(Xn+1、シただ
し、2mはレジスタREGl〜REG4のビツト数、D
x.dyはX軸、Y軸の指令値である。このような方式
によれば、ΔTの期間に実行しなければならないΔT−
f回の加算が1回で行なわれるので、ソフトウエアによ
る場合であつても実現が可能となる。
FIG. 2 is an explanatory diagram of such a system, in which the register REGI stores the coordinate values (xn, yn) at time tn.
, ΔT-f (ΔT is the interrupt period, f
The value multiplied by the originally required addition frequency) is added to registers REG3 and REG4 every 1/ΔT, and the coordinate value at time Tn+1 (Xn+1, 2m is the bit of registers REG1 to REG4). number, D
x. dy is the command value for the X-axis and Y-axis. According to such a method, ΔT- which must be executed during the period of ΔT
Since f additions are performed in one time, it can be implemented even by software.

しかしながら、時刻Tnにおける同一の座標値Xn.y
nを複数回加算する結果となるから、Dtの値が或る程
度大きくなると、ΣXn+2=Xn+1−Yn+ピDt
=Xn+1−(Yn従つて、同様にYnの項を消去すれ
ば、 1、2式より差分方程式 を得る。
However, the same coordinate value Xn at time Tn. y
This results in adding n multiple times, so when the value of Dt becomes large to a certain extent, ΣXn+2=Xn+1-Yn+PiDt
=Xn+1-(Yn Therefore, if we eliminate the term Yn in the same way, we can obtain the difference equation from equations 1 and 2.

3、4式の特性方程式は、 であり、 その根は ※Yn+1)は次式で示すものとなる。The characteristic equations of equations 3 and 4 are: and Its roots are *Yn+1) is shown by the following formula.

?第3図に示すように、円弧aから折線bの如く次第に
誤差が大きくなる欠点がある。
? As shown in FIG. 3, there is a drawback that the error gradually increases from the arc a to the broken line b.

以下、このような欠点が生じる理由を説明する。(1)
、(2)式、即ち、 より、 Ynの項を消去すれば、 。
The reason why such a drawback occurs will be explained below. (1)
, from equation (2), that is, if we eliminate the term Yn, we get:

・Dt)Dt=2xn+1−Xn−XO・Dt2 これより、γ=j〒]璽青了、θ=Tan−1dtとし
てとなる。
・Dt)Dt=2xn+1-Xn-XO・Dt2 From this, γ=j〒]璹翇 and θ=Tan-1dt.

円弧中心を原点とした始点のX座標値X(n=o)をX
。.Y座標値Y(n=o)をY。とすれば、n=Oとお
いて、.XO=A yO=C n=1とおいて、 X1=γ(XOcOsθ+BsinO=XO−YO−D
tyl:γ(YOcOsθ′{)SinO::YO+X
OIdtよつてただし、 r=j1+Dt2=」!、 COsθ k=T8nθ 従つて、 ただし、 となる。
The X coordinate value of the starting point with the origin at the center of the arc (n=o) is
. .. Y coordinate value Y (n=o). Then, if n=O, . XO=A yO=C n=1, X1=γ(XOcOsθ+BsinO=XO-YO-D
tyl:γ(YOcOsθ'{)SinO::YO+X
However, r=j1+Dt2=”! , COsθ k=T8nθ Therefore, however, it becomes.

5、6式から判るように、nが大きくなるに従 1つて
、半径が大きくなるものであり、従つて、第3図の折線
bの如く次第に誤差が大きくなる。
As can be seen from equations 5 and 6, as n increases, the radius increases, and therefore the error gradually increases as indicated by broken line b in FIG.

発明の目的本発明はこのような第2図に示す従来の欠点
を改善したものであり、その目的は、Dtの値が大 1
きい場合にも円弧上を高精度で追跡移動し得るように円
弧補間を行なわせることにある。
Purpose of the Invention The present invention improves the conventional drawbacks shown in FIG.
The object of the present invention is to perform circular interpolation so that tracking movement can be performed on a circular arc with high precision even when the movement is difficult.

発明の実施例 第4図は本発明の実施例の要部プロツク図であり、RE
Gll〜REGl4,REG2l〜 5REG24
,REGY1,REGY2,REGX1,REGX2は
レジスタ、MLTl〜MLT8は掛算器、ADl〜AD
8は加算器、DVl,D2は割算器、SUBl,SUB
2は減算器である。
Embodiment of the invention FIG. 4 is a block diagram of the main part of an embodiment of the invention.
Gll~REGl4, REG2l~ 5REG24
, REGY1, REGY2, REGX1, REGX2 are registers, MLTl to MLT8 are multipliers, ADl to AD
8 is an adder, DVl, D2 are dividers, SUBl, SUB
2 is a subtractor.

レジスタREGll〜REGl4,REG2l〜 二R
EG24、掛算器MLT5〜MLT8、加算器AD3〜
AD9、減算器SUBl,SUB2により第2図に示す
補間回路を二重に構成したものである。掛算器MLT5
〜MLT8、加算器AD3〜AD8、減算器SUBl,
SUB2に加えられている指令パルスW1〜W6は各々
掛算、加算、減算の開始を指令するもので図示しないタ
イミング発生器より発生され、W1→W2→W3→W4
→W5→W6→W1の順で発生する。尚、W1〜W6の
各周期はΔTである。第4図において、当初、レジスタ
REGll,REG2lには時刻TnにおけるX座標値
x′n、xが記憶され、レジスタREGl2,REG2
2には時刻TOにおけるY座標値y負、Yt+1が記憶
されている。
Register REGll~REGl4, REG2l~ 2R
EG24, multiplier MLT5 to MLT8, adder AD3 to
The interpolation circuit shown in FIG. 2 is constructed in duplicate by AD9 and subtractors SUB1 and SUB2. Multiplier MLT5
~MLT8, adders AD3 to AD8, subtractor SUBl,
The command pulses W1 to W6 applied to SUB2 instruct the start of multiplication, addition, and subtraction, respectively, and are generated by a timing generator (not shown), and are pulsed W1→W2→W3→W4.
→W5→W6→W1 occurs in the order. Note that each cycle of W1 to W6 is ΔT. In FIG. 4, registers REGll and REG2l initially store X coordinate values x'n and x at time Tn, and registers REGl2 and REG2
2 stores the Y coordinate value y negative, Yt+1 at time TO.

指令パルスW1〜W6の各タイミングで次のような演算
が行なわれる。(W1) 時刻TnにおけるY座標値yらを記憶するレジスタRE
Gl2の出力y′nにΔT−fが乗ぜらが次式により求
められる。
The following calculations are performed at each timing of command pulses W1 to W6. (W1) Register RE that stores Y coordinate value y, etc. at time Tn
The output y'n of Gl2 multiplied by ΔT-f is obtained by the following equation.

(W4) (W3)で更新された時刻Tn+1におけるX座標値X
′n+1を記憶するレジスタREGllの出力)C/n
+,にΔT−fが乗ぜられ、X′n+1(ΔT−f)が
加算器AD3に出力される。
(W4) X coordinate value X at time Tn+1 updated in (W3)
'n+1 output of register REGll)C/n
+, is multiplied by ΔT-f, and X'n+1 (ΔT-f) is output to the adder AD3.

(W3)で更新された時刻Tn+,におけるY座標値y
′n+1を記憶するレジスタREG22の出力Yt+1
にΔT−fが乗ぜられ、y′n+1(ΔT−f)が加算
器AD6に出力される。
Y coordinate value y at time Tn+, updated in (W3)
'n+1 output Yt+1 of register REG22 that stores n+1
is multiplied by ΔT-f, and y'n+1(ΔT-f) is output to the adder AD6.

(W5) 加算器AD3により、レジスタREGl3の内容に(W
4)で求めた!。
(W5) Adder AD3 adds (W
I found it in 4)! .

+,(ΔT−f)が加算される。その結果、レジスタR
EGl3の出力Djは、となる。
+, (ΔT−f) are added. As a result, register R
The output Dj of EGl3 is as follows.

加算器AD6により、レジスタREG24の内容に(W
4)で求めたy′n+1(ΔT−f)が加算される。
Adder AD6 adds (W
y′n+1 (ΔT−f) obtained in step 4) is added.

その結果、レジスタREG24の出力一dlは、となる
As a result, the output 1dl of the register REG24 is as follows.

(W6) 加算器AD7により、時刻TnにおけるY座標値八を記
憶するレジスタREGl2の内容y′nに、(W5)で
求まるレジスタREGl3の出力x′n+,・Dtが加
算され、時刻Tn+1におけるY座標値y′n+1が次
式により求められる。
(W6) The adder AD7 adds the output x'n+, ·Dt of the register REGl3 found in (W5) to the content y'n of the register REGl2 that stores the Y coordinate value 8 at time Tn, and The coordinate value y'n+1 is determined by the following equation.

座標値xを記憶するレジスタ21の内容X7lから、(
W5)で求まるレジスタ24の出力y+1・Dtが減算
され、時刻Tn+1におけるX座標値x+1が次式によ
り求められる。以下上式(3)(5)による座標値演算
処理を第1演算処理、上式(4)(6)による座標値演
算処理を第2演算処理ということにする。
From the contents X7l of the register 21 that stores the coordinate value x, (
The output y+1·Dt of the register 24 determined by W5) is subtracted, and the X coordinate value x+1 at time Tn+1 is determined by the following equation. Hereinafter, the coordinate value calculation processing according to the above equations (3) and (5) will be referred to as the first calculation processing, and the coordinate value calculation processing according to the above equations (4) and (6) will be referred to as the second calculation processing.

第1演算処理においては、第1軸(X軸)の新座標値X
′i+1を求めるにあたり、第1軸及び第2軸(Y軸)
の旧座標値Xi.yiを用いかつ第2軸の新座標値y′
I+1を求めるにあたり、第2軸の旧座標値Yiと先に
求めた第1軸の新座標値X′i+1を用いている。
In the first calculation process, the new coordinate value X of the first axis (X axis)
When calculating 'i+1, the first axis and the second axis (Y axis)
The old coordinate value Xi. Using yi and the new coordinate value y′ of the second axis
In determining I+1, the old coordinate value Yi of the second axis and the new coordinate value X'i+1 of the first axis determined previously are used.

第2演算処理においては、第2軸(Y軸)の新座標値y
″i+1を求めるにあたり、第1軸及び第2軸の旧座標
値y″I.y″iを用いかつ第1軸の新座標値X″i+
1を求めるにあたり、第1軸の旧座標値X″iと先に求
めた第2軸の新座標値yl+1を用いている。
In the second calculation process, the new coordinate value y of the second axis (Y axis)
In calculating "i+1," the old coordinate values y"I. of the first and second axes are used. Using y″i and the new coordinate value of the first axis X″i+
1, the old coordinate value X″i of the first axis and the previously determined new coordinate value yl+1 of the second axis are used.

所定の半径Rの円弧をその始点(座標値をX。Set the arc of a predetermined radius R to its starting point (coordinate value is X).

、YOとする)から一定方向例えば反時計方向回りに補
間する場合、前記第1演算処理によつて逐次求まる座標
値が表わす点を結んで得られる第1の曲線C1及び前記
第2演算処理によつて逐次求まる座標値が表わす点を結
んで得られる第2曲線C2はいずれも補間すべき円弧と
は一致せず、夫夫前記円弧とは若干はみ出た楕円となる
。即ち第5図及び第6図に示すように、第1の曲線C1
はX軸正方向に対して45うの角度をなす直線を長軸と
し、第2曲線C2はX軸正方向に対して135、の角度
をなす直線(前記直線と直交・)・を長軸とする楕円と
なり、補間(追跡)すべき円弧Cは中心0からみてこの
2つの楕円Cl,C2の間に存在する。したがつて本発
明は、第1演算処理によつて逐次求まる第1の座標値と
第2演算処理によつて逐次求まる第2の座標値とから、
補間すべき円弧上の点の座標値を求めようとするもので
ある。
, YO) in a certain direction, for example, counterclockwise, the first curve C1 obtained by connecting the points represented by the coordinate values sequentially determined by the first calculation process and the second calculation process. Therefore, the second curve C2 obtained by connecting the points represented by the sequentially determined coordinate values does not coincide with the circular arc to be interpolated, and becomes an ellipse that slightly protrudes from the circular arc. That is, as shown in FIGS. 5 and 6, the first curve C1
The long axis of the second curve C2 is a straight line that makes an angle of 45° with respect to the positive direction of the X-axis, and the long axis of the second curve C2 is a straight line that makes an angle of 135° with the positive direction of the X-axis (perpendicular to the above straight line). The arc C to be interpolated (tracked) exists between these two ellipses Cl and C2 when viewed from the center 0. Therefore, in the present invention, from the first coordinate values successively found by the first calculation process and the second coordinate values successively found by the second calculation process,
The purpose is to find the coordinate values of a point on the arc to be interpolated.

即ちレジスタREGl2,REGl4及びREG2l,
REG23間でそれぞれ補間速度等で決まるDtを用い
た演算が行なわれ、レジスタREGl4,REG23の
オーバーフローによる信号−Dx′,Dy/′が掛算器
MLT2,MLT3に加えられ、且つレジスタREGl
l,REG22にそれぞれ加減算される。
That is, registers REGl2, REGl4 and REG2l,
An operation is performed between REG23 using Dt determined by the interpolation speed, etc., and signals -Dx' and Dy/' due to overflow of registers REG14 and REG23 are applied to multipliers MLT2 and MLT3, and register REG1
l and REG22 are respectively added and subtracted.

次にレジスタREGll,REGl3及びREG22,
REG24間でそれぞれDtを用いた演算が行なわれ、
レジスタREGl3,REG24のオーバーフローによ
る信号Dy/,−Dx″が掛算器MLTl,MLT4に
加えられ、且つレジスタREGl2,REG2lにそれ
ぞれ加減算される。なお加算するか減算するかは円弧の
象現によつて決定されるものである。掛算器MLTl〜
MLT4は、オーバーフローによる信号−Dx′,Dy
′,−Dx″,Dy/′が或る数値を示すものとして発
生するので、任意の比率で逓倍する為のものであり、そ
の比率を示す定数をA.bとすると、前述の信号は、そ
れぞれa・−Dx7、a−Dy7、b・−Dx″、b−
Dylとなる。
Next, registers REGll, REG13 and REG22,
Calculations using Dt are performed between REG24,
Signals Dy/, -Dx'' due to the overflow of registers REGl3 and REG24 are applied to multipliers MLTl and MLT4, and added to and subtracted from registers REGl2 and REG2l, respectively.Whether to add or subtract is determined by the quadrant of the circular arc. Multiplier MLTl~
MLT4 receives signals -Dx', Dy due to overflow.
', -Dx'', Dy/' are generated as representing a certain numerical value, so they are used to multiply by an arbitrary ratio.If the constant representing the ratio is A.b, the above signal is respectively a・-Dx7, a-Dy7, b・-Dx'', b-
Becomes Dyl.

そして加算器ADl,AD2に於いて、a−Dy′+b
−Dy.a.−Dx′+b・−Dx/′の演算が行なわ
れ、割算器DVl,DV2に於いて、それぞれ1/a+
bの演算が行なわれる。従つて時刻Ti+1に於ける円
弧上の座標値(Xn+1、Yn+1)は、となり、これ
らの演算結果による信号Dx,dyは、送りパルスS,
s′に従つてレジスタREGXl,REGX2,REG
Yl,REGY2による補間回路によりX,Y軸の分配
パルスXa,Yaとなる。
Then, in adders ADl and AD2, a-Dy'+b
-Dy. a. The calculations -Dx'+b and -Dx/' are performed, and in the dividers DVl and DV2, 1/a+
The calculation of b is performed. Therefore, the coordinate values (Xn+1, Yn+1) on the arc at time Ti+1 are as follows, and the signals Dx and dy resulting from these calculations are the sending pulses S,
Registers REGXl, REGX2, REG according to s'
The interpolation circuit using Yl and REGY2 results in X and Y axis distributed pulses Xa and Ya.

前述の動作を座標上で示すと第7図に示すようになり、
円弧をaとすると、第1の座標値の軌跡はb、第2の座
標値の軌跡はcで示すものとなるから、前述の定数A,
bをそれぞれ1とすれば、和の%が略円弧a上の座標値
を示すものとなる。
The above operation is shown in coordinates as shown in Figure 7.
If the arc is a, the locus of the first coordinate value is b, and the locus of the second coordinate value is c. Therefore, the constants A,
If each b is set to 1, the percentage of the sum indicates the coordinate value on the approximate arc a.

即ち本発明の円弧補間方式によれば、Dtが大きい場合
に於いても、誤差の小さい円弧補間を行なわせることが
できる。前述の演算は第4図に示す構成によつて行なう
ことができるが、電子計算機によつて行なうこともでき
る。
That is, according to the circular interpolation method of the present invention, circular interpolation with small errors can be performed even when Dt is large. The aforementioned calculations can be performed by the configuration shown in FIG. 4, but they can also be performed by an electronic computer.

又X,Y軸間で円弧補間を行なうのみでなく、X,Z軸
、Y,Z軸間で行なうこともできることは勿論である。
以上説明したように、本発明は、前述の(3)〜(6)
式で示す演算を行なう演算手段により、時刻Tn+1に
おける第1の座標値(X′n+1、y′n+1)と第2
の座標値(X/r1+1、y/n+1)とを、時刻Tn
に於ける第1の座標値(XSl、yξ)と第2の座標値
(Xt.yt)及び補間速度等で決まる定数、Dtによ
り求め、その時刻Tn+1に於ける円弧上の座標値(X
O+1、Yn+1)を前述の(7)、(8)式で示す演
算を行なう演算手段によつて求めて、円弧補間を行なう
ものであるから、第1の座標値と第2の座標値との平均
値が円弧上の軌跡に相当するものとなり、高精度な円弧
補間を行なわせることができる。
It goes without saying that circular interpolation can be performed not only between the X and Y axes, but also between the X and Z axes and between the Y and Z axes.
As explained above, the present invention provides the above-mentioned (3) to (6)
The first coordinate value (X'n+1, y'n+1) at time Tn+1 and the second
The coordinate values (X/r1+1, y/n+1) of
The first coordinate value (XSl, yξ) and second coordinate value (Xt.yt) at
O+1, Yn+1) are calculated by the calculation means that performs the calculations shown in equations (7) and (8) above, and circular interpolation is performed, so the first coordinate value and the second coordinate value are The average value corresponds to a locus on a circular arc, and highly accurate circular interpolation can be performed.

従つて数値制御による加工精度を著しく向上することが
できる利点を有するものである。
Therefore, it has the advantage that machining accuracy by numerical control can be significantly improved.

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

第1図、第2図は従来の円弧補間回路のプロツク線図、
第3図はその動作説明図、第4図は本発明の実施例のプ
ロツク線図、第5〜7図はその動作説明図である。
Figures 1 and 2 are block diagrams of a conventional circular interpolation circuit.
FIG. 3 is an explanatory diagram of its operation, FIG. 4 is a block diagram of an embodiment of the present invention, and FIGS. 5 to 7 are explanatory diagrams of its operation.

Claims (1)

【特許請求の範囲】[Claims] 1 第1の軸と第2の軸との間で円弧補間を行なう方式
に於いて、時刻t_nに於ける円弧上の座標値(x_n
、y_n)に対する第1の座標値(x′_n、y′_n
)と第2の座標値(x″_n、y″_n)とを記憶する
手段、該記憶手段の内容により時刻t_n_+_1に於
ける第1の座標値(x′_n_+_1、y′_n_+_
1)と第2の座標値(x″_n_+_1、y″_n_+
_1)とを、補間速度等で決まる定数をdtとして、x
′_n_+_1=x′_n−y′_n・dty′_n_
+_1=y′_n+z′_n_+_1・dty″_n_
+_1=y″_n+x″_n・dtx″_n_+_1=
x″_n−y″_n_+_1・dtの演算により求める
演算手段、該演算手段の演算結果により時刻t_n_+
_1に於ける円弧上の座標値(x_n_+_1、y_n
_+_1)を、a、bを定数として、x_n_+_1=
(a・x′_n_+_1+b・x″_n_+_1)/(
a+b)y_n_+_1=(a・y′_n_+_1+b
・y″_n_+_1)/(a+b)の演算により求める
演算手段を具備し、該演算手段の演算結果により円弧補
間を行なうことを特徴とする円弧補間方式。
1 In a method of performing circular interpolation between the first axis and the second axis, the coordinate value (x_n
, y_n), the first coordinate value (x'_n, y'_n
) and a second coordinate value (x″_n, y″_n); the first coordinate value (x′_n_+_1, y′_n_+_
1) and the second coordinate value (x″_n_+_1, y″_n_+
_1) and x, where dt is a constant determined by the interpolation speed, etc.
'_n_+_1=x'_n-y'_n・dty'_n_
+_1=y′_n+z′_n_+_1・dty″_n_
+_1=y″_n+x″_n・dtx″_n_+_1=
An arithmetic means that calculates x″_n−y″_n_+_1・dt, and a time t_n_+ based on the arithmetic result of the arithmetic means.
Coordinate values on the arc at _1 (x_n_+_1, y_n
__+_1), a and b are constants, x_n_+_1=
(a・x′_n_+_1+b・x″_n_+_1)/(
a+b)y_n_+_1=(a・y'_n_+_1+b
A circular interpolation method characterized by comprising a calculation means for calculating y″_n_+_1)/(a+b), and performing circular interpolation based on the calculation result of the calculation means.
JP7728375A 1975-06-21 1975-06-21 Circular interpolation method Expired JPS5922241B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7728375A JPS5922241B2 (en) 1975-06-21 1975-06-21 Circular interpolation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7728375A JPS5922241B2 (en) 1975-06-21 1975-06-21 Circular interpolation method

Publications (2)

Publication Number Publication Date
JPS521290A JPS521290A (en) 1977-01-07
JPS5922241B2 true JPS5922241B2 (en) 1984-05-25

Family

ID=13629528

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7728375A Expired JPS5922241B2 (en) 1975-06-21 1975-06-21 Circular interpolation method

Country Status (1)

Country Link
JP (1) JPS5922241B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0231204B2 (en) * 1984-09-12 1990-07-12 Hitachi Ltd

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63163510A (en) * 1986-12-26 1988-07-07 Koike Sanso Kogyo Co Ltd Shape cutter and numerical controller which is capable of arbitrarily reducing and enlarging graphic, character, or the like
JPH0682298B2 (en) * 1986-12-26 1994-10-19 小池酸素工業株式会社 Numerical control method and device for enlarging and reducing figures

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0231204B2 (en) * 1984-09-12 1990-07-12 Hitachi Ltd

Also Published As

Publication number Publication date
JPS521290A (en) 1977-01-07

Similar Documents

Publication Publication Date Title
JPS5922241B2 (en) Circular interpolation method
JPS63184135A (en) Elementary function arithmetic unit
JPS5939774B2 (en) Exponential function calculation method
JPS58207107A (en) Sampling control system
KR870001210B1 (en) The circular arc keeping circuit for real time operating in robots
JP2505247B2 (en) Signal processor
JPS6228872A (en) Trigonometric function generating processor
Perry et al. Parallel simulation using stability region placement methods
JPH02281385A (en) Device for approximating curve to straight line
JPS6158847B2 (en)
JPH06314341A (en) Eliiptic interpolating method and arithmetic unit for elliptic interpolation
SU1167604A1 (en) Calculating device
SU962973A1 (en) Device for computing polynomial values
JPH0368086A (en) Linear interpolating circuit
SU890402A2 (en) Device for computing elementary functions
SU1476462A1 (en) Sine and cosine function pipeline computer
SU1282083A1 (en) Device for correcting equidistant value in numeric control systems
RU1784976C (en) Co-ordinate converter
SU1265697A1 (en) Adaptive regulator
SU942035A1 (en) Device for computing inverse function
CN116594520A (en) Method and device for determining smoothness of touch track and electronic equipment
SU819810A1 (en) Differential equation solving device
SU885997A1 (en) Polynomial computation device
JPH03260848A (en) Display control circuit
CN111331600A (en) Track adjusting method and related equipment