JP2002268751A - Servo controller - Google Patents

Servo controller

Info

Publication number
JP2002268751A
JP2002268751A JP2001072517A JP2001072517A JP2002268751A JP 2002268751 A JP2002268751 A JP 2002268751A JP 2001072517 A JP2001072517 A JP 2001072517A JP 2001072517 A JP2001072517 A JP 2001072517A JP 2002268751 A JP2002268751 A JP 2002268751A
Authority
JP
Japan
Prior art keywords
command
control
target position
servo
servo driver
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.)
Withdrawn
Application number
JP2001072517A
Other languages
Japanese (ja)
Inventor
Kazuo Watanabe
一雄 渡辺
Akira Busujima
明 毒島
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.)
Via Mechanics Ltd
Original Assignee
Hitachi Via Mechanics Ltd
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 Hitachi Via Mechanics Ltd filed Critical Hitachi Via Mechanics Ltd
Priority to JP2001072517A priority Critical patent/JP2002268751A/en
Publication of JP2002268751A publication Critical patent/JP2002268751A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a servo controller capable of continuing control when the duration of a communication error is short. SOLUTION: In a servo controller for controlling an object to be controlled while mutually transmitting and receiving control data between a CNC device 11 and a servo driver 20 in each preliminarily decided sampling cycle, recovery processing corresponding to the contents of the control data is preliminarily decided, and when any communication error is generated between the CNC device 11 and the servo driver 20, the recovery processing corresponding to the control data at that time is executed so that the control of the object to be controlled can be continued.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、予め定めるサンプ
リング周期毎に、CNC装置とサーボドライバとの間
で、制御データを互いに送受信しながら制御対象を制御
するサーボ制御装置に関するものであり、特に、通信障
害(以下、「通信エラー」という。)の影響を受けるこ
とが少ないサーボ制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a servo control device for controlling a control target while transmitting and receiving control data between a CNC device and a servo driver at predetermined sampling periods. The present invention relates to a servo control device that is less affected by a communication failure (hereinafter, referred to as a “communication error”).

【0002】[0002]

【従来の技術】工作機械やロボット等の機能・性能を向
上させるためには、これらを制御するCNC装置の高速
・高性能化だけでなく、CNC装置とサーボドライバ間
のインタフェースの高速化によるリアルタイム処理が必
要になる。
2. Description of the Related Art In order to improve the functions and performance of machine tools, robots, etc., not only high-speed and high-performance CNC devices for controlling them, but also real-time by increasing the speed of the interface between the CNC devices and servo drivers. Processing is required.

【0003】図6は、従来のサーボ制御装置のブロック
図である。CNC装置11とサーボドライバ12は、通
信経路(ライン)14と、通信経路(ライン)15によ
り接続されている。ライン14では、CNC装置11か
らサーボドライバ12ヘの指令が送信され、ライン15
では、サーボドライバ12からCNC装置11ヘの応答
が送信される。サーボドライバ12は、CNC装置11
から送信される指令に基づいてサーボモータ13を駆動
する。
FIG. 6 is a block diagram of a conventional servo control device. The CNC device 11 and the servo driver 12 are connected by a communication path (line) 14 and a communication path (line) 15. In line 14, a command from the CNC device 11 to the servo driver 12 is transmitted, and
Then, a response from the servo driver 12 to the CNC device 11 is transmitted. The servo driver 12 is a CNC device 11
The servomotor 13 is driven based on the command transmitted from.

【0004】図7は、従来のサーボ制御装置の動作シー
ケンスを示す図である。
FIG. 7 is a diagram showing an operation sequence of a conventional servo control device.

【0005】CNC装置11は、所定の動作周期(サン
プリング周期)毎に、指令X1、X2等を順次サーボド
ライバ12ヘ送信する。サーボドライバ12は、受信し
た指令に基づいてサーボモータ13の回転角度を制御し
て、図示を省略する制御対象を動作させる(例えばテー
ブルを指定された位置に移動させる)と共に、CNC装
置11に現在の状態を応答R1、R2として順次送信
(返信)する。
[0005] The CNC device 11 sequentially transmits commands X1, X2, etc. to the servo driver 12 at a predetermined operation cycle (sampling cycle). The servo driver 12 controls the rotation angle of the servo motor 13 based on the received command to operate a control object (not shown) (for example, to move a table to a designated position), and to send the current information to the CNC device 11. Are sequentially transmitted (replyed) as responses R1 and R2.

