JP2002023816A - Method for transferring nc data and device for the same - Google Patents

Method for transferring nc data and device for the same

Info

Publication number
JP2002023816A
JP2002023816A JP2000209220A JP2000209220A JP2002023816A JP 2002023816 A JP2002023816 A JP 2002023816A JP 2000209220 A JP2000209220 A JP 2000209220A JP 2000209220 A JP2000209220 A JP 2000209220A JP 2002023816 A JP2002023816 A JP 2002023816A
Authority
JP
Japan
Prior art keywords
data
replacement
control device
machine
completion signal
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
JP2000209220A
Other languages
Japanese (ja)
Other versions
JP3607170B2 (en
Inventor
Yoichi Nagao
陽一 長尾
Hironobu Urabe
博信 占部
Hideyuki Ninoyu
秀幸 二之湯
Fumihiro Honda
文博 本多
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.)
Kawasaki Heavy Industries Ltd
Original Assignee
Kawasaki Heavy Industries 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 Kawasaki Heavy Industries Ltd filed Critical Kawasaki Heavy Industries Ltd
Priority to JP2000209220A priority Critical patent/JP3607170B2/en
Publication of JP2002023816A publication Critical patent/JP2002023816A/en
Application granted granted Critical
Publication of JP3607170B2 publication Critical patent/JP3607170B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the storage area of an NC device, and to improve the operation rate of an NC machine by eliminating any waiting time due to the reading of NC data. SOLUTION: In this system equipped with an NC device 10, an NC machine 17, a controller I4 having a large capacity storage device 12, and a communicating means 16 between those devices, the NC device 10 is provided with a program constituted by a replacement step (a), a replacement completion notification step (b), an operation step (c), and an operation completion notification step (d) and a data buffer constituted of a reception data buffer and an operation data buffer. The controller 14 is constituted so that NC data can be transferred to the NC device 10 according to a replacement completion signal and that a start command can be applied to the NC device 10 according to an operation completion signal.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、上位計算機で作成
したNCデータをNC装置に転送する方法及び装置に関
するもので、少ないメモリ容量で迅速にNCデータの読
込みを行うための方法及び装置であり、ロボットシステ
ムの現場制御装置に利用できる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and an apparatus for transferring NC data created by a host computer to an NC apparatus, and more particularly to a method and apparatus for quickly reading NC data with a small memory capacity. It can be used as a robot system on-site control device.

【0002】[0002]

【従来の技術】オフラインで作成されたデータを利用す
るNC装置は、NCデータの読込みを行う必要がある。
多品種のワークを連続して加工するような生産ラインに
おいては、大容量のNCデータを処理する必要がある
が、NCデータの増大によりNC装置のメモリ容量の制
約を受けたり、データ読込時間が増大し作業待ち時間も
増大することになる。オフラインで作成されたNCデー
タをNC装置へ転送する方式としては、(1)一括デー
タ転送方式、(2)逐次データ転送方式などが知られて
いる。一括データ転送方式は、図6に示すように、作業
開始前に全てのデータを読み込み、読み込み後は連続し
てNC機械を動作させることが可能である。逐次データ
転送方式は、図7に示すように、作業単位を分割し、N
C装置と結合された大容量記憶装置を持つ制御装置を用
いて、作業単位毎にNCデータの転送・実行を繰り返す
方式である。
2. Description of the Related Art An NC device that uses data created offline needs to read NC data.
In a production line that continuously processes a large variety of workpieces, it is necessary to process a large amount of NC data. However, the increase in the NC data is limited by the memory capacity of the NC device, and the data reading time is limited. This increases the work waiting time. As a method of transferring the NC data created offline to the NC device, (1) a batch data transfer method, (2) a sequential data transfer method, and the like are known. As shown in FIG. 6, the batch data transfer method allows all data to be read before the start of work, and allows the NC machine to operate continuously after reading. In the sequential data transfer method, as shown in FIG.
This is a method in which transfer and execution of NC data are repeated for each work unit using a control device having a large-capacity storage device coupled to the C device.

