JP6314937B2 - How to update process computers - Google Patents

How to update process computers Download PDF

Info

Publication number
JP6314937B2
JP6314937B2 JP2015160949A JP2015160949A JP6314937B2 JP 6314937 B2 JP6314937 B2 JP 6314937B2 JP 2015160949 A JP2015160949 A JP 2015160949A JP 2015160949 A JP2015160949 A JP 2015160949A JP 6314937 B2 JP6314937 B2 JP 6314937B2
Authority
JP
Japan
Prior art keywords
process computer
computer
new process
existing
new
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.)
Active
Application number
JP2015160949A
Other languages
Japanese (ja)
Other versions
JP2017041000A (en
Inventor
哲也 福嶋
哲也 福嶋
和則 稲田
和則 稲田
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.)
JFE Steel Corp
Original Assignee
JFE Steel Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by JFE Steel Corp filed Critical JFE Steel Corp
Priority to JP2015160949A priority Critical patent/JP6314937B2/en
Publication of JP2017041000A publication Critical patent/JP2017041000A/en
Application granted granted Critical
Publication of JP6314937B2 publication Critical patent/JP6314937B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Description

本発明は、上位装置と下位装置に、入出力装置を介して接続している既設のプロセスコンピュータを新設のプロセスコンピュータ(以下、プロコンとも略記)に更新する、プロセスコンピュータの更新方法に関するものである。   The present invention relates to a process computer update method for updating an existing process computer connected to an upper device and a lower device via an input / output device to a new process computer (hereinafter also abbreviated as a process computer). .

プロセスコンピュータは、ビジネスコンピュータなどの上位装置とPLC(Programmable Logic Controller)などの下位装置と連携して生産ライン全体を制御している。操業自動化や製品の品質を担う重要な装置であるため、プロセスコンピュータが停止すると生産ラインも停止に至るケースがほとんどである。   The process computer controls the entire production line in cooperation with a host device such as a business computer and a host device such as a PLC (Programmable Logic Controller). Since it is an important device responsible for operational automation and product quality, when the process computer stops, the production line often stops.

プロコンを更新する際には、上位装置から指示される製品の仕様や下位装置の制御モード等、操業上起こりうるケースを全て確認する必要がある。しかしながら、新設のプロコンに切替えて全ケースを確認するには、生産ラインを長時間停止しなくてはならなくなってしまう。   When updating the computer control, it is necessary to confirm all the cases that may occur in the operation, such as the product specifications instructed by the host device and the control mode of the slave device. However, in order to switch to a new process computer and check all cases, the production line must be stopped for a long time.

この為、プロコン更新の際には、必要な入力情報を既設プロコンとともに併行して新設プロコンに入力させて、既設プロコンと新設プロコンを同時に動かしながら(パラランと略記)、新設プロコンの動作確認を実施することが不可欠である。多くの場合、下記に示す方法で上位装置、下位装置から必要な入力情報を併行取得してきた。   For this reason, when updating the computer control, the necessary input information is input to the new computer together with the existing computer, and the operation of the new computer is checked while simultaneously moving the existing computer and the new computer (abbreviated as "Parallan"). It is essential to do. In many cases, necessary input information has been acquired in parallel from the upper apparatus and the lower apparatus by the method described below.

<上位装置>
既設プロコンは、上位装置とモデム装置(modem アナログ信号とデジタル信号との変調復調装置)を介して信号のやりとりしていることがほとんどである。この場合は、出力信号用の送信ピンを除いた分配器を設ける等を行って入力信号を併行取得していた。なお、イーサネット(登録商標)伝送の場合は、後述の方法をとる。
<High-level device>
Most of the existing process computers exchange signals via a host device and a modem device (a modulation / demodulation device for a modem analog signal and a digital signal). In this case, the input signal is obtained in parallel by providing a distributor excluding the output signal transmission pin. In the case of Ethernet (registered trademark) transmission, the method described later is used.

<下位装置>
下位装置からの情報入力は、モデム装置を介している場合、PIO(Programmed Input/Output)信号を介している場合、およびメーカ専用ネットワークを介している場合の3種類に分類される。モデム装置を介している場合は、上位装置と同様の方法で併行取得する。PIO信号を介している場合は、重要な信号のみリレー等の信号増幅器を介して併行取得することが多い。メーカ専用ネットワークを介している場合はゲートウェイとなる装置を介して併行取得することが多い。
<Lower device>
Information input from the lower-level device is classified into three types: a modem device, a PIO (Programmed Input / Output) signal, and a manufacturer-dedicated network. When the modem device is used, the acquisition is performed in the same manner as the host device. When the PIO signal is used, only important signals are often acquired in parallel via a signal amplifier such as a relay. When using a manufacturer-dedicated network, it is often acquired in parallel through a gateway device.