【0006】なお、CNC装置11とサーボドライバ1
2間の指令と応答は、例えば、HDLC(High L
evel Data Link Control)等の
シリアル通信が採用される。
The CNC device 11 and the servo driver 1
The command and response between the two are, for example, HDLC (High L
Serial communication such as level data link control is employed.

【0007】[0007]

【発明が解決しようとする課題】モーションコントロー
ルに代表されるこの種の通信を採用したサーボ制御装置
では、インターフェイス上の通信エラーが発生するとリ
アルタイム動作している制御対象の位置制御ができなく
なるため、サイクルチェック(CRC)方式等により通
信エラーを常時に監視する。そして、指令送信時に通信
エラーが発生すると(図7における指令X2)、通信エ
ラーが発生したことを検出したサーボドライバ12は、
モータ13の停止処理を実行すると共に、通信エラーが
発生したことを応答R2にセットして(書き込み)CN
C装置11に送信する。
In a servo control device employing this type of communication represented by motion control, when a communication error occurs on an interface, the position of a control target operating in real time cannot be controlled. Communication errors are constantly monitored by a cycle check (CRC) method or the like. Then, when a communication error occurs at the time of transmitting the command (command X2 in FIG. 7), the servo driver 12, which has detected that the communication error has occurred,
The motor 13 is stopped, and the fact that a communication error has occurred is set in the response R2 (write) CN.
Transmit to the C device 11.

【0008】CNC装置11は、応答R2により通信エ
ラーが発生したことを認識すると、動力回路の切断、エ
ラー内容の表示等のエラー対応処置を実行し、装置全体
を停止させる。
When the CNC device 11 recognizes that a communication error has occurred based on the response R2, the CNC device 11 executes error handling measures such as disconnection of the power circuit and display of the content of the error, and stops the entire device.

【0009】ところで、瞬間的な通信エラーにより一旦
装置全体が停止状態になると、原因究明のための作業や
稼働状態に戻すための復旧作業等が必要になり、装置全
体の稼働率が低下する。このため、安定な通信が可能
な、省配線化したシリアル転送が採用されることが多
い。また、通信ケーブルとしてツイストペア線や差動方
式の伝送ラインを採用したり、電磁誘導ノイズの多い部
分では光ケーブルを採用する等、通信エラーの発生を予
防する対策がとられている。
However, once the entire apparatus is stopped due to an instantaneous communication error, work for investigating the cause and recovery work for returning to the operating state are required, and the operating rate of the entire apparatus is reduced. For this reason, serial transfer with reduced wiring and stable communication is often adopted. In addition, measures are taken to prevent the occurrence of communication errors, such as adopting a twisted pair line or a differential transmission line as a communication cable, or adopting an optical cable in a portion having a large amount of electromagnetic induction noise.

【0010】しかし、これらの対策はハードウェア上の
対策であるため、通信エラーの発生を低減することはで
きても、一旦通信エラーが発生すると、その時点で装置
全体の運転を停止しなければならない。
However, since these countermeasures are hardware countermeasures, it is possible to reduce the occurrence of communication errors, but once a communication error occurs, it is necessary to stop the operation of the entire apparatus at that time. No.

【0011】本発明の目的は、上記従来技術における課
題を解決し、通信エラーの継続時間が短時間である場合
は、制御を継続させることができるサーボ制御装置を提
供するにある。
An object of the present invention is to solve the above-mentioned problems in the prior art, and to provide a servo control device capable of continuing control when the duration of a communication error is short.

【0012】[0012]

【課題を解決するための手段】上記の目的を達成するた
め、本発明は、予め定めるサンプリング周期毎に、CN
C装置とサーボドライバとの間で制御データを相互に送
受信しながら、制御対象を制御するサーボ制御装置にお
いて、予め制御内容に応じたリカバリ処理を定めてお
き、通信エラーが発生した時は、その時の制御内容に対
応する前記リカバリ処理を実行することにより、前記制
御対象の制御を継続することを特徴とする。
In order to achieve the above object, the present invention provides a method in which a CN
In the servo control device that controls the control target while mutually transmitting and receiving control data between the C device and the servo driver, recovery processing according to the control content is determined in advance. The control of the control object is continued by executing the recovery process corresponding to the control content of (1).

【0013】この場合、前記サーボドライバに、前記C
NC装置から送信された前記制御データを記憶する記憶
手段と、記憶した制御データの内容を判断する判断手段
とを設け、目標位置への移動を、次の目標位置データを
記憶した後に実行するように定めておき、移動制御中に
通信エラーが発生した場合は、通信エラー障害発生前に
記憶した目標位置と通信エラー発生後に記憶した目標位
置の中間の位置を目標位置として、移動を実行すること
ができる。
In this case, the servo driver is provided with the C
A storage unit for storing the control data transmitted from the NC device and a determination unit for determining the content of the stored control data are provided, and the movement to the target position is executed after storing the next target position data. If a communication error occurs during movement control, the movement should be performed with the target position between the target position stored before the communication error failure and the target position stored after the communication error occurred as the target position. Can be.

【0014】[0014]

【発明の実施の形態】以下、本発明を図示の実施の形態
に基づいて説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below based on the illustrated embodiment.

【0015】図1は、本発明に係るサーボ制御装置のブ
ロック図であり、図6と同じものまたは同一機能のもの
は同一の符号を付して説明を省略する。サーボドライバ
20は、内部に記憶装置21と、判断装置22とを備え
ている。
FIG. 1 is a block diagram of a servo control device according to the present invention. The components having the same functions or the same functions as those in FIG. The servo driver 20 includes a storage device 21 and a determination device 22 therein.

【0016】記憶装置21は、CNC装置11からサン
プリング周期毎に送信された指令を順番に記憶する。判
断装置22は、CNC装置11から送信された指令が、
目的の位置を絶対座標で示した目標位置や速度等の移動
を制御するためのデータを含む指令(以下、「移動指
令」という。)であるか、サーボドライバ20の初期
化、状態の問い合わせ、あるいは動作モードの変更等を
指示するためのデータを含むその他の指令(以下、「管
理指令」という。)であるかを判断する。
The storage device 21 sequentially stores commands transmitted from the CNC device 11 in each sampling cycle. The determining device 22 determines that the command transmitted from the CNC device 11 is
A command including data for controlling the movement of the target position or the speed, which indicates the target position in absolute coordinates (hereinafter, referred to as a “movement command”), initializes the servo driver 20, inquires about the state, Alternatively, it is determined whether the received instruction is another instruction (hereinafter, referred to as a “management instruction”) including data for instructing a change of the operation mode or the like.

【0017】次に、本発明におけるサーボドライバとC
NC装置の動作をフローチャートにより説明する。
Next, the servo driver according to the present invention and C
The operation of the NC device will be described with reference to a flowchart.

【0018】図2は、サーボドライバの処理を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing the processing of the servo driver.

【0019】サーボドライバ20は、CNC装置11か
ら送信された制御データが記載されている指令を受信し
て(図2における手順501)、手順502の処理を行
う。手順502では、受信が正常に行われたかどうかを
確認し、受信が正常に行われた場合は指令を記憶して
(手順503)、手順504の処理を行い、受信が正常
に行われなかった場合はエラー内容を応答にセットした
後(手順521)、手順522の処理を行う。
The servo driver 20 receives a command describing control data transmitted from the CNC device 11 (procedure 501 in FIG. 2) and performs the process of procedure 502. In step 502, it is confirmed whether or not the reception has been performed normally. If the reception has been performed normally, the command is stored (step 503), the processing in step 504 is performed, and the reception has not been performed normally. In this case, after the error content is set in the response (procedure 521), the process of procedure 522 is performed.

【0020】手順504では、受信した指令が移動指令
であるかどうかを確認し、移動指令である場合は手順5
05の処理を行い、移動指令でない場合、すなわち管理
指令の場合は移動中フラグをクリアして(手順510)
指令を実行した後(手順511)、手順512の処理を
行う。
In step 504, it is checked whether the received command is a movement command.
05, and if it is not a movement command, that is, if it is a management command, the moving flag is cleared (step 510).
After executing the command (procedure 511), the processing of procedure 512 is performed.

【0021】手順512では、前回の指令が移動指令で
ないことを確認し、前回の指令が移動指令ではない、す
なわち管理指令である場合は応答を送信して(手順50
8)処理を終了し、前回の指令が移動指令である場合は
前回の指令を実行して(手順507)、手順508の処
理を行う。
In step 512, it is confirmed that the previous command is not a movement command, and if the previous command is not a movement command, that is, if it is a management command, a response is transmitted (step 50).
8) The process is terminated, and if the previous command is a movement command, the previous command is executed (step 507), and the process of step 508 is performed.