【0003】また、例えば、特開平6−43919号公
報には、数値制御工作機械のロボットプログラムのデー
タ転送方式とその装置加工プログラム中の可変データの
みを転送するという方式が開示されている。また、実開
平6−37902号公報には、ロボット動作プログラム
等の通信装置として、転送するデータを圧縮をかけて送
るという装置が開示されている。
[0003] For example, Japanese Patent Application Laid-Open No. 6-43919 discloses a data transfer method of a robot program of a numerically controlled machine tool and a method of transferring only variable data in a device machining program thereof. Japanese Utility Model Laid-Open Publication No. Hei 6-37902 discloses a device for compressing and transmitting data to be transferred as a communication device for a robot operation program or the like.

【0004】[0004]

【発明が解決しようとする課題】上述した従来技術のう
ち、一括データ転送方式には以下の問題点がある。 (1) 大きなデータを扱う場合、NC装置のメモリ容
量の制約を受ける。 (2) NCデータの変数名はユニークにする必要があ
る。 (3) データ転送中はNC機械を動作させることがで
きない。一方、上述した逐次データ転送方式では、作業
単位毎に同一の変数名を利用することができるため、N
C装置のメモリ容量を節約することができる。しかし、
逐次データ転送方式にも以下の問題点がある。 (1) データ転送中はNC機械を動作させることがで
きない。 (2) NC機械を連続的に動作させることができな
い。
Among the above-mentioned prior arts, the batch data transfer method has the following problems. (1) When handling large data, the memory capacity of the NC device is restricted. (2) The NC data variable names must be unique. (3) The NC machine cannot be operated during data transfer. On the other hand, in the above-described sequential data transfer method, the same variable name can be used for each unit of work.
The memory capacity of the C device can be saved. But,
The sequential data transfer method also has the following problems. (1) The NC machine cannot be operated during data transfer. (2) The NC machine cannot be operated continuously.

【0005】また、上記の特開平6−43919号公報
記載の発明は逐次データ転送方式であり、上記と同様の
問題点を有している。なお、実開平6−37902号公
報記載の発明は、転送時間を短縮するためにデータを圧
縮して送るというものであり、本発明の転送方法とは全
く異なる構成である。
The invention described in Japanese Patent Application Laid-Open No. 6-43919 is a sequential data transfer method, and has the same problems as described above. Note that the invention described in Japanese Utility Model Laid-Open No. Hei 6-37902 is to compress and send data in order to reduce the transfer time, and has a configuration completely different from the transfer method of the present invention.

【0006】本発明は上記の諸点に鑑みなされたもの
で、本発明の目的は、上位計算機で作成したNCデータ
をロボットコントローラ等のNC装置に転送する方式に
おいて、転送用NCデータと動作用NCデータを別々に
もたせ、この変換ステップを設けることでロボット等の
NC機械稼動中に次のNCデータを先送りすることによ
り、NC機械の稼動率を向上させることができ、しか
も、NC装置のメモリサイズをコンパクトにできるNC
データ転送方法及び装置を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above points, and it is an object of the present invention to provide a method of transferring NC data created by a host computer to an NC device such as a robot controller. By providing data separately and providing this conversion step, the next NC data is postponed while the NC machine such as a robot is operating, so that the operating rate of the NC machine can be improved, and the memory size of the NC device can be improved. NC that can be compact
A data transfer method and apparatus are provided.