このように必要な入力情報を併行して取得してパラランしながらプロコン更新を行なう技術としては、例えば、特許文献1に開示されている技術がある。この技術は、下位装置との通信でPIO信号を併行して取得する際に、PIO信号を前述した方法のようにハードウエアで増幅するのではなく、PLC等の制御装置にて受信させ、受信データの一方を複写によって生成するというソフトウエア処理で行なうものである。従来のハードウエア処理に比べて、プロコン更新を信頼度を落とすことなく経済的に行なうことができる。   As a technique for performing the process control update while acquiring necessary input information in parallel and performing a pararun, there is a technique disclosed in Patent Document 1, for example. In this technology, when acquiring a PIO signal in parallel with communication with a lower-level device, the PIO signal is received by a control device such as a PLC instead of being amplified by hardware as in the method described above. This is performed by software processing in which one of the data is generated by copying. Compared to the conventional hardware processing, the process control can be updated economically without degrading the reliability.

特開平8−328607号公報JP-A-8-328607

特許文献1に開示されている技術は、既設プロコンを更新する前に、既設プロコンと新設プロコンのパラランを行う技術であるものの、新設プロコンに切替えた後の状態でのパラランは対象外としている。   The technique disclosed in Patent Document 1 is a technique for performing a parallax between an existing procon and a new procon before updating the existing procon, but does not include a pararun in a state after switching to the new procon.

しかしながら、プロコンの更新においては、新設プロコンに切替えて試運転する期間に、切替試験として機能確認にあてることができる時間は、生産の都合で限られた時間しか取ることができない。   However, in the update of the process computer, the time that can be used for the function check as the switching test during the period of switching to the newly installed process computer can be limited due to production convenience.

このため、限られた時間内で必要不可欠な機能を洗い出して確認することとなる。しかし、ライン全体を制御しているプロコンは、確認項目も多岐にわたるため、例えば、0.数秒の通信のズレにより装置が異常となりラインが停止する事態がしばしば発生する。   For this reason, indispensable functions are identified and confirmed within a limited time. However, the process control that controls the entire line has a wide variety of confirmation items. A situation in which a line is stopped due to an abnormality of the apparatus due to a communication shift of several seconds often occurs.

ライン停止となった際には、異常となった原因が、データに問題があるのか、データ通信におけるプロトコルに問題があるのか、切替タイミングに問題があるのか、オペレータの操作ミスが問題なのか等、様々な原因が考えられ、それらを一つずつ潰していかなければならない。   When the line is stopped, whether the cause of the error is a data problem, a data communication protocol problem, a switching timing problem, an operator error, etc. There are various causes, and they must be crushed one by one.

この異常原因の調査のために、限られた時間しかない試運転時間を食いつぶしてしまうケースが頻発するという問題があった。   In order to investigate the cause of this abnormality, there has been a problem that cases where test run time having a limited time is consumed frequently occur.

また、プロコンから上位装置に送信する品質情報は数千項目を超える場合もあり、かつそれぞれの単体機器から得た情報をプロコンで編集する仕組みとなっているため、新設プロコンへ切替後に新設プロコンにソフトバグが残っており、品質上の重大な不具合に気付くのに遅れてしまうケースが発生するという問題もあった。   In addition, the quality information sent from the process control to the host device may exceed several thousand items, and the information obtained from each single device is edited by the process control. There was also a problem that soft bugs remained and there were cases where it was delayed to notice a serious quality defect.

本発明は、上記のような事情に鑑みてなされたものであり、短期間で不具合を早期に発見できてかつ確実に新設プロコンへの切替えを行なうことができる、プロセスコンピュータの更新方法を提供することを目的とするものである。   The present invention has been made in view of the circumstances as described above, and provides a process computer update method capable of finding a defect early in a short period of time and surely switching to a new process computer. It is for the purpose.

上記課題を解決するために、本発明は以下の特徴を有している。   In order to solve the above problems, the present invention has the following features.

