JP2020091597A - Program creation device and article manufacturing method - Google Patents
Program creation device and article manufacturing method Download PDFInfo
- Publication number
- JP2020091597A JP2020091597A JP2018227476A JP2018227476A JP2020091597A JP 2020091597 A JP2020091597 A JP 2020091597A JP 2018227476 A JP2018227476 A JP 2018227476A JP 2018227476 A JP2018227476 A JP 2018227476A JP 2020091597 A JP2020091597 A JP 2020091597A
- Authority
- JP
- Japan
- Prior art keywords
- timing chart
- production
- program
- work
- unit
- 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
- 238000004519 manufacturing process Methods 0.000 title claims abstract description 107
- 238000012545 processing Methods 0.000 claims abstract description 28
- 238000003860 storage Methods 0.000 claims abstract description 23
- 238000000034 method Methods 0.000 claims description 36
- 239000000284 extract Substances 0.000 claims description 2
- 239000000853 adhesive Substances 0.000 description 10
- 230000001070 adhesive effect Effects 0.000 description 10
- 238000012546 transfer Methods 0.000 description 7
- 230000005856 abnormality Effects 0.000 description 5
- 230000007704 transition Effects 0.000 description 4
- 230000032258 transport Effects 0.000 description 4
- 239000011248 coating agent Substances 0.000 description 2
- 238000000576 coating method Methods 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 238000002360 preparation method Methods 0.000 description 2
- 238000011084 recovery Methods 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000006073 displacement reaction Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Images
Landscapes
- Numerical Control (AREA)
Abstract
Description
本発明は、アクチュエータなどの自動機械と各種の周辺機器によって構成される生産ラインを制御するための、プログラム作成装置及びそのプログラムを用いて製造される物品の製造方法に関する。 The present invention relates to a program creation device for controlling a production line configured by an automatic machine such as an actuator and various peripheral devices, and a method for manufacturing an article manufactured using the program.
部品組立の生産ラインでは、複数の部品を同時に組み立てするため、数十〜数百の生産装置が同時に稼働している。生産装置は非同期で制御され、部品を組立動作している。これらの生産ラインは、知能化が進んでおり、異常停止した状態から自動復帰する機能をもつ。 In a production line for assembling parts, several tens to several hundreds of production devices are operating at the same time because a plurality of parts are assembled at the same time. The production equipment is controlled asynchronously and the parts are assembled and operated. These production lines are becoming more intelligent and have the function of automatically returning from an abnormally stopped state.
このような生産ラインを干渉なく稼働させるため、設計者は、組立動作の手順やタイミングを検討し、タイミングチャートを作図する。また、設計者は、組立動作が予め記述されたタイミングチャートから、組立のプログラム、異常停止した状態から自動復帰するプログラム、をそれぞれ作成しなければならない。 In order to operate such a production line without interference, the designer examines the procedure and timing of the assembly operation and draws a timing chart. Further, the designer must create an assembly program and a program for automatically recovering from the abnormally stopped state from the timing chart in which the assembly operation is described in advance.
一方、生産ラインは、生産準備開始から製造開始までのリードタイムの短縮が求められている。 On the other hand, the production line is required to shorten the lead time from the start of production preparation to the start of production.
このような要求に応えるため、生産ラインを制御するシーケンスプログラムを効率よく設計するため、タイミングチャートからシーケンスプログラムを自動作成する方法が既に提案されている。また、特許文献1では、タイムチャートに記述された動作を実施後に、前記タイムチャートに予め設定された初期位置へと復帰させる復帰動作を実行する方法が開示されている。また、前記復帰動作の完了後に、前記タイムチャートの開始時点へと回帰して前記タイムチャートを繰り返し実行する回帰動作を実行する方法が開示されている。
In order to meet such requirements, a method for automatically creating a sequence program from a timing chart has already been proposed in order to efficiently design a sequence program for controlling a production line. Further,
しかしながら、異常停止した状態から自動復帰するプログラムを作成するためには、異常停止のタイミングによって自動復帰させるプログラムがそれぞれ異なる。そのため、タイミングチャートの作成枚数が膨大になり、生産準備開始から製造開始までのリードタイムをなかなか短縮できないという課題があった。つまり、従来の技術では、開始時点から終了時点までの一連の動作が描かれたタイミングチャートから、異常が起こりえるタイミング毎に動作を逐次実行するプログラムを作成しなければならない。それ故、設計者は、組立動作のタイミングチャートだけでなく、異常停止した状態から自動復帰させるまでのタイミングチャートも描かねばならない。結果、プログラム作成に必要なタイミングチャートの作図に時間がかかり、プログラム作成の効率化は困難となっている。 However, in order to create a program that automatically recovers from an abnormally stopped state, different programs are automatically recovered depending on the timing of the abnormal stop. Therefore, there is a problem in that the number of timing charts to be created becomes enormous and the lead time from the start of production preparation to the start of production cannot be shortened easily. That is, in the conventional technique, a program for sequentially executing the operation at each timing when an abnormality may occur must be created from a timing chart that depicts a series of operations from the start time to the end time. Therefore, the designer must draw not only the timing chart of the assembling operation, but also the timing chart from the abnormally stopped state to the automatic restoration. As a result, it takes time to draw the timing chart required for program creation, and it is difficult to improve the efficiency of program creation.
したがって、本発明は、このような従来の手法では解決できない問題を解決しようとするものであって、異常が発生するなどして生産装置が停止してしまった状態から自動で復帰させるためのプログラムの作成を容易にすることを目的とする。 Therefore, the present invention is intended to solve a problem that cannot be solved by such a conventional method, and is a program for automatically returning from a state in which a production apparatus has stopped due to an abnormality or the like. It is intended to facilitate the creation of.
本発明のプログラム作成装置は、複数の生産装置を駆動させるためのプログラムをタイミングチャートから作成する処理部を有するプログラム作成装置であって、前記処理部は、前記タイミングチャートから前記生産装置が処理中であることを示す部分を抽出し、前記抽出された部分において前記生産装置が停止した場合における、前記生産装置が停止した状態から前記生産装置を復帰させるまでのタイミングチャートを記憶部に記憶させることを特徴とする。 A program creating apparatus of the present invention is a program creating apparatus having a processing unit that creates a program for driving a plurality of production devices from a timing chart, wherein the processing unit is being processed by the production apparatus from the timing chart. And storing a timing chart from the stopped state of the production apparatus to the return of the production apparatus in the storage unit when the production apparatus is stopped at the extracted portion. Is characterized by.
本発明の物品の製造方法は、複数の生産装置を駆動させて物品を製造する物品の製造方法であって、前記複数の生産装置は、タイミングチャートから作成された前記生産装置を駆動させるためのプログラムによって駆動され、前記プログラムは、前記タイミングチャートから前記生産装置が処理中であることを示す部分を抽出し、前記抽出された部分において前記生産装置が停止した場合における、前記生産装置が停止した状態から前記生産装置を復帰させるまでのタイミングチャートから作成されたプログラムを含むことを特徴とする。 An article manufacturing method according to the present invention is a method for manufacturing an article by driving a plurality of production apparatuses, wherein the plurality of production apparatuses are for driving the production apparatus created from a timing chart. Driven by a program, the program extracts a part indicating that the production device is processing from the timing chart, and when the production device stops in the extracted part, the production device stops. It is characterized by including a program created from a timing chart from the state until the production apparatus is returned.
本発明を用いることで、複数の生産装置によって構成される生産ラインにおいて、異常が発生するなどして生産装置が停止してしまった状態から自動で復帰させるためのプログラムの作成を容易にすることができる。 By using the present invention, it is easy to create a program for automatically returning from a state in which a production apparatus has stopped due to an abnormality or the like in a production line configured by a plurality of production apparatuses. You can
本発明のシーケンスプログラム作成装置は、タイミングチャートから、異常停止した状態から自動復帰させるまでのプログラムを自動で作成することができる。以下、本発明のシーケンスプログラムの作成方法およびシーケンスプログラム作成装置について図面を用いて説明する。 The sequence program creating device of the present invention can automatically create a program from the abnormally stopped state to the automatic recovery from the timing chart. Hereinafter, a sequence program creating method and a sequence program creating apparatus of the present invention will be described with reference to the drawings.
図1に、本発明のシーケンスプログラム作成装置の一例を示す。タイミングチャートから自動で作成されるシーケンスプログラムは、CPUなどから構成される処理部101で作成される。処理部101は、例えば、パーソナルコンピュータである。表示部103は、例えばディスプレイである。入力部102は、例えば、キーボードやマウスやタッチパネルである。記憶部105は、例えば、メモリやハードディスクである。本発明によって作成されたシーケンスプログラムは、コントローラ104へ登録される。コントローラ104は、シーケンスプログラムの手順に従い、生産ラインを構成する複数の生産装置等を動作させることで、組立作業や異常停止した状態からの自動復帰動作を実行させる。
FIG. 1 shows an example of the sequence program creating apparatus of the present invention. The sequence program automatically created from the timing chart is created by the
タイミングチャートは、表示部103に表示される画面に従い入力部102から操作することで、作成あるいは修正できる。あるいは、タイミングチャートは予めインターフェース(不図示)を通してデータ取得部(不図示)により取得し予め記憶部105に記憶させておいてもよい。
The timing chart can be created or modified by operating the
図2に、本発明におけるタイミングチャート301の一例を、具体的に示す。
FIG. 2 specifically shows an example of the
図2に示すタイミングチャート301に記述された各生産装置の駆動部の動作は、例えば処理部101において公知の方法によってシーケンスプログラムに変換され、コントローラ104へ登録される。コントローラ104は、シーケンスプログラムの手順に従い、生産ラインを駆動し、物品を製造する。
The operation of the drive unit of each production apparatus described in the
図3は、本実施形態の物品を製造するための生産ラインの一例であり、接着剤塗布を行なう生産ラインの概略図である。投入装置702は、投入チャックを上下に動作させるZ軸駆動部7021と前後に動作させるA軸駆動部7022とワークを把持する投入チャック駆動部7023によって構成される。投入チャック駆動部7023は、ワーク有無出力手段を有しており、チャックが解除されたときをワーク無の状態を示す信号と、チャックが把持されたときをワーク有の状態を示す信号と、を出力する。A軸駆動部7022は、投入チャックを後退させる(パレット上に位置させる)場合のZ軸駆動部7021の上昇と、A軸駆動部7022を前進させる(搬送装置の台車上に位置させる)場合のZ軸駆動部7021の上昇は、同じ動作となる。
FIG. 3 is an example of a production line for manufacturing the article of the present embodiment, and is a schematic diagram of a production line for applying an adhesive. The loading device 702 includes a Z-
接着剤塗布装置704は、ロボットアーム7042を用いる例を示している。ロボットアーム7042に、接着剤シリンジをONOFF制御するディスペンサ7041を保持させ、例えばHに示すようにディスペンサ7041が移動するようにロボットアーム7042を駆動させて接着剤をワークWに塗布する。
The adhesive application device 704 shows an example using a
搬送装置703は、投入装置702によって投入されたワークを乗せた台車7031をX(+)方向に移動(X軸駆動部)させて接着剤塗布装置704へ搬送する。さらに、接着剤の塗布が完了したワークを乗せた台車7031を不図示の排出位置までX(+)方向に移動させてワークを搬送する。
The transport device 703 transports the
具体的には、図3に示す生産ラインの動きは次のようになる。まず、
A:投入装置702のZ軸駆動部7021を下降させると同時に投入チャックを閉じ、パレット上のワークを把持する。
Specifically, the movement of the production line shown in FIG. 3 is as follows. First,
A: The Z-
B:チャックが閉じると同時にZ軸駆動部7021を上昇させ、上昇が完了すると同時にX軸が回転しチャックをパレットの上空から投入位置の上空に移動させる。
B: The Z-
C:回転が完了するとZ軸が下降し、下降すると同時にチャックが開き、ワークが搬送装置の台車に乗せられる。 C: When the rotation is completed, the Z-axis is lowered, and at the same time, the chuck is opened and the work is placed on the carriage of the transfer device.
D1:チャックが開くと同時にZ軸駆動部7021が上昇し、Z軸駆動部7021の上昇が完了すると搬送装置の台車をX(+)方向に移動させてワークを接着剤塗布装置へ搬送する。
D1: The Z-
D2:また、Z軸駆動部7021の上昇が完了すると投入装置のA軸駆動部7022が回転し投入位置からパレット上にチャックが移動する。
D2: When the Z-
E:接着剤塗布装置への移動が完了すると、接着剤塗布装置が駆動し、接着剤をワークに塗布する。 E: When the movement to the adhesive applying device is completed, the adhesive applying device is driven to apply the adhesive to the work.
F:塗布が完了すると搬送装置の台車がX(+)方向に移動し、ワークが排出位置まで到達すると不図示の排出装置によってワークが排出される。G:ワークが排出されると同時に、搬送装置の台車はX(−)方向に移動し、投入位置まで戻される。戻されると、また、上記Aから順番に実行され、これを繰り返すことにより、物品を自動で製造することができる。 F: When coating is completed, the carriage of the transfer device moves in the X(+) direction, and when the work reaches the discharge position, the work is discharged by a discharge device (not shown). G: At the same time when the work is discharged, the carriage of the transfer device moves in the X(-) direction and returns to the loading position. When it is returned, the processes are sequentially performed from the above A, and by repeating this, the article can be automatically manufactured.
図2は、図3の生産ラインを動かすシーケンスプログラムに変換する前のタイミングチャートを示したものである。 FIG. 2 is a timing chart before conversion into the sequence program for moving the production line in FIG.
タイミングチャート301は、設定部302と時間表示部303と図形描画部304を含む。
The
設定部302は、例えば、図2のタイミングチャートでは、生産装置名称と、駆動部名称と、駆動方法と、IO番号として出力信号、完了信号、ポイント番号、と、動作方向が記述されている。生産装置名称には、生産ラインを構成する生産装置の名称が記述されている。駆動部名称には、生産装置を構成する駆動部の名称が記述されている。駆動方法は、例えば、駆動部の駆動方法がアクチュエータの場合とシリンダーの場合で選択できるようになっている。あるいは、プログラムに変換する際のテンプレートの分だけ選択できるようになっている。出力信号には、駆動部を駆動させるための出力指令を示す信号が記述される。完了信号には、駆動部の移動が完了したことを示す信号が記述される。ポイント信号には、駆動部の移動が完了したことを示すアドレスが記述される。ポイント番号は、生産装置ごとの番号になっており、おなじP1であっても、搬送装置のP1と投入装置のP1は同じポイントではなく異なるポイントを示している。動作方向には、駆動部の動作完了位置の方向が記述される。
In the timing chart of FIG. 2, for example, the
時間表示部303は、時間情報を含む。図3のタイミングチャート301の例では、左端が原点であり、原点を0秒とし原点から0.1秒ごとの生産装置のそれぞれの駆動部の動きが、後述する図形描画部304に書き込まれるようになっている。
The
図形描画部304は、生産装置の駆動部が処理中であることを示す斜線3041と、生産装置の駆動部が待機状態であることを示す水平線3042と、センサ等の信号のONまたはOFFを表す垂直線3043を含む。また、さらに、異なる動作間の従属関係を示す円弧線3044の情報を含む。駆動部ごとの変移状態が斜線3041、水平線3042、垂直線3043を組み合わせて一本の線によって図形描画部304に示される。この線を本明細書では、動作状態変移線と称する場合がある。異なる動作間の従属関係を示す円弧線3044には、生産装置の非同期動作を開始させるタイミングを示す同期許可トリガ線321と、生産装置の非同期動作を完了させるタイミングを示す同期完了トリガ線322とを有する。同期許可トリガ線321は、例えば、先端記号がひし形の形状となっている。同期完了トリガ線322は、例えば、先端記号が矢印の形状となっている。動作状態変移線、同期許可トリガ線321、同期完了トリガ線322の開始点と終了点は、図形描画部304に配置される。
The
本発明に必要なタイミングチャートは、前述したように、予めインターフェース(不図示)を通してデータ取得部(不図示)により取得し記憶部105に記憶させておいてもよいし、新たに入力部102から情報を入力して作成してもよい。表示部103に表示される画面に従い入力部102から操作することで、タイミングチャートを作成するための情報を入力あるいは修正できる。ここでは、入力部102から情報を入力してタイミングチャートを作成する方法について、具体的に説明する。
As described above, the timing chart necessary for the present invention may be acquired in advance by a data acquisition unit (not shown) through an interface (not shown) and stored in the
まず、入力部102を介して、タイミングチャートの動作情報を入力する。動作情報として、例えば設定部302(図2参照)の項目を入力する。図2に記載のタイミングチャートの例では、生産装置名称、駆動部名称、駆動方法、完了信号、出力信号、動作方向を入力するようになっている。この入力を行う際、表示部103に表示される画面に従い、入力部102から操作を行う。入力部102から、編集する図形を指定すると、処理部101において、描画処理が開始される。
First, the operation information of the timing chart is input via the
次に、動作状態変移線を描画する。入力部102を介して、動作開始時間(原点からの時間(秒数))における、生産装置名称と動作名と駆動方法と完了信号と出力信号とポイント番号と動作方向を指定する。次に、動作終了時間における、生産装置名称と動作名と駆動方法と完了信号と出力信号と動作方向を指定する。これにより、動作状態変位線をタイミングチャートに描画することができる。
Next, the operating state transition line is drawn. Through the
次に、同期トリガ線を描画する。入力部102を介して、同期情報を指定する。同期トリガ開始側の生産装置名称、動作名、動作方向、タイミング(原点からの時間(秒数))を指定する。次に、同期トリガ終了側の生産装置名称、駆動部名称、動作方向、タイミング(原点からの時間(秒数))を指定する。これにより指定した同期情報より、同期トリガ線をタイミングチャートに描画することができる。
Next, the synchronous trigger line is drawn. The synchronization information is designated via the
次に、このように記述され、記憶部105に記憶されたタイミングチャートから、自動で復帰させるためのプログラムを作成する方法を説明する。具体的には、生産ラインにおいて、異常が発生して生産ラインが停止してしまった状態から、異常が発生した原因を取り除いた後、自動で復帰させるためのプログラムを作成する方法を説明する。
Next, a method of creating a program for automatically returning from the timing chart described in this way and stored in the
生産装置が途中で停止してしまうことが起こりうる場所(時間)における復帰のためのプログラムを全て作成しなければならない。そのプログラムを作成する方法を説明する。生産装置において、途中で停止してしまうことが起こりうる場所(時間)は、生産装置の駆動部が処理中であることを示す斜線3041の部分である。まず、処理部101は、タイミングチャートから、生産装置が、停止してしまうことが起こりうる場所を抽出する。図2のタイミングチャートの例においては、(1)〜(11)が抽出される。この抽出は、タイミングチャートを入力する際、起こりうる場所にフラグを立てておいてもよいし、タイミングチャートを表示させながら入力部で選択してもよい。そして、(1)〜(11)のそれぞれについて、処理部は、復帰のためのプログラムを作成する。まず、処理部101は、(1)〜(11)のそれぞれについて、停止してしまった生産装置がワークを保持しているか否かを判断する。ワークの有無を予め斜線3041の部分と関連付けて設定しておいてもよいし、タイミングチャートを表示させながら入力部で選択してもよい。そして、処理部101は、そのワークの有無によって、復帰させるべき位置(復帰位置)を求め、その復帰位置まで復帰させるためのタイミングチャートを記憶部105に記憶させる。ワーク無で停止してしまった場合は、タイミングチャートの原点(図2においては、時間0.0)に復帰させるタイミングチャートを記憶部105に記憶させる。タイミングチャートと逆の動作を図2における時間0.0の位置まで実行させるためのタイミングチャートを記憶部105に記憶させる。つまり、ワークを保持していない場合は、前記タイミングチャートにおいて抽出された処理中であることを示す部分(斜線部)から前記タイミングチャートに沿って戻る動作を実行させるタイミングチャートを記憶部105に記憶させる。
It is necessary to create all the programs for the recovery at the place (time) where the production device may stop on the way. A method of creating the program will be described. In the production apparatus, a place (time) at which the production apparatus may be stopped halfway is a hatched
一方、ワーク有の場合は、駆動部が途中で停止してしまった動作を駆動部が待機状態になるまで(タイミングチャートが斜線の部分から水平になる部分まで)進めるタイミングチャートを記憶部に記憶させる。つまりワークを保持している場合は、前記タイミングチャートにおいて抽出された処理中であることを示す部分(斜線部)から前記タイミングチャートに沿って進む動作を実行させるタイミングチャートを記憶させる。 On the other hand, if there is a work, the timing chart that advances the operation that the drive unit stopped halfway until the drive unit enters the standby state (from the shaded portion to the horizontal portion of the timing chart) is stored in the storage unit. Let In other words, when the work is held, the timing chart for executing the operation of advancing along the timing chart from the portion (hatched portion) indicating that the processing is extracted in the timing chart is stored.
そして復帰位置からは通常動作を実行するためのタイミングチャートを記憶させる。復帰位置において、そのほかの生産装置が所定の状態にあるかどうかを確認し、所定の状態にある場合は通常動作に復帰させ、所定の状態にない場合はエラーを出力するようにしてもよい。 Then, the timing chart for executing the normal operation is stored from the return position. At the return position, it may be confirmed whether or not the other production apparatuses are in the predetermined state. If the other production apparatus is in the predetermined state, the normal operation is restored, and if not, the error may be output.
図4は、(1)で停止してしまった場合における生産ラインを復帰させるためのプログラムを作成するためのタイミングチャートである。(1)では、搬送装置が、ワークを投入装置から受け取った後、搬送装置のX軸駆動部を駆動して塗布装置にワークを運ぶ途中で停止してしまった場合である。まず、ワークの有無を選択する。(1)で停止した場合のワークの有無は、台車にワークが乗せられているため、有が選択される。ワーク有であるため、復帰させるべき位置(復帰位置)は、駆動部が途中で停止してしまった動作をそのまま進め、駆動部が待機状態になる(タイミングチャートが水平になる)位置(時間)である。台車上のワークの有無は不図示のセンサによって検出してもよいし、タイミングチャートに予め関連付けて記憶させておいてもよい。処理部101により、駆動部が途中で停止してしまった動作をそのまま進め、駆動部が待機状態になる(タイミングチャートが水平になる)位置まで進めるタイミングチャートが記憶部105に記憶される。そして復帰位置からは通常動作を実行するためのタイミングチャートが記憶部105に記憶される。
FIG. 4 is a timing chart for creating a program for returning the production line in the case of stopping at (1). In the case of (1), after the work device receives the work from the input device, the work device drives the X-axis drive unit of the work device to stop the work while carrying the work to the coating device. First, the presence or absence of the work is selected. For the presence/absence of a work when the work is stopped in (1), the presence is selected because the work is placed on the carriage. Since there is a work, the position (return position) to be returned is the position (time) at which the drive unit goes to the standby state (the timing chart becomes horizontal) after the operation that the drive unit stopped halfway. Is. The presence or absence of the work on the carriage may be detected by a sensor (not shown), or may be stored in association with the timing chart in advance. The
図5は、(2)で停止してしまった場合における生産ラインを復帰させるためのプログラムを作成するためのタイミングチャートである。まず、ワークの有無を選択する。(2)の場所では、搬送装置の台車にはワークが乗せられているため、有が選択される。ワーク有であるため、ワーク有であるため、復帰させるべき位置(復帰位置)は、駆動部が途中で停止してしまった動作をそのまま進め、駆動部が待機状態になる(タイミングチャートが水平になる)位置(時間)である。処理部101により、タイミングチャートと同じ動作を、駆動部が待機状態になる(タイミングチャートが水平になる)位置まで進めるタイミングチャートが記憶部105に記憶される。そして復帰位置からは通常動作を実行するためのタイミングチャートが記憶105に記憶される。
FIG. 5 is a timing chart for creating a program for returning the production line in the case of stopping at (2). First, the presence or absence of the work is selected. At the location of (2), since the work is placed on the carriage of the transfer device, "Yes" is selected. Since there is a work, since there is a work, the position to be returned (return position) advances the operation where the drive unit stopped midway, and the drive unit enters the standby state (the timing chart is horizontal. It is a position (time). The
図6は、(3)で停止してしまった場合における生産ラインを復帰させるためのプログラムを作成するためのタイミングチャートである。まず、ワークの有無を選択する。(3)では、チャックはワークをまだ把持しておらず、ワーク無が選択される。処理部101は、タイミングチャートと逆の動作を、タイミングチャートの原点(図2においては、時間0.0)まで実行させ、続けて通常のプログラムを実行するためのタイミングチャートが記憶部105に記憶される。
FIG. 6 is a timing chart for creating a program for returning the production line in the case of stopping at (3). First, the presence or absence of the work is selected. In (3), the chuck has not yet gripped the work, and no work is selected. The
図7は、(4)で停止してしまった場合における生産ラインを復帰させるためのプログラムを作成するためのタイミングチャートである。まず、ワークの有無を選択する。(4)では、チャックがワークを把持しているため、ワーク有が選択される。処理部101は、駆動部が途中で停止してしまった動作を進め、駆動部が待機状態になる(タイミングチャートが水平になる)位置(時間)である。処理部101は、タイミングチャートと同じ動作を、駆動部が待機状態になる(タイミングチャートが水平になる)位置まで進めるタイミングチャートを記憶部105に記憶させる。そして復帰位置からは通常動作を実行するためのタイミングチャートが記憶部105に記憶される。
FIG. 7 is a timing chart for creating a program for returning the production line in the case of stopping at (4). First, the presence or absence of the work is selected. In (4), since the chuck grips the work, the work presence is selected. The
同じように、(5)〜(11)で停止してしまった場合における生産ラインを復帰させるためのプログラムを作成するためのタイミングチャートを作成していく。(図面省略)
このように作成されたタイミングチャートをもとに、処理部101において公知の方法によってシーケンスプログラムに変換され、コントローラ104へ登録される。コントローラ104は、シーケンスプログラムの手順に従い、図3に示す生産ラインが駆動され、物品が製造される。
Similarly, a timing chart for creating a program for returning the production line in the case of stopping at (5) to (11) is created. (Drawing omitted)
Based on the timing chart created in this way, it is converted into a sequence program by a known method in the
以上説明した実施形態の構成は具体例として示したものであり、これら具体例の構成に限定するものではない。 The configurations of the embodiments described above are shown as specific examples, and are not limited to the configurations of these specific examples.
101 処理部
102 入力部
103 表示部
104 コントローラ
101
Claims (8)
前記処理部は、前記タイミングチャートから前記生産装置が処理中であることを示す部分を抽出し、前記抽出された部分において前記生産装置が停止した場合における、前記生産装置が停止した状態から前記生産装置を復帰させるまでのタイミングチャートを記憶部に記憶させることを特徴とするプログラム作成装置。 A program creation device having a processing unit for creating a program for driving a plurality of production devices from a timing chart,
The processing unit extracts a part indicating that the production device is in process from the timing chart, and when the production device is stopped in the extracted part, the production is performed from the stopped state of the production device. A program creation device, wherein a timing chart until the device is restored is stored in a storage unit.
前記複数の生産装置は、タイミングチャートから作成された前記生産装置を駆動させるためのプログラムによって駆動され、
前記プログラムは、前記タイミングチャートから前記生産装置が処理中であることを示す部分を抽出し、前記抽出された部分において前記生産装置が停止した場合における、前記生産装置が停止した状態から前記生産装置を復帰させるまでのタイミングチャートから作成されたプログラムを含むことを特徴とする物品の製造方法。 A method for manufacturing an article, which comprises driving a plurality of production devices to produce an article,
The plurality of production devices are driven by a program for driving the production device created from a timing chart,
The program extracts a portion indicating that the production device is processing from the timing chart, and when the production device is stopped in the extracted portion, the production device is stopped from the stopped state. A method for manufacturing an article, comprising a program created from a timing chart until restoration of the article.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018227476A JP2020091597A (en) | 2018-12-04 | 2018-12-04 | Program creation device and article manufacturing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018227476A JP2020091597A (en) | 2018-12-04 | 2018-12-04 | Program creation device and article manufacturing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2020091597A true JP2020091597A (en) | 2020-06-11 |
JP2020091597A5 JP2020091597A5 (en) | 2022-01-11 |
Family
ID=71012872
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018227476A Pending JP2020091597A (en) | 2018-12-04 | 2018-12-04 | Program creation device and article manufacturing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2020091597A (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07191717A (en) * | 1992-02-05 | 1995-07-28 | Toshiba Corp | Automatic preparing device for control program |
JP2012166290A (en) * | 2011-02-14 | 2012-09-06 | Jtekt Corp | Robot conveyance apparatus |
WO2013161561A1 (en) * | 2012-04-27 | 2013-10-31 | 株式会社安川電機 | Time chart creation device, controller, machine element control system, time chart creation method, program and information storage medium |
WO2014126109A1 (en) * | 2013-02-15 | 2014-08-21 | 株式会社安川電機 | Controller, time chart creation device, computer program, and computer-readable information storage medium |
-
2018
- 2018-12-04 JP JP2018227476A patent/JP2020091597A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH07191717A (en) * | 1992-02-05 | 1995-07-28 | Toshiba Corp | Automatic preparing device for control program |
JP2012166290A (en) * | 2011-02-14 | 2012-09-06 | Jtekt Corp | Robot conveyance apparatus |
WO2013161561A1 (en) * | 2012-04-27 | 2013-10-31 | 株式会社安川電機 | Time chart creation device, controller, machine element control system, time chart creation method, program and information storage medium |
WO2014126109A1 (en) * | 2013-02-15 | 2014-08-21 | 株式会社安川電機 | Controller, time chart creation device, computer program, and computer-readable information storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6456051B2 (en) | Robot system control method, robot system, robot system control program, and recording medium | |
TWI498693B (en) | Multi-axes control system setting and adjusting functions support device | |
JP2013012051A (en) | Machine control program formulating device | |
EP3296860A1 (en) | Program processing apparatus and program | |
US10191460B2 (en) | Control device for machine tool | |
JP4958608B2 (en) | Robot control device, robot control method, and robot transfer device | |
JP2019188545A (en) | Robot control device | |
JP2020091597A (en) | Program creation device and article manufacturing method | |
CN111993419A (en) | PDPS-based robot offline manufacturing method and device and computer terminal equipment | |
CN108290288B (en) | Method for simplified modification of an application for controlling an industrial installation | |
CN109048928B (en) | Method and device for generating robot control program | |
JP5602076B2 (en) | Robot programming apparatus and method | |
JP6460692B2 (en) | Robot system, robot system control method, teaching apparatus, teaching apparatus control method, program, and recording medium | |
JP2013226602A (en) | Industrial machine system | |
WO2019111413A1 (en) | Control device, workpiece operation device, workpiece operation system, and control method | |
US20170123402A1 (en) | Apparatus and Method for Transforming NC Programs | |
JP2020091596A (en) | Program creation device and article manufacturing method | |
CN106201815B (en) | Robot | |
JP5862236B2 (en) | Control program editing apparatus and control program creation support program | |
JP5131139B2 (en) | Operation sequence creation device, control method and program for operation sequence creation device | |
JP7572542B2 (en) | ROBOT CONTROL DEVICE, ROBOT CONTROL SYSTEM, AND ROBOT CONTROL METHOD | |
JP5433638B2 (en) | Development support method and program | |
JP6460639B2 (en) | Robot system control method, program, recording medium, and robot system | |
JP2010179388A (en) | Robot teaching system | |
JP2010207997A (en) | Position teaching device of industrial robot, operation teaching device of industrial robot and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20211203 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20211203 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20220720 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20220802 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220926 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20230207 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20230403 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20230718 |