【0007】[0007]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明のNCデータ転送方法は、NC装置、NC
機械、大容量記憶装置を備えた制御装置及びこれら装置
間の通信手段からなるシステムにおいて、NC装置を、
置換ステップ、置換完了通知ステップ、動作ステップ及
び動作完了通知ステップからなるプログラムと、受信デ
ータバッファ及び動作データバッファからなるデータバ
ッファとを包含する構成とし、制御装置を、置換完了信
号によりNC装置へNCデータを転送し、動作完了信号
によりNC装置へ起動指令を与える構成とし、NC装置
での処理工程が、制御装置より受信データバッファに送
信されるNCデータを置換ステップにより動作データバ
ッファに置換し、NCデータを置換した後、置換完了通
知ステップにより制御装置に置換完了信号を通知し、置
換完了信号通知後、動作ステップにより動作データバッ
ファにあるNCデータを用いてNC機械を動作させると
ともに、置換完了信号を受けて制御装置から転送される
NCデータを受信データバッファに受信することによ
り、NC機械の動作中にNCデータを受信し、動作完了
後、動作完了通知ステップにより動作完了信号を制御装
置に通知し、次の起動指令により、置換ステップからの
処理を繰り返すように構成されている。
To achieve the above object, an NC data transfer method according to the present invention comprises an NC device, an NC device,
In a system including a machine, a control device having a mass storage device, and a communication unit between these devices, an NC device is
A program including a replacement step, a replacement completion notification step, an operation step, and an operation completion notification step, and a data buffer including a reception data buffer and an operation data buffer are included. Data is transferred, a start command is given to the NC device by an operation completion signal, and the processing step in the NC device replaces the NC data transmitted from the control device to the reception data buffer with the operation data buffer in a replacement step; After the replacement of the NC data, a replacement completion signal is notified to the control device in a replacement completion notification step. After the replacement completion signal is notified, the NC machine is operated using the NC data in the operation data buffer in the operation step, and the replacement is completed. Receives NC data transferred from control device in response to signal NC data is received during the operation of the NC machine, and after the operation is completed, an operation completion signal is notified to the control device by the operation completion notification step, and the processing from the replacement step is performed by the next start command. It is configured to repeat.

【0008】本発明のNCデータ転送装置は、NC装
置、NC機械、大容量記憶装置を備えた制御装置及びこ
れら装置間の通信手段からなるシステムにおいて、制御
装置より送信される転送用NCデータを動作用NCデー
タに置き換える置換ステップと、制御装置に置換完了信
号を通知する置換完了通知ステップと、置換完了信号の
通知後に動作用NCデータを用いてNC機械を動作させ
る動作ステップと、制御装置に動作完了信号を通知する
動作完了通知ステップとからなるプログラムを備え、転
送用NCデータのメモリエリアである受信データバッフ
ァと動作用NCデータのメモリエリアである動作データ
バッファとを別々に設けたNC装置と、NC装置からの
命令により作業を行うNC機械と、置換完了信号により
NC装置へ転送用NCデータを送信し、動作完了信号に
よりNC装置へ起動指令を与える制御装置とから構成さ
れ、動作ステップにより動作データバッファにある動作
用NCデータを用いてNC機械を動作させるとともに、
制御装置から転送される転送用NCデータを受信データ
バッファに受信して、NC機械の動作中にNCデータが
受信できるようにし、動作完了通知ステップにより動作
完了信号を制御装置に通知して、次の起動指令により置
換ステップからの処理を繰り返すようにしたことを特徴
としている。
An NC data transfer device according to the present invention, in a system including an NC device, an NC machine, a control device having a large-capacity storage device, and a communication means between these devices, transfers NC data transmitted from the control device. A replacement step of replacing with the operation NC data, a replacement completion notification step of notifying the controller of a replacement completion signal, an operation step of operating the NC machine using the operation NC data after notification of the replacement completion signal, An NC device comprising a program comprising an operation completion notifying step of notifying an operation completion signal, wherein a reception data buffer as a memory area for transfer NC data and an operation data buffer as a memory area for operation NC data are separately provided , An NC machine that performs work in accordance with an instruction from the NC device, and a transfer N to the NC device by a replacement completion signal. Transmits the data, is composed of a control device for providing a start command to the NC device by the operation completion signal, the operating the NC machine with an operation for NC data in the operation data buffer by the operation step,
The transfer NC data transferred from the control device is received in the reception data buffer so that the NC data can be received during the operation of the NC machine. The operation completion notification step notifies the control device of an operation completion signal by the operation completion notification step. The processing from the replacement step is repeated in response to the start command.