【0022】手順505では、受信した移動指令が最初
の移動指令であるかどうかを確認し、最初の移動指令で
ない場合は手順506の処理を行い、最初の移動指令で
ある場合は移動中フラグをセットした後(手順51
5)、手順508の処理を行う。
In step 505, it is confirmed whether or not the received movement command is the first movement command. If the received movement command is not the first movement command, the process of step 506 is performed. If it is the first movement command, the moving flag is set. After setting (Step 51
5) The process of step 508 is performed.

【0023】手順506では、前回の受信が正常であっ
たかどうかを確認し、前回の受信が正常に行われた場合
は手順507の処理を行い、前回の受信が正常に行われ
なかった場合は仮位置の座標を算出して(手順51
3)、仮位置への移動を実行した後(手順514)、手
順508の処理を行う。なお、仮位置の座標は、記憶さ
れている前々回の目標位置と今回記憶した目標位置の中
間の位置として算出する。
In step 506, it is checked whether or not the previous reception was normal. If the previous reception was normally performed, the process of step 507 is performed. Calculate the coordinates of the position (step 51
3) After performing the movement to the temporary position (step 514), the process of step 508 is performed. The coordinates of the tentative position are calculated as an intermediate position between the stored target position two times before and the target position stored this time.

【0024】また、手順522では、移動中であるかど
うかを確認し、移動中である場合は手順523の処理を
行い、移動中でない場合は手順508の処理を行う。
In step 522, it is confirmed whether or not the user is moving. If the user is moving, the process of step 523 is performed. If the user is not moving, the process of step 508 is performed.

