JPS63146105A - Locus controller - Google Patents

Locus controller

Info

Publication number
JPS63146105A
JPS63146105A JP29257986A JP29257986A JPS63146105A JP S63146105 A JPS63146105 A JP S63146105A JP 29257986 A JP29257986 A JP 29257986A JP 29257986 A JP29257986 A JP 29257986A JP S63146105 A JPS63146105 A JP S63146105A
Authority
JP
Japan
Prior art keywords
speed
segment
command value
trajectory
locus
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.)
Granted
Application number
JP29257986A
Other languages
Japanese (ja)
Other versions
JP2521449B2 (en
Inventor
Juichi Maruyama
丸山 寿一
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP61292579A priority Critical patent/JP2521449B2/en
Publication of JPS63146105A publication Critical patent/JPS63146105A/en
Application granted granted Critical
Publication of JP2521449B2 publication Critical patent/JP2521449B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Numerical Control (AREA)

Abstract

PURPOSE:To generate a locus having high accuracy by determining the next moving point on a locus by the output of a digital filter and a locus command value, calculating the coordinates of the moving point, and deriving each axis moving component of a sampling period. CONSTITUTION:A segment buffer memory 26 stores successively length DELTAL of a segment, coordinate components DELTAX, DELTAY of the segment, a moving speed F, and a control signal C consisting of the state quantity of start/end, etc., of a block and an acceleration/deceleration control command value, etc., as one unit of segment information. In this state, by using a path length and a speed command value from the segment buffer memory 26, a speed signal (fi) is generated, it is smoothed by using a digital filter 31, and thereafter, by using this speed signal (fi) a path interpolation is executed. In such a way, the exact locus command value of a smooth speed control is generated, and an exact locus control which does not depend on magnitude of a speed can be executed.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、工作機械、ロボット等の制御装置において
軌跡制御信号を生成する軌跡制御装置に関するものであ
る。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field] The present invention relates to a trajectory control device that generates trajectory control signals in control devices for machine tools, robots, and the like.

[従来の技術] 従来この種の軌跡制御装置としては、例えば自動制御技
術26(日本自動制御協会編1978年)P89−94
に記載されている数値制御装置があり、その構成を示し
たブロック図を第7図に示す。
[Prior Art] Conventionally, this type of trajectory control device includes, for example, Automatic Control Technology 26 (edited by Japan Automatic Control Association, 1978), pages 89-94.
There is a numerical control device described in , and a block diagram showing its configuration is shown in FIG.

同図において、(1)は指令値入力部、(2)は補間演
算部、(3)はスムージング処理部、(4)はサーボ駆
動部である。
In the figure, (1) is a command value input section, (2) is an interpolation calculation section, (3) is a smoothing processing section, and (4) is a servo drive section.

指令値入力部(1)は、操作パネルの押ボタンや紙デー
ゾその他の入力媒体から動作指令値を入力し記憶する機
能をもっている。1つの軌跡の指令値はブロックと呼ば
れ、例えばX−Y2軸の制御を行う場合について考える
と、これは移動量(Y、X)等の情報から成っている。
The command value input section (1) has a function of inputting and storing an operation command value from a push button on an operation panel, a paper recorder, or other input medium. The command value for one trajectory is called a block, and for example, when controlling the two axes of X and Y, this consists of information such as the amount of movement (Y, X).

また、円弧移動の場合はプロ9りの始点に対する円弧の
中心座標(I、J)、移動速度(F)、軌跡の種類(直
線/円弧)、加減速制御指令値等の情報から成っている
。補間演算部(2)は、指令値入力部(1)からブロッ
ク単位で指令値を受けとり、順次、軌跡上の座標を計算
する機能をもっている。
In addition, in the case of arc movement, it consists of information such as the center coordinates (I, J) of the arc relative to the starting point of Pro 9, movement speed (F), trajectory type (straight line/circular arc), acceleration/deceleration control command value, etc. . The interpolation calculation unit (2) has a function of receiving command values in blocks from the command value input unit (1) and sequentially calculating coordinates on the trajectory.