【0009】[0009]

【発明の実施の形態】以下、本発明の実施の形態につい
て説明するが、本発明は下記の実施の形態に何ら限定さ
れるものではなく、適宜変更して実施することが可能な
ものである。図1は、本発明の実施の第1形態によるN
Cデータ転送方法を概念的に示している。また、図2
は、本発明の実施の第1形態によるNCデータ転送方法
を実施する装置の概略構成を示している。本発明は、逐
次転送方式を改良することにより、NC機械の稼動中に
次のNCデータを転送できるようにしたものである。図
2に示す装置は、NC装置10、NC機械17、大容量
記憶装置12を持つ制御装置14、及びこれら装置間の
通信手段16からなる構成であり、NC装置10と結合
された大容量記憶装置12を持つ制御装置14を用い
て、分割された作業単位(ここでは、データA、B、
C、D)毎にNCデータの転送を行うものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below, but the present invention is not limited to the following embodiments and can be implemented with appropriate modifications. . FIG. 1 is a diagram showing N according to a first embodiment of the present invention.
4 schematically shows a C data transfer method. FIG.
1 shows a schematic configuration of an apparatus for executing the NC data transfer method according to the first embodiment of the present invention. According to the present invention, the next NC data can be transferred while the NC machine is operating by improving the sequential transfer method. The device shown in FIG. 2 includes an NC device 10, an NC machine 17, a control device 14 having a mass storage device 12, and a communication means 16 between these devices. Using the control device 14 having the device 12, the divided work units (here, data A, B,
The transfer of NC data is performed for each of C and D).

【0010】本発明のポイントは、転送用NCデータと
動作用NCデータのメモリエリアを別にもたせたこと
と、転送用NCデータを動作用NCデータに置き換える
ステップを設けたことと、転送用NCデータから動作用
NCデータへの変換完了のタイミングをNC装置から通
知するようにしたことである。これにより、図1、図2
に示すように、NC装置10では、まず、制御装置14
より転送される転送用NCデータ(データA)が動作用
NCデータに置換(展開)され、NCデータの変換後、
変換完了信号が制御装置14に通知される。NC装置1
0では、動作用NCデータへの変換につづいて、この動
作用NCデータ(データA)を用いて作業(動作)が行
われ、変換完了信号を受けた制御装置14からは、次の
NCデータ(データB)がNC装置10に転送され、N
C装置10がデータAで動作している作業時間にデータ
Bの転送が行われる。
The points of the present invention are to provide a separate memory area for the transfer NC data and the operation NC data, to provide a step of replacing the transfer NC data with the operation NC data, and to provide the transfer NC data. In this case, the NC device notifies the timing of the completion of the conversion to the operation NC data from the NC device. Thus, FIGS. 1 and 2
As shown in the figure, in the NC device 10, first, the control device 14
The transferred NC data (data A) is replaced (developed) by the operating NC data, and after the NC data is converted,
The control unit 14 is notified of the conversion completion signal. NC device 1
At 0, the operation (operation) is performed using the operation NC data (data A) following the conversion to the operation NC data, and the next NC data is received from the control device 14 which has received the conversion completion signal. (Data B) is transferred to the NC device 10 and N
The transfer of the data B is performed during the working time when the C device 10 operates on the data A.