[1] 上位装置および下位装置とそれぞれ入出力可能に接続され、連携して生産ラインを制御している既設プロセスコンピュータを新設プロセスコンピュータに更新するプロセスコンピュータの更新方法であって、
新設プロセスコンピュータを設置して、
既設プロセスコンピュータの制御下で生産ラインの稼動を続けながら、新設プロセスコンピュータを併用し、
既設プロセスコンピュータと新設プロセスコンピュータのそれぞれの動作を自動で比較し、既設プロセスコンピュータの動作を一部ずつ新設プロセスコンピュータの動作へ置き換えつつ、
既設プロセスコンピュータの動作に基づいて新設プロセスコンピュータを立上げる、新設プロセスコンピュータの立上げステップと、
既設プロセスコンピュータから新設プロセスコンピュータに全部を切替えて生産ラインを稼動させた後も、既設プロセスコンピュータを併用した状態として、新設プロセスコンピュータの動作と既設プロセスコンピュータの動作とを自動で照合し、照合結果に差があれば、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正する、新設プロセスコンピュータの動作修正ステップと、
を有することを特徴とするプロセスコンピュータの更新方法。
[1] A process computer update method for updating an existing process computer connected to an upper device and a lower device so as to allow input / output and controlling a production line in cooperation with a new process computer,
Install a new process computer
While continuing to operate the production line under the control of the existing process computer, the new process computer is used together.
While automatically comparing the operations of the existing process computer and the new process computer, replacing the operation of the existing process computer partly with the operation of the new process computer,
A new process computer startup step for starting up a new process computer based on the operation of the existing process computer;
Even after switching the existing process computer to the new process computer and operating the production line, the operation of the new process computer and the operation of the existing process computer are automatically verified as a result of using the existing process computer together. If there is a difference, the operation modification step of the new process computer that corrects the operation of the new process computer with reference to the operation of the existing process computer,
A process computer update method characterized by comprising:

[2] 上記[1]に記載のプロセスコンピュータの更新方法において、
前記新設プロセスコンピュータの立上げステップを行うにあたっては、
上位装置と既設プロセスコンピュータの間にパララン用コンピュータを接続し、上位装置からパララン用コンピュータへの出力、および既設プロセスコンピュータからパララン用コンピュータへの出力をそれぞれ可能にし、
新設プロセスコンピュータをパララン用コンピュータと下位装置との間に接続して、パララン用コンピュータから新設プロセスコンピュータへの出力、および下位装置から新設プロセスコンピュータへの出力をそれぞれ可能にして、パララン用コンピュータを介して新設プロセスコンピュータを立上げて、
その後、前記新設プロセスコンピュータの動作修正ステップを行うにあたっては、
既設プロセスコンピュータとパララン用コンピュータとを接続したまま入出力を可能とし、
下位装置と既設プロセスコンピュータとを接続したまま、下位装置から既設プロセスコンピュータへの出力を可能とし、
上位装置と既設プロセスコンピュータとの接続を切り離すとともに、上位装置と新設プロセスコンピュータを接続して入出力を可能とし、
下位装置から新設プロセスコンピュータへ接続したまま出力を可能とし、また、新設プロセスコンピュータから下位装置へ接続して出力を可能にし、
新設プロセスコンピュータからパララン用コンピュータへの出力を可能として、
パララン用コンピュータを介して、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正することを特徴とするプロセスコンピュータの更新方法。
[2] In the process computer update method according to [1] above,
In performing the startup process of the new process computer,
Connect a parallax computer between the host device and the existing process computer, enabling output from the host device to the pararun computer, and output from the existing process computer to the pararun computer, respectively.
A new process computer is connected between the parallax computer and the lower-level device, enabling output from the para-run computer to the new process computer and output from the lower-level device to the new process computer. Set up a new process computer,
After that, in performing the operation modification step of the new process computer,
Input / output is possible with the existing process computer and the parallax computer connected.
Enables output from the lower level device to the existing process computer while the lower level device and the existing process computer are connected.
Disconnect the connection between the host device and the existing process computer, and connect the host device and the new process computer to enable input and output.
Allows output while connected to the new process computer from the lower level device, and enables output by connecting to the lower level device from the new process computer.
Enables output from the new process computer to the pararun computer.
A method of updating a process computer, wherein the operation of the new process computer is corrected with reference to the operation of the existing process computer via the pararun computer.

本発明によれば、新設プロコンへの切替試験時に、新設プロコンと併用した既設プロコンの動作を照合し、その照合結果を蓄積するとともに新設プロコンの不具合を修正するようにしたので、発見が困難な不具合を短期間かつ確実に発見・修正をすることができる。   According to the present invention, during the switching test to the new process computer, the operation of the existing process computer that is used in combination with the new process computer is collated, the collation result is accumulated, and the malfunction of the new process computer is corrected, so that the discovery is difficult. It is possible to detect and correct defects in a short period of time.