【0025】手順523では、前回の受信が異常であっ
たかどうかを確認し、前回の受信が正常であった場合は
手順507の処理を行い、前回の受信も異常であった場
合はアラームを表示して、動作を中止する。
In step 523, it is checked whether or not the previous reception was abnormal. If the previous reception was normal, the process of step 507 is performed. If the previous reception was also abnormal, an alarm is displayed. And stop the operation.

【0026】図3は、CNC装置の処理を示すフローチ
ャートである。
FIG. 3 is a flowchart showing the processing of the CNC device.

【0027】CNC装置11は、始めに、電源投入後の
最初の指令でないかどうかを確認し(手順400)、電
源投入後の最初の指令である場合は指令を送信し(手順
402)て処理を終了し、最初の指令でない場合は手順
401の処理を行う。
First, the CNC device 11 checks whether it is the first command after the power is turned on (procedure 400), and if it is the first command after the power is turned on, transmits the command (step 402) and performs processing. Is ended, and if it is not the first command, the process of step 401 is performed.

【0028】手順401では、サーボドライバ12から
送信された応答を参照し、前回の指令がサーボドライバ
12に受信されていた場合は手順402の処理を行い、
前回の指令が通信エラーによりサーボドライバ12に送
信できていない場合は手順403の処理を行う。
In step 401, referring to the response transmitted from the servo driver 12, if the previous command has been received by the servo driver 12, the processing of step 402 is performed.
If the previous command has not been transmitted to the servo driver 12 due to a communication error, the process of step 403 is performed.

【0029】手順403では、移動中であるかどうかを
確認し、移動中である場合は手順404の処理を行い、
移動中でない場合は指令を再送信して(手順405)、
処理を終了する。
In step 403, it is checked whether the user is moving, and if the user is moving, the process of step 404 is performed.
If not moving, re-send the command (step 405)
The process ends.