【0011】本発明の方式を採用すると、同一名称の変
数を上書きしてもNC装置は支障なく動作できるため、
NC装置のメモリサイズをコンパクトにできる。また、
従来の一括データ転送方式や逐次データ転送方式と比較
すると、図3からもわかるように、転送時間による待ち
が発生しないため、NC機械の実稼動率が向上し、生産
現場の生産性を向上させることができる。なお、図3に
概念的に示した例について、実際の適応例によるNCデ
ータ転送時間、展開(置換)時間、作業時間を比較する
と、一例として、18KbyteのNCデータによる溶接作
業を想定した場合、NCデータ転送時間:15sec(9
600bpsで)、NCデータ展開(置換)時間:0.2s
ec(川崎重工業株式会社製のロボットコントローラに
て)、NC機械作業時間:120secとなる。
When the method of the present invention is adopted, the NC device can operate without any trouble even if a variable having the same name is overwritten.
The memory size of the NC device can be made compact. Also,
Compared to the conventional batch data transfer method or sequential data transfer method, as can be seen from FIG. 3, since there is no waiting due to the transfer time, the actual operation rate of the NC machine is improved, and the productivity at the production site is improved. be able to. In addition, when the NC data transfer time, the development (replacement) time, and the work time in the actual adaptation example are compared for the example conceptually shown in FIG. 3, as an example, assuming a welding work using 18 Kbyte NC data, NC data transfer time: 15 sec (9
600bps), NC data development (replacement) time: 0.2s
ec (with a robot controller manufactured by Kawasaki Heavy Industries, Ltd.), NC machine working time: 120 sec.

【0012】図4は、図2に示す装置構成を詳細に説明
したものであり、本発明の実施の第1形態によるNCデ
ータ転送方法を実施する装置を示している。そして、図
5は、本発明の実施の第1形態における制御装置及びN
C装置の処理フローを示している。以下、図4、図5に
基づいて本発明の実施の第1形態の構成及び作用につい
て説明する。NC装置10、NC機械17、大容量記憶
装置12を持つ制御装置14及びこれら装置間の通信手
段16を備えたシステムにおいて、(1) NC装置1
0を、(a)置換ステップ、(b)置換完了通知ステッ
プ、(c)動作ステップ及び(d)動作完了通知ステッ
プからなるプログラムと、受信データバッファ及び動作
データバッファからなるデータバッファとを包含する構
成とし、(2) 制御装置14を、置換完了信号により
NC装置10へNCデータを転送し、動作完了信号によ
りNC装置10へ起動指令を与える構成とし、(3)
NC装置10では、まず、制御装置14より受信データ
バッファに送信されるNCデータを置換ステップにより
動作データバッファに置換し、(4) 置換後、置換完
了通知ステップにより制御装置14に置換完了信号を通
知し、(5) 置換完了信号通知後、動作ステップによ
り動作データバッファにあるNCデータを用いてNC機
械17を動作させるとともに、(6) 置換完了信号を
受けて制御装置14から転送されるNCデータを受信デ
ータバッファに受信することにより、NC機械17の動
作中にNCデータを受信し、(7) 動作完了後、動作
完了通知ステップにより動作完了信号を制御装置14に
通知し、次の起動指令により、置換ステップからの処理
を繰り返す。
FIG. 4 explains in detail the configuration of the apparatus shown in FIG. 2, and shows an apparatus for performing the NC data transfer method according to the first embodiment of the present invention. FIG. 5 shows the control device and N in the first embodiment of the present invention.
3 shows a processing flow of the C apparatus. Hereinafter, the configuration and operation of the first embodiment of the present invention will be described with reference to FIGS. In the system including the NC device 10, the NC machine 17, the control device 14 having the mass storage device 12, and the communication means 16 between these devices, (1) NC device 1
0 includes a program consisting of (a) replacement step, (b) replacement completion notification step, (c) operation step, and (d) operation completion notification step, and a data buffer consisting of a reception data buffer and an operation data buffer. (2) The control device 14 is configured to transfer NC data to the NC device 10 by a replacement completion signal, and to give a start command to the NC device 10 by an operation completion signal, (3)
In the NC device 10, first, the NC data transmitted from the control device 14 to the reception data buffer is replaced with the operation data buffer in the replacement step. (4) After the replacement, the replacement completion signal is sent to the control device 14 in the replacement completion notification step. (5) After the notification of the replacement completion signal, the NC machine 17 is operated using the NC data in the operation data buffer in the operation step, and (6) the NC transferred from the control device 14 in response to the replacement completion signal. The NC data is received during the operation of the NC machine 17 by receiving the data in the reception data buffer. (7) After the operation is completed, an operation completion signal is notified to the control device 14 by an operation completion notification step, and the next start-up is performed. The process from the replacement step is repeated according to the command.