また、新設プロコンに重大な不具合が発生しても、既設プロセスコンピュータの動きを即座に参照できて、これまで不具合原因の調査に割かれていた時間を減少し、新設プロコンへの切替後の不具合を減少させることが可能となるとともに、品質上の不具合発生時にも処置と対策を迅速に行なうことが可能となる。   In addition, even if a serious problem occurs in the new process computer, the movement of the existing process computer can be referred to immediately, reducing the time previously spent investigating the cause of the problem, and the problem after switching to the new process computer. Can be reduced, and measures and measures can be quickly taken even when a quality defect occurs.

プロセスコンピュータ更新における処理工程例を示す図である。It is a figure which shows the example of a process process in process computer update. プロセスコンピュータの更新前のシステム構成例を示す図である。It is a figure which shows the system configuration example before the update of a process computer. 新設プロセスコンピュータの立上げ時のシステム構成例を示す図である。It is a figure which shows the system configuration example at the time of starting of a newly installed process computer. 新設プロセスコンピュータの動作修正時におけるシステム構成例を示す図である。It is a figure which shows the example of a system configuration | structure at the time of operation correction of a new process computer.

以下、図を参照しながら本発明を実施するための形態を説明する。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings.

図1は、プロセスコンピュータ更新における処理工程例を示す図である。図2は、プロセスコンピュータの更新前のシステム構成例を示す図である。図3は、新設プロセスコンピュータの立上げ時のシステム構成例を示す図である。図4は、新設プロセスコンピュータの動作修正時におけるシステム構成例を示す図である。   FIG. 1 is a diagram showing an example of processing steps in process computer update. FIG. 2 is a diagram illustrating a system configuration example before the process computer is updated. FIG. 3 is a diagram showing an example of a system configuration when starting up a new process computer. FIG. 4 is a diagram showing an example of a system configuration at the time of correcting the operation of the new process computer.

図中、1は上位装置、2は既設プロセスコンピュータ、3は下位装置、4はパララン用コンピュータ、および5は新設プロセスコンピュータを、それぞれ表す。   In the figure, 1 is an upper apparatus, 2 is an existing process computer, 3 is a lower apparatus, 4 is a pararun computer, and 5 is a new process computer.

図1に示す、プロセスコンピュータ更新における処理工程例にしたがって、図2〜図4のシステム構成例を参照しながら説明を行う。本発明は、図2〜図4へと順にシステム構成を変化させて、プロセスコンピュータの更新を短期間に確実に行なうものである。   The processing will be described with reference to the system configuration examples shown in FIGS. 2 to 4 according to the processing steps in the process computer update shown in FIG. In the present invention, the system configuration is changed in order from FIG. 2 to FIG. 4, and the process computer is reliably updated in a short time.

先ず、図1のスタート時点は、図2に示すように、更新対象となっている既設プロコン2が、上位装置1と下位装置3の中間に接続され、それぞれとデータ通信を行なって連携しながら生産ライン(図示せず)を制御する、更新前の様子を表している。   First, as shown in FIG. 2, at the start of FIG. 1, the existing process computer 2 to be updated is connected between the upper device 1 and the lower device 3, and performs data communication with each other and cooperates with each other. The state before the update which controls a production line (not shown) is represented.

次に、Step01の新設プロコンの立上げステップでは、既設プロセスコンピュータの制御下で生産ラインの稼動を続けながら、既設プロセスコンピュータと新設プロセスコンピュータを併行して走らせたパララン状態で、新設プロセスコンピュータを立上げる。図3にシステム構成の一例を示す。   Next, in the start-up step of the new process computer in Step 01, the new process computer is set up in a parallax state in which the existing process computer and the new process computer are run in parallel while the operation of the production line continues under the control of the existing process computer. increase. FIG. 3 shows an example of the system configuration.

すなわち、上位装置1と既設プロセスコンピュータ2の間にパララン用コンピュータ4を接続し、上位装置1からパララン用コンピュータ4への出力、および既設プロセスコンピュータ2からパララン用コンピュータ4への出力をそれぞれ可能にし、新設プロセスコンピュータ5をパララン用コンピュータ4と下位装置3との間に接続して、パララン用コンピュータ4から新設プロセスコンピュータ5への出力、および下位装置3から新設プロセスコンピュータ5への出力をそれぞれ可能とする。   That is, a pararun computer 4 is connected between the host device 1 and the existing process computer 2 to enable output from the host device 1 to the pararun computer 4 and output from the existing process computer 2 to the pararun computer 4. The new process computer 5 can be connected between the parallax computer 4 and the subordinate apparatus 3 so that output from the parallax computer 4 to the new process computer 5 and output from the subordinate apparatus 3 to the new process computer 5 are possible. And

