JPH09204208A - Control method in robot device - Google Patents
Control method in robot deviceInfo
- Publication number
- JPH09204208A JPH09204208A JP1237896A JP1237896A JPH09204208A JP H09204208 A JPH09204208 A JP H09204208A JP 1237896 A JP1237896 A JP 1237896A JP 1237896 A JP1237896 A JP 1237896A JP H09204208 A JPH09204208 A JP H09204208A
- Authority
- JP
- Japan
- Prior art keywords
- control
- timer
- robot device
- robot apparatus
- timer flag
- 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
Links
Landscapes
- Programmable Controllers (AREA)
- Manipulator (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ロボット装置にお
ける制御方法に関する。TECHNICAL FIELD The present invention relates to a control method in a robot apparatus.
【0002】[0002]
【従来の技術】ロボット装置において、作業を自動運転
により行わせる場合、例えばある距離を一定の速度で移
動させる場合、所定の制御周期毎に、目標位置を計算し
てロボット装置を移動させることが必要となる。2. Description of the Related Art In a robot apparatus, when an operation is performed automatically, for example, when a certain distance is moved at a constant speed, a target position can be calculated and the robot apparatus can be moved every predetermined control cycle. Will be needed.
【0003】従来、このような制御を行わせる場合、リ
アルタイム方式のオペレーティングシステム(以下、リ
アルタイムOSという)が使用されている。Conventionally, a real-time operating system (hereinafter referred to as a real-time OS) is used to perform such control.
【0004】[0004]
【発明が解決しようとする課題】ところで、ロボット装
置によっては、大きなプログラムであるリアルタイムO
Sを必要としない場合があり、この場合には、ハード的
なタイマー割り込みを使用して、所定時間毎に制御を行
う方法がある。By the way, depending on the robot device, real-time O which is a large program.
There is a case where S is not necessary, and in this case, there is a method of using a hardware timer interrupt to perform control at predetermined time intervals.
【0005】しかし、ロボット装置によっては、自動運
転を行わせるのに、タイマー割り込みのプログラムを用
いた場合でも、プログラムが大きくなり過ぎて使用でき
ない場合がある。However, depending on the robot device, even if a timer interrupt program is used to perform automatic operation, the program may become too large to be used.
【0006】そこで、本発明は、リアルタイムOSの替
わりに、ソフト的に割り込みを行わせてリアルタイム制
御を行わせるようにしたロボット装置における制御方法
を提供することを目的とする。Therefore, an object of the present invention is to provide a control method in a robot apparatus in which instead of a real-time OS, real-time control is performed by software interruption.
【0007】[0007]
【課題を解決するための手段】上記課題を解決するた
め、本発明のロボット装置における制御方法は、ロボッ
ト装置における駆動部の制御方法であって、駆動部に所
定の制御を行わせる際に、制御用プログラムに設けられ
たタイマー割り込みルーチンにより、所定のカウントを
行わせた後、制御用CPUにタイマーフラグをセットさ
せ、この制御用CPUにセットされたタイマーフラグ
を、上記制御用プログラムが検出することにより、所定
の駆動を行わせる制御方法である。In order to solve the above-mentioned problems, a control method in a robot apparatus according to the present invention is a method for controlling a drive section in a robot apparatus, wherein when the drive section is caused to perform a predetermined control, A timer interrupt routine provided in the control program causes the control CPU to set a timer flag after performing a predetermined count, and the control program detects the timer flag set in the control CPU. This is a control method for performing a predetermined drive.
【0008】上記の制御方法によると、ロボット装置の
駆動部の制御を行う際に、所定のカウント値毎に、ソフ
ト的にタイマーフラグを立たせ、このタイマーフラグを
検出することにより、制御目標を出力するようにしてい
るので、例えばリアルタイムOSを使用して制御を行う
場合に比べて、コストの安い制御を行うことができる。According to the above control method, when controlling the drive unit of the robot apparatus, a timer flag is set by software for each predetermined count value, and the control target is output by detecting this timer flag. Therefore, compared to the case where the control is performed by using the real-time OS, the control can be performed at low cost.
【0009】[0009]
【発明の実施の形態】以下、本発明の実施の形態におけ
るロボット装置のリアルタイム制御方法を図1〜図4に
基づき説明する。BEST MODE FOR CARRYING OUT THE INVENTION A real-time control method for a robot apparatus according to an embodiment of the present invention will be described below with reference to FIGS.
【0010】なお、図面は、ロボット装置の制御系統の
ブロック図を示し、本実施の形態においては、ロボット
装置の一つの動作、例えば移動動作に適用した場合につ
いて説明する。It should be noted that the drawings show a block diagram of a control system of the robot apparatus, and in the present embodiment, a case where the present invention is applied to one operation of the robot apparatus, for example, a moving operation will be described.
【0011】まず、図1に示すように、ロボット装置に
おける制御プログラムの[メイン]プログラムの中に、
[メニュー]が含まれており、この[メニュー]の中
に、[モード選択]の画面がある。First, as shown in FIG. 1, in the [main] program of the control program in the robot apparatus,
[Menu] is included, and in this [Menu] there is a [Select Mode] screen.
【0012】この[モード選択]の中には、[原点検出
・復帰],[手動],[自動/ステップ],[編集],
[ロード/セーブ]などの項目があり、本発明の制御方
法は、特に、自動運転に効果を発揮するものであるた
め、この[自動/ステップ]の項目を選択した場合につ
いて説明する。[Mode selection] includes [origin detection / return], [manual], [auto / step], [edit],
Since there are items such as [load / save] and the control method of the present invention is particularly effective for automatic driving, the case where the item [auto / step] is selected will be described.
【0013】この[自動/ステップ]を選択すると、図
2に示すように、[モード変更]から[スタート]が選
択され、プログラムが実行される。そして、この実行プ
ログラムの中に、さらに[サブルーチン],[直線移
動]などがあり、本実施の形態においては、この[直線
移動]を選択する。When [Auto / Step] is selected, [Start] is selected from [Mode change] as shown in FIG. 2, and the program is executed. Further, this execution program further includes [subroutine], [linear movement], etc., and in the present embodiment, this [linear movement] is selected.
【0014】この[直線移動]の中には、図3に示すよ
うに、[ステップ目標値取得],[ステップイニシャ
ル],[ステップ中]、[ステップ現在値更新]などの
項目があり、さらにこの[ステップ中]には、[タイマ
ーフラグリセット],[指令値発生]などの項目があ
る。As shown in FIG. 3, this [linear movement] includes items such as [step target value acquisition], [step initial], [during step], [step current value update], and the like. This [during step] includes items such as [timer flag reset] and [command value generation].
【0015】また、別途≪タイマー割り込み≫のルーチ
ンが設けられており、この≪タイマー割り込み≫には、
[カウンタINC]があり、インクレメントされてカウ
ンタ値が設定値になると、タイマーフラグが制御部のC
PUにセットされる。A separate "timer interrupt" routine is provided, and this "timer interrupt" routine includes
There is a [counter INC], and when it is incremented and the counter value reaches the set value, the timer flag is set to C of the control unit.
It is set in PU.
【0016】そして、ロボット装置側の移動プログラム
からは、常に、CPUにタイマーフラグがセットされて
いるかどうかが検出されており、タイマーフラグがCP
Uにセットされている場合には、現在の移動の目標位置
が、ロボット装置の駆動部に出力される。Then, from the movement program on the robot apparatus side, it is always detected whether or not the timer flag is set in the CPU, and the timer flag indicates CP.
When set to U, the current target position of movement is output to the drive unit of the robot apparatus.
【0017】したがって、ロボット装置における駆動
部、例えば走行部の目標位置制御が、タイマーの設定カ
ウンタ値ごとに行われる。すなわち、タイマーを使用し
て、ソフト的に割り込みが行われ、制御が所定の周期毎
に行われることになる。Therefore, the target position control of the drive unit, for example, the traveling unit in the robot apparatus is performed for each set counter value of the timer. That is, the timer is used to interrupt the operation in software, and the control is performed every predetermined period.
【0018】なお、移動中におけるロボット装置の実際
の位置と、目標位置との偏差はセンサーにより検出され
て、フィードバック制御が行われている。このように、
ロボット装置の移動、すなわち走行部の制御を行う際
に、常に、タイマー割り込みを行い、所定の設定カウン
タ値ごとにフラグを立て、そして制御部から、このフラ
グが立っているかどうかが常に判断され、フラグが検出
された場合には、移動目標を出力するようにしているの
で、例えばリアルタイムOSを使用して制御を行う場合
に比べて、コストの安い制御を実現することができると
ともに、制御の信頼性の点でも何ら問題はない。The deviation between the actual position of the robot and the target position during movement is detected by a sensor and feedback control is performed. in this way,
When moving the robot device, that is, when controlling the traveling unit, a timer interrupt is always performed, a flag is set for each predetermined set counter value, and the control unit always determines whether or not this flag is set, When the flag is detected, the movement target is output, so that it is possible to realize control at a lower cost as compared with the case where control is performed using a real-time OS, and it is possible to achieve reliable control. There is no problem in terms of sex.
【0019】[0019]
【発明の効果】以上のように本発明の構成によると、ロ
ボット装置の駆動部の制御を行う際に、所定のカウント
値毎に、ソフト的にタイマーフラグを立たせ、このタイ
マーフラグを検出することにより、制御目標を出力する
ようにしているので、例えばリアルタイムOSを使用し
て制御を行う場合に比べて、コストの安い制御を行うこ
とができ、しかも制御の信頼性の点でも何ら問題はな
い。As described above, according to the configuration of the present invention, when the drive unit of the robot apparatus is controlled, the timer flag is raised by software for each predetermined count value and the timer flag is detected. As a result, the control target is output, so that it is possible to perform control at a lower cost compared to the case where control is performed using a real-time OS, and there is no problem in terms of control reliability. .
【図1】本発明のロボット装置における制御プログラム
を示すブロック図である。FIG. 1 is a block diagram showing a control program in a robot apparatus of the present invention.
【図2】同ロボット装置における制御プログラムを示す
ブロック図である。FIG. 2 is a block diagram showing a control program in the robot apparatus.
【図3】同ロボット装置の制御プログラムにおける直線
移動のプログラムを示すブロック図である。FIG. 3 is a block diagram showing a linear movement program in a control program of the robot apparatus.
【図4】同ロボット装置の制御プログラムにおけるタイ
マー割り込みのルーチンを示すブロック図である。FIG. 4 is a block diagram showing a timer interrupt routine in the control program of the robot apparatus.
Claims (1)
あって、駆動部に所定の制御を行わせる際に、制御用プ
ログラムに設けられたタイマー割り込みルーチンによ
り、所定のカウントを行わせた後、制御用CPUにタイ
マーフラグをセットさせ、この制御用CPUにセットさ
れたタイマーフラグを、上記制御用プログラムが検出す
ることにより、所定の駆動を行わせることを特徴とする
ロボット装置における制御方法。1. A method of controlling a drive unit in a robot apparatus, wherein when a predetermined control is performed on the drive unit, a predetermined count is performed by a timer interrupt routine provided in a control program, A control method for a robot apparatus, comprising causing a control CPU to set a timer flag, and causing the control program to detect a timer flag set in the control CPU to perform predetermined driving.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1237896A JPH09204208A (en) | 1996-01-29 | 1996-01-29 | Control method in robot device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP1237896A JPH09204208A (en) | 1996-01-29 | 1996-01-29 | Control method in robot device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH09204208A true JPH09204208A (en) | 1997-08-05 |
Family
ID=11803619
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP1237896A Pending JPH09204208A (en) | 1996-01-29 | 1996-01-29 | Control method in robot device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH09204208A (en) |
-
1996
- 1996-01-29 JP JP1237896A patent/JPH09204208A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9782898B2 (en) | Robot controller for avoiding problem regarding robot at the time of emergency stop | |
JPH09204208A (en) | Control method in robot device | |
US10649432B2 (en) | Numerical controller with program check function by override switch | |
JPH06297366A (en) | Industrial robot | |
KR100456330B1 (en) | Welding bead sensing method for saving time and automatically stopping welding by detecting welding bead in recognition of split point of welding line | |
JP2633983B2 (en) | Robot controller | |
JP2970453B2 (en) | Robot system | |
JP3306789B2 (en) | Position control device | |
JP3350716B2 (en) | Positioning device | |
JPH09325808A (en) | Control method for driving equipment | |
JPH0584681A (en) | Method for detecting collision of robot arm against foreign matter | |
JP2942615B2 (en) | NC control method for press-fit robot | |
JP3349719B2 (en) | Automatic machine safety devices | |
JP2005219138A (en) | Robot control method, robot control device, robot control program, and recording medium | |
JPH08294886A (en) | Robot control device | |
JPH11224126A (en) | Motion controller | |
JP2628426B2 (en) | Safety device in money handling equipment | |
JP2800416B2 (en) | Positioning control device | |
JPH01213727A (en) | Stall monitor system | |
JPH04355682A (en) | Positioning device | |
JP2000056801A (en) | Deviation control method for pid operation | |
JPH03222847A (en) | Prime mover controller for construction machinery | |
JP2004316220A (en) | Dam gate controller and dame gate control method | |
JPH04295908A (en) | Positioning controller for motor-driven valve | |
JPS633319A (en) | Positioning control method for cargo-handling machine |