【0013】[0013]

【発明の効果】本発明は上記のように構成されているの
で、つぎのような効果を奏する。 (1) NC装置の記憶領域を小さくでき、NCデータ
の読込みによる待ち時間なしで、NC機械を連続して稼
動させることが可能となる。 (2) 転送時間による待ちが発生しないため、NC機
械の実稼動率が向上し、生産現場の生産性を向上させる
ことができる。 (3) 少ないメモリ容量で迅速にNCデータの読込み
を行うため、ロボットシステムの現場制御装置に有効に
利用できる。
As described above, the present invention has the following effects. (1) The storage area of the NC device can be reduced, and the NC machine can be operated continuously without waiting time for reading the NC data. (2) Since the waiting due to the transfer time does not occur, the actual operation rate of the NC machine is improved, and the productivity at the production site can be improved. (3) Since NC data is quickly read with a small memory capacity, it can be effectively used for a field controller of a robot system.

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

【図1】本発明の実施の第1形態によるNCデータ転送
方法を示す概念構成図である。
FIG. 1 is a conceptual configuration diagram showing an NC data transfer method according to a first embodiment of the present invention.

【図2】本発明の実施の第1形態によるNCデータ転送
方法を実施する装置を示す概略構成図である。
FIG. 2 is a schematic configuration diagram showing an apparatus for performing an NC data transfer method according to the first embodiment of the present invention.

【図3】本発明の方式を従来の一括転送方式や逐次転送
方式と比較した概念構成図である。
FIG. 3 is a conceptual configuration diagram in which the method of the present invention is compared with a conventional batch transfer method and a sequential transfer method.

【図4】本発明の実施の第1形態によるNCデータ転送
方法を実施する装置の詳細を示す構成図である。
FIG. 4 is a configuration diagram showing details of an apparatus for implementing the NC data transfer method according to the first embodiment of the present invention.

【図5】本発明の実施の第1形態における制御装置及び
NC装置の処理工程を示すフローチャートである。
FIG. 5 is a flowchart illustrating processing steps of a control device and an NC device according to the first embodiment of the present invention.

【図6】従来のNCデータ転送方法(一括転送方式)を
示す概念構成図である。
FIG. 6 is a conceptual configuration diagram showing a conventional NC data transfer method (batch transfer method).

【図7】従来のNCデータ転送方法(逐次転送方式)を
示す概念構成図である。
FIG. 7 is a conceptual configuration diagram showing a conventional NC data transfer method (sequential transfer method).

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

10 NC装置 12 大容量記憶装置 14 制御装置 16 通信手段 17 NC機械 DESCRIPTION OF SYMBOLS 10 NC apparatus 12 Mass storage device 14 Control apparatus 16 Communication means 17 NC machine