既設プロセスコンピュータ2と新設プロセスコンピュータ5を併行して走らせるパラランを行うために、上位装置1からパララン用コンピュータ4にも、既設プロセスコンピュータ2へ送った同じ出力を送り、送られた出力をパララン用コンピュータ4から新設プロセスコンピュータ5に転送することで、新設プロセスコンピュータ5でのパラランが可能となる。パララン用コンピュータ4におけるデータ転送機能により、次の新設プロセスコンピュータの動作修正ステップにおけるパラランも可能となる。   In order to perform a parallel run in which the existing process computer 2 and the new process computer 5 are run in parallel, the same output sent to the existing process computer 2 is sent from the host device 1 to the parallel run computer 4, and the sent output is sent to the parallel run. By transferring from the computer 4 to the new process computer 5, the new process computer 5 can perform a parallax. The data transfer function in the pararun computer 4 enables a pararun in the next operation modification step of the newly installed process computer.

上位装置1と既設プロセスコンピュータ2は、前述のように、モデム伝送を行っている場合や、LAN(ローカルエリアネットワーク)で用いられるイーサネット(登録商標)伝送を行っている場合がある。モデム伝送を行っている場合は、送信用ピンを不使用状態とした二股ケーブルを使用すれば、新設プロセスコンピュータ5へも併行して入力することができる。また、イーサネット(登録商標)伝送を行っている場合にはミラーポート伝送(送信元のすべてのトラフィックをミラーリング(コピー)できる伝送)が可能な集線装置であるHUBを使用すれば、新設プロセスコンピュータ5へも併行して入力することができる。   As described above, the host device 1 and the existing process computer 2 may perform modem transmission or Ethernet (registered trademark) transmission used in a LAN (local area network). When modem transmission is performed, if a bifurcated cable in which the transmission pin is not used is used, it can be input to the new process computer 5 in parallel. Further, when Ethernet (registered trademark) transmission is performed, if a HUB which is a concentrator capable of mirror port transmission (transmission capable of mirroring (copying) all traffic of a transmission source) is used, a newly installed process computer 5 is used. Can also be entered in parallel.

Step01では、既設プロセスコンピュータの制御下で生産ラインの稼動を続けながら、新設プロセスコンピュータを併用し、既設プロセスコンピュータと併用した新設プロセスコンピュータのそれぞれの動作(出力内容および出力タイミング)を比較し、既設プロセスコンピュータの動作に基づいて併用した新設プロセスコンピュータを立上げる。   In Step01, while continuing to operate the production line under the control of the existing process computer, the new process computer is used together, and the operations (output contents and output timing) of the new process computer combined with the existing process computer are compared. Establish a new process computer based on the operation of the process computer.

なお、以上は、既設プロセスコンピュータを更新する前に、新設プロセスコンピュータのパラランを行いながら新設プロセスコンピュータを立上げるものであり、前述の特許文献1に開示されている技術もその一つである。   The above is for starting up a new process computer while performing a pararun of the new process computer before updating the existing process computer, and the technique disclosed in Patent Document 1 is one of them.

そして、本発明では、新しい方法として、Step02の新設プロコンの動作修正ステップにおいて、既設プロセスコンピュータから動作確認を終了した新設プロセスコンピュータに切替えて、新設プロセスコンピュータの制御下で生産ラインの稼動を続けながら、既設プロセスコンピュータも併用したパララン状態で、さらに新設プロコンの動作確認を行う。   In the present invention, as a new method, in the operation correction step of the new process computer in Step 02, the operation process is switched from the existing process computer to the new process computer whose operation has been completed, and the operation of the production line is continued under the control of the new process computer. In addition, the operation of the new process computer will be confirmed in a parallax state in which the existing process computer is also used.

既設プロセスコンピュータと新設プロセスコンピュータとの動作を自動で照合し、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正する。   The operations of the existing process computer and the new process computer are automatically collated, and the operation of the new process computer is corrected by referring to the operation of the existing process computer.

併用した既設プロセスコンピュータと動作確認を終了した新設プロセスコンピュータとの動作を自動で照合するシステム構成の一例を図4に示す。   FIG. 4 shows an example of a system configuration for automatically collating the operations of the existing process computer used together and the new process computer whose operation has been confirmed.