【0030】手順404では、前回の指令が当該移動の
最初または最後の指令であるかどうかを確認し、前回の
指令が当該移動の最初または最後の指令でない場合は手
順402の処理を行い、その他の場合は手順405の処
理を行う。
In step 404, it is confirmed whether or not the last command is the first or last command of the movement. If the last command is not the first or last command of the movement, the process of step 402 is performed. In the case of, the process of step 405 is performed.

【0031】図4は、本発明の動作シーケンスを示す図
であり、(a)は送信する指令が移動指令の場合、
(b)は送信する指令が管理指令の場合をそれぞれ示し
ている。
FIG. 4 is a diagram showing an operation sequence of the present invention. FIG. 4A shows a case where a command to be transmitted is a movement command.
(B) shows a case where the command to be transmitted is a management command.

【0032】上記図2、3において説明したように、送
信する指令が管理指令である場合、サーボドライバ20
は指令を直ちに実行する。また、通信エラーが発生した
場合(図中の指令C2)、サーボドライバ20は通信エ
ラーがあったことを応答A2に記載して、CNC装置1
1に送信する。CNC装置11は応答A2により、通信
エラーがあったことを認識し、制御対象に影響を与えな
い(移動中でない)ため、次のサンプリング周期に再度
指令C2を送信する。すなわち、制御対象の動作に直接
影響しない場合は、次のサンプリングサイクルに指令を
再度送信してシステムの停止を防止する。
As described with reference to FIGS. 2 and 3, when the command to be transmitted is a management command, the servo driver 20
Executes the command immediately. When a communication error has occurred (command C2 in the figure), the servo driver 20 describes in the response A2 that the communication error has occurred, and the CNC device 1
Send to 1. The CNC device 11 recognizes from the response A2 that there has been a communication error, and transmits the command C2 again in the next sampling cycle so as not to affect the control target (not moving). That is, when the operation of the control target is not directly affected, the command is transmitted again in the next sampling cycle to prevent the system from stopping.

【0033】また、送信された指令が移動指令である場
合、サーボドライバ20は次の移動指令を受信してから
前回の指令を実行する。また、通信エラーが発生した場
合(図中の指令P3)、CNC装置11は通信エラーに
なった指令を再度送信することなく、次の指令を送信す
る。そして、サーボドライバ20は、前々回の目標位置
P2と今回の目標位置P4の平均値を通信エラーで受信
できなかった前回の目標位置P3と見做して、移動を実
行する。したがって、制御が中断されず、かつ制御のリ
アルタイム制を損なうこともない。
If the transmitted command is a movement command, the servo driver 20 executes the previous command after receiving the next movement command. When a communication error occurs (command P3 in the figure), the CNC device 11 transmits the next command without transmitting the command that caused the communication error again. Then, the servo driver 20 executes the movement by regarding the average value of the target position P2 two times before and the current target position P4 as the previous target position P3 that could not be received due to a communication error. Therefore, the control is not interrupted and the real-time control is not impaired.

【0034】図5は、通信エラーが発生した場合の誤差
を説明するための図であり、縦軸は順次指令する絶対座
標の位置、横軸はサンプリング時間である。
FIG. 5 is a diagram for explaining an error when a communication error occurs. The vertical axis represents the position of absolute coordinates to be sequentially instructed, and the horizontal axis represents the sampling time.

【0035】CNC装置11は、制御対象に対して設定
された速度・加速度から、それぞれのサンプリング時間
(T1〜T8)に到達しなければならない目標位置(P
1〜P8)を計算し、順次サーボドライバ20へ送信す
る。
The CNC device 11 sets a target position (P) that must reach each sampling time (T1 to T8) from the speed / acceleration set for the control target.
1 to P8) are calculated and sequentially transmitted to the servo driver 20.