第8図は上記の補間演算部(2)の構成例を、第9図は
円弧補間の演算処理の例を示した図である。補間演算部
(2)の各処理は一定のサンプリング周期ΔTで実行さ
れる。セグメント長計算部(10)は指令速度Fとサン
プリング周期ΔTの積をとり、この間の移動量ΔL(−
F・ΔT)を計算する。座標計算部(11)は、前回の
補間点P   (16)の座標(X   、Y   )
から距1−i          i−t   i−を
離Δしたけ前方の軸跡上の次の補間点P、(17)の座
標(X、Y)を計算する。ブロックの終端判別部(12
)は、点P、(17)がブロックの終端PE (18)
に等しいか、これを越えるかどうかを判別し、越える場
合はPEの座標をPIの座標におき換え、次のサンプリ
ング周期からは新しいブロックの処理に移行させる。移
動量軸成分計算部(13)は、今回サンプリング周期間
の移動セグメントΔL(15)の各座標軸成分ΔX 1
ΔY1をそれぞれ ΔXi ”Xl ”−Xi−1 ΔY、−Yi−Y、−1 により求めて、次のスムージング処理部(3)へ送出す
る。
FIG. 8 is a diagram showing an example of the configuration of the above-mentioned interpolation calculation section (2), and FIG. 9 is a diagram showing an example of calculation processing of circular interpolation. Each process of the interpolation calculation unit (2) is executed at a constant sampling period ΔT. The segment length calculation unit (10) takes the product of the command speed F and the sampling period ΔT, and calculates the amount of movement ΔL(-
Calculate F・ΔT). The coordinate calculation unit (11) calculates the coordinates (X, Y) of the previous interpolation point P (16).
Calculate the coordinates (X, Y) of the next interpolation point P, (17) on the axis track a distance 1-i i-t i- from Δt i- forward. Block end determination unit (12
) is the point P, (17) is the end PE of the block (18)
It is determined whether it is equal to or exceeds this, and if it is, the coordinates of PE are replaced with the coordinates of PI, and processing of a new block is started from the next sampling period. The movement amount axis component calculation unit (13) calculates each coordinate axis component ΔX 1 of the movement segment ΔL (15) during the current sampling period.
ΔY1 is determined by ΔXi ``Xl ''−Xi−1 ΔY, −Yi−Y, −1, respectively, and sent to the next smoothing processing unit (3).

スムージング処理部(3)は、補間演算部(2)で求め
られた座標軸ごとの移動指令(サンプリング周期へTの
間の移動量(ΔX 1ΔY1))を受け、それぞれの時
間的変化率(加速度)が一定値以下になるように処理し
、サーボ駆動部(4)が正しく追従し、且つスムーズな
機械駆動ができるように、滑らかな速度指令に変換する
The smoothing processing unit (3) receives the movement command for each coordinate axis (the amount of movement during T to the sampling period (ΔX 1ΔY1)) obtained by the interpolation calculation unit (2), and calculates each temporal change rate (acceleration). is processed so that it is below a certain value, and converted into a smooth speed command so that the servo drive unit (4) can follow it correctly and drive the machine smoothly.

第10図にスムージング処理部(3)の構成例を示すが
、各軸独立に同一の処理が行われるためここではX軸に
関連する構成について説明する。
FIG. 10 shows an example of the configuration of the smoothing processing section (3), but since the same processing is performed independently for each axis, the configuration related to the X-axis will be described here.

スムージング処理部(3)のサンプリング周期Δtはこ
こでは補間演算部(2)のサンプリング周期ΔTの1/
16に設定されている。まず、分割処理部(20)は補
間演算部(2)の出力ΔX1を、これに1/16を乗じ
てサンプリング周期Δtに対応する移動量ΔX1に逐次
分割する。次に、この結果をデジタルフィルタ(21)
で平滑処理し、滑らかな速度指令ΔP、に変換した後サ
ーボコ 駆動部(4)へ出力する。この間の処理は例えば次のよ
うに表される。
Here, the sampling period Δt of the smoothing processing section (3) is 1/1 of the sampling period ΔT of the interpolation calculation section (2).
It is set to 16. First, the division processing unit (20) sequentially divides the output ΔX1 of the interpolation calculation unit (2) into moving amounts ΔX1 corresponding to the sampling period Δt by multiplying it by 1/16. Next, this result is passed through a digital filter (21).
After smoothing it and converting it into a smooth speed command ΔP, it is output to the servo drive unit (4). The processing during this time is expressed as follows, for example.

但し、j−0,1,2、・・・・・・ ΔP −0、D  −0, T;スムージング時定数 上記のΔX1は16サイクルごとに補間演算部(2)の
次の新しい出力で更新される。上記の一連の演算はY軸
についても全く同様に行われ、ΔY1はΔQjに変換さ
れる。
However, j-0, 1, 2,... ΔP -0, D -0, T: Smoothing time constant ΔX1 above is updated every 16 cycles with the next new output of the interpolation calculation unit (2) be done. The above series of calculations is performed in exactly the same way for the Y axis, and ΔY1 is converted to ΔQj.