すなわち、既設プロセスコンピュータ2とパララン用コンピュータ4とを接続したまま入出力を可能とし、下位装置3と既設プロセスコンピュータ2とを接続したまま、下位装置3から既設プロセスコンピュータ2への出力を可能なままとする。   That is, input / output is possible while the existing process computer 2 and the pararun computer 4 are connected, and output from the lower apparatus 3 to the existing process computer 2 is possible while the lower apparatus 3 and the existing process computer 2 are connected. Leave.

そして、上位装置1と既設プロセスコンピュータ2を切り離すとともに、上位装置1と新設プロセスコンピュータ5を接続して入出力を可能とし、下位装置3から新設プロセスコンピュータ5へ接続したまま出力を可能とし、また、新設プロセスコンピュータ5から下位装置3へ接続して出力を可能にし、新設プロセスコンピュータ5からパララン用コンピュータ4への出力を可能とする。   Then, the host device 1 and the existing process computer 2 are disconnected, and the host device 1 and the new process computer 5 are connected to enable input / output, and the lower device 3 can output while being connected to the new process computer 5. The new process computer 5 is connected to the subordinate apparatus 3 to enable output, and the new process computer 5 can output to the parallax computer 4.

新設プロセスコンピュータ5の動作修正時では、新設プロセスコンピュータ5は上位装置1および下位装置3とで通信を行う。この時、パララン用コンピュータ4は仮想上位装置として動作し、既設プロセスコンピュータ2とパララン用コンピュータ4で通信を行う。なお、既設プロセスコンピュータ2からパララン用コンピュータ4への出力には、仮想上位装置への出力(図中のa)とともに下位装置3への出力(図中のb)も含まれる。   When the operation of the new process computer 5 is corrected, the new process computer 5 communicates with the upper apparatus 1 and the lower apparatus 3. At this time, the parallax computer 4 operates as a virtual host device, and communicates with the existing process computer 2 and the parallax computer 4. The output from the existing process computer 2 to the pararun computer 4 includes an output to the virtual upper apparatus (a in the figure) and an output to the lower apparatus 3 (b in the figure).

また、既設プロセスコンピュータでのパラランを行なうべく、パララン用コンピュータ4から既設プロセスコンピュータ2に送信されるデータには、上位装置1からの入力データが新設プロセスコンピュータ5からパララン用コンピュータ4経由で送信されるデータも含まれる。   In addition, input data from the host device 1 is transmitted from the new process computer 5 via the pararun computer 4 to data transmitted from the pararun computer 4 to the existing process computer 2 in order to perform a pararun in the existing process computer. Data is also included.

パララン用コンピュータ4は、既設プロセスコンピュータ2と新設プロセスコンピュータ5との動作を自動で照合し、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正する(図中のc)。   The pararun computer 4 automatically collates the operations of the existing process computer 2 and the new process computer 5, and corrects the operation of the new process computer by referring to the operation of the existing process computer (c in the figure).

以上の新設プロセスコンピュータの動作修正ステップを行ったのち、生産ラインの制御を新設プロセスコンピュータから既設プロセスコンピュータへ一旦戻してもよい。既設プロセスコンピュータで生産ラインを稼動している間に、先の新設プロセスコンピュータの動作修正ステップで修正できなかった、新設プロセスコンピュータの修正など、最終的な新設プロセスコンピュータの修正・調整を行うことができる。   After performing the operation correcting step of the new process computer, the control of the production line may be temporarily returned from the new process computer to the existing process computer. While the production line is operating on the existing process computer, the final new process computer may be corrected and adjusted, such as a new process computer that could not be corrected in the operation correction step of the new process computer. it can.

そして、Step03で既設プロセスコンピュータを取り外して新設プロセスコンピュータのみへ切替を行い、プロセスコンピュータの更新を終了する。   In step 03, the existing process computer is removed and switched to the new process computer only, and the update of the process computer is completed.

本発明により、これまで不具合原因の調査に割かれていた時間を減少し、本切替後での不具合を減少させることが可能となるとともに、品質上の不具合発生時にも処置と対策を迅速に行なうことも可能となる。   According to the present invention, it has become possible to reduce the time that has been spent on investigating the cause of defects so far, to reduce defects after the switchover, and to quickly take measures and countermeasures even when quality defects occur. It is also possible.

なお、例えば、品質管理コンピュータで行っている品質管理機能のプロコンへの取込みにおいても、本発明を適用する有効性を確認している。本発明におけるプロコンの更新とは、プロコンへの機能取込みの場合も含まれる。   Note that, for example, the effectiveness of applying the present invention is confirmed also in the incorporation of a quality control function performed by a quality control computer into a process controller. In the present invention, the update of the process control includes the case of incorporating the function into the process control.