───────────────────────────────────────────────────── フロントページの続き (72)発明者 二之湯 秀幸 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 (72)発明者 本多 文博 兵庫県明石市川崎町1番1号 川崎重工業 株式会社明石工場内 Fターム(参考) 5B014 GD02 GD05 GD13 GD23 GD25 5H269 AB01 AB33 BB01 BB05 KK03 ──────────────────────────────────────────────────続 き Continued on the front page (72) Inventor Hideyuki Ninoyu 1-1, Kawasaki-cho, Akashi-shi, Hyogo Kawasaki Heavy Industries, Ltd. Inside Akashi Plant (72) Inventor Fumihiro Honda 1-1, Kawasaki-cho, Akashi-shi, Hyogo No. Kawasaki Heavy Industries, Ltd. Akashi Factory F-term (reference) 5B014 GD02 GD05 GD13 GD23 GD25 5H269 AB01 AB33 BB01 BB05 KK03

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 NC装置、NC機械、大容量記憶装置を
備えた制御装置及びこれら装置間の通信手段からなるシ
ステムにおいて、 NC装置を、置換ステップ、置換完了通知ステップ、動
作ステップ及び動作完了通知ステップからなるプログラ
ムと、受信データバッファ及び動作データバッファから
なるデータバッファとを包含する構成とし、 制御装置を、置換完了信号によりNC装置へNCデータ
を転送し、動作完了信号によりNC装置へ起動指令を与
える構成とし、 NC装置での処理工程が、制御装置より受信データバッ
ファに送信されるNCデータを置換ステップにより動作
データバッファに置換し、NCデータを置換した後、置
換完了通知ステップにより制御装置に置換完了信号を通
知し、置換完了信号通知後、動作ステップにより動作デ
ータバッファにあるNCデータを用いてNC機械を動作
させるとともに、置換完了信号を受けて制御装置から転
送されるNCデータを受信データバッファに受信するこ
とにより、NC機械の動作中にNCデータを受信し、動
作完了後、動作完了通知ステップにより動作完了信号を
制御装置に通知し、次の起動指令により、置換ステップ
からの処理を繰り返すことを特徴とするNCデータ転送
方法。
1. A system comprising an NC device, an NC machine, a control device provided with a large-capacity storage device, and communication means between these devices, wherein the NC device is replaced by a replacement step, a replacement completion notification step, an operation step, and an operation completion notification. The control device is configured to include a program including steps and a data buffer including a reception data buffer and an operation data buffer. The control device transfers the NC data to the NC device by a replacement completion signal, and issues a start command to the NC device by the operation completion signal. The processing step in the NC device replaces the NC data transmitted from the control device to the reception data buffer with the operation data buffer in the replacement step, replaces the NC data, and sets the control device in the replacement completion notification step. Notify the replacement completion signal to the By operating the NC machine using the NC data in the operation data buffer and receiving the NC data transferred from the control device in response to the replacement completion signal to the reception data buffer, the NC data can be transmitted during the operation of the NC machine. An NC data transfer method comprising: receiving and completing an operation, notifying an operation completion signal to a control device in an operation completion notification step, and repeating a process from a replacement step in response to a next start command.
【請求項2】 NC装置、NC機械、大容量記憶装置を
備えた制御装置及びこれら装置間の通信手段からなるシ
ステムにおいて、 制御装置より送信される転送用NCデータを動作用NC
データに置き換える置換ステップと、制御装置に置換完
了信号を通知する置換完了通知ステップと、置換完了信
号の通知後に動作用NCデータを用いてNC機械を動作
させる動作ステップと、制御装置に動作完了信号を通知
する動作完了通知ステップとからなるプログラムを備
え、転送用NCデータのメモリエリアである受信データ
バッファと動作用NCデータのメモリエリアである動作
データバッファとを別々に設けたNC装置と、 NC装置からの命令により作業を行うNC機械と、 置換完了信号によりNC装置へ転送用NCデータを送信
し、動作完了信号によりNC装置へ起動指令を与える制
御装置とから構成され、 動作ステップにより動作データバッファにある動作用N
Cデータを用いてNC機械を動作させるとともに、制御
装置から転送される転送用NCデータを受信データバッ
ファに受信して、NC機械の動作中にNCデータが受信
できるようにし、動作完了通知ステップにより動作完了
信号を制御装置に通知して、次の起動指令により置換ス
テップからの処理を繰り返すようにしたことを特徴とす
るNCデータ転送装置。
2. A system comprising an NC device, an NC machine, a control device provided with a large-capacity storage device, and a communication means between these devices, wherein a transfer NC data transmitted from the control device is transmitted to an operation NC.
A replacement step of replacing with data, a replacement completion notification step of notifying the controller of a replacement completion signal, an operation step of operating the NC machine using the operating NC data after notification of the replacement completion signal, and an operation completion signal of the controller. An NC device provided with a program comprising an operation completion notifying step of notifying a reception data buffer which is a memory area for NC data for transfer and an operation data buffer which is a memory area for NC data for operation. An NC machine that performs work according to instructions from the device, and a control device that transmits NC data for transfer to the NC device by a replacement completion signal and gives a start command to the NC device by an operation completion signal N for operation in buffer
The NC machine is operated using the C data, and the transfer NC data transferred from the control device is received in the reception data buffer so that the NC data can be received during the operation of the NC machine. An NC data transfer device, wherein an operation completion signal is notified to a control device, and processing from a replacement step is repeated by a next start command.
JP2000209220A 2000-07-11 2000-07-11 NC data transfer method and apparatus Expired - Lifetime JP3607170B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000209220A JP3607170B2 (en) 2000-07-11 2000-07-11 NC data transfer method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000209220A JP3607170B2 (en) 2000-07-11 2000-07-11 NC data transfer method and apparatus