サーボ駆動部(4)は、スムージング処理部(3)の出
力指令を受けて各駆動軸サーボモータの回転角を指令値
に一致させるように駆動する機能を有し、そして、X、
Yの各軸の移動機構の動作の合成によって軸跡が生成さ
れる。
The servo drive unit (4) has a function of receiving an output command from the smoothing processing unit (3) and driving the rotation angle of each drive shaft servo motor to match the command value, and
Axis traces are generated by combining the movements of the moving mechanisms of each Y axis.

上記の(1)式の処理の中で、D、は各サンプリング時
点のX軸の速度指令値をΔX、からΔP、に変換する際
の指令値の溜めに相当するもコ ので、この分だけ指令の遅れとなって現われる。
In the process of equation (1) above, D corresponds to the storage of the command value when converting the X-axis speed command value at each sampling time from ΔX to ΔP, so This appears as a delay in instructions.

従って、上記の例でΔP、とΔQ、を用いて軸跡ココ を生成した場合には、元の指令軌跡との間に指令の遅れ
に相当する誤差が生じ、しかも、この誤差は速度の大き
さに対応して増大することになる。
Therefore, in the above example, if the axis trace here is generated using ΔP and ΔQ, an error corresponding to the command delay will occur between it and the original command trajectory, and furthermore, this error will cause a large speed difference. It will increase accordingly.

[発明が解決しようとする問題点] 従来の軌跡制御装置は以上のように、軌跡の補間演算を
した後でスムージング処理を行う構成となっており、こ
のため、サーボ駆動部の各軸に対する指令値に遅れが生
じ、この遅れによって軌跡誤差が発生していた。そして
、遅れ′の大きさは速度の大きさに対応するため、高速
駆動する場合には誤差が極めて大きくなる、という問題
点があった。
[Problems to be Solved by the Invention] As described above, conventional trajectory control devices are configured to perform smoothing processing after performing interpolation calculations on the trajectory, and for this reason, commands for each axis of the servo drive unit There was a delay in the value, and this delay caused a trajectory error. Since the magnitude of the delay 'corresponds to the magnitude of the speed, there is a problem in that the error becomes extremely large when driving at high speed.

この発明は上記のような問題点を解決するためになされ
たもので、高精度な軸跡を発生すると共に、高速で且つ
滑らかな速度制御が可能な軸跡制御装置を得ることを目
的とする。
This invention was made in order to solve the above-mentioned problems, and the object is to obtain a shaft trace control device that can generate high-precision shaft marks and perform high-speed and smooth speed control. .

[問題点を解決するための手段] この発明に係る軌跡制御装置は、与えられた軌跡指令値
に基づいてで軌跡の経路長を計算する経路長計算手段と
、与えられた速度指令値及びこの経路長計算手段の出力
を用いて移動速度信号を発生する速度信号発生手段と、
この速度信号発生手段の出力に基づいて速度信号の波形
を形成するデジタルフィルタと、形成された速度信号及
び前記軌跡指令値に基づいて、軌跡の移動成分を計算し
、且つその移動成分の各駆動軸成分を逐次計算する補間
演算手段と、を備えたものである。
[Means for Solving the Problems] A trajectory control device according to the present invention includes a path length calculation device that calculates the path length of a trajectory based on a given trajectory command value, and a path length calculation device that calculates the path length of a trajectory based on a given speed command value and the trajectory control device. Speed signal generation means for generating a moving speed signal using the output of the path length calculation means;
A digital filter that forms a speed signal waveform based on the output of the speed signal generating means, and a digital filter that calculates a moving component of the trajectory based on the formed speed signal and the trajectory command value, and calculates each drive of the moving component. and interpolation calculation means for sequentially calculating axial components.

[作用] この発明において、補間演算手段は、デジタルフィルタ
の出力と軌跡指令値により軸跡上の次の移動点を決定し
、移動点の座標を計算し、サンプリング周期の各軸移動
成分を求める。
[Operation] In the present invention, the interpolation calculation means determines the next moving point on the axis track based on the output of the digital filter and the trajectory command value, calculates the coordinates of the moving point, and determines each axis movement component of the sampling period. .