本発明を適用することによって、これまでプロセスコンピュータの更新に平均6ヶ月間ほど要していたものが、2ヶ月間での短期間にプロセスコンピュータの更新を完了することができた。   By applying the present invention, it has been possible to complete the renewal of the process computer in a short period of 2 months, which previously required an average of 6 months for the renewal of the process computer.

このプロセスコンピュータ更新の早期化により、作業に携わるマンパワーの低減とともに、限られた時間でのプロセスコンピュータの更新が可能になり、また、新設プロセスコンピュータへ切替えた後のソフトバグがなくなって、品質不良の抑止が実現できた。   This early process computer update reduces the manpower involved in work, enables process computers to be updated in a limited time, and eliminates soft bugs after switching to a new process computer, resulting in poor quality. The deterrence was realized.

1 上位装置
2 既設プロセスコンピュータ
3 下位装置
4 パララン用コンピュータ
5 新設プロセスコンピュータ
DESCRIPTION OF SYMBOLS 1 High-order apparatus 2 Existing process computer 3 Low-order apparatus 4 Pararun computer 5 New process computer

Claims (1)

上位装置および下位装置とそれぞれ入出力可能に接続され、連携して生産ラインを制御している既設プロセスコンピュータを新設プロセスコンピュータに更新するプロセスコンピュータの更新方法であって、
新設プロセスコンピュータを設置して、
既設プロセスコンピュータの制御下で生産ラインの稼動を続けながら、新設プロセスコンピュータを併用し、
既設プロセスコンピュータと新設プロセスコンピュータのそれぞれの動作を自動で比較し、既設プロセスコンピュータの動作を一部ずつ新設プロセスコンピュータの動作へ置き換えつつ、
既設プロセスコンピュータの動作に基づいて新設プロセスコンピュータを立上げる、新設プロセスコンピュータの立上げステップと、
既設プロセスコンピュータから新設プロセスコンピュータに全部を切替えて生産ラインを稼動させた後も、既設プロセスコンピュータを併用した状態として、新設プロセスコンピュータの動作と既設プロセスコンピュータの動作とを自動で照合し、照合結果に差があれば、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正する、新設プロセスコンピュータの動作修正ステップと、
を有し、
前記新設プロセスコンピュータの立上げステップを行うにあたっては、
上位装置と既設プロセスコンピュータの間にパララン用コンピュータを接続し、上位装置からパララン用コンピュータへの出力、および既設プロセスコンピュータからパララン用コンピュータへの出力をそれぞれ可能にし、
新設プロセスコンピュータをパララン用コンピュータと下位装置との間に接続して、パララン用コンピュータから新設プロセスコンピュータへの出力、および下位装置から新設プロセスコンピュータへの出力をそれぞれ可能にして、パララン用コンピュータを介して新設プロセスコンピュータを立上げて、
その後、前記新設プロセスコンピュータの動作修正ステップを行うにあたっては、
既設プロセスコンピュータとパララン用コンピュータとを接続したまま入出力を可能とし、
下位装置と既設プロセスコンピュータとを接続したまま、下位装置から既設プロセスコンピュータへの出力を可能とし、
上位装置と既設プロセスコンピュータとの接続を切り離すとともに、上位装置と新設プロセスコンピュータを接続して入出力を可能とし、
下位装置から新設プロセスコンピュータへ接続したまま出力を可能とし、また、新設プロセスコンピュータから下位装置へ接続して出力を可能にし、
新設プロセスコンピュータからパララン用コンピュータへの出力を可能として、
パララン用コンピュータを介して、既設プロセスコンピュータの動作を参照して新設プロセスコンピュータの動作を修正することを特徴とするプロセスコンピュータの更新方法。
A process computer update method for updating an existing process computer connected to an upper device and a lower device so that input / output is possible and controlling a production line in cooperation with a new process computer,
Install a new process computer
While continuing to operate the production line under the control of the existing process computer, the new process computer is used together.
While automatically comparing the operations of the existing process computer and the new process computer, replacing the operation of the existing process computer partly with the operation of the new process computer,
A new process computer startup step for starting up a new process computer based on the operation of the existing process computer;
Even after switching the existing process computer to the new process computer and operating the production line, the operation of the new process computer and the operation of the existing process computer are automatically verified as a result of using the existing process computer together. If there is a difference, the operation modification step of the new process computer that corrects the operation of the new process computer with reference to the operation of the existing process computer,
I have a,
In performing the startup process of the new process computer,
Connect a parallax computer between the host device and the existing process computer, enabling output from the host device to the pararun computer, and output from the existing process computer to the pararun computer, respectively.
A new process computer is connected between the parallax computer and the lower-level device, enabling output from the para-run computer to the new process computer and output from the lower-level device to the new process computer. Set up a new process computer,
After that, in performing the operation modification step of the new process computer,
Input / output is possible with the existing process computer and the parallax computer connected.
Enables output from the lower level device to the existing process computer while the lower level device and the existing process computer are connected.
Disconnect the connection between the host device and the existing process computer, and connect the host device and the new process computer to enable input and output.
Allows output while connected to the new process computer from the lower level device, and enables output by connecting to the lower level device from the new process computer.
Enables output from the new process computer to the pararun computer.
A method of updating a process computer, wherein the operation of the new process computer is corrected with reference to the operation of the existing process computer via the pararun computer .
JP2015160949A 2015-08-18 2015-08-18 How to update process computers Active JP6314937B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015160949A JP6314937B2 (en) 2015-08-18 2015-08-18 How to update process computers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015160949A JP6314937B2 (en) 2015-08-18 2015-08-18 How to update process computers