【0036】上記の場合、移動指令による前々回の目標
位置P2と今回の目標位置P4の平均値として算出した
仮位置は、前回の移動指令に記載された目標位置P3に
対してずれているが、次のサンプリング周期では指令さ
れた目標位置に位置決めされるので、実用上問題になる
ことはない。
In the above case, the tentative position calculated as the average value of the target position P2 two times before and the current target position P4 based on the movement command is shifted from the target position P3 described in the previous movement command. In the next sampling period, since the positioning is performed at the commanded target position, there is no practical problem.

【0037】なお、本発明では、CNC装置からの指令
に対する実行が1サンプリング周期遅延するが、フィー
ドバック制御を実行するサーボドライバの動作において
は、何ら問題となるものではない。
In the present invention, the execution of the command from the CNC device is delayed by one sampling cycle, but this does not pose any problem in the operation of the servo driver for executing the feedback control.

【0038】また、この実施例ではCNC装置側で移動
指令と管理指令を区別するようにしたが、サーボドライ
バ側で移動指令と管理指令を判別する(例えば、指令さ
れた目標位置に変化がある場合を移動指令と判定する
等)ようにしてもよい。
Also, in this embodiment, the movement command and the management command are distinguished on the CNC device side, but the movement command and the management command are determined on the servo driver side (for example, there is a change in the commanded target position. The case may be determined as a movement command, etc.).

【0039】また、本発明のエラーリカバリ方式は、実
施例に示したHDLC方式の通信構成だけでなく、他の
通信方式によるCNC装置・サーボドライバ間のインタ
フェイスにも適用することができる。
The error recovery system of the present invention can be applied not only to the communication configuration of the HDLC system shown in the embodiment but also to an interface between a CNC device and a servo driver by another communication system.

【0040】[0040]

【発明の効果】以上説明したように、本発明によれば、
リアルタイムに動作制御するシステムであっても、突発
的に発生する通信エラーをリカバリできるため、システ
ムをダウンさせることがなく、システムの安定性および
稼働率を向上させることができる。
As described above, according to the present invention,
Even in a system that performs operation control in real time, a communication error that occurs suddenly can be recovered, so that system stability and operation rate can be improved without downtime of the system.

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

【図1】本発明に係るサーボ制御装置のブロック図であ
る。
FIG. 1 is a block diagram of a servo control device according to the present invention.

【図2】本発明に係るサーボドライバの処理を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing processing of a servo driver according to the present invention.

【図3】本発明に係るCNC装置の処理を示すフローチ
ャートである。
FIG. 3 is a flowchart showing a process of the CNC device according to the present invention.

【図4】本発明に係るサーボ制御装置の動作シーケンス
図である。
FIG. 4 is an operation sequence diagram of the servo control device according to the present invention.

【図5】通信エラーが発生した場合の誤差を説明するた
めの図である。
FIG. 5 is a diagram for explaining an error when a communication error occurs.

【図6】従来のサーボ制御装置のブロック図である。FIG. 6 is a block diagram of a conventional servo control device.

【図7】従来のサーボ制御装置の動作シーケンスを示す
図である。
FIG. 7 is a diagram showing an operation sequence of a conventional servo control device.

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