[実施例] この発明の一実施例の構成を第1図に示す。図において
、第1の補間演算部(2)は入力指令部(1)から1ブ
ロツクの軌跡指令値のうち、移動指令値(X、Y、I、
J) 、軸跡の種類(円/直線)等の情報をうけて、指
令軌跡を必要な精度の直線セグメントに分割補間し、演
算結果をセグメントバッファメモリ(26)にその空き
に応じて書き込む機能をもっている。セグメントバッフ
ァメモリ(26)は、第1の補間演算部(2)で計算さ
れたセグメントの長さくΔL)・セグメントの座標成分
(ΔX、ΔY)、指令入力部(1)から出力される移動
速度(F)及びブロックの開始/終了等の状態量や加減
速制御指令値等から成る制御信号(C)をセグメント情
報の1つの単位として順次記憶するメモリである。速度
制御処理部(27)は一定の微小なサンプリング周期Δ
tごとにセグメントバッファメモリ(26)からセグメ
ント情報を順次読み出し、セグメント分割された軌跡を
滑らかな速度制御のちとに生成するための移動指令(Δ
P1.ΔQ1)を作りサーボ駆動! 部(4)へ送出する。
[Embodiment] FIG. 1 shows the configuration of an embodiment of the present invention. In the figure, the first interpolation calculation unit (2) selects movement command values (X, Y, I,
J) A function that receives information such as the type of axis trace (circle/straight line), divides and interpolates the command trajectory into straight line segments with the required accuracy, and writes the calculation results to the segment buffer memory (26) according to the available space. have. The segment buffer memory (26) stores the segment length ΔL) calculated by the first interpolation calculation unit (2), the coordinate components of the segment (ΔX, ΔY), and the movement speed output from the command input unit (1). (F) and a control signal (C) consisting of state quantities such as block start/end, acceleration/deceleration control command values, etc., are sequentially stored as one unit of segment information. The speed control processing section (27) has a constant minute sampling period Δ.
Segment information is sequentially read from the segment buffer memory (26) every t, and a movement command (Δ
P1. ΔQ1) and drive the servo! Send to section (4).

第2図は第1図のハード構成を示すブロック図で、(1
00)はメインCPU、(102)は主メモリ(ROM
)、(103)は標準入出力IZF用メセメモリAM)
、(104)はNCデータ用メモリ(RAM)、(10
5)はサーボコントローラ、(106)はCRT、(1
07)はキーボードで、(108)は工作機械である。
Figure 2 is a block diagram showing the hardware configuration of Figure 1.
00) is the main CPU, (102) is the main memory (ROM)
), (103) is the standard input/output IZF meme memory AM)
, (104) is NC data memory (RAM), (10
5) is a servo controller, (106) is a CRT, (1
07) is a keyboard, and (108) is a machine tool.

第1図の指令入力部(1)は標準入出力I/F用メセメ
モリ103) 、NCデータ用メモリ (104) 、
CRT (106)及びキーボード(107)によって
構成されており、第1の補間演算部(2)は主メモリ(
102)に格納されたプログラムによって演算動作をす
るメインCPU (100)によって構成されている。
The command input section (1) in Fig. 1 includes a standard input/output I/F meme memory 103), an NC data memory (104),
It is composed of a CRT (106) and a keyboard (107), and the first interpolation calculation unit (2) is connected to the main memory (
The main CPU (100) performs calculation operations based on programs stored in the main CPU (102).

また、セグメントバッファメモリ(26)はNCデータ
用メモリ(104)によって構成され、速度制御処理部
(27)は前記メインCPU (100)によって、更
に、サーボ駆動部(4)はその一部がサーボコントロー
ラ(105)によって構成されている。
Further, the segment buffer memory (26) is configured by an NC data memory (104), the speed control processing unit (27) is configured by the main CPU (100), and the servo drive unit (4) is configured by the servo drive unit (4). It is configured by a controller (105).

次に、上記に述べた構成の中で本発明の中心をなす速度
制御処理部(27)について詳しく説明する。第3図は
速度制御処理部(27)の構成を示すブロック図で、第
4図はその動作を示すフローチャートである。
Next, the speed control processing section (27), which is the core of the present invention in the above-described configuration, will be explained in detail. FIG. 3 is a block diagram showing the configuration of the speed control processing section (27), and FIG. 4 is a flow chart showing its operation.

速度指令発生部(30)は、セグメントバッファメモリ
(26)から読み出した速度指令値F1セグメント長Δ
L及び制御情報Cを読込み(Sl)、これらのデータを
用いてサンプリング周期Δtごとの移動量F・Δtを求
め、これを速度指令値F、とじて出力する(S2)。さ
らに、指令値を出力するごとにセグメントの残距離を求
め(S3)、残距離を判断しくS4) 、移動距離がセ
グメント長ΔLを越えると判断される場合(残距離く0
)には、そのブロックが終了するまで(S5)、第1の
リードコントロール部(31)を駆動させて次のセグメ
ント情報を読み出しくS6)、F、の値が連続するよう
に端数処理を行い、セグメント間を滑らかに接続する速
度指令を発生させる。この動作は制御情報Cに含まれる
ブロック終了フラグがセットされているセグメントまで
くり返されて、第5図(A)に示すようなステラ 4プ
状の速度指令F1が得られる。このとき、各サンプリン
グ出力ごとのFIの総和は、1ブロツクの軌跡のセグメ
ント長ΔLの総和と等しくなるよう出力される。
The speed command generation unit (30) generates the speed command value F1 segment length Δ read from the segment buffer memory (26).
L and control information C are read (Sl), and using these data, the movement amount F·Δt for each sampling period Δt is determined, and this is output as the speed command value F (S2). Furthermore, each time the command value is output, the remaining distance of the segment is determined (S3), and the remaining distance is determined (S4). If it is determined that the moving distance exceeds the segment length ΔL (remaining distance
), until the block ends (S5), the first read control unit (31) is driven to read the next segment information.S6), rounding is performed so that the values of F are continuous. , generates a speed command that smoothly connects segments. This operation is repeated until the segment in which the block end flag included in the control information C is set, yielding a speed command F1 in the form of a stair-four as shown in FIG. 5(A). At this time, the sum total of FI for each sampling output is output so as to be equal to the sum total of the segment lengths ΔL of the locus of one block.

