JP4000864B2 - Development support apparatus, program product, and automatic monitoring method - Google Patents

Development support apparatus, program product, and automatic monitoring method Download PDF

Info

Publication number
JP4000864B2
JP4000864B2 JP2002039230A JP2002039230A JP4000864B2 JP 4000864 B2 JP4000864 B2 JP 4000864B2 JP 2002039230 A JP2002039230 A JP 2002039230A JP 2002039230 A JP2002039230 A JP 2002039230A JP 4000864 B2 JP4000864 B2 JP 4000864B2
Authority
JP
Japan
Prior art keywords
plc
communication
acquired
information
project
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.)
Expired - Lifetime
Application number
JP2002039230A
Other languages
Japanese (ja)
Other versions
JP2003241805A (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.)
Omron Corp
Original Assignee
Omron 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 Omron Corp filed Critical Omron Corp
Priority to JP2002039230A priority Critical patent/JP4000864B2/en
Publication of JP2003241805A publication Critical patent/JP2003241805A/en
Application granted granted Critical
Publication of JP4000864B2 publication Critical patent/JP4000864B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
この発明は、開発支援装置及びプログラム製品及び自動モニタリング方法に関するものである。
【0002】
【発明の背景】
良く知られているように、FA(ファクトリオートメーション)で用いられるプログラマブルコントローラ(PLC)は、入力機器(スイッチやセンサなど)のON/OFF情報を入力し、ラダー言語などで書かれたシーケンスプログラム(ユーザプログラム)に沿って論理演算を実行して、その演算結果により、出力機器(リレーやバルブ、アクチュエータなど)にON/OFF情報の信号を出力することで制御を行う。
【0003】
ところで、PLCに異常が発生した場合、その異常箇所を特定するためにPLCのユーザプログラム等を開発支援装置上に読み出し、そのPLCと開発支援装置のコネクションを確立する。その後、開発支援装置のデバッグ機能により問題箇所の特定を行う。なお、問題箇所の特定が行われたならば、ユーザプログラム等を適宜修正し、修正後のユーザプログラム等をPLCにダウンロードすることにより異常復帰し、正常なシステムの稼動が行える。
【0004】
そして、上記したデバッグ処理を行える状態にするまでの手順として、従来は以下に示す操作,手順を行うようにしている。すなわち、一例としては、バックアップデータを開発支援装置に読み込むとともに、PLCと接続した状態でデバッグを実施するものがある。しかし、この方式では、異常発生時に直ぐに対処するためには、全てのPLCの周囲にそのPLCのバックアップデータを用意しておく必要がある。さらに、正しくデバッグするためには、バックアップデータの内容と、PLCが保有するデータの内容が一致している必要があるとともに、異常は何時発生するか不明である。よって、常にPLCが持つデータの内容とバックアップデータの内容とを一致させる仕組みを構築し、実行させる必要がある。すると、係るバックアップの内容を一致させる処理の負荷がかかり、PLC本来の処理に対する影響が生じる。
【0005】
また、別の方式としては、開発支援装置(例えば、CX−Progammer:出願人の製品)上で、メンテナンス対象となるPLC用のプロジェクトを生成した後、PLCと接続するとともにそのPLCから必要なデータを読み出して開発支援装置に取り込む。そして、その取り込んだデータに基づいてデバッグ処理をすることもできる。
【0006】
ところで、プロジェクトを生成するためには、まず最初に対象となるPLCの機種コード(型式)や通信条件を設定する必要がある。そのため、ユーザは異常が発生しているPLCの機種コード,通信条件をマニュアルその他により取得し、その情報を開発支援装置の入力装置を介して登録しなければならない。しかし、異常発生時の緊迫した状況のもとで、機種コード等を探し出して登録するのは煩雑である。また、PLC自体が外部に露出しているような場合には、機種コードは、直接視認して確認することができる可能性もあるが、PLCが装置内部に組み込まれているような場合には機種コードを見ることができず、機種コードの判別が困難でプロジェクトを生成するまでに時間がかかり、デバッグを実行可能な状態にするまでに時間かがかかってしまうと言う問題がある。
【0007】
さらに、上記したいずれの場合でも、ユーザ(メンテナンス担当者)は、デバッグ機能により異常箇所の特定を行う作業に入るための前処理として、様々な操作を行う必要があり煩雑である。しかも、係るユーザは必ずしも開発支援装置の操作を熟知しているとは限らないので、操作数が多くなるほど短時間での問題解決を図る上での障害となる。特に、メンテナンスをする場合には、対象となるPLCを含むFAシステムを停止することになり、その停止期間中は生産処理ができないため、迅速に異常箇所を特定するとともに、メンテナンスしてシステムを復旧させることが重要であるので、上記のようにデバッグを開始するまでに時間がかかることは問題となる。
【0008】
この発明は、簡単な操作でかつ迅速に異常発生したPLCと接続し、必要な情報を取得してデバッグ可能な状態にすることができる開発支援装置及びプログラム製品及び自動モニタリング方法を提供することを目的とする。
【0009】
【課題を解決するための手段】
この発明による開発支援装置は、PLCと通信する通信手段と、その通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えたPLC用の開発支援装置である。そして、前記PLCと通信するための複数の通信条件を記憶する通信条件記憶手段と、前記通信条件記憶手段に格納された前記複数の通信条件から択一的に選択した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信し、前記PLCからのレスポンスの有無から正しい通信条件を決定するとともに、決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図り、コネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する手段を備えて構成した。コネクションの確立を図る手段並びに取得手段は、実施の形態では、前処理機能により実現している。この通信手段としては、例えば、実施の形態で示したようにシリアル通信をする通信手段とすることができる。
【0010】
この発明によれば、異常発生したPLCに開発支援装置を接続し、動作を開始すると、まず、予め用意した通信条件を順次用いて返送要求をする。すると、PLCが対応している通信条件で返送要求を受け取ると、PLCはそれに対してレスポンスを返すことができるが、異なる返信条件で送られてきた場合にはPLCは返送要求を正しく受信できず、よってレスポンスも返せない。従って、開発支援装置は、レスポンスの有無により返送要求を発信した際の通信条件が正しいものか否かが判断できる。つまり、レスポンスを受領すると、そのとき送った通信条件が対象となるPLCが対応している正しい通信条件と判断できる。また、レスポンスには、PLCを特定する特定情報(実施の形態では機種コード(型式))を送ってくるので、デバッグ処理などをする際に、係る特定情報を利用することができる。そして、通信条件や特定情報を自動的に取得できるので、容易かつ迅速にデバッグが可能な状態にすることができる。
【0011】
すなわち、レスポンスで取得した前記特定情報に基づき、デバッグをするために必要なプロジェクトを生成する機能を備え、そのプロジェクト生成後に前記取得手段を稼動させるとともに、前記取得した情報を前記プロジェクトに追加するように構成することができる。また、係るプロジェクトは、前記決定した正しい通信条件とレスポンスで取得した前記特定情報に基づいて行うようにすることもできる。このプロジェクト生成並びに情報の追加により、デバッグが可能な状態になる。
【0012】
さらに、上記した各発明を前提とし、前記択一的に選択する前記通信条件は、正しい通信条件に選択されたものを優先的に選択するようにすると好ましい。このようにすると、開発支援装置を使用することにより、その工場などにおいてよく使用するPLCに設定された通信条件が優先的に選択されることになる。よって、正しい通信条件がより迅速に決定され、迅速にデバッグ可能な状態に設定できる。
【0013】
さらに好ましくは、レスポンスで取得した前記特定情報に関する情報を表示装置に出力表示する出力手段を備えることである。そのようにすると、対象となっているPLCの機種等を知ることができる。
【0014】
また、レスポンスで取得した前記特定情報に基づき、ユーザプログラムを修正する際に使用可能なコードであるか否かをチェックし、前記使用可能なコードのみを利用可能にする機能を備えるとよい。このようにすると、誤って使用できないコードを用いてユーザプログラム等を修正することが抑制できる。特に、オンラインエディットをする場合に効果的に作用する。
【0015】
本発明に係るプログラム製品は、PLCと通信する通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えた開発支援装置用のプログラム製品であって、前記PLCと通信するための複数の通信条件を記憶する通信条件記憶部にアクセスし、前記複数の通信条件から択一的に通信条件を取得する処理と、その取得した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信する処理と、前記PLCからのレスポンスの有無から正しい通信条件を決定する処理と、決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図る処理と、そのコネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する処理と、を実行するプログラムを持つようにすることである。
また、本発明に係る自動モニタリング方法は、PLCと通信する通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えた開発支援装置における自動モニタリング方法であって、前記PLCと通信するための複数の通信条件を記憶する通信条件記憶部にアクセスし、前記複数の通信条件から択一的に通信条件を取得する処理を行ない、その取得した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信する処理を行ない、前記PLCからのレスポンスの有無から正しい通信条件を決定する処理を行ない、決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図る処理を行ない、そのコネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する処理を行なうようにした。
【0016】
【発明の実施の形態】
図1は、本発明に係る開発支援装置10を含むシステム構成の一例を示している。図1に示すように、電源ユニット1,PLC本体(CPUユニットとも称する)2,I/Oユニット3など各種のユニットをCPUバスなどにより電気・機械的に連結してPLCを構成している。PLC本体2には、シリアルポート2aが設けられており、このシリアルポート2aに開発支援装置10を通信ケーブル5を介して接続可能となっている。このPLC本体2と開発支援装置10はRS−232Cにより、情報(ユーザプログラムその他のデータ等)の送受を行えるようになっている。また、具体的な図示は省略するが、PLC本体2のメモリには、ユーザプログラム,入出力情報等の動作状態を示すデータ,機械コード(型式)などの自己を特定する特定情報等が格納され、開発支援装置10からの命令に従って、必要な情報を開発支援装置10に返送する機能も有している。
【0017】
図2は、本発明に係る開発支援装置10の好適な一実施の形態の内部構成を示している。図2に示すように、RS−232C用の通信インタフェース11を備え、この通信インタフェース11を介してPLC本体2と情報の送受を行う。また、受け取った情報は、MPU12に取り込まれ、このMPU12により具体的な情報の送受が制御される。このMPU12には、本発明との関係で言うと、デバッグ機能と、前処理機能がある。デバッグ機能は、従来から公知のもので、PLC本体2から取得した情報(ユーザプログラムやデータ等)に基づき、デバッグ処理を行い、異常箇所を特定する機能を有する。さらに、異常箇所を修正したり、修正後のプログラム等をPLC本体2にダウンロードする機能も備える。なお、係る処理を行うための具体的なアルゴリズムは、従来と同様のものを用いることができるため、その詳細な説明を省略する。
【0018】
ここで本発明では、ハードディスク等の記憶部16内に、通信条件データベース13を備えている。この通信条件データベース13は、図3に示すように、PLC種別(PLC シリーズ),ネットワーク種別(通信手順)並びに通信速度を関連づけたテーブルとなっている。開発支援装置10のメンテナンス対象のPLC本体の全ての通信条件(この例では14種類)を用意している。
【0019】
MPU12に実装された前処理機能は、この通信条件データベース13に登録された複数の通信条件を先頭から順次実行してPLC本体2との接続を試み、接続対象のPLC本体2の通信条件を決定し、次いで、対象のPLC本体2用のプロジェクトを生成し、PLC本体2から必要な情報を読み出す処理を実行する機能を有している。そして、具体的には、図4に示すフローチャートを実施する機能を有している。すなわち、まず通信条件データベース13にアクセスし、通信条件を1つ取得する(ST1)。この取得する通信条件は、先頭から順に行うため、前回取得した通信条件の次に格納されている通信条件を取得することになる。そして、1回目は当然のことながら先頭(図3の場合には「C Series, SYSWAY,9600」)の通信条件を取得することになる。
【0020】
次いで、新しい通信条件を取得できたか否かを判断する(ST2)。つまり、ステップ1の処理を実行し、新たな通信条件を取得できたか否かを判断する。そして、通信条件がない場合には、前回までの処理で全ての通信条件についてのチェックが行われ、いずれも該当する通信条件のものがなかったことを意味するので、エラーを通知して今回の処理を終了する(ST3)。
【0021】
また、新しい条件を取得できたならば、その通信条件でPLC本体2に対して「機種コード(型式)」の返送要求をし、機種コードの取得を試みる(ST4)。PLC本体2は、上記返送要求を正常に受信したならば、その返送要求に応じてレスポンスとして自己の機種コードを開発支援装置10に返す。
【0022】
すなわち、PLC本体2としては、上記した14種類の通信条件の中で何れか1種類に対応している(複数種に対応可能にしても良い)ので、PLC本体2が対応できる通信条件で返送要求が送られてきた場合には、その内容を解析し正常なレスポンスを返すが、対応していない通信条件で送られてきた場合には、正常に受信することができないので、レスポンスを返すこともできない。
【0023】
換言すると、開発支援装置10側に立つと、PLC本体2からレスポンスがあると、ステップ4で発信した際に使用した通信条件が正しいものであると判断でき、また、一定時間たってもレスポンスがない場合には間違った通信条件であったと推定できる。そこで、ステップ5の分岐判断では、レスポンスの有無を判断し、レスポンスがない場合にはステップ1に戻り次の通信条件に基づく処理を実行する。
【0024】
一方、レスポンスを受けた場合には、対象としているPLC本体2の通信条件がステップ4で使用した通信条件であると判断できるので、ステップ6に進み、通信条件データベース13の履歴情報を更新する。実際には、今回使用した通信条件を通信条件データベース13の先頭に移動する。例えば、図3に示すデータ構造の具体例において、仮に10番目の「CS1 Series,SYSWAY,115000」でレスポンスを受けた場合には、この通信条件を先頭、つまり、「C Series,SYSWAY,9600」の上に配置し、以降1つずつ順に繰り下げる。これにより、同じPLC本体2に対して次にメンテナンスを行う場合、今回は10回目でようやく通信条件が決定されたが、次は、1回目で「CS1 Series,SYSWAY,115000」(その間に別の通信条件のPLC本体との通信を行っていない場合)が選択されるので、すぐに通信条件の決定が行われる。
【0025】
また、1つの工場内に設置されるPLC本体の通信条件は、1つとは限らないものの、数種類に集約されていることが多い。従って、この開発支援装置10を何回か使用することにより、その工場で使用される通信条件が、通信条件データベース13の上位(先頭側)に集まってくるので、その後は、各PLC本体2に対する通信条件の決定が比較的短時間で行えることができる。
【0026】
なお、優先的に選択する方法としては、上記したように正しい通信条件として決定されたものを先頭に持ってくるものに限ることは無く、例えば、選択された回数を積算していき、積算回数の多いものから順に選択するようにすることもできる。
【0027】
また、ステップ1において先頭から順に通信条件を取得する処理であるが、例えば、ポインタにより読み出す通信条件を指定するようにしておいた場合、ステップ1で通信条件を取得する都度、次の通信条件にポインタを移動しておくとともに、ステップ6にてポインタの位置を通信条件データベース13の先頭に戻すことにより実行できる。また、例えば、ステップ1の前にn=0にセットし、ステップ1では「n=n+1」を演算実行後、先頭からn番目の通信条件を取得するようにすることによっても対応できる。
【0028】
一方、本発明では、通信条件の確認の際に、レスポンスとして機種コードの情報を取得するようにしたため、上記のようにして対象のPLC本体2の通信条件が決定できると、レスポンスの内容から対象のPLC本体2の機種コード(型式)も同時に取得できる。そこで、この取得した機種コードと通信条件に基づいて、今回対象のPLC本体2用のプロジェクトを生成する(ST7)。この生成されたプロジェクト14は、ハードディスク等の記憶部16に格納される。なお、プロジェクト生成は、機種コードに基づいて行い、通信条件は使用しないようにすることもできる。
【0029】
ここで生成されるプロジェクトのプロジェクトデータ構造は、PLC機種情報(型式,通信条件),I/Oテーブル,システム設定,初期値データ,変数テーブル,プログラムなどであり、PLC機種情報以外は、各種情報を格納するためのエリアが確保される。また、プロジェクトが機種コード(型式)に基づいて生成される(通信条件を使用しない)場合には、PLC機種情報としては型式のみとなる。さらに、PLC機種情報(型式や通信条件)に基づいてプロジェクトを生成した場合、いずれも生成する際の基準となるPLC機種情報をプロジェクトデータとして登録するようしたが、本発明はこれに限ることはなく、プロジェクト内にPLC機種情報を格納しないようにしても良い。
【0030】
なお、このプロジェクトは、発明の背景の欄でも記載したが、例えば、CX−Progammer(出願人の製品)にてデバッグ処理をするに先立ち生成されるもである。他社製品でも呼び名は異なる場合があるが、その後にPLCから読み取った情報を格納する領域を設定するためのものである。
【0031】
このプロジェクト生成後、決定した通信条件によりPLC本体2とオンライン接続をし、コネクションの確立を図る(ST8)。次いで、PLC本体2から必要な情報(ユーザプログラム,変数テーブルその他のデータ等)を読み出し、取得した情報を上記生成したプロジェクトの該当エリアに格納する(ST9)。その後、生成し、必要な情報が格納されたプロジェクトに基づき、プログラムにモニタリングを開始する。
【0032】
つまり、デバッグ機能を稼働させ、所望のデバッグ処理を実行し、異常箇所の特定を行う。また、必要な修正処理も行うことになる。このとき、PLC本体の型式によって使用できるコードが決まっているため、上記取得した機種コードに基づき、修正したプログラム等に用いたコードが使用可能な物か否かのチェックも行う。特にオンラインエディットの場合には、このチェック機能が有効なものとなる。このように、取得した機種コードは、プロジェクト生成のために使用するのみではなく、係るチェックのために利用することもできる。
【0033】
このように、本実施の形態では、ユーザは、対象となるPLC本体2と開発支援装置10を接続するとともに、前処理機能を稼働させるといった簡単な操作を行うだけで、後は係る前処理機能がコネクションの確立から情報の読み出しを行い、デバッグ可能な状態になるまでを自動的に行うことができる。よって、操作性が良好であるとともに、短時間でデバッグ可能な状態になるので、メンテナンスに要する全体の時間も短縮することができる。
【0034】
また、説明は前後するが、モニタリング,デバッグ時には、図2に示した通り、ディスプレイインタフェース15を介してディスプレイ10a上に必要な情報を出力表示することになる。この出力表示するためのMPU12,ディスプレイインタフェース15における機能自体は従来公知のものであるので説明を省略する。
【0035】
ここで本実施の形態では、取得した機種コード或いはそれに基づく機種名などの処理対象のPLC本体を特定する情報をディスプレイ10aに表示するようにしている。取得した機種コードをそのまま表示するのではなく、ユーザがわかりやすい名称で表示する場合には、機種コードと名称を対応付けしたテーブルを予めメモリ等の記憶手段に格納しておき、MPU12は、そこにアクセスしてテーブルを参照することにより表示すべき情報を取得することができる。これは、本実施の形態では、ユーザは処理対象のPLC本体の機種コード等を知らなくてもPLC本体との間でコネクションを確立させて情報の読み出しを行うことができるため、そのままでは処理対象のPLC本体の機種が分からず、異常箇所の特定や修正作業に影響を与えるおそれもある(使用可能なコードが不明等)。そこで、処理対象の機種コード等の機種を特定する特定情報を出力表示することにより、係る対象のPLC本体の機種を容易に知ることができ、迅速かつ正確なメンテナンスをすることができる。
【0036】
なおまた、上記した図4に示すフローチャートを実行する前処理機能は、本実施の形態ではアプリケーションプログラム(プログラム製品)で構成され、開発支援装置10であるコンピュータにインストールされ、そのMPUにおいて、各処理部となって稼働する。また、通信条件データベースに記憶されるべき情報も、上記プログラム製品として、或いはプログラム製品とともに供給されるようにしてもよい。
【0037】
【発明の効果】
以上のように、この発明では、正しい通信条件を決定するとともに特定情報を自動的に取得できるので、簡単な操作でかつ迅速に異常発生したPLCと接続し、必要な情報を取得してデバッグ可能な状態にすることができる。
【図面の簡単な説明】
【図1】システム全体の一例を示す図である。
【図2】本発明に係る開発支援装置の内部構造の一例を示す図である。
【図3】通信条件データベースの内部構造の一例を示す図である。
【図4】MPUの機能を説明するフローチャートである。
【符号の説明】
1 電源ユニット
2 PLC本体
2a シリアルポート
3 I/Oユニット
10 開発支援装置
10a ディスプレイ
11 通信インタフェース
12 MPU
13 通信条件データベース
14 プロジェクト
15 ディスプレイインタフェース
16 記憶部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a development support apparatus, a program product, and an automatic monitoring method .
[0002]
BACKGROUND OF THE INVENTION
As is well known, a programmable controller (PLC) used in factory automation (FA) inputs ON / OFF information of input devices (switches, sensors, etc.), and a sequence program written in a ladder language ( Control is performed by executing a logical operation in accordance with the user program and outputting an ON / OFF information signal to an output device (relay, valve, actuator, etc.) based on the result of the operation.
[0003]
By the way, when an abnormality occurs in the PLC, a PLC user program or the like is read onto the development support apparatus in order to identify the abnormality location, and a connection between the PLC and the development support apparatus is established. After that, the problem location is identified by the debugging function of the development support apparatus. If the problem location is specified, the user program or the like is corrected as appropriate, and the corrected user program or the like is downloaded to the PLC, so that the system can be operated normally.
[0004]
In the prior art, the following operations and procedures are performed as a procedure until the debugging process can be performed. In other words, as an example, there is a method in which backup data is read into a development support apparatus and debugged while being connected to a PLC. However, in this method, in order to cope with an abnormality immediately, it is necessary to prepare backup data for the PLC around all the PLCs. Furthermore, in order to debug correctly, it is necessary that the content of the backup data and the content of the data held by the PLC match, and it is unknown when the abnormality occurs. Therefore, it is necessary to construct and execute a mechanism that always matches the data contents of the PLC with the contents of the backup data. Then, a load of processing for matching the contents of the backup is applied, and an influence on the original processing of the PLC occurs.
[0005]
Another method is to generate a project for a PLC to be maintained on a development support device (for example, CX-Programmer: the product of the applicant), and then connect to the PLC and data required from the PLC. Is read into the development support device. Then, it is possible to perform debugging processing based on the fetched data.
[0006]
By the way, in order to generate a project, it is first necessary to set the model code (model) and communication conditions of the target PLC. Therefore, the user must acquire the model code and communication condition of the PLC in which an abnormality has occurred by using a manual or the like, and register the information via the input device of the development support apparatus. However, it is cumbersome to find and register the model code and the like under the tense situation when an abnormality occurs. Also, if the PLC itself is exposed to the outside, the model code may be visible and confirmed directly, but if the PLC is built into the device There is a problem that the model code cannot be seen, it is difficult to determine the model code, it takes time to generate a project, and it takes time to make debugging possible.
[0007]
Furthermore, in any of the cases described above, the user (maintenance person in charge) needs to perform various operations as pre-processing for entering the work of identifying the abnormal part by the debug function, which is complicated. In addition, the user is not necessarily familiar with the operation of the development support apparatus, and as the number of operations increases, the problem is solved in a short time. In particular, when performing maintenance, the FA system including the target PLC will be stopped, and production processing cannot be performed during the stoppage period. Since it is important to take care of it, it takes a long time to start debugging as described above.
[0008]
It is an object of the present invention to provide a development support apparatus, a program product, and an automatic monitoring method that can be connected to a PLC in which an abnormality has occurred with a simple operation and can acquire necessary information to enable debugging. Objective.
[0009]
[Means for Solving the Problems]
The development support apparatus according to the present invention is a development support apparatus for a PLC that includes a communication unit that communicates with a PLC and a debugging unit that debugs based on the PLC information acquired through the communication unit. Then, the communication condition storage means for storing a plurality of communication conditions for communicating with the PLC, and the communication condition selected from the plurality of communication conditions stored in the communication condition storage means, the communication A request for returning a specific information specifying the PLC is sent to the PLC via the means, and the correct communication condition is determined from the presence or absence of a response from the PLC, and the determined correct communication condition and the response are acquired. A project for the PLC including the specific information is generated, a connection with the PLC is established according to the determined correct communication condition after the project is generated, and a program necessary for debugging from the PLC is included in a state where the connection is established. Acquire information, store the acquired information in the corresponding area of the generated project, and Information is configured with a means for initiating a monitoring program on the basis of the project stored. In the embodiment, the means for establishing the connection and the acquiring means are realized by a preprocessing function. As this communication means, for example, as shown in the embodiment, a communication means for performing serial communication can be used.
[0010]
According to the present invention, when the development support apparatus is connected to the PLC in which an abnormality has occurred and the operation is started, a return request is first made by sequentially using communication conditions prepared in advance. Then, when a return request is received under communication conditions supported by the PLC, the PLC can return a response to the request. However, if the request is sent under different return conditions, the PLC cannot correctly receive the return request. Therefore, no response can be returned. Therefore, the development support apparatus can determine whether or not the communication conditions when the return request is transmitted are correct depending on whether or not there is a response. That is, when a response is received, it can be determined that the communication condition sent at that time is the correct communication condition supported by the target PLC. Further, since specific information (model code (model) in the embodiment) for specifying the PLC is sent in the response, the specific information can be used when performing a debugging process or the like. And since communication conditions and specific information can be acquired automatically, it can be in the state which can be debugged easily and rapidly.
[0011]
That is, a function for generating a project necessary for debugging based on the specific information acquired in the response is provided, and the acquisition unit is operated after the project is generated, and the acquired information is added to the project. Can be configured. In addition, the project can be performed based on the determined correct communication condition and the specific information acquired by the response. This project generation and information addition enable debugging.
[0012]
Further, on the premise of each of the above-described inventions, it is preferable that the communication condition to be alternatively selected is preferentially selected as the communication condition selected as the correct communication condition. If it does in this way, by using a development support apparatus, the communication conditions set in PLC often used in the factory etc. will be selected preferentially. Therefore, the correct communication conditions can be determined more quickly and can be set in a state where debugging can be performed quickly.
[0013]
More preferably, an output means for outputting and displaying information on the specific information acquired by the response on a display device is provided. By doing so, it is possible to know the model of the target PLC.
[0014]
Moreover, it is good to provide the function which checks whether it is a code | cord | chord which can be used when correcting a user program based on the said specific information acquired by the response, and can use only the said usable code | cord | chord. If it does in this way, it can control that a user program etc. are corrected using the code which cannot be used accidentally. This is especially effective when online editing.
[0015]
A program product according to the present invention is a program product for a development support apparatus including a debugging unit that debugs based on information on the PLC acquired through a communication unit that communicates with a PLC. Access to a communication condition storage unit that stores a plurality of communication conditions, use the acquired communication conditions to process the acquisition of the communication conditions alternatively from the plurality of communication conditions, and to the PLC via the communication means A process for sending a return request for specific information for identifying the PLC, a process for determining a correct communication condition based on the presence or absence of a response from the PLC , a determined correct communication condition, and the specific information acquired in the response A project for the PLC including the PLC and the connection with the PLC according to the determined correct communication condition after the project is generated. In a state where the connection is established and the connection is established, information including a program necessary for debugging is acquired from the PLC, and the acquired information is stored in the corresponding area of the generated project, and necessary information is stored. And a process for starting monitoring the program based on the project that has been executed.
The automatic monitoring method according to the present invention is an automatic monitoring method in a development support apparatus including a debugging unit that debugs based on information on the PLC acquired via a communication unit that communicates with the PLC, and communicates with the PLC. To access a communication condition storage unit that stores a plurality of communication conditions, and to obtain a communication condition alternatively from the plurality of communication conditions, using the acquired communication condition, and via the communication means The process of transmitting a return request for specific information for identifying the PLC to the PLC is performed, the process of determining the correct communication condition from the presence or absence of a response from the PLC, the process of determining the correct communication condition and the response A project for the PLC including the acquired specific information is generated, and the determined correctness is generated after the project is generated. A process for establishing a connection with the PLC is performed according to communication conditions, and information including a program necessary for debugging is acquired from the PLC in a state in which the connection is established, and the acquired information is stored in a corresponding area of the generated project. A process for starting monitoring of the program is performed based on the project in which the necessary information is stored.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows an example of a system configuration including a development support apparatus 10 according to the present invention. As shown in FIG. 1, various units such as a power supply unit 1, a PLC main body (also referred to as a CPU unit) 2, and an I / O unit 3 are electrically and mechanically connected by a CPU bus or the like to constitute a PLC. The PLC main body 2 is provided with a serial port 2 a, and the development support apparatus 10 can be connected to the serial port 2 a via the communication cable 5. The PLC main body 2 and the development support apparatus 10 can send and receive information (user programs and other data) by RS-232C. Although not specifically shown, the memory of the PLC main body 2 stores user programs, data indicating operation status such as input / output information, and specific information for identifying itself such as a machine code (model). Also, it has a function of returning necessary information to the development support apparatus 10 in accordance with a command from the development support apparatus 10.
[0017]
FIG. 2 shows an internal configuration of a preferred embodiment of the development support apparatus 10 according to the present invention. As shown in FIG. 2, a communication interface 11 for RS-232C is provided, and information is transmitted to and received from the PLC main body 2 via the communication interface 11. Further, the received information is taken into the MPU 12, and specific transmission / reception of information is controlled by the MPU 12. The MPU 12 has a debugging function and a preprocessing function in relation to the present invention. The debugging function is a conventionally known function, and has a function of performing a debugging process based on information (user program, data, etc.) acquired from the PLC main body 2 and specifying an abnormal part. Further, it has a function of correcting an abnormal part and downloading a corrected program or the like to the PLC main body 2. In addition, since the same algorithm as the conventional algorithm can be used for performing such a process, the detailed description is abbreviate | omitted.
[0018]
Here, in the present invention, the communication condition database 13 is provided in the storage unit 16 such as a hard disk. As shown in FIG. 3, the communication condition database 13 is a table that associates PLC types (PLC series), network types (communication procedures), and communication speeds. All communication conditions (in this example, 14 types) of the maintenance target PLC main body of the development support apparatus 10 are prepared.
[0019]
The preprocessing function implemented in the MPU 12 attempts to connect to the PLC main body 2 by sequentially executing a plurality of communication conditions registered in the communication condition database 13 from the top, and determines the communication conditions of the PLC main body 2 to be connected. Then, it has a function of generating a project for the target PLC main body 2 and executing processing for reading out necessary information from the PLC main body 2. Specifically, it has a function of executing the flowchart shown in FIG. That is, first, the communication condition database 13 is accessed, and one communication condition is acquired (ST1). Since the acquired communication conditions are performed in order from the top, the communication condition stored next to the previously acquired communication condition is acquired. As a matter of course, the first communication condition is acquired at the head (in the case of FIG. 3, “C Series, SYSWAY, 9600”).
[0020]
Next, it is determined whether new communication conditions have been acquired (ST2). That is, the process of step 1 is executed to determine whether a new communication condition has been acquired. And if there is no communication condition, all the communication conditions are checked in the process up to the previous time, and it means that none of the corresponding communication conditions exist, so an error is notified and this time The process ends (ST3).
[0021]
If new conditions can be acquired, a request for return of “model code (model)” is made to the PLC main body 2 under the communication conditions, and acquisition of the model code is attempted (ST4). If the PLC main body 2 normally receives the return request, it returns its model code to the development support apparatus 10 as a response in response to the return request.
[0022]
That is, the PLC main body 2 corresponds to any one of the 14 types of communication conditions described above (may be compatible with a plurality of types). When a request is sent, the content is analyzed and a normal response is returned. However, when a request is sent under unsupported communication conditions, it cannot be received normally, so a response is returned. I can't.
[0023]
In other words, when standing on the development support apparatus 10 side, if there is a response from the PLC main body 2, it can be determined that the communication conditions used at the time of transmission in step 4 are correct, and there is no response even after a certain period of time. In this case, it can be estimated that the communication condition was wrong. Therefore, in the branch determination in step 5, it is determined whether or not there is a response. If there is no response, the process returns to step 1 to execute processing based on the next communication condition.
[0024]
On the other hand, if a response is received, it can be determined that the communication condition of the target PLC main body 2 is the communication condition used in step 4, so the process proceeds to step 6 and the history information in the communication condition database 13 is updated. Actually, the communication condition used this time is moved to the head of the communication condition database 13. For example, in the specific example of the data structure shown in FIG. 3, if a response is received at the tenth “CS1 Series, SYSWAY, 115000”, this communication condition is the head, that is, “C Series, SYSWAY, 9600”. Place them on top of each other and move them down one by one. As a result, when the next maintenance is performed on the same PLC main body 2, the communication conditions are finally determined at the 10th time this time, but the next time “CS1 Series, SYSWAY, 115000” Since the communication condition is not selected (when communication with the PLC main body is not performed), the communication condition is immediately determined.
[0025]
Moreover, although the communication conditions of the PLC main body installed in one factory are not necessarily one, they are often collected into several types. Therefore, by using this development support apparatus 10 several times, the communication conditions used in the factory are gathered at the upper level (the top side) of the communication condition database 13. Communication conditions can be determined in a relatively short time.
[0026]
Note that the method of preferentially selecting is not limited to the one that is determined as the correct communication condition as described above, and for example, the selected number of times is accumulated, and the number of times of accumulation is determined. It is also possible to select the items in descending order.
[0027]
In addition, the communication condition is acquired in order from the top in step 1. For example, when the communication condition to be read is specified by the pointer, each time the communication condition is acquired in step 1, the next communication condition is set. It can be executed by moving the pointer and returning the position of the pointer to the head of the communication condition database 13 in step 6. Further, for example, it is possible to cope with the problem by setting n = 0 before step 1 and acquiring the nth communication condition from the head after executing “n = n + 1” in step 1.
[0028]
On the other hand, in the present invention, since the model code information is acquired as a response when the communication condition is confirmed, if the communication condition of the target PLC main body 2 can be determined as described above, the target content is determined from the response content. The model code (model) of the PLC main body 2 can be obtained at the same time. Therefore, a project for the current PLC main body 2 is generated based on the acquired model code and communication conditions (ST7). The generated project 14 is stored in a storage unit 16 such as a hard disk. The project generation can be performed based on the model code, and the communication conditions can be avoided.
[0029]
The project data structure of the project generated here is PLC model information (model, communication conditions), I / O table, system setting, initial value data, variable table, program, etc. Various information other than PLC model information An area for storing is secured. When a project is generated based on a model code (model) (without using communication conditions), the PLC model information is only the model. Furthermore, when a project is generated based on PLC model information (model and communication conditions), the PLC model information serving as a reference for generating both is registered as project data. However, the present invention is not limited to this. The PLC model information may not be stored in the project.
[0030]
This project is also described in the background section of the invention. For example, this project is generated prior to the debugging process in CX-Programmer (Applicant's product). Although the name may be different in other companies' products, it is for setting an area for storing information read from the PLC thereafter.
[0031]
After this project is generated, online connection is established with the PLC main body 2 according to the determined communication conditions to establish a connection (ST8). Next, necessary information (user program, variable table, and other data) is read from the PLC main body 2, and the acquired information is stored in the corresponding area of the generated project (ST9). After that, based on the project that has been generated and stored the necessary information, the program starts monitoring.
[0032]
That is, the debugging function is activated, a desired debugging process is executed, and an abnormal part is specified. In addition, necessary correction processing is also performed. At this time, since a code that can be used is determined depending on the model of the PLC main body, whether or not the code used in the modified program is usable is also checked based on the acquired model code. This check function is particularly effective for online editing. Thus, the acquired model code can be used not only for project generation but also for such a check.
[0033]
As described above, in the present embodiment, the user simply connects the target PLC body 2 and the development support apparatus 10 and performs a simple operation such as operating the preprocessing function. Reads information from the establishment of the connection, it can be automatically performed until it is ready to debug. Therefore, the operability is good and the debugging can be performed in a short time, so that the total time required for maintenance can be shortened.
[0034]
Although the description is mixed, during monitoring and debugging, necessary information is output and displayed on the display 10a via the display interface 15 as shown in FIG. Since the functions of the MPU 12 and the display interface 15 for outputting and displaying are well known in the art, description thereof will be omitted.
[0035]
Here, in the present embodiment, information specifying the PLC main body to be processed such as the acquired model code or the model name based on the acquired model code is displayed on the display 10a. When the acquired model code is not displayed as it is, but is displayed with a name that is easy for the user to understand, a table in which the model code is associated with the name is stored in a storage unit such as a memory in advance, and the MPU 12 stores the table. Information to be displayed can be acquired by accessing and referring to the table. In this embodiment, the user can establish a connection with the PLC body and read information without knowing the model code of the PLC body to be processed. The type of PLC main body is not known, and there is a possibility that it may affect the identification and correction work of an abnormal part (unknown code is usable, etc.). Therefore, by outputting and displaying specific information for specifying a model such as a model code to be processed, it is possible to easily know the model of the target PLC main body, and to perform quick and accurate maintenance.
[0036]
In addition, the pre-processing function for executing the flowchart shown in FIG. 4 described above is configured by an application program (program product) in this embodiment, installed in a computer that is the development support apparatus 10, and each processing is performed in the MPU. Operates as a department. Information to be stored in the communication condition database may also be supplied as the program product or together with the program product.
[0037]
【The invention's effect】
As described above, according to the present invention, it is possible to determine correct communication conditions and automatically acquire specific information, so that it is possible to connect to a PLC in which an abnormality has occurred quickly and acquire necessary information for debugging. It can be in a state.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating an example of an entire system.
FIG. 2 is a diagram showing an example of an internal structure of a development support apparatus according to the present invention.
FIG. 3 is a diagram showing an example of an internal structure of a communication condition database.
FIG. 4 is a flowchart illustrating functions of the MPU.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Power supply unit 2 PLC main body 2a Serial port 3 I / O unit 10 Development support apparatus 10a Display 11 Communication interface 12 MPU
13 Communication Condition Database 14 Project 15 Display Interface 16 Storage Unit

Claims (6)

PLCと通信する通信手段と、その通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えたPLC用の開発支援装置において、
前記PLCと通信するための複数の通信条件を記憶する通信条件記憶手段と、
前記通信条件記憶手段に格納された前記複数の通信条件から択一的に選択した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信し、前記PLCからのレスポンスの有無から正しい通信条件を決定するとともに、決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図り、コネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する手段を備えたことを特徴とする開発支援装置。
In a development support apparatus for PLC comprising a communication means for communicating with a PLC and a debugging means for debugging based on the PLC information acquired via the communication means,
Communication condition storage means for storing a plurality of communication conditions for communicating with the PLC;
Using a communication condition selected alternatively from the plurality of communication conditions stored in the communication condition storage means, a request for returning specific information specifying the PLC is transmitted to the PLC via the communication means. The correct communication condition is determined from the presence / absence of a response from the PLC, the project for the PLC including the determined correct communication condition and the specific information acquired by the response is generated, and the determined correct communication is generated after the project is generated. Establish a connection with the PLC according to the conditions, and with the connection established, acquire information including a program required for debugging from the PLC, store the acquired information in the corresponding area of the generated project, and Start monitoring the program based on the project where the information is stored Development support apparatus characterized by comprising a stage.
前記択一的に選択する前記通信条件は、正しい通信条件に選択されたものを優先的に選択するようにしたことを特徴とする請求項1に記載の開発支援装置。  The development support apparatus according to claim 1, wherein the communication condition to be alternatively selected is preferentially selected from those selected as a correct communication condition. レスポンスで取得した前記特定情報に関する情報を表示装置に出力表示する出力手段を備えたことを特徴とする請求項1または2に記載の開発支援装置。  The development support apparatus according to claim 1, further comprising an output unit configured to output and display information on the specific information acquired by the response on a display apparatus. レスポンスで取得した前記特定情報に基づき、ユーザプログラムを修正する際に使用可能なコードであるか否かをチェックし、前記使用可能なコードのみを利用可能にする機能を備えたことを特徴とする請求項1から3のいずれか1項に記載の開発支援装置。  Based on the specific information acquired in the response, a function is provided for checking whether or not the code can be used when correcting the user program, and having only the usable code available The development support apparatus according to any one of claims 1 to 3. PLCと通信する通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えた開発支援装置用のプログラム製品であって、
前記PLCと通信するための複数の通信条件を記憶する通信条件記憶部にアクセスし、前記複数の通信条件から択一的に通信条件を取得する処理、
その取得した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信する処理、
前記PLCからのレスポンスの有無から正しい通信条件を決定する処理、
決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図る処理、
そのコネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する処理
を実行するプログラムを持つことを特徴とするプログラム製品。
A program product for a development support apparatus having debugging means for debugging based on information of the PLC acquired via communication means communicating with a PLC,
A process of accessing a communication condition storage unit that stores a plurality of communication conditions for communicating with the PLC, and acquiring communication conditions alternatively from the plurality of communication conditions;
A process of transmitting a return request for specific information identifying the PLC to the PLC via the communication means using the acquired communication condition;
A process for determining correct communication conditions from the presence or absence of a response from the PLC ;
A process for generating a project for the PLC including the determined correct communication condition and the specific information acquired in the response, and establishing a connection with the PLC according to the determined correct communication condition after the project is generated;
With the connection established, information including a program required for debugging is acquired from the PLC, and the acquired information is stored in a corresponding area of the generated project, and the necessary information is stored based on the project. A program product characterized by having a program for executing a process for starting monitoring of the program.
PLCと通信する通信手段を介して取得した前記PLCの情報に基づきデバッグするデバッグ手段を備えた開発支援装置における自動モニタリング方法であって、An automatic monitoring method in a development support apparatus having a debugging means for debugging based on information on the PLC acquired via a communication means communicating with a PLC,
前記PLCと通信するための複数の通信条件を記憶する通信条件記憶部にアクセスし、前記複数の通信条件から択一的に通信条件を取得する処理を行ない、Access a communication condition storage unit that stores a plurality of communication conditions for communicating with the PLC, and perform processing for obtaining communication conditions alternatively from the plurality of communication conditions,
その取得した通信条件を用い、前記通信手段を介して前記PLCに対してそのPLCを特定する特定情報の返送要求を発信する処理を行ない、Using the acquired communication conditions, a process of transmitting a return request for specific information specifying the PLC to the PLC via the communication means,
前記PLCからのレスポンスの有無から正しい通信条件を決定する処理を行ない、A process of determining correct communication conditions from the presence or absence of a response from the PLC,
決定した正しい通信条件と、レスポンスで取得した前記特定情報を含む当該PLC用のプロジェクトを生成し、プロジェクト生成後に前記決定した正しい通信条件に従って前記PLCとコネクションの確立を図る処理を行ない、Generate a project for the PLC that includes the determined correct communication condition and the specific information acquired in the response, and perform a process for establishing a connection with the PLC according to the determined correct communication condition after the project is generated,
そのコネクションを確立した状態で、前記PLCからデバッグに必要なプログラムを含む情報を取得し、取得した情報を前記生成したプロジェクトの該当エリアに格納し、必要With the connection established, information including a program required for debugging is acquired from the PLC, and the acquired information is stored in the corresponding area of the generated project. な情報が格納された前記プロジェクトに基づいてプログラムのモニタリングを開始する処理を行なうTo start program monitoring based on the project in which various information is stored
ことを特徴とする自動モニタリング方法。An automatic monitoring method characterized by that.
JP2002039230A 2002-02-15 2002-02-15 Development support apparatus, program product, and automatic monitoring method Expired - Lifetime JP4000864B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002039230A JP4000864B2 (en) 2002-02-15 2002-02-15 Development support apparatus, program product, and automatic monitoring method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002039230A JP4000864B2 (en) 2002-02-15 2002-02-15 Development support apparatus, program product, and automatic monitoring method

Publications (2)

Publication Number Publication Date
JP2003241805A JP2003241805A (en) 2003-08-29
JP4000864B2 true JP4000864B2 (en) 2007-10-31

Family

ID=27780328

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002039230A Expired - Lifetime JP4000864B2 (en) 2002-02-15 2002-02-15 Development support apparatus, program product, and automatic monitoring method

Country Status (1)

Country Link
JP (1) JP4000864B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4962721B2 (en) * 2007-07-12 2012-06-27 オムロン株式会社 Tool device and method for creating message transmission program

Also Published As

Publication number Publication date
JP2003241805A (en) 2003-08-29

Similar Documents

Publication Publication Date Title
WO2015136959A1 (en) Control system, method, program and information processing device
US10452483B2 (en) Automatic backup device, automatic backup method, and recording medium
US9984244B2 (en) Controller, information processing apparatus, and recording medium
JP6171386B2 (en) Controller, information processing apparatus and program
KR101860252B1 (en) Plotting device and control system
JP2002268707A (en) Controller and tool, and system constituted of the same
CN111580495A (en) Remote fault processing method, device and system for medical instrument
JP2009042913A (en) Tool device in multi-plc-distributed control system
TWI665553B (en) Adapter with instrument control function, instrument control system and instrument control method applied thereto
JP6442131B2 (en) Control system and control device
JP4697484B2 (en) PLC system
JP4000864B2 (en) Development support apparatus, program product, and automatic monitoring method
CN111142469B (en) Debugging method and debugging system for PLC configuration program
US11422916B2 (en) Usage amount monitoring method and monitoring unit of electronic control unit for vehicle
JP2012141722A (en) Setting device
JP4558376B2 (en) controller
CN114065956A (en) Point inspection method, system, equipment and storage medium for automatic production line
JP2001243089A (en) Device and method for verifying software
JP2001014027A (en) Fault analysis assisting system for process controller
JP3144369B2 (en) Production control system and its control method
US20230101320A1 (en) Method for creating and executing a control program for controlling an automation system, and automation system
CN111143262A (en) Switching device, instrument control system and instrument control method
WO2020189142A1 (en) Control system, control method, and control program
JP4251551B2 (en) Inspection ROM system
JP3734379B2 (en) Display panel

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041125

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061212

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070213

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070806

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

Free format text: PAYMENT UNTIL: 20100824

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4000864

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20100824

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20110824

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110824

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120824

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130824

Year of fee payment: 6

EXPY Cancellation because of completion of term