Publications (2)

Publication Number Publication Date
JP2017041000A JP2017041000A (en) 2017-02-23
JP6314937B2 true JP6314937B2 (en) 2018-04-25

Family

ID=58203496

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015160949A Active JP6314937B2 (en) 2015-08-18 2015-08-18 How to update process computers

Country Status (1)

Country Link
JP (1) JP6314937B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6733820B2 (en) * 2017-07-11 2020-08-05 東芝三菱電機産業システム株式会社 Computer update test support device

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006318197A (en) * 2005-05-12 2006-11-24 Fuji Electric Fa Components & Systems Co Ltd Controller support device and program
JP4860422B2 (en) * 2006-10-13 2012-01-25 新日本製鐵株式会社 Test support apparatus, test support method, computer program, and storage medium
DE102010010890B4 (en) * 2010-03-10 2012-03-22 Siemens Aktiengesellschaft A method for replacing an existing guide in an automation system by a new guide and trained automation system
EP2639660A1 (en) * 2012-03-16 2013-09-18 Siemens Aktiengesellschaft Method and system for controller transition
JP2015046136A (en) * 2013-08-29 2015-03-12 株式会社東芝 Plant monitoring system update method and plant monitoring system

Also Published As

Publication number Publication date
JP2017041000A (en) 2017-02-23

Similar Documents

Publication Publication Date Title
US11262745B2 (en) Method for operating a redundant automation system to increase availability of the automation system
US10372095B2 (en) Method for the fail-safe operation of a process control system with redundant control devices
US9602304B2 (en) Data transfer device system, network system, and method of changing configuration of network system
EP3189647B1 (en) Apparatus and method for on-process migration of industrial control and automation system across disparate network types
US20120117416A1 (en) Method and system for process control network migration
AU2015256526B2 (en) Gateway offering logical model mapped to independent underlying networks
CN104571041B (en) Based on 1:The method of data synchronization of 1 controller redundancy
JP6265158B2 (en) Electronics
CN108989382B (en) Method for replacing and/or cloning at least some devices of a machine
CN104486394A (en) Non-interrupting service software upgrading method and device
US20180373213A1 (en) Fieldbus coupler and system method for configuring a failsafe module
JP6314937B2 (en) How to update process computers
US20040117463A1 (en) Automatic configuration of network components
CN109719727A (en) A kind of robot communication and fault detection system and method
CN111200524B (en) Switch configuration method and server
JP4547614B2 (en) Fieldbus system
US20180039248A1 (en) Programmable logic controller, slave device, and duplex system
US20160275029A1 (en) Data Bus Coupler and Method of Operation
US20150236901A1 (en) Control system management apparatus
US20220368561A1 (en) Method for Data Transmission in a Redundantly Operable Communications Network and Coupling Communication Device
WO2012124159A1 (en) Method for setting address in network system
WO2020080103A1 (en) Device setting control device, network system, device setting method, and program
EP3718291B1 (en) Dynamically establishing communication between mobile equipment and a process controller
CN110825015B (en) Method and system for recovering data communication between human-computer interface and PLC controller
JP5550392B2 (en) Computer function verification method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170322

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20171213

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180213

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: 20180227

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180312

R150 Certificate of patent or registration of utility model

Ref document number: 6314937

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150