一方、移動距離がセグメント長ΔLを越えない場合には
、速度指令F、を前述したようなデジタルフィルタ(2
1)を通すことにより、第5図(B)に示すよう形成さ
れた速度信号f1を得る(S7)。速度信号f1は、次
の積分器(32)で加算積分され、セグメント始端から
の移動距離り、が計算される(S8)。セグメント終端
判別)部(33)はLlとΔLの比較を行う(S9)。
On the other hand, if the moving distance does not exceed the segment length ΔL, the speed command F is
1), a speed signal f1 formed as shown in FIG. 5(B) is obtained (S7). The speed signal f1 is added and integrated by the next integrator (32), and the moving distance from the segment start end is calculated (S8). The segment end determination unit (33) compares Ll and ΔL (S9).

セグメント終端判別部(33)によりLlがΔLより小
さいと判断された場合はセグメント長ΔLとり、の比に
、(−Ll/ΔL)を求め(S10)、次に、ΔP1及
びΔQ1を次式により求める(S 11)。
If the segment end determination unit (33) determines that Ll is smaller than ΔL, take the segment length ΔL, calculate the ratio (-Ll/ΔL) (S10), and then calculate ΔP1 and ΔQ1 using the following formula. Find it (S11).

但し、i−1,2,3,・・自・・ ΔX  !ΔY  −〇 0         〇 一方、移動距離Liがセグメント長ΔLを越えると判断
されたときには、第2のリードコントロール部(34)
を駆動して、次のセグメント情報をセグメント終端判別
部(33)及び比例補間演算部(35)へ読み出しく5
12)、移動距離LIのオーバ分を次のセグメントで消
化するように端数処理を行い、端数の値を積分器(32
)及び比例補間演算部(35)へ送り、それぞれの処理
の初期条件を再設定する。そして、比例補間演算部(3
5)は、セグメントの各座標軸成分(ΔX。
However, i-1, 2, 3,... Self... ΔX! ΔY −〇0 〇On the other hand, when it is determined that the moving distance Li exceeds the segment length ΔL, the second lead control section (34)
5 to read the next segment information to the segment end determination unit (33) and proportional interpolation calculation unit (35).
12), perform rounding so that the excess of the moving distance LI is absorbed in the next segment, and calculate the fractional value by an integrator (32).
) and the proportional interpolation calculation unit (35), and reset the initial conditions for each process. Then, the proportional interpolation calculation section (3
5) is each coordinate axis component (ΔX.

ΔY)とセグメント終端判別部(33)の出力を用いて
、移動指令(ΔP、、ΔQ、)を計算する(S 13)
。即ち第6図に示すように、L、がΔLをオーバしたと
きには、現在のセグメント(40)から次のセグメント
(41)へ移動点が移ることになる。この場合はオーバ
した(LニーΔL)だけ次のセグメント(41)上を進
んだA点(42)を次の移動点として定め、前回までの
移動点P   (43)からA点(42)までの変位量
の各座標軸成分をそれぞれΔP 、ΔQ1とすることに
よりセグメント間の移動を滑らかに接続する移動指令を
形成することができる。
A movement command (ΔP, ΔQ,) is calculated using the output of the segment end determination unit (33) and the segment end determination unit (33) (S13).
. That is, as shown in FIG. 6, when L exceeds ΔL, the moving point moves from the current segment (40) to the next segment (41). In this case, point A (42), which has progressed on the next segment (41) by the amount of overlapping (L knee ΔL), is set as the next moving point, and from the previous moving point P (43) to point A (42). By setting the coordinate axis components of the displacement amounts to ΔP and ΔQ1, respectively, it is possible to form a movement command that smoothly connects the movement between segments.