11 CNC装置 20 サーボドライバ 11 CNC device 20 Servo driver

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5H209 AA06 AA07 BB07 CC13 DD11 FF01 HH13 5H269 BB11 KK05 MM04 NN14 PP02 PP17 5H303 AA01 AA10 CC03 DD01 EE08 FF07 GG21 HH07  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5H209 AA06 AA07 BB07 CC13 DD11 FF01 HH13 5H269 BB11 KK05 MM04 NN14 PP02 PP17 5H303 AA01 AA10 CC03 DD01 EE08 FF07 GG21 HH07

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 予め定めるサンプリング周期毎に、CN
C装置とサーボドライバとの間で制御データを相互に送
受信しながら、制御対象を制御するサーボ制御装置にお
いて、予め制御内容に応じたリカバリ処理を定めてお
き、通信障害が発生した時は、その時の制御内容に対応
する前記リカバリ処理を実行することにより、前記制御
対象の制御を継続することを特徴とするサーボ制御装
置。
1. The method according to claim 1, wherein CN is performed every predetermined sampling period.
In a servo control device that controls a controlled object while mutually transmitting and receiving control data between the C device and the servo driver, recovery processing according to the control content is determined in advance. A servo control device that continues the control of the control target by executing the recovery process corresponding to the control content of (1).
【請求項2】 前記サーボドライバに、前記CNC装置
から送信された前記制御データを記憶する記憶手段と、
記憶した制御データの内容を判断する判断手段とを設
け、目標位置への移動を、次の目標位置データを記憶し
た後に実行するように定めておき、移動制御中に通信障
害が発生した場合は、通信障害発生前に記憶した目標位
置と通信障害発生後に記憶した目標位置の中間の位置を
目標位置として、移動を実行することを特徴とする請求
項1に記載のサーボ制御装置。
2. A storage means for storing the control data transmitted from the CNC device in the servo driver;
A determination means for determining the content of the stored control data is provided, and the movement to the target position is determined to be executed after storing the next target position data, and when a communication failure occurs during the movement control, 2. The servo control device according to claim 1, wherein the movement is performed with a target position between a target position stored before the occurrence of the communication failure and a target position stored after the occurrence of the communication failure as a target position.
JP2001072517A 2001-03-14 2001-03-14 Servo controller Withdrawn JP2002268751A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001072517A JP2002268751A (en) 2001-03-14 2001-03-14 Servo controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001072517A JP2002268751A (en) 2001-03-14 2001-03-14 Servo controller

Publications (1)

Publication Number Publication Date
JP2002268751A true JP2002268751A (en) 2002-09-20

Family

ID=18930087

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001072517A Withdrawn JP2002268751A (en) 2001-03-14 2001-03-14 Servo controller

Country Status (1)

Country Link
JP (1) JP2002268751A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1398171A1 (en) 2002-09-13 2004-03-17 Ricoh Company, Ltd. Thermal recording material
JP2007149073A (en) * 2005-10-25 2007-06-14 Fisher Rosemount Syst Inc Process control with unreliable communications
DE102014018177A1 (en) 2013-12-16 2015-06-18 Fanuc Corporation Numerical control with servo output delay unit

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1398171A1 (en) 2002-09-13 2004-03-17 Ricoh Company, Ltd. Thermal recording material
JP2007149073A (en) * 2005-10-25 2007-06-14 Fisher Rosemount Syst Inc Process control with unreliable communications
DE102014018177A1 (en) 2013-12-16 2015-06-18 Fanuc Corporation Numerical control with servo output delay unit
US9417623B2 (en) 2013-12-16 2016-08-16 Fanuc Corporation Numerical control device with servo-output delay unit
DE102014018177B4 (en) * 2013-12-16 2017-10-12 Fanuc Corporation Numerical control with servo output delay unit

Similar Documents

Publication Publication Date Title
US11613015B2 (en) Technique for providing reliable control in a cloud robotics system
KR102088182B1 (en) Communication control system and communication control method
KR20130027523A (en) Method of controlling an automated work cell
JP2010170435A (en) System and method for instructing motion control, and motion control system
JP2008009872A (en) Machine controller
WO2018179368A1 (en) Control device and motor control system
US20220080601A1 (en) Machine control via wireless communication
JP2013066962A (en) Robot control device, and robot system
JP2002268751A (en) Servo controller
JP2004227047A (en) Machining device
CN109491331B (en) Control system, sub-control device, and control method
JPH03169284A (en) Motor driving controller
JPH02257204A (en) Collision evasion control system for plural robot arms
CN112987554B (en) Dual-signal control method and device, electronic speed regulator and electronic equipment
JP2005173849A (en) Automatic machine control system
JP7448345B2 (en) Communication control device
JP2005071086A (en) Motion control system
US10754320B2 (en) Method and apparatus for integrating an external motion planner with an industrial controller
US20230024548A1 (en) Controller and extrapolation method of command value
US20220176557A1 (en) Robot control method and robot control device
JPH07164363A (en) Control device of hand mechanism
WO2023138536A1 (en) Motor control system, motor control method, and motor driving and forwarding device
US20230067306A1 (en) Machine control via synchronous communication
JPH08328626A (en) Double-arm robot controller
US20230259100A1 (en) Method for Controlling a Plurality of Execution Mechanisms, Electronic Device, and Storage Medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080603