Publications (2)

Publication Number Publication Date
JP2002023816A true JP2002023816A (en) 2002-01-25
JP3607170B2 JP3607170B2 (en) 2005-01-05

Family

ID=18705662

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000209220A Expired - Lifetime JP3607170B2 (en) 2000-07-11 2000-07-11 NC data transfer method and apparatus

Country Status (1)

Country Link
JP (1) JP3607170B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018063640A (en) * 2016-10-14 2018-04-19 ファナック株式会社 Program optimization system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018063640A (en) * 2016-10-14 2018-04-19 ファナック株式会社 Program optimization system
US10528040B2 (en) 2016-10-14 2020-01-07 Fanuc Corporation Program optimization system

Also Published As

Publication number Publication date
JP3607170B2 (en) 2005-01-05

Similar Documents

Publication Publication Date Title
US4956785A (en) Numerical control method with a parallel processing function
JP3308386B2 (en) Control system
JP2002023816A (en) Method for transferring nc data and device for the same
JPH02213905A (en) Input/output control system
JPH06277990A (en) Cell controller
JPS6158009A (en) Method for managing result of processing
JP5125829B2 (en) Control device, production system, control method, and communication method
JP2529978B2 (en) Interface control system between main unit and communication control adapter
JP3227273B2 (en) Link processing method of programmable controller
JP3345867B2 (en) Method of data transfer between programmable controller and computer
JPH01283657A (en) Dynamic constitution changing method for input/output control system having cross call function
JP3350699B2 (en) Programmable controller
JPH04245795A (en) Facility management controller
JP2817535B2 (en) HDLC frame reception control method
JPH1153020A (en) Method and device for driving robot
JPH11110015A (en) Inter-cpu module data exchange device
JPH0218687A (en) Pipe line processor control system
JPH02306333A (en) Printing controller
JPS62106561A (en) Processing system for transferring status
JPH08149146A (en) Grouped communication method
JPH02183809A (en) Numerical controller for transfer line
JPS6020206A (en) Sequence controlling system
JP2003122406A (en) Method of communicating message between modules
JPH01193948A (en) System for controlling data transfer
JPH03113503A (en) Industrial computer

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040427

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040616

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040727

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040903

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20041005

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041006

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3607170

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081015

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091015

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101015

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111015

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111015

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121015

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121015

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131015

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131015

Year of fee payment: 9

EXPY Cancellation because of completion of term