なお、上記実施例ではX−Y2軸の移動軌跡の生成につ
いて説明したが、3軸以上の場合にも当然適用でき、ま
た、関節型ロボットのような非直交駆動機構を用いた数
値制御装置における軸跡の生成についても同様な効果を
発揮する。
Although the above embodiment describes the generation of a movement trajectory in two X-Y axes, it can of course be applied to cases in which there are three or more axes. A similar effect is exerted on the generation of shaft marks.

[発明の効果] 以上のように、この発明によれば、予め計算した経路長
と速度指令値を用いて速度信号を発生させ、これをデジ
タルフィルタを用いて平滑した後にこの速度信号を用い
て経路補間を行うため、滑らかな速度制御の正確な軌跡
指令値が生成され、速度の大きさに依存しない正確な軌
跡制御が可能となっている。このため、特にレーザ加工
機においては微小円弧を高速に高精度に加工することが
可能となっている。
[Effects of the Invention] As described above, according to the present invention, a speed signal is generated using a path length and a speed command value calculated in advance, and this speed signal is smoothed using a digital filter. Because path interpolation is performed, an accurate trajectory command value for smooth speed control is generated, making it possible to perform accurate trajectory control that does not depend on the magnitude of speed. For this reason, especially in laser processing machines, it is possible to process minute circular arcs at high speed and with high precision.

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

第1図は本発明の軌跡制御装置の一実施例の構成を示し
たブロック図、第2図は第1図の装置のハード構成を示
すブロック図、第3図は速度制御処理部の詳細を示した
ブロック図、第4図はその動作を示したフローチャート
、第5図(A)。 (B)は前記速度制御処理部の動作波形の説明図、第6
図は比例補間演算部の処理の説明図、第7図は従来の軌
跡制御装置の構成を示したブロック図、第8図は第7図
の補間演算部の構成を示したブロック図、第9図はその
動作例を示した説明図、第10図は第8図のスムージン
グ処理部の構成を示したブロック図である。 (1)は指令入力部、(2)は補間演算部、(3)はス
ムージング処理部、(4)はサーボ駆動部、(21)は
デジタルフィルタ、(26)はセグメントバッファメモ
リ、(27)は速度制御処理部、(30)は速度指令発
生部、(33)はセグメント終端判別部、(35)は比
例補間演算部を示す。 なお、図中同一符号は同−又は相当部分を示す。 代理人 弁理士 佐々木 宗 治 第4図 第5図 第6図 第9図 第10図 手続補正書(自発) 1、事件の表示 特願昭61−292579号 2、発明の名称 軌跡制御装置 3、補正をする者 事件との関係 特許出願人 住 所    東京都千代田区丸の内二丁目2番3号名
 称 (601)三菱電機株式会社 代表者 志岐守哉 4、代理人 住 所    東京都港区虎ノ門五丁目8番6号56補
正の対象 明細書の「特許請求の範囲」及び「発明の詳細な説明」
6、補正の内容 (1)明細書の特許請求の範囲の記載を別紙の通り補正
する。 (2)明細書第2頁第12行〜第17行「これは・・・
 ・・・成っている。」を、次のとおり補正する。 「これは移動量(X、Y) 、移動速度(F)、軌跡の
種類(直線、円弧等)、加減速制御指令値等から成って
いる。また、円弧の場合にはブロックの始点に対する円
弧の中心座標(1,J)も含まれる。ヨ (3)明細書第3行第15行「今回」を、「今回の」と
補正する。 (4)明細書第4行第16行「X、」を、「X、」l 
             J と補正する。 (5)明細書第5頁第5行「j−0,1,2、」を、r
j−1,2,3Jと補正する。 (6)明細書第5頁16行「軸跡」を、「軌跡」と補正
する。 (7)明細書第6頁第1行「軸跡」を、「軌跡」と補正
する。 (8)明細書第6頁第16行「軸跡」を、「軌跡」と補
正する。 (9)明細書第8頁第4行「(ΔL)・セグメント」を
、「(ΔL)、セグメント」と補正する。 (10)明細書第13頁第5行「軸跡」を、「軌跡」と
補正する。 (11)図面の第4図を別紙補正図面のとおり補正する
。 以上 特許請求の範囲(補正) 「与えられた軌跡指令値に基づいて軌跡の経路長を計算
する経路長計算手段と、与えられた速度指令値とこの経
路長計算手段の出力を用いて移動速度信号を発生する速
度信号発生手段と、速度信号発生手段の出力に基づいて
速度信号の波形を成形するデジタルフィルタと、成形さ
れた速度信号と前記軌跡指令値を用いて、軌跡の移動成
分を計算し、且つ、その移動成分の各駆動軸成分を逐次
計算する補間演算手段と、を備えたことを特徴とする軸
跡制御装置。」 第4 図    補正図面 手続争市正書c 11発) 1、事件の表示 特願昭61−292579号 2、発明の名称 軌跡制御装置 3、補正をする者 事件との関係 特許出願人 住 所    東京都千代田区丸の内二丁目2番3号名
 称 (801)三菱電機株式会社 代表者 志岐守哉 4、代理人 住 所    東京都港区虎ノ門五丁目8番6号5、補
正の対象 昭和62年6月25日付の手続補正書の「補正の内容」
6、補正の内容 (1)昭和62年6月25日付手続補正書第2頁第11
行「第3行」を、「第3頁」と補正する。 (2)前記手続補正書第2頁第13行「第4行第16行
」を、「第4頁第17行」と補正する。 以  上
Fig. 1 is a block diagram showing the configuration of one embodiment of the trajectory control device of the present invention, Fig. 2 is a block diagram showing the hardware configuration of the device in Fig. 1, and Fig. 3 shows details of the speed control processing section. The block diagram shown in FIG. 4 is a flowchart showing its operation, and FIG. 5 (A). (B) is an explanatory diagram of the operation waveform of the speed control processing section, the sixth
7 is a block diagram showing the configuration of a conventional trajectory control device. FIG. 8 is a block diagram showing the configuration of the interpolation calculation section in FIG. 7. The figure is an explanatory diagram showing an example of its operation, and FIG. 10 is a block diagram showing the configuration of the smoothing processing section of FIG. 8. (1) is a command input section, (2) is an interpolation calculation section, (3) is a smoothing processing section, (4) is a servo drive section, (21) is a digital filter, (26) is a segment buffer memory, (27) (30) is a speed command generation unit, (33) is a segment end determination unit, and (35) is a proportional interpolation calculation unit. Note that the same reference numerals in the figures indicate the same or equivalent parts. Agent Patent Attorney Muneharu Sasaki Figure 4 Figure 5 Figure 6 Figure 9 Figure 10 Procedure amendment (voluntary) 1. Indication of the case Patent Application No. 1982-292579 2. Name of the invention Trajectory control device 3. Relationship with the case of the person making the amendment Patent applicant address 2-2-3 Marunouchi, Chiyoda-ku, Tokyo Name (601) Mitsubishi Electric Corporation Representative Moriya Shiki 4 Agent address 5 Toranomon, Minato-ku, Tokyo "Claims" and "Detailed Description of the Invention" of the specification subject to the Chome 8-6 No. 56 amendment
6. Contents of amendment (1) The claims of the specification will be amended as shown in the attached sheet. (2) Page 2 of the specification, lines 12 to 17 “This is...
...It's done. ” shall be amended as follows. This consists of the amount of movement (X, Y), speed of movement (F), type of trajectory (straight line, circular arc, etc.), acceleration/deceleration control command value, etc.In addition, in the case of a circular arc, the circular arc relative to the starting point of the block It also includes the center coordinates (1, J) of (1, J). (3) Correct "this time" in line 3, line 15 of the specification to "this time." (4) Line 4, line 16 of the specification “X,” is replaced with “X,” l
Correct it with J. (5) Replace “j-0, 1, 2,” on page 5, line 5 of the specification with r
Correct as j-1, 2, 3J. (6) Correct “axis trace” on page 5, line 16 of the specification to “trajectory”. (7) Correct “axis trace” in the first line of page 6 of the specification to “trajectory”. (8) Correct “axis trace” on page 6, line 16 of the specification to “trajectory”. (9) "(ΔL)・Segment" on page 8, line 4 of the specification is corrected to "(ΔL), segment." (10) Correct “axis trace” in line 5 of page 13 of the specification to “trajectory”. (11) Figure 4 of the drawings shall be amended as shown in the attached amended drawings. Claims (Amendment) ``Path length calculation means for calculating the path length of a trajectory based on a given trajectory command value; A speed signal generating means that generates a signal, a digital filter that shapes the waveform of the speed signal based on the output of the speed signal generating means, and a moving component of the trajectory is calculated using the shaped speed signal and the trajectory command value. and an interpolation calculation means for sequentially calculating each drive shaft component of the movement component." Figure 4 Amended Drawing Procedure City Official Book C 11) 1 , Indication of the case Patent application No. 1982-292579 2, Name of the invention Trajectory control device 3, Person making the amendment Relationship to the case Patent applicant Address 2-2-3 Marunouchi, Chiyoda-ku, Tokyo Name (801) Mitsubishi Electric Co., Ltd. Representative: Moriya Shiki 4, Agent address: 5-8-6-5 Toranomon, Minato-ku, Tokyo Subject of amendment: ``Contents of amendment'' of the procedural amendment dated June 25, 1988
6. Contents of amendment (1) Procedural amendment dated June 25, 1986, page 2, No. 11
Correct the line “3rd line” to “3rd page”. (2) "Line 4, line 16" of page 2 of the procedural amendment, line 13, is amended to "line 17, page 4."that's all

Claims (1)

【特許請求の範囲】[Claims] 与えられた軌跡指令値に基づいて軸跡の経路長を計算す
る経路長計算手段と、与えられた速度指令値とこの経路
長計算手段の出力を用いて移動速度信号を発生する速度
信号発生手段と、速度信号発生手段の出力に基づいて速
度信号の波形を形成するデジタルフィルタと、形成され
た速度信号と前記軌跡指令値を用いて、軌跡の移動成分
を計算し、且つ、その移動成分の各駆動軸成分を逐次計
算する補間演算手段と、を備えたことを特徴とする軸跡
制御装置。
Path length calculation means for calculating the path length of the axis trace based on a given trajectory command value, and speed signal generation means for generating a travel speed signal using the given speed command value and the output of the path length calculation means. and a digital filter that forms a speed signal waveform based on the output of the speed signal generating means, and a digital filter that calculates a moving component of the trajectory using the formed speed signal and the trajectory command value, and calculates the moving component of the moving component. An axis track control device comprising: interpolation calculation means for sequentially calculating each drive axis component.
JP61292579A 1986-12-10 1986-12-10 Trajectory control device Expired - Lifetime JP2521449B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61292579A JP2521449B2 (en) 1986-12-10 1986-12-10 Trajectory control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61292579A JP2521449B2 (en) 1986-12-10 1986-12-10 Trajectory control device

Publications (2)

Publication Number Publication Date
JPS63146105A true JPS63146105A (en) 1988-06-18
JP2521449B2 JP2521449B2 (en) 1996-08-07

Family

ID=17783601

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61292579A Expired - Lifetime JP2521449B2 (en) 1986-12-10 1986-12-10 Trajectory control device

Country Status (1)

Country Link
JP (1) JP2521449B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0313663A1 (en) * 1987-04-30 1989-05-03 Fanuc Ltd. Robot controller
US5073748A (en) * 1989-09-27 1991-12-17 Siemens Aktiengesellschaft Method for limiting the rate-of-change of acceleration in numerical driving systems
JP2009025882A (en) * 2007-07-17 2009-02-05 Fanuc Ltd Operation command generation method for robot

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5990107A (en) * 1982-11-13 1984-05-24 Fanuc Ltd Accelerating and decelerating circuit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5990107A (en) * 1982-11-13 1984-05-24 Fanuc Ltd Accelerating and decelerating circuit

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0313663A1 (en) * 1987-04-30 1989-05-03 Fanuc Ltd. Robot controller
US5073748A (en) * 1989-09-27 1991-12-17 Siemens Aktiengesellschaft Method for limiting the rate-of-change of acceleration in numerical driving systems
JP2009025882A (en) * 2007-07-17 2009-02-05 Fanuc Ltd Operation command generation method for robot

Also Published As

Publication number Publication date
JP2521449B2 (en) 1996-08-07

Similar Documents

Publication Publication Date Title
JP2929996B2 (en) Tool point sequence generation method
JP2003303005A (en) Numerical control device
JP6012560B2 (en) Numerical controller
JP2009098982A (en) Working simulation device and its program
WO2008053601A1 (en) Working control device, and its program
JPH0123269B2 (en)
JPS60262213A (en) Movement control method of industrial robot
JPS63229506A (en) Output system for axis speed
JPS63146105A (en) Locus controller
JPS5929384B2 (en) Copying control device
JPS6211728B2 (en)
GB1033101A (en) Improvements in or relating to methods and devices for generating a curve
JP2555593B2 (en) Screw processing equipment
JPH06110534A (en) Position control method for machine tool
KR0161010B1 (en) Modification method of moving path in accordance with diameteral change of work
JPS5857762B2 (en) Method and device for correcting movement speed in robots
JPH0230460A (en) Profile control method
WO2022124150A1 (en) Machine tool
JPH06110532A (en) Method for controlling position and device thereof
JP3808106B2 (en) Machine tool control method and control device
JPH0592349A (en) Numerically controlled device
JP2634914B2 (en) Digitizing control device
JPS61224004A (en) Numerically controlled machine tool
JPS6048243A (en) Zone margin machining method
JP2871991B2 (en) Processing path generator

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term