JP5099334B2 - PLC slave - Google Patents

PLC slave Download PDF

Info

Publication number
JP5099334B2
JP5099334B2 JP2007266936A JP2007266936A JP5099334B2 JP 5099334 B2 JP5099334 B2 JP 5099334B2 JP 2007266936 A JP2007266936 A JP 2007266936A JP 2007266936 A JP2007266936 A JP 2007266936A JP 5099334 B2 JP5099334 B2 JP 5099334B2
Authority
JP
Japan
Prior art keywords
output
light
sensor
state
input
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 - Fee Related
Application number
JP2007266936A
Other languages
Japanese (ja)
Other versions
JP2009098735A (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 JP2007266936A priority Critical patent/JP5099334B2/en
Publication of JP2009098735A publication Critical patent/JP2009098735A/en
Application granted granted Critical
Publication of JP5099334B2 publication Critical patent/JP5099334B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Description

この発明は、プログラマブル・コントローラ(以下、PLCと言う)と通信を介して結ばれて入出力ターミナルとして機能するリモート入出力ターミナル(以下、スレーブと言う)に係り、特に、1又は2以上の透過型光電センサが接続されるPLCのスレーブに関する。   The present invention relates to a remote input / output terminal (hereinafter referred to as a slave) that is connected to a programmable controller (hereinafter referred to as a PLC) through communication and functions as an input / output terminal. The present invention relates to a PLC slave to which a photoelectric sensor is connected.

複数台の透過型光電センサをスレーブを介してPLCに接続してなるセンシングシステムは、従来より知られている。このようなセンシングシステムの一例が図12に示されている。   A sensing system in which a plurality of transmissive photoelectric sensors are connected to a PLC via a slave is conventionally known. An example of such a sensing system is shown in FIG.

同図に示されるように、このセンシングシステムは、1台のPLC1とN台のスレーブ2−1,2−2,・・・2−Nとをネットワーク3で結んで構成されている。   As shown in the figure, this sensing system is configured by connecting one PLC 1 and N slaves 2-1, 2-2,...

この例では、PLC1としてはビルディングブロック型のものが採用されている。図示例のPLC1は、システムバス(図示せず)が敷設されたバックプレーン上に、電源ユニット11、CPUユニット12、通信マスタユニット13、及び2台のI/Oユニット14,14をコネクタ接続することにより構成されており、電源ユニット11はシステムバス上の電源ラインを介して各ユニット12〜14へと電源を供給している。   In this example, a building block type is adopted as the PLC 1. In the illustrated example, the PLC 1 connects the power supply unit 11, the CPU unit 12, the communication master unit 13, and the two I / O units 14 and 14 on a backplane on which a system bus (not shown) is laid. The power supply unit 11 supplies power to the units 12 to 14 via a power supply line on the system bus.

CPUユニット12は、PLC1の全体を統括制御するものであり、その内部には、図示を省略するが、ユーザプログラムを格納するためのユーザメモリと、入出力データを格納するための入出力メモリと、ユーザプログラム実行機能が組み込まれたASICと、ユニット全体を統括制御するためのマイクロプロセッサと、マイクロプロセッサが実行すべきシステムプログラムを格納するためのシステムメモリと、マイクロプロセッサが各種のプログラムを実行するためのワークエリアとして使用されるワークメモリ等が設けられている。   The CPU unit 12 performs overall control of the entire PLC 1, and although not shown in the figure, a user memory for storing a user program, an input / output memory for storing input / output data, and the like An ASIC incorporating a user program execution function, a microprocessor for overall control of the entire unit, a system memory for storing a system program to be executed by the microprocessor, and a microprocessor for executing various programs A work memory used as a work area is provided.

マイクロプロセッサは、システムメモリに格納されたシステムプログラムを実行することにより、動作モードがRUNモードの場合には、入出力更新処理と、ユーザプログラム実行処理と、周辺サービス処理とを1サイクルとして、これらの処理を繰り返し実行するように仕組まれている。   The microprocessor executes the system program stored in the system memory. When the operation mode is the RUN mode, the microprocessor performs the input / output update process, the user program execution process, and the peripheral service process as one cycle. It is structured to repeat the process.

ここで、当業者にはよく知られているように、入出力更新処理とは、入出力ユニット14及び通信マスタユニット13から取り込まれた入力データを入出力メモリの入力領域に書き込む入力更新処理と、入出力メモリの出力エリアから読み出された出力データを入出力ユニット14及び通信マスタユニット13へと送り出す出力更新処理とから構成されている。   Here, as is well known to those skilled in the art, the input / output update process is an input update process in which input data captured from the input / output unit 14 and the communication master unit 13 is written to the input area of the input / output memory. , And output update processing for sending output data read from the output area of the input / output memory to the input / output unit 14 and the communication master unit 13.

ユーザプログラム実行処理とは、ユーザメモリからユーザプログラムを構成する各命令語を順次に読み出すと共に、これを入出力メモリに格納される入出力データを参照して実行し、その実行結果で入出力メモリの内容を書き換えると言った一連の処理により構成されている。   User program execution processing sequentially reads out each instruction word constituting the user program from the user memory, executes it referring to the input / output data stored in the input / output memory, and uses the execution result as the input / output memory. It consists of a series of processes that rewrite the contents of.

なお、周辺サービス処理とは、図示しないツール装置との間でデータのやり取りを行ったり、ネットワークを介して他のPLCとの通信を介してデータのやり取りを行ったりする処理などで構成される。   The peripheral service process includes a process of exchanging data with a tool device (not shown) or exchanging data via communication with another PLC via a network.

通信マスタユニット13は、図示を省略するが、ネットワーク3を介して各スレーブ2−1,2−2,・・・2−Nとの間で入出力データのやり取りを行うための通信処理部と、CPUユニット11との間でバックプレーン上のシステムバスを介してハンドシェイク処理によりデータのやり取りを行うための転送仲介メモリ(一般に、デュアルポートメモリで構成される)と、ユニット全体を統括制御するためのマイクロプロセッサを含んで構成される。   Although not shown, the communication master unit 13 includes a communication processing unit for exchanging input / output data with each of the slaves 2-1, 2-2,. , A transfer intermediary memory (generally composed of a dual port memory) for exchanging data with the CPU unit 11 by handshake processing via the system bus on the backplane, and overall control of the entire unit It is comprised including the microprocessor for.

先に説明した出力更新処理においては、転送仲介メモリには、通信を介してスレーブ2−1,2−2,・・・2−Nのいずれかへと送信されるべき出力データが、CPUユニット12側の制御で書き込まれる。こうして転送仲介メモリの所定領域に格納された出力データは、随時又は所定のタイミングで、転送仲介メモリの所定領域から読み出され、ネットワーク3を介する通信により、スレーブ2−1,2−2,・・・2−Nのうちの該当するものへと送られる。   In the output update process described above, the output data to be transmitted to any of the slaves 2-1, 2-2,... It is written by control on the 12 side. The output data stored in the predetermined area of the transfer intermediation memory in this way is read from the predetermined area of the transfer intermediation memory at any time or at a predetermined timing, and by the communication via the network 3, the slaves 2-1, 2-2,. · · Sent to the appropriate 2-N.

一方、ネットワーク3を介する通信によりスレーブ2−1,2−2,・・・2−Nのいずれかから受信された入力データは、転送仲介メモリの所定領域に書き込まれる。こうして転送仲介メモリの所定領域に書き込まれた入力データは、先に説明した入力更新処理において、CPUユニット12側の制御で読み出され、CPUユニット12内の入出力メモリの入力領域に書き込まれる。   On the other hand, the input data received from any of the slaves 2-1, 2-2,..., 2-N by communication via the network 3 is written in a predetermined area of the transfer mediating memory. The input data written in the predetermined area of the transfer mediating memory in this manner is read by the control on the CPU unit 12 side and written in the input area of the input / output memory in the CPU unit 12 in the input update process described above.

このようにして、入出力更新処理に際して、CPUユニット12と通信マスタユニット13との間で、転送仲介メモリを介して入出力データのやり取りが行われ、随時又は所定のタイミングにて、通信マスタユニット13と各スレーブ2−1,2−2,・・・2−Nとの間において、ネットワーク3を経由する通信を介して、入出力データのやり取りが行われる。   In this way, in the input / output update process, the input / output data is exchanged between the CPU unit 12 and the communication master unit 13 via the transfer mediation memory, and the communication master unit is obtained at any time or at a predetermined timing. 13 and each of the slaves 2-1, 2-2,..., 2-N exchange input / output data via communication via the network 3.

従来スレーブの機能構成図が図13、ハードウェアブロック図が図14にそれぞれ示されている。スレーブ2−1,2−2,・・・2−Nのそれぞれは、出力端子台OUT(図12参照)と、入力端子台IN(図12参照)と、入力処理部21(図13参照)と、出力処理部22(図13参照)と、通信処理部25(図13参照)とを有する。   A functional configuration diagram of a conventional slave is shown in FIG. 13, and a hardware block diagram is shown in FIG. Each of the slaves 2-1, 2-2,..., 2-N includes an output terminal block OUT (see FIG. 12), an input terminal block IN (see FIG. 12), and an input processing unit 21 (see FIG. 13). And an output processing unit 22 (see FIG. 13) and a communication processing unit 25 (see FIG. 13).

出力端子台OUTは、複数台(この例ではM台)の透過型光電センサの各投光器ST(1)〜(M)の投光光量を、高投光量状態(この例では、100%投光量状態)と低投光量状態(この例では、50%投光量状態)とに切り替えるための投光光量切替制御端子のそれぞれへと接続されるべき複数個(この例では、M個)の出力端子を含んでいる。入力端子台INは、複数台(この例ではM台)の透過型光電センサの各受光器SR(1)〜(N)のセンサ出力端子のそれぞれへと接続されるべき1又は2以上の入力端子を含んでいる。   The output terminal block OUT indicates the amount of light emitted from each of the light projectors ST (1) to (M) of a plurality of (in this example, M) transmissive photoelectric sensors in a high light intensity state (in this example, 100% light emission amount). State) and a low light emission amount state (in this example, 50% light emission state), a plurality of (in this example, M) output terminals to be connected to each of the light emission amount switching control terminals Is included. The input terminal block IN is one or more inputs to be connected to each of the sensor output terminals of the light receivers SR (1) to (N) of a plurality (M in this example) of transmissive photoelectric sensors. Includes terminals.

入力処理部21は、入力端子台INを構成する入力端子へと外部から入力される入力信号を取り込んで対応する入力データを生成する。出力処理部22は、与えられた出力データに基づいて出力信号を生成し、これを出力端子台OUTの該当する出力端子から外部へと送出する。通信処理部25は、PLC1の通信マスタユニット13との間でネットワーク3を介して入出力データのやり取りを行う。   The input processing unit 21 takes in an input signal input from the outside to the input terminals constituting the input terminal block IN and generates corresponding input data. The output processing unit 22 generates an output signal based on the given output data, and sends it out from the corresponding output terminal of the output terminal block OUT. The communication processing unit 25 exchanges input / output data with the communication master unit 13 of the PLC 1 via the network 3.

より具体的には、図14に示されるように、上記の入力処理部21の機能が、例えば、外部入力との電気的な変換を行うための入力回路210により実現され、上記の出力処理部22の機能が、外部出力との電気的な変換を行うための出力回路220により実現され、さらに通信処理部25の機能が、例えば、通信用MPU251、通信用ASIC252、及びトランシーバ253により実現される。   More specifically, as shown in FIG. 14, the function of the input processing unit 21 is realized by, for example, an input circuit 210 for performing electrical conversion with an external input, and the output processing unit described above. 22 functions are realized by the output circuit 220 for performing electrical conversion with the external output, and further, the functions of the communication processing unit 25 are realized by, for example, the communication MPU 251, the communication ASIC 252, and the transceiver 253. .

透過型光電センサによるワーク検出の説明図が図15に示されている。同図(a)において、CVはコンベア、Wはワーク、STは光電センサの投光器、SRは光電センサの受光器である。この例では、ワークWを搬送するコンベアCVを挟んで、その両脇に投光器STと受光器SRとが対向配置されている。投光器STからの投光(センサ投光)は、連続投光状態(ON)とされている。   FIG. 15 shows an explanatory diagram of workpiece detection by the transmission photoelectric sensor. In FIG. 2A, CV is a conveyor, W is a workpiece, ST is a light projector of a photoelectric sensor, and SR is a light receiver of the photoelectric sensor. In this example, a projector ST and a light receiver SR are arranged opposite to each other across a conveyor CV that conveys a workpiece W. The projection from the projector ST (sensor projection) is in a continuous projection state (ON).

コンベアCVにより搬送されるワークWが、投光器STと受光器SRとの間を結ぶ光路を遮る状態(ワーク有)では、受光器SRの受光状態(センサ受光)は「受光なし」、受光器SRの出力(センサ出力)は「ON」となり、スレーブ2からPLC1への出力(スレーブ出力)も「ON」となる。これに対して、コンベアCVにより搬送されるワークWが、投光器STと受光器SRとの間を結ぶ光路を遮らない状態(ワーク無)では、受光器SRの受光状態(センサ受光)は「受光」、受光器SRの出力(センサ出力)は「OFF」となり、スレーブ2からPLC1への出力(スレーブ出力)も「OFF」となる。したがって、PLC1の側では、光電センサが正常である限り、スレーブ出力が「ON」であれば「ワーク有」、「OFF」であれば「ワークなし」と認識することができる。   When the work W transported by the conveyor CV blocks the optical path connecting the projector ST and the light receiver SR (with a work), the light receiving state of the light receiver SR (sensor light reception) is “no light reception”. Output (sensor output) is “ON”, and the output from the slave 2 to the PLC 1 (slave output) is also “ON”. On the other hand, when the workpiece W conveyed by the conveyor CV does not block the optical path connecting the projector ST and the light receiver SR (no workpiece), the light reception state (sensor light reception) of the light receiver SR is “light reception”. The output (sensor output) of the light receiver SR is “OFF”, and the output (slave output) from the slave 2 to the PLC 1 is also “OFF”. Therefore, on the PLC 1 side, as long as the photoelectric sensor is normal, it can be recognized that “work is present” if the slave output is “ON”, and “no work” if it is “OFF”.

当業者にはよく知られているように、この種の透過型光電センサにあっては、投光器と受光器との間の光軸ずれ、レンズの汚れ、発光素子に用いられるLED等の劣化等に起因して、所謂「センサ異常」が発生することがある。   As is well known to those skilled in the art, in this type of transmissive photoelectric sensor, the optical axis misalignment between the projector and the light receiver, dirt on the lens, deterioration of the LED used for the light emitting element, etc. As a result, a so-called “sensor abnormality” may occur.

従来、このようなセンサ異常の発生を未然に防止するためには、運転対象設備が停止状態にあるうちに、光軸調整、レンズの清掃、LEDの劣化診断等々を作業員が手作業により行うのが通例であった。しかしながら、このような対策は、作業員の人手に頼ることとなるため、光電センサの台数が増加するにつれて、十分な効果を期待することができないと言う問題点があった。   Conventionally, in order to prevent such sensor abnormality from occurring, an operator manually performs optical axis adjustment, lens cleaning, LED deterioration diagnosis, and the like while the operation target equipment is in a stopped state. It was customary. However, since such countermeasures depend on the hands of workers, there is a problem that a sufficient effect cannot be expected as the number of photoelectric sensors increases.

このような問題の解決案としては、光量切替機能を用いた透過型光電センサの異常診断方法が知られている(例えば、特許文献1参照)。同方法を実施するためには、投光光量切替制御端子を備えた投光器が使用される。このような投光器にあっては、投光光量切替制御端子に与えられるべき信号を第1の論理値と第2の論理値とに切り替えることにより、投光光量を100%投光光量と50%投光光量とに切り替え可能とされている。また、同方法のためには、図17に示される光量一括切替用プログラムと、図18に示されるセンサ異常検知出力プログラムとを、PLC側にユーザプログラムとして組み込むことが必要とされる。   As a solution to such a problem, a method for diagnosing abnormality of a transmissive photoelectric sensor using a light quantity switching function is known (see, for example, Patent Document 1). In order to carry out this method, a projector having a projection light quantity switching control terminal is used. In such a projector, the signal to be supplied to the projection light amount switching control terminal is switched between the first logical value and the second logical value, so that the projection light amount is 100% and 50%. It is possible to switch to the amount of light emitted. Further, for this method, it is necessary to incorporate the light quantity batch switching program shown in FIG. 17 and the sensor abnormality detection output program shown in FIG. 18 as user programs on the PLC side.

光量切替機能を用いた透過型光電センサの異常診断方法の説明図が図16に示されている。この方法にあっては、各スレーブに設けられた光量切替スイッチを、ワークの流れていない(ワーク無)メンテナンスモードにおいて、手動でオンオフ操作することにより、そのスレーブに接続された全ての投光器の投光光量を、100%投光光量状態→50%投光光量状態→100%投光光量状態と言ったように一括して変化させ(図17のラダー図参照)る。すると、図16(a)に示されるように、対象となるセンサが正常であるときには、光量変化の前後において、センサ出力はOFF→OFF→OFFとなって変化しないのに対して、図16(b)に示されるように、対象となるセンサがセンサ異常(投光器と受光器との間の光軸ずれ、レンズの汚れ、LEDの劣化等)が発生していると、光量変化の前後において、センサ出力はOFF→ON→OFFとなって変化するから、こうして得られるセンサ出力をPLCが取り込んで、異常検知出力プログラム(図18のラダー図参照)が実行されることにより、そのセンサに関して異常検知出力が発せられるのである。
オムロン社製「センシングコンポ総合カタログ2008」第224頁
FIG. 16 is an explanatory diagram of an abnormality diagnosis method for a transmissive photoelectric sensor using a light quantity switching function. In this method, by manually turning on / off the light amount switch provided on each slave in a maintenance mode in which no work flows (no work), all the projectors connected to that slave are projected. The amount of light is changed in a lump such as 100% projected light amount state → 50% projected light amount state → 100% projected light amount state (see the ladder diagram of FIG. 17). Then, as shown in FIG. 16A, when the target sensor is normal, the sensor output does not change from OFF to OFF to OFF before and after the light amount change, whereas FIG. As shown in b), if the target sensor has a sensor abnormality (optical axis misalignment between the projector and receiver, lens contamination, LED degradation, etc.), before and after the light quantity change, Since the sensor output changes from OFF to ON to OFF, the PLC captures the sensor output obtained in this way, and the abnormality detection output program (see the ladder diagram in FIG. 18) is executed, so that abnormality detection is performed for that sensor. Output is emitted.
OMRON “Sensing Component Catalog 2008”, page 224

しかしながら、上述の光量一括切替用プログラム(図17のラダー図参照)とセンサ異常検知出力プログラム(図18のラダー図参照)とをPLCのユーザプログラムとして組み込むようにしたセンサ異常診断方法にあっては、光電センサの数が増大するにつれて、PLC側のユーザプログラムの容量が増大すると共に、プログラムの内容が複雑化し、またPLCのサイクルタイムが増大して、システムのタクトタイムに悪影響を与えるほか、ネットワークを介してスレーブの投光光量を切り替えて検査するので、切替時間がPLCのサイクルタイムやネットワークの通信周期分だけ遅れるため、リアルタイムな光電センサの異常検知が困難となると言う問題点があった。   However, in the sensor abnormality diagnosis method in which the above-described light quantity batch switching program (see the ladder diagram in FIG. 17) and the sensor abnormality detection output program (see the ladder diagram in FIG. 18) are incorporated as a PLC user program. As the number of photoelectric sensors increases, the capacity of the user program on the PLC side increases, the contents of the program become complicated, and the cycle time of the PLC increases, adversely affecting the tact time of the system. Since the inspection is performed by switching the amount of light emitted from the slave via the switch, the switching time is delayed by the cycle time of the PLC or the communication cycle of the network, which makes it difficult to detect abnormality of the photoelectric sensor in real time.

この発明は、このような従来の問題点に着目してなされたものであり、その目的とするところは、複数台の透過型光電センサをスレーブを介してPLCに接続してなるセンシングシステムにおいて、投光光量切替を利用したセンサ異常診断方法を実施するについて、PLC側のユーザプロクラムの負担を軽減すると共に、リアルタイムな光電センサの異常検知を可能とするPLCのスレーブを提供することにある。   The present invention has been made paying attention to such conventional problems, and the object of the present invention is in a sensing system in which a plurality of transmission type photoelectric sensors are connected to a PLC via a slave. An object of the present invention is to provide a PLC slave capable of reducing the burden of a user program on the PLC side and capable of detecting an abnormality of a photoelectric sensor in real time, for implementing a sensor abnormality diagnosis method using projected light quantity switching.

また、この発明の他の目的とするところは、上述のリアルタイムな光電センサの異常検知を、制御対象設備を運転停止させてワークの流れを停止したメンテナンスモードのみならず、制御対象設備の稼働中にあっても、常時に実施することが可能としたPLCのスレーブを提供することにある。   Another object of the present invention is that the above-described real-time photoelectric sensor abnormality detection is performed not only in the maintenance mode in which the operation of the control target equipment is stopped and the flow of the work is stopped, but also in the operation of the control target equipment. Even so, it is to provide a PLC slave that can be implemented at any time.

また、この発明の他の目的とするところは、ワークの検知を行いつつも、センサ異常の診断を行うことを可能としたPLCのスレーブを提供することにある。   Another object of the present invention is to provide a PLC slave capable of diagnosing a sensor abnormality while detecting a workpiece.

この発明のさらに他の目的並びに作用効果については、明細書の以下の記述を参照することにより、当業者であれば容易に理解されるであろう。   Other objects and operational effects of the present invention will be easily understood by those skilled in the art by referring to the following description of the specification.

上述の技術的な課題は、以下の構成を有するPLCのスレーブにより解決することができると考えられる。   It is considered that the above technical problem can be solved by a PLC slave having the following configuration.

すなわち、このPLCのスレーブは、通信処理部と、出力端子台と、入力端子台と、出力処理部と、入力処理部と、制御部とを含んでいる。   That is, the PLC slave includes a communication processing unit, an output terminal block, an input terminal block, an output processing unit, an input processing unit, and a control unit.

通信処理部は、PLCとの間でネットワークを介して入出力データのやり取りを行う。出力端子台は、1又は2以上の透過型光電センサの各投光器の投光光量を高投光量状態と低投光量状態とに切り替えるための投光光量切替制御端子のそれぞれへと接続されるべき1又は2以上の出力端子を含んでいる。入力端子台は、1又は2以上の透過型光電センサの各受光器の受光出力端子のそれぞれへと接続されるべき1又は2以上の入力端子を含んでいる。出力処理部は、与えられた出力データに基づいて出力信号を生成し、これを出力端子台の該当する出力端子から外部へと送出する。入力処理部は、入力端子台を構成する入力端子へと外部から入力される入力信号を取り込んで対応する入力データを生成する。制御部には、センサ異常診断手段と、センサ異常検出接点メモリとが含まれている。   The communication processing unit exchanges input / output data with the PLC via the network. The output terminal block should be connected to each of the projection light quantity switching control terminals for switching the projection light quantity of each projector of one or more transmissive photoelectric sensors between a high projection light quantity state and a low projection light quantity state. One or more output terminals are included. The input terminal block includes one or more input terminals to be connected to each of the light receiving output terminals of each light receiver of the one or more transmissive photoelectric sensors. The output processing unit generates an output signal based on the given output data and sends it out from the corresponding output terminal of the output terminal block. The input processing unit takes in an input signal input from the outside to an input terminal constituting the input terminal block and generates corresponding input data. The control unit includes a sensor abnormality diagnosis means and a sensor abnormality detection contact memory.

センサ異常診断手段は、1又は2以上の透過型光電センサの各投光器において、高投光量状態と低投光量状態との間で少なくとも1回投光光量の切り替えが行われるように、出力処理部に対する出力データの送出を制御すると共に、各投光器と対をなす受光器のそれぞれから、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が読み込まれるように、入力処理部からの入力データの取り込みを制御し、高投光量状態で取り込まれたセンサ出力が受光有りのときに、低投光量状態で取り込まれたセンサ出力が受光ありか又は受光なしかに基づいて、各透過型光電センサが異常か否かを診断する。   The sensor abnormality diagnosing means outputs the projection light quantity at least once between the high light quantity light quantity state and the low light quantity light quantity state in each light projector of one or more transmissive photoelectric sensors. Input from the input processing unit so that the sensor output corresponding to each of the high light projection amount state and the low light emission amount state is read from each of the light receivers paired with each projector. Controls the data capture, and when the sensor output captured in the high light output state is receiving light, each transmission type photoelectric is determined based on whether the sensor output captured in the low light output state receives light or does not receive light. Diagnose whether the sensor is abnormal.

センサ異常検出接点メモリには、センサ異常診断手段による診断結果に相当するデータを、各対応する透過型光電センサの異常検出接点の動作状態として記憶するセンサ異常検出接点メモリとが含まれている。   The sensor abnormality detection contact memory includes a sensor abnormality detection contact memory that stores data corresponding to a diagnosis result by the sensor abnormality diagnosis means as an operation state of the abnormality detection contact of each corresponding transmission type photoelectric sensor.

このような構成によれば、PLCの側では、投光光量切り替えによるセンサ異常診断のための指示をスレーブ側へと与えることなく、単に、前記センサ異常検出接点メモリの内容を参照するだけで、各対応する透過型光電センサのセンサ異常検出接点の動作状態を取得できるから、複数台の透過型光電センサをスレーブを介してPLCに接続してなるセンシングシステムにおいて、投光光量切替を利用したセンサ異常診断方法を実施するについて、PLC側のユーザプロクラムの負担を軽減すると共に、リアルタイムな光電センサの異常検知が可能となる。   According to such a configuration, the PLC side simply refers to the contents of the sensor abnormality detection contact memory without giving an instruction for sensor abnormality diagnosis by switching the amount of light to be projected to the slave side. Since the operation state of the sensor abnormality detection contact of each corresponding transmissive photoelectric sensor can be acquired, in a sensing system in which a plurality of transmissive photoelectric sensors are connected to a PLC via a slave, a sensor that uses projected light amount switching Regarding the implementation of the abnormality diagnosis method, it is possible to reduce the burden on the user program on the PLC side and to detect abnormality of the photoelectric sensor in real time.

好ましい実施の形態においては、制御部に含まれる前記センサ異常診断手段は、前記1又は2以上の透過型光電センサの各投光器において、高投光量状態と低投光量状態との切替が定常的に繰り返されるように、出力処理部に対する出力データの送出を制御すると共に、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が繰り返し読み込まれるように、入力処理部からの入力データの取り込みを制御し、高投光量状態で取り込まれたセンサ出力が受光有りのときに、低投光量状態で取り込まれたセンサ出力が受光なしと判定される状態が所定の複数回連続したときに、当該透過型センサがセンサ異常であると診断するものである。   In a preferred embodiment, the sensor abnormality diagnosing means included in the control unit constantly switches between a high light projection amount state and a low light emission amount state in each of the light projectors of the one or more transmissive photoelectric sensors. Repeatedly controls the output data output to the output processing unit, and captures input data from the input processing unit so that the sensor output corresponding to each of the high light projection amount state and the low light emission amount state is repeatedly read. When the sensor output captured in the high light output state is receiving light, and when the sensor output captured in the low light output state is determined not to receive light, the The transmission type sensor diagnoses that the sensor is abnormal.

このような構成によれば、センサ異常を定常的に診断できるため、上述のリアルタイムな光電センサの異常検知を、制御対象設備を運転停止させてワークの流れを停止したメンテナンスモードのみならず、制御対象設備の稼働中にあっても、定常的に実施することができる。   According to such a configuration, since sensor abnormality can be regularly diagnosed, the above-described real-time photoelectric sensor abnormality detection is performed not only in the maintenance mode in which the control target equipment is stopped and the work flow is stopped, but also in control. Even when the target equipment is in operation, it can be carried out regularly.

好ましい実施の形態においては、前記制御部には、前記センサ異常診断手段において、高投光量状態で取り込まれたセンサ出力が「受光なし」とされるか否かの判定結果に相当するデータを、各対応する透過型光電センサのワーク検出接点の動作状態として記憶するワーク検出接点メモリをさらに含まれている。   In a preferred embodiment, the control unit includes data corresponding to a determination result as to whether or not the sensor output that is captured in the high light projection amount state is “no light reception” in the sensor abnormality diagnosis unit, A work detection contact memory is further included for storing the operation state of the work detection contact of each corresponding transmission type photoelectric sensor.

このような構成によれば、前記PLCの側では、各対応する透過型光電センサのワーク検出接点の動作状態を定常的に取得しつつ、これと併せて、各対応する透過型光電センサのセンサ異常検出接点の動作状態を取得できるため、ワークの検知を行いつつも、センサ異常の診断を行うことが可能となる。   According to such a configuration, on the PLC side, the operation state of the work detection contact of each corresponding transmission type photoelectric sensor is constantly acquired, and in addition, the sensor of each corresponding transmission type photoelectric sensor is obtained. Since the operation state of the abnormality detection contact can be acquired, it is possible to diagnose a sensor abnormality while detecting a workpiece.

なお、前記センサ異常診断手段は、スレーブの電源投入直後に自動的に作動するようにしてもよい。このような構成によれば、制御対象設備の運転開始直後のワークが存在しない期間を利用して、センサ異常の診断を行うことが可能となる。   The sensor abnormality diagnosis means may automatically operate immediately after the slave is turned on. According to such a configuration, it is possible to diagnose a sensor abnormality using a period in which there is no work immediately after the operation of the control target facility.

本発明によれば、複数台の透過型光電センサをスレーブを介してPLCに接続してなるセンシングシステムにおいて、投光光量切替を利用したセンサ異常診断方法を実施するについて、PLC側のユーザプロクラムの負担を軽減すると共に、リアルタイムな光電センサの異常検知を可能となる。   According to the present invention, in a sensing system in which a plurality of transmissive photoelectric sensors are connected to a PLC via a slave, a sensor abnormality diagnosis method using projected light quantity switching is implemented. In addition to reducing the burden, it is possible to detect abnormality of the photoelectric sensor in real time.

以下にこの発明に係るPLCのスレーブの好適な実施の一形態を添付図面を参照しながら詳細に説明する。   A preferred embodiment of a PLC slave according to the present invention will be described below in detail with reference to the accompanying drawings.

本発明のスレーブ2−1,2−2,・・・2−Nの構成について詳細に説明する。本発明スレーブの機能構成図が図1に、ハードウェア構成図が図2にそれぞれ示されている。   The configuration of the slaves 2-1, 2-2, ... 2-N of the present invention will be described in detail. A functional configuration diagram of the slave of the present invention is shown in FIG. 1, and a hardware configuration diagram is shown in FIG.

図1、図2、及び図12を参照して明らかなように、N台のスレーブ2−1,2−2,・・・2−Nのそれぞれは、通信処理部25と、出力端子台OUTと、入力端子台INと、出力処理部22と、入力処理部21と、制御部24とを含んでいる。   As is apparent with reference to FIGS. 1, 2, and 12, each of the N slaves 2-1, 2-2,..., 2-N includes a communication processing unit 25 and an output terminal block OUT. , An input terminal block IN, an output processing unit 22, an input processing unit 21, and a control unit 24.

通信処理部25は、図12に示されるPLC1(正確には、通信マスタユニット13)との間でネットワーク3を介して入出力データのやり取りを行う。   The communication processing unit 25 exchanges input / output data with the PLC 1 (more precisely, the communication master unit 13) shown in FIG.

出力端子台OUTは、1又は2以上の透過型光電センサの各投光器ST(1)〜(M)の投光光量を、高投光量状態(この例では、100%投光光量状態)と低投光量状態(この例では、50%投光光量状態)とに切り替えるための投光光量切替制御端子のそれぞれへと接続されるべき1又は2以上の出力端子OUT(1)〜(M)を含んでいる。   The output terminal block OUT is configured to reduce the amount of light emitted from each of the projectors ST (1) to (M) of one or more transmissive photoelectric sensors to a high light amount state (in this example, a 100% light amount state). One or two or more output terminals OUT (1) to (M) to be connected to each of the projection light quantity switching control terminals for switching to the projection light quantity state (in this example, the 50% projection light quantity state). Contains.

入力端子台INは、1又は2以上の透過型光電センサの各受光器SR(1)〜(M)の受光出力端子SR(1)〜(M)のそれぞれへと接続されるべき1又は2以上の入力端子IN(1)〜(M)を含んでいる。   The input terminal block IN is 1 or 2 to be connected to each of the light receiving output terminals SR (1) to (M) of the light receivers SR (1) to (M) of one or more transmissive photoelectric sensors. The above input terminals IN (1) to (M) are included.

出力処理部22は、与えられた出力データに基づいて出力信号を生成し、これを出力端子台OUTの該当する出力端子OUT(1)〜(M)から外部へと送出する。入力処理部21は、入力端子台INを構成する入力端子IN(1)〜(M)へと外部から入力される入力信号を取り込んで対応する入力データを生成する。   The output processing unit 22 generates an output signal based on the given output data, and sends it out from the corresponding output terminals OUT (1) to (M) of the output terminal block OUT. The input processing unit 21 captures input signals input from the outside to the input terminals IN (1) to (M) constituting the input terminal block IN and generates corresponding input data.

制御部24には、図1に示されるように、センサ異常診断手段として機能する各種のプログラム24−2と、後述する各種のパラメータ24−1と、後述するワーク検出接点24aと、後述する光電センサ異常検出接点24bとが含まれている。   As shown in FIG. 1, the control unit 24 includes various programs 24-2 functioning as sensor abnormality diagnosis means, various parameters 24-1, which will be described later, work detection contacts 24a, which will be described later, and photoelectrics, which will be described later. The sensor abnormality detection contact 24b is included.

より具体的には、図1に示される入力処理部21、出力処理部22の機能は、図2に示されるように、外部入力との電気的変換を行う入力回路210、外部出力との電気的変換を行う出力回路220により実現することができる。また、図1に示される通信処理部25の機能は、図2に示されるように、通信処理の全体を統括する通信用MPU251、通通信用MPU251の指令を受けてトランシーバ253を制御する通信用ASIC252、通信物理層を構成するトランシーバ253、及び通信用MPU251と制御用MPU241との間のデータのやり取りを仲介するデュアルポートRAM(DP−RAM)254により構成することができる。   More specifically, the functions of the input processing unit 21 and the output processing unit 22 shown in FIG. 1 are as follows. As shown in FIG. 2, the input circuit 210 that performs electrical conversion with an external input, This can be realized by the output circuit 220 that performs the target conversion. Further, as shown in FIG. 2, the function of the communication processing unit 25 shown in FIG. 1 is a communication ASIC 252 that controls the transceiver 253 in response to a command from the communication MPU 251 that supervises the entire communication process and the communication MPU 251. , A transceiver 253 constituting the communication physical layer, and a dual port RAM (DP-RAM) 254 that mediates the exchange of data between the communication MPU 251 and the control MPU 241.

さらに、図1に示される制御部24の機能は、スレーブ全体の動作を統括制御する制御用MPU241、制御用MPU241が実行すべきプログラムを格納するプログラム格納用メモリ242、プログラムの実行の際に参照される各種のパラメータを格納するパラメータ格納用メモリ243、及び制御用MPU241が各種のプログラムを実行する際のワークエリアとして使用されるワークメモリ244により構成することができる。   Further, the functions of the control unit 24 shown in FIG. 1 are referred to when executing a program, a control MPU 241 that performs overall control of the operation of the slave, a program storage memory 242 that stores a program to be executed by the control MPU 241. The parameter storage memory 243 for storing various parameters and the work memory 244 used as a work area when the control MPU 241 executes various programs can be used.

ここで、プログラム格納用メモリ242には、センサ異常診断手段を構成する各種のプログラム24−2(図3〜5参照)が格納される。また、パラメータ格納用メモリ243には、のちに詳述するパラメータT(ms)、t(ms)が格納される。   Here, the program storage memory 242 stores various programs 24-2 (see FIGS. 3 to 5) constituting the sensor abnormality diagnosis means. The parameter storage memory 243 stores parameters T (ms) and t (ms), which will be described in detail later.

さらに、ワークメモリ244のワーク検出接点領域244aには、センサ異常診断機能の作動下における、各対応する透過型光電センサ2−1,2−2,・・・2−Nのワーク検出接点24aの動作状態に相当するデータが格納され、同メモリ244の光電センサ異常検出接点領域244bには光電センサ異常検出接点24bの動作状態に相当するデータが格納される。   Further, in the work detection contact area 244a of the work memory 244, the work detection contact 24a of each corresponding transmission type photoelectric sensor 2-1, 2-2,. Data corresponding to the operation state is stored, and data corresponding to the operation state of the photoelectric sensor abnormality detection contact 24 b is stored in the photoelectric sensor abnormality detection contact region 244 b of the memory 244.

次に、センサ異常診断機能を実現するための各種のプログラム24−2の内容を示すフローチャートが図3〜5に示されている。ここで、センサ異常診断機能は、前記1又は2以上の透過型光電センサの各投光器ST(1)〜(M)において、高投光量状態(例えば、100%投光量状態)と低投光量状態(例えば、50%投光量状態)との切替が定常的に繰り返されるように、出力処理部22に対する出力データの送出を制御すると共に、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が繰り返し読み込まれるように、入力処理部21からの入力データの取り込みを制御し、高投光量状態で取り込まれたセンサ出力が「受光あり」のときに、低投光量状態で取り込まれたセンサ出力が「受光なし」と判定される状態が所定の複数回(この例では2回)連続したときに、当該透過型センサが「センサ異常」であると診断するように構成されている。   Next, flowcharts showing the contents of various programs 24-2 for realizing the sensor abnormality diagnosis function are shown in FIGS. Here, the sensor abnormality diagnosing function has a high light emission amount state (for example, a 100% light emission amount state) and a low light emission amount state in each of the light projectors ST (1) to (M) of the one or more transmissive photoelectric sensors. Sensors that control the output data output to the output processing unit 22 so that the switching to (for example, the 50% light projection state) is repeated regularly, and that correspond to the high light projection state and the low light projection state, respectively. The input data from the input processing unit 21 is controlled so that the output is read repeatedly. When the sensor output captured in the high light projection amount state is “received light”, the sensor captured in the low light projection state. When the state in which the output is determined as “no light reception” continues for a predetermined number of times (in this example, twice), the transmission sensor is diagnosed as “sensor abnormal”.

より具体的には、プログラム24−2は、投光量自動切替プログラムと、ワーク検出プログラムと、センサ異常判定プログラムとを含んでいる。   More specifically, the program 24-2 includes a projected light amount automatic switching program, a workpiece detection program, and a sensor abnormality determination program.

投光量自動切替プログラムの構成を示すフローチャートが図3(a)に示されている。同図に示されるように、投光量自動切替プログラムは、電源ONに続いて、各投光器ST(1)〜(M)が、継続時間T(ms)の100%投光光量状態と継続時間t(ms)の50%投光光量状態とを交互に繰り返すように、各投光器ST(1)〜(M)の投光量切替端子へと繋がる出力端子OUT(1)〜(M)のそれぞれから、100%投光光量状態に対応する第1の論理値の出力信号と50%投光光量状態に対応する第2の論理値の出力信号とが交互に繰り返し出力されるように、出力処理部22に対する出力データの送出を制御するように構成されている(ステップ101〜104)。   FIG. 3A shows a flowchart showing the configuration of the light emission amount automatic switching program. As shown in the figure, in the automatic light projection amount switching program, the projectors ST (1) to (M) are turned on after the power is turned on. From each of the output terminals OUT (1) to (M) connected to the light projection amount switching terminals of the projectors ST (1) to (M) so as to alternately repeat the 50% light projection light amount state of (ms). The output processing unit 22 outputs the first logical value output signal corresponding to the 100% projected light quantity state and the second logical value output signal corresponding to the 50% projected light quantity state alternately and repeatedly. Is configured to control transmission of output data to (steps 101 to 104).

ここで、100%投光光量状態の継続時間を規定するパラメータT(ms)と、50%投光光量状態の継続時間を規定するパラメータt(ms)とは、パラメータ格納用メモリ243に格納される。こられのパラメータ{T(ms),t(ms)}は、ツールI/F回路230を介して、所定のツール装置により任意に設定やモニタが可能とされている。   Here, the parameter T (ms) that defines the duration of the 100% light emission amount state and the parameter t (ms) that defines the duration of the 50% light amount state are stored in the parameter storage memory 243. The These parameters {T (ms), t (ms)} can be arbitrarily set and monitored by a predetermined tool device via the tool I / F circuit 230.

ワーク検出プログラムの構成を示すフローチャートが図3(b)に示されている。同図に示されるように、ワーク検出プログラムは、各投光器ST(1)〜(M)のそれぞれが100%投光光量状態において、それらの投光器ST(1)〜(M)と対をなす受光器SR(1)〜(M)のセンサ出力を取り込むと共に、こうして取り込まれたセンサ出力が「受光あり」に対応する論理値のときには(ステップ201NO)、ワーク検知接点をOFFとする一方、「受光なし」に対応する論理値のときには(ステップ201YES)、ワーク検知接点をONとするように構成されている。   A flowchart showing the configuration of the workpiece detection program is shown in FIG. As shown in the figure, the workpiece detection program receives light that makes a pair with each of the projectors ST (1) to (M) when each of the projectors ST (1) to (M) is in a 100% projection light quantity state. When the sensor outputs of the instruments SR (1) to (M) are captured and the sensor output thus captured is a logical value corresponding to “with light reception” (NO in step 201), the workpiece detection contact is turned off while “light reception” When the logical value corresponds to “none” (YES in step 201), the workpiece detection contact is turned on.

こうして得られたワーク検知接点の動作状態に相当するON,OFFデータは、ワークメモリ244のワーク検出接点領域244a内の指定されるアドレス(ビット)に格納される。ワーク検出接点領域244aに格納されたデータは、例えば、予め決められた送信タイミング(タイマ管理、イベント管理の双方を含む)の到来を待って、或いは通信マスタユニット13から送信リクエストが到来するのを待って、ネットワーク3を介する通信により、通信マスタユニット13へと送られ、さらに、前述のように、入力更新処理によって転送仲介メモリを介してCPUユニット12へと転送され、以後、ユーザプログラムにおける実行に供される。   The ON / OFF data corresponding to the operation state of the workpiece detection contact obtained in this way is stored at a specified address (bit) in the workpiece detection contact area 244a of the work memory 244. The data stored in the work detection contact area 244a is, for example, waiting for the arrival of a predetermined transmission timing (including both timer management and event management) or when a transmission request arrives from the communication master unit 13. After waiting, it is sent to the communication master unit 13 by communication via the network 3, and further transferred to the CPU unit 12 via the transfer mediation memory by the input update process as described above, and thereafter executed in the user program. To be served.

センサ異常判定プログラム(常時診断モード用)の構成を示すフローチャートが図4に示されている。同図に示されるように、センサ異常判定プログラムは、100%投光量状態で取り込まれたセンサ出力が「受光あり」のときに、50%投光量状態で取り込まれたセンサ出力が「受光なし」と判定される状態が所定の複数回(この例では、2回)連続したときに、ワークメモリ244の光電センサ異常検出接点領域244bに格納される光電センサ異常検出接点24bをONさせる(ステップ301,302,306,307,308)。これに対して、100%投光量状態で取り込まれたセンサ出力が「受光あり」のときに、50%投光量状態で取り込まれたセンサ出力が「受光なし」と判定される状態が全く発生しない場合、あるいはたまたま1回発生しても2回以上連続しない場合には、光電センサ異常検出接点24bはOFFとされる(ステップ305)。   A flowchart showing the configuration of the sensor abnormality determination program (for the normal diagnosis mode) is shown in FIG. As shown in the figure, the sensor abnormality determination program indicates that when the sensor output captured in the 100% light projection state is “with light reception”, the sensor output captured in the 50% light projection state is “no light reception”. Is turned on for the photoelectric sensor abnormality detection contact 24b stored in the photoelectric sensor abnormality detection contact region 244b of the work memory 244 (step 301). 302, 306, 307, 308). On the other hand, when the sensor output captured in the 100% light projection state is “with light reception”, the state in which the sensor output captured in the 50% light projection state is determined to be “no light reception” does not occur at all. In this case, or if it happens once and does not continue twice or more, the photoelectric sensor abnormality detection contact 24b is turned off (step 305).

これにより、ワークメモリ244の光電センサ異常検出接点領域244bに格納される各光電センサに対応する光電センサ異常検出接点24bは、その時々の光電センサの状態(センサ異常状態、センサ正常状態)に応じて更新される。後述するように、これらの光電センサ異常検出接点24bは、PLCからの送信リスエスとの到来を待って、あるいは所定の送信タイミング(タイマ管理、イベントの双方含む)の到来を待って、ネットワーク3を経由する通信により、PLCの側へと送信される。   Thereby, the photoelectric sensor abnormality detection contact 24b corresponding to each photoelectric sensor stored in the photoelectric sensor abnormality detection contact region 244b of the work memory 244 corresponds to the state of the photoelectric sensor at that time (sensor abnormal state, sensor normal state). Updated. As will be described later, the photoelectric sensor abnormality detection contact 24b waits for the arrival of a transmission response from the PLC or waits for the arrival of a predetermined transmission timing (including both timer management and an event). It is transmitted to the PLC side through the communication that passes.

次に、本発明スレーブを用いたセンサ異常診断(常時診断モード)の説明図が図6に示されている。同図(a)に示されるように、先に説明した投光量自動切替プログラム(図3(a)参照)が作動することによって、ワークの有無に拘わらず、センサ投光量は継続時間T(ms)を有する100%投光量状態と継続時間t(ms)を有する50%投光量状態とを交互にかつ定常的に繰り返す。この状態においては、「ワークあり」のときセンサ出力は「ON」、「ワークなし」のときセンサ出力は「OFF」となる。また、ワーク検出プログラム(図3(b)参照)が作動することによって、100%投光量状態でのみワーク検出の判定が行われ、100%投光量で「センサ出力ON」と判定される限り、ワーク検出接点の状態は、その次のサイクルの100%投光量状態が到来するまで維持される。一方、100%投光量状態で、「センサ出力OFF」と判定されれば、ワーク検出接点の状態は「OFF」とされる。また、100%投光量状態で取り込まれたセンサ出力が「ON」のとき、50%投光量状態で取り込まれたセンサ出力が「OFF」とされる状態が2回以上連続することはないから、光電センサ異常検出接点の状態は「OFF」に維持される。   Next, an explanatory diagram of sensor abnormality diagnosis (normal diagnosis mode) using the slave of the present invention is shown in FIG. As shown in FIG. 6A, when the above-described automatic projection light amount switching program (see FIG. 3A) is operated, the sensor projection light amount is a duration T (ms) regardless of the presence or absence of a workpiece. ) And a 50% light projection state having a duration t (ms) are alternately and constantly repeated. In this state, the sensor output is “ON” when “work is present”, and the sensor output is “OFF” when “work is absent”. In addition, when the workpiece detection program (see FIG. 3B) is activated, the workpiece detection determination is performed only in the 100% light emission state, and as long as it is determined that the sensor output is ON at 100% light emission amount, The state of the workpiece detection contact is maintained until the 100% light emission amount state of the next cycle arrives. On the other hand, if it is determined that the “sensor output is OFF” in the 100% light emission state, the state of the workpiece detection contact is set to “OFF”. In addition, when the sensor output captured in the 100% light emission amount state is “ON”, the state in which the sensor output captured in the 50% light emission amount state is “OFF” does not continue more than twice. The state of the photoelectric sensor abnormality detection contact is kept “OFF”.

これに対して、光電センサが異常な場合には、同図(b)に示されるように、100%投光量状態で読み込まれたセンサ出力が「ON」のときに、50%投光量状態で読み込まれたセンサ出力が「OFF」とされる状態が2回以上連続したときに、光電センサ異常検出接点の状態は「OFF」から「ON」へと変化する。   On the other hand, when the photoelectric sensor is abnormal, as shown in FIG. 5B, when the sensor output read in the 100% light emission state is “ON”, the photoelectric sensor is in the 50% light emission state. When the state in which the read sensor output is “OFF” continues two or more times, the state of the photoelectric sensor abnormality detection contact changes from “OFF” to “ON”.

このように、本発明スレーブを用いたセンサ異常診断(常時診断モード)によれば、ワークの検出と光電センサ異常の検出とは常時並行して行われ、ワーク検出接点24a及び光電センサ異常検出接点24bの状態は、100%投光量状態の継続時間T(ms)及び50%投光量状態の継続時間t(ms)の長さで決まる周期毎に更新されるから、PLC1の側では、ワーク検出接点24a及び光電センサ異常検出接点24bの状態を参照することで、ワークの有無及び光電センサ異常の発生を瞬時に認識して、適切な対応をとることが可能となる。   As described above, according to the sensor abnormality diagnosis using the slave of the present invention (always diagnostic mode), the workpiece detection and the photoelectric sensor abnormality detection are always performed in parallel, and the workpiece detection contact 24a and the photoelectric sensor abnormality detection contact are performed. Since the state of 24b is updated every period determined by the length of the duration T (ms) of the 100% light emission amount state and the duration t (ms) of the 50% light emission state, the workpiece detection is performed on the PLC1 side. By referring to the states of the contact 24a and the photoelectric sensor abnormality detection contact 24b, it is possible to instantly recognize the presence or absence of a workpiece and the occurrence of a photoelectric sensor abnormality and take appropriate measures.

このような常時診断を従来スレーブで実現しようとすれば、センサ光量切替えのためのタイミング生成処理や、投光量切替えを行いつつセンサ出力からワークを検出するワークを検出処理や、光電センサ異常の検知処理を、ユーザ側でPLCのユーザプログラムに組み込むことが必要となるから、センサの数が増加するにつれて、ユーザプログラム容量が増大すると共に、プログラムが複雑化し、PLCのサイクルタイムが増大することで、システムのタクトタイムに悪影響を与えてしまう。   If such a continuous diagnosis is to be realized with a conventional slave, timing generation processing for switching the sensor light amount, detection processing for detecting a workpiece from the sensor output while switching the projected light amount, and detection of a photoelectric sensor abnormality Since it is necessary to incorporate the process into the PLC user program on the user side, as the number of sensors increases, the user program capacity increases, the program becomes complicated, and the PLC cycle time increases. This will adversely affect the tact time of the system.

これに対して、本発明スレーブを用いれば、スレーブ内での制御により上述のタイミング生成処理、ワーク検出処理、光電センサ異常検出処理を実現できるため、PLCやネットワークのサイクルタイムに依存しないタイミングで光電センサの異常検知が可能となり、ワーク間の距離が狭くても対応が可能となるなどの様々な利点がある。   On the other hand, if the slave of the present invention is used, the above-described timing generation processing, workpiece detection processing, and photoelectric sensor abnormality detection processing can be realized by control within the slave. There are various advantages such as the ability to detect sensor abnormalities and the ability to handle even when the distance between workpieces is small.

なお、できるだけ高速応答でワークを検出したり、小さなワークを検出したり、あるいはコンベアの速度が速い場合には、100%投光量状態の継続時間T(ms)は長い方が好ましいが、ワークの間隔に相当する期間でセンサ異常を検出するため、そのような期間内において50%投光量状態が2回以上含まれるように調整する必要がある。   In addition, when a workpiece is detected with a response as fast as possible, a small workpiece is detected, or the conveyor speed is high, it is preferable that the duration T (ms) in the 100% light projection state is long. In order to detect a sensor abnormality in a period corresponding to the interval, it is necessary to adjust so that the 50% light emission amount state is included twice or more in such a period.

100%投光量状態の継続時間T(ms)及び50%投光量状態の継続時間t(ms)は、前述のようにパラメータ格納用メモリ242内に格納され、現場におけるツール操作やネットワークを介する遠隔操作により、任意に変更ないし調整することができる。さらに、センサ異常発生と判定するための、100%投光量状態(ON)及び50%投光量状態(OFF)の繰り返し回数についてもパラメータとしてパラメータ格納用メモリ243に格納しておけば、これを現場操作であるいはネットワークを介する遠隔操作で任意に調整することもできる。   The duration T (ms) of the 100% light emission amount state and the duration t (ms) of the 50% light emission state are stored in the parameter storage memory 242 as described above, and can be remotely operated via a tool operation on the site or via a network. It can be arbitrarily changed or adjusted by the operation. Furthermore, if the number of repetitions of the 100% light emission state (ON) and the 50% light emission state (OFF) for determining that a sensor abnormality has occurred is stored in the parameter storage memory 243 as a parameter, this is stored in the field. It can be arbitrarily adjusted by operation or by remote operation through a network.

本発明スレーブは、メンテナンスモードにも対応することができる。本発明スレーブに組み込まれるセンサ異常判定プログラム(メンテナンスモード用)の構成を示すフローチャートが図5に示されている。   The slave of the present invention can also cope with the maintenance mode. FIG. 5 shows a flowchart showing a configuration of a sensor abnormality determination program (for maintenance mode) incorporated in the slave of the present invention.

メンテナンスモードのためには、各スレーブ毎に、光量切替スイッチが設けられる。そして、このメンテナンスモード用のセンサ異常判定プログラムにおいては、光量切替スイッチの接点がOFFとされる状態では(ステップ401OFF)、100%投光量状態(ステップ402)において、センサ出力に基づき、「受光なし」と判定される場合には(ステップ403NO)、ワーク検知接点をONとすると共に(ステップ404)、「受光あり」とされる場合には(ステップ403YES)、ワーク検知接点をOFFとする(ステップ405)。   For the maintenance mode, a light amount switch is provided for each slave. In the maintenance mode sensor abnormality determination program, when the contact of the light quantity change-over switch is OFF (step 401 OFF), in the 100% light emission state (step 402), “no light reception” ”Is determined (step 403 NO), the work detection contact is turned ON (step 404), and when“ received light ”is set (step 403 YES), the work detection contact is turned OFF (step 403). 405).

これに対して、所定の光量切替スイッチがONと判定される場合には(ステップ401ON)、ワーク検知接点OFF(ステップ406)及び50%投光量状態(ステップ407)の状態において、「受光なし」と判定されるときには(ステップ408NO)、センサ異常検知接点をONとする一方(ステップ409)、「受光あり」とされるときには(ステップ408YES)、センサ異常検知接点をOFFとする(ステップ410)。   On the other hand, when it is determined that the predetermined light amount change-over switch is ON (step 401 ON), “no light reception” in the state of the work detection contact OFF (step 406) and the 50% light emission amount state (step 407). Is determined (step 408 NO), the sensor abnormality detection contact is turned ON (step 409), and when it is “received light” (step 408 YES), the sensor abnormality detection contact is turned OFF (step 410).

このように、本発明スレーブにおいては、メンテナンスモード用のセンサ異常判定プログラムが組み込まれているため、メンテナンスモードにおいてワークなしの期間を選んで光量切替スイッチを手動でON,OFF操作することにより、随時に、センサ異常診断を行わせることもできる。   As described above, in the slave according to the present invention, since the sensor abnormality determination program for the maintenance mode is incorporated, the light quantity changeover switch is manually turned ON / OFF by selecting the period of no work in the maintenance mode. In addition, the sensor abnormality diagnosis can be performed.

次に、PLCに組み込まれるセンサ異常検知出力プログラム(ユーザプログラム)の構成を示すラダー図(常時診断モード及びメンテナンスモードの双方に併用)が図7に示されている。   Next, a ladder diagram showing the configuration of the sensor abnormality detection output program (user program) incorporated in the PLC (used in both the normal diagnosis mode and the maintenance mode) is shown in FIG.

同図に示されるように、本発明スレーブを使用した場合、PLC側のユーザプログラムにおいては、各スレーブ毎の一連の光電センサ異常検出接点の内容を参照するようにプログラミングを行えばよい。   As shown in the figure, when the slave of the present invention is used, in the user program on the PLC side, programming may be performed so as to refer to the contents of a series of photoelectric sensor abnormality detection contacts for each slave.

なお、PLC1がスレーブ2から光電センサ異常検出接点24bを取得するためには、PLC側から所定の送信要求コマンドをスレーブ側へと送信する一方、スレーブ側ではそのレスポンスとして、光電センサ異常検出接点の内容をPLC側へと送信したり、PLC側からの送信要求コマンドの到来を待つことなく、イベントにより又はタイマ管理により、スレーブ側からPLC側へと光電センサ異常検出接点を自発的に送信するようにすれば良いであろう。いずれにしても、PLCとスレーブとの間における入出力データのやり取りについては、既にいくつかの手法が確立しているから、それらの手法を適宜に採用すれば良いであろう。   In order for the PLC 1 to acquire the photoelectric sensor abnormality detection contact 24b from the slave 2, a predetermined transmission request command is transmitted from the PLC side to the slave side. On the slave side, the response of the photoelectric sensor abnormality detection contact is transmitted as a response. Without sending the contents to the PLC side or waiting for the arrival of a transmission request command from the PLC side, the photoelectric sensor abnormality detection contact is spontaneously transmitted from the slave side to the PLC side by an event or by timer management. It would be good to do. In any case, since several methods have already been established for the exchange of input / output data between the PLC and the slave, those methods may be appropriately adopted.

次に、PLCに組み込まれる手動光量切替プログラム(ユーザプログラム)の構成を示すラダー図(メンテナンスモード用)が図8に示されている。このようにメンテナンスモード用としては、各スレーブの光量切替スイッチの操作状態を参照すると共に、その状態を条件として、該当するスレーブから光量切替用の出力信号を送出するようにプログラミングするだけでよいのである。この場合、センサ異常検知プログラムについては、図7に示されるものがそのまま流用されることとなる。   Next, a ladder diagram (for maintenance mode) showing the configuration of a manual light quantity switching program (user program) incorporated in the PLC is shown in FIG. As described above, for the maintenance mode, it is only necessary to refer to the operation state of the light amount change switch of each slave and to program the output signal for light amount change from the corresponding slave on the condition. is there. In this case, the sensor abnormality detection program shown in FIG. 7 is used as it is.

次に、本発明スレーブを用いたセンサ異常診断(電源ON時診断)の説明図が図9に示されている。同図に示されるように、この例にあっては、システム起動時にスレーブ自身が自己診断を行い、光電センサに異常が発生しないか否かをあらかじめ検知するように構成されている。すなわち、スレーブの電源が投入されるシステム起動時にあっては、「ワークなし」であることが通例であるから、このような状態において、100%投光量状態と50%投光量状態との間で少なくとも1回投光光量の切替えを行うと共に、100%投光量状態において「受光あり」が確認されかつ50%投光量状態において「受光なし」が確認されることに基づき、直ちに光電センサ異常と診断して、光電センサ異常検出接点の状態をONとするのである。   Next, an explanatory diagram of sensor abnormality diagnosis (diagnosis at power-on) using the slave of the present invention is shown in FIG. As shown in the figure, in this example, the slave itself performs a self-diagnosis when the system is started, and detects in advance whether or not an abnormality occurs in the photoelectric sensor. That is, when the system is started when the slave is powered on, it is usual that there is “no work”. Therefore, in such a state, between the 100% light emission amount state and the 50% light emission amount state. At least once, the amount of emitted light is switched, and the presence of light reception is confirmed in the 100% light emission state and “no light reception” is confirmed in the 50% light emission state. Then, the state of the photoelectric sensor abnormality detection contact is turned ON.

次に、本発明スレーブを用いたセンサ異常診断(100%投光でも受光できない場合)の説明図が図10に示されている。今まで説明した光電センサの異常は、100%投光量状態では「受光あり」と判定できることが前提であったが、100%投光量状態でも受光できないほどに、光軸がずれたり、レンズが汚れたり、あるいはLEDが劣化した場合には、100%投光量状態においてある一定時間U(ms)以上受光できないことを条件として、センサ異常発生と診断するように構成すればよい。このとき、判定に必要な一定時間U(ms)については、ユーザのパラメータ設定によって任意に調整するようにすれば良いであろう。   Next, FIG. 10 shows an explanatory diagram of sensor abnormality diagnosis (when light cannot be received even with 100% light projection) using the slave of the present invention. The abnormality of the photoelectric sensor described so far was based on the premise that it can be determined that “there is light reception” in the 100% light projection state, but the optical axis is shifted or the lens is dirty to the extent that light cannot be received even in the 100% light emission state. If the LED is deteriorated or the LED is deteriorated, the sensor abnormality may be diagnosed on the condition that light cannot be received for a certain time U (ms) in the 100% light projection state. At this time, the fixed time U (ms) necessary for the determination may be arbitrarily adjusted by the user parameter setting.

次に、本発明スレーブを用いたセンサ異常診断(常時診断モードで100%投光でも受光できない場合)の説明図が図11に示されている。   Next, FIG. 11 shows an explanatory diagram of sensor abnormality diagnosis using the slave of the present invention (when light cannot be received even with 100% light projection in the normal diagnosis mode).

100%投光量状態においても受光できない場合は、常時診断モードにおいても起こり得る。この場合には、ある特定回数の100%投光量状態において連続的に受光できないことを条件として、センサ異常発生と診断するように構成すれば良いであろう。ここで、判定に必要な特定回数については、ユーザのパラメータ設定によって任意に可変して調整するように構成すれば良いであろう。また、この100%投光量状態でも受光できないセンサ異常に対する診断方法は、前述の100%投光量状態で受光できかつ50%投光量状態では受光できないといったセンサ異常に対する診断方法(常時診断モード、メンテナンスモード、電源ON時自己診断モード)と並行して実施することも可能であることは言うまでもない。   If light cannot be received even in the 100% light projection state, it may occur even in the normal diagnosis mode. In this case, it may be configured to diagnose the occurrence of sensor abnormality on the condition that light cannot be continuously received in a certain number of 100% light projection amounts. Here, the specific number of times required for the determination may be configured to be arbitrarily variably adjusted according to user parameter settings. In addition, the diagnosis method for the sensor abnormality that cannot be received even in the 100% light emission state is the above-described diagnostic method (normal diagnosis mode, maintenance mode) for the sensor abnormality that can receive light in the 100% light emission state and cannot receive light in the 50% light emission state. Needless to say, the self-diagnosis mode can be performed in parallel with the power-on self-diagnosis mode.

以上説明した本発明の実施形態によれば、PLC1の側では、投光光量切替によるセンサ異常診断のための指示をスレーブ2側へと与えることなく、単に、センサ異常検出接点領域244bの内容を参照するだけで、各対応する透過型光電センサのセンサ異常検出接点24bの動作状態を取得できるから、複数台の透過型光電センサをスレーブ2を介してPLC1に接続してなるセンシングシステムにおいて、投光光量切替を利用したセンサ異常診断方法を実施するについて、PLC1側のユーザプログラムの負担を著しく軽減すると共に、リアルタイムな光電センサの異常検知が可能となる。   According to the embodiment of the present invention described above, on the PLC 1 side, the contents of the sensor abnormality detection contact area 244b are simply displayed without giving an instruction for sensor abnormality diagnosis by switching the amount of emitted light to the slave 2 side. Since the operation state of the sensor abnormality detection contact 24b of each corresponding transmissive photoelectric sensor can be acquired simply by referring to it, in a sensing system in which a plurality of transmissive photoelectric sensors are connected to the PLC 1 via the slave 2, When the sensor abnormality diagnosis method using light quantity switching is performed, the burden on the user program on the PLC 1 side is remarkably reduced, and real-time photoelectric sensor abnormality detection is possible.

また、制御部に含まれるセンサ異常診断プログラムは、1又は2以上の透過型光電センサの各投光器ST(1)〜(M)において、高投光量状態(例えば、100%投光量状態)と低投光量状態(例えば、50%投光量状態)との切替えが定常的に繰り返されるように、出力処理部22に対する出力データの送出が制御されると共に、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が繰り返し読み込まれるように、入力処理部21からの入力データの取り込みが制御され、高投光量状態で取り込まれたセンサ出力が「受光あり」のときに、低投光量状態で取り込まれたセンサ出力が「受光なし」とされる状態が所定の複数回連続したときに、当該透過型センサがセンサ異常であると診断するものであるから、センサ異常を定常的に診断できるため、上述のリアルタイムな光電センサの異常検知を、制御対象設備を運転停止させてワークの流れを停止したメンテナンスモードのみならず、制御対象設備の稼働中にあっても、常時に実施することが可能となる。   In addition, the sensor abnormality diagnosis program included in the control unit has a high light projection state (for example, a 100% light projection state) and a low level in each of the light projectors ST (1) to (M) of one or more transmission photoelectric sensors. Output of output data to the output processing unit 22 is controlled so that switching to a light emission amount state (for example, a 50% light emission amount state) is constantly repeated, and a high light emission amount state and a low light emission amount state are controlled. The input data from the input processing unit 21 is controlled so that the corresponding sensor output is repeatedly read. When the sensor output captured in the high light output state is “received light”, in the low light output state. When the state where the acquired sensor output is “no light reception” continues for a predetermined number of times, the transmissive sensor diagnoses that the sensor is abnormal. The above-mentioned real-time photoelectric sensor abnormality detection is performed not only in the maintenance mode in which the operation of the controlled equipment is stopped and the flow of the work is stopped, but also during the operation of the controlled equipment. It becomes possible to do.

さらに、制御部には、センサ異常診断プログラム(図3〜図5参照)において、高投光量状態で取り込まれたセンサ出力が受光なしとされるか否かの判定結果に相当するデータを、各対応する透過型光電センサのワーク検出接点の動作状態として記憶するワーク検出接点メモリがさらに設けられているため、PLCの側では、各対応する透過型光電センサのワーク検出接点の動作状態を定常的に取得しつつ、これと合わせて、各対応する透過型光電センサのセンサ異常検出接点の動作状態をも取得できるため、ワークの検知を行いつつも、センサ異常の診断をこれと並行して行うことが可能となる。   Further, in the control unit, the sensor abnormality diagnosis program (see FIGS. 3 to 5) stores data corresponding to the determination result as to whether or not the sensor output captured in the high light projection amount state is not received. Since a work detection contact memory for storing the operation state of the work detection contact of the corresponding transmissive photoelectric sensor is further provided, the operation state of the work detection contact of each corresponding transmissive photoelectric sensor is regularly set on the PLC side. In addition to this, the operation state of the sensor abnormality detection contact of each corresponding transmissive photoelectric sensor can also be acquired, so that the sensor abnormality is diagnosed in parallel with the workpiece detection. It becomes possible.

なお、高投光光量状態及び低投光光量状態をそれぞれ何%投光量状態とするかは、光電センサの投光器の仕様により決定されるものであらから、100%投光量状態と50%投光量状態に限定されるものではないことは言うまでもない。また、本発明に係るスレーブの運用方法の一例としては、例えば、センサ異常診断プログラム24−2の全体については、ユーザ側の仕様に基づいて予め出荷時にメーカサイドで組み込む一方、パラメータT、t等については、ユーザ側で任意に書き換え可能とすることが考えられる。   It should be noted that the percentage of the light projection light quantity state in each of the high light projection light quantity state and the low light projection light quantity state is determined by the specifications of the projector of the photoelectric sensor. Needless to say, it is not limited to the state. As an example of the slave operation method according to the present invention, for example, the entire sensor abnormality diagnosis program 24-2 is preinstalled on the manufacturer side at the time of shipment based on the specifications on the user side, while parameters T, t, etc. As for, it is conceivable that the user can arbitrarily rewrite it.

この発明によれば、複数台の透過型光電センサをスレーブを介してPLCに接続してなるセンシングシステムにおいて、投光光量切替を利用したセンサ異常診断方法を実施するについて、PLC側のユーザプロクラムの負担を軽減すると共に、リアルタイムな光電センサの異常検知を可能となる。   According to the present invention, in a sensing system in which a plurality of transmission type photoelectric sensors are connected to a PLC via a slave, a sensor abnormality diagnosis method using projected light quantity switching is implemented. In addition to reducing the burden, it is possible to detect abnormality of the photoelectric sensor in real time.

本発明スレーブの機能構成図である。It is a functional block diagram of this invention slave. 本発明スレーブのハードウェア構成図である。It is a hardware block diagram of this invention slave. 本発明スレーブに組み込まれる投光量自動切替プログラム及びワーク検出プログラムの構成を示すフローチャートである。It is a flowchart which shows the structure of the light emission amount automatic switching program and workpiece | work detection program incorporated in this invention slave. 本発明スレーブに組み込まれるセンサ異常判定プログラム(常時診断モード用)の構成を示すフローチャートである。It is a flowchart which shows the structure of the sensor abnormality determination program (for continuous diagnosis mode) integrated in this invention slave. 本発明スレーブに組み込まれるセンサ異常判定プログラム(メンテナンスモード用)の構成を示すフローチャートである。It is a flowchart which shows the structure of the sensor abnormality determination program (for maintenance mode) incorporated in this invention slave. 本発明スレーブを用いたセンサ異常診断(常時診断モード)の説明図である。It is explanatory drawing of the sensor abnormality diagnosis (normal diagnosis mode) using this invention slave. PLCに組み込まれるセンサ異常検知プログラムの構成を示すラダー図(常時診断モード及びメンテナンスモード併用)である。It is a ladder diagram (combination of a normal diagnosis mode and a maintenance mode) showing a configuration of a sensor abnormality detection program incorporated in the PLC. PLCに組み込まれる手動光量切替プログラムの構成を示すラダー図(メンテナンスモード用)である。It is a ladder diagram (for maintenance mode) which shows the composition of the manual light quantity switching program incorporated in PLC. 本発明スレーブを用いたセンサ異常診断(電源ON時診断)の説明図である。It is explanatory drawing of the sensor abnormality diagnosis (diagnosis at the time of power-on) using this invention slave. 本発明スレーブを用いたセンサ異常診断(100%投光でも受光できない場合)の説明図である。It is explanatory drawing of the sensor abnormality diagnosis using this invention slave (when light cannot be received even with 100% light projection). 本発明スレーブを用いたセンサ異常診断(常時診断モードで100%投光でも受光できない場合)の説明図である。It is explanatory drawing of the sensor abnormality diagnosis using this invention slave (when it cannot light-receive in 100% light emission in a normal diagnosis mode). 複数台の透過型光電センサをスレーブを介してPLCに接続した従来のセンシングシステムの構成図である。It is a block diagram of the conventional sensing system which connected several transmission type photoelectric sensors to PLC via the slave. 従来スレーブの機能構成図である。It is a functional block diagram of the conventional slave. 従来スレーブのハードウェア構成図である。It is a hardware block diagram of a conventional slave. 透過型光電センサによるワーク検知の説明図である。It is explanatory drawing of the workpiece | work detection by a transmission type photoelectric sensor. 光量切替機能を用いた透過型光電センサの異常診断の説明図である。It is explanatory drawing of abnormality diagnosis of the transmissive photoelectric sensor using the light quantity switching function. PLCに組み込まれるスレーブ別光量一括切替用プログラムの構成を示すラダー図である。It is a ladder diagram showing a configuration of a slave-by-slave light quantity batch switching program incorporated in a PLC. PLCに組み込まれるセンサ異常検知出力プログラムの構成を示すラダー図である。It is a ladder diagram which shows the composition of the sensor abnormality detection output program built into PLC.

符号の説明Explanation of symbols

1 PLC
2,2−1,2−2.・・・,2−N スレーブ
3 ネットワーク
11 電源ユニット
12 CPUユニット
13 通信マスタユニット
14 I/Oユニット
21 入力処理部
22 出力処理部
23 ツールインタフェース(I/F)
24 制御部
24−1 パラメータ
24−2 プログラム(異常診断プログラム)
24a ワーク検出接点
24b 光電センサ異常検出接点
25 通信処理部
210 入力回路
220 出力回路
230 ツールインタフェース回路
241 制御用MPU
242 プログラム格納用メモリ
243 パラメータ格納用メモリ
244 ワークメモリ
244a ワーク検出接点領域
244b 光電センサ異常検出接点
251 通信用MPU
252 通信用ASIC
253 トランシーバ
CV コンベア
ST 投光器
ST(1)〜(M) 透過型光電センサを構成する投光器
SR 受光器
SR(1)〜(M) 透過型光電センサを構成する受光器
W ワーク
1 PLC
2,2-1,2-2. ..., 2-N Slave 3 Network 11 Power supply unit 12 CPU unit 13 Communication master unit 14 I / O unit 21 Input processing unit 22 Output processing unit 23 Tool interface (I / F)
24 Control Unit 24-1 Parameter 24-2 Program (Abnormality Diagnosis Program)
24a Work detection contact 24b Photoelectric sensor abnormality detection contact 25 Communication processor 210 Input circuit 220 Output circuit 230 Tool interface circuit 241 MPU for control
242 Program storage memory 243 Parameter storage memory 244 Work memory 244a Work detection contact area 244b Photoelectric sensor abnormality detection contact 251 MPU for communication
252 Communication ASIC
253 Transceiver CV Conveyor ST Projector ST (1) to (M) Projector constituting the transmissive photoelectric sensor SR Receiver SR (1) to (M) Receiver comprising the transmissive photoelectric sensor W Workpiece

Claims (3)

PLCとの間でネットワークを介して入出力データのやり取りを行うための通信処理部と、
1又は2以上の透過型光電センサの各投光器の投光光量を高投光量状態と低投光量状態とに切り替えるための投光光量切替制御端子のそれぞれへと接続されるべき1又は2以上の出力端子を含む出力端子台と、
1又は2以上の透過型光電センサの各受光器の受光出力端子のそれぞれへと接続されるべき1又は2以上の入力端子を含む入力端子台と、
与えられた出力データに基づいて出力信号を生成し、これを出力端子台の該当する出力端子から外部へと送出する出力処理部と、
入力端子台を構成する入力端子へと外部から入力される入力信号を取り込んで対応する入力データを生成する入力処理部と、
制御部とを含み、
前記制御部には、
前記1又は2以上の透過型光電センサの各投光器において、高投光量状態と低投光量状態との間で少なくとも1回投光光量の切り替えが行われるように、出力処理部に対する出力データの送出を制御すると共に、各投光器と対をなす受光器のそれぞれから、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が読み込まれるように、入力処理部からの入力データの取り込みを制御し、高投光量状態で取り込まれたセンサ出力が受光有りのときに、低投光量状態で取り込まれたセンサ出力が「受光あり」か又は「受光なし」かに基づいて、各透過型光電センサが異常か否かを診断するセンサ異常診断手段と、
前記センサ異常診断手段による診断結果に相当するデータを、各対応する透過型光電センサの異常検出接点の動作状態として記憶するセンサ異常検出接点メモリとが含まれており、
前記制御部に含まれる前記センサ異常診断手段は、
前記1又は2以上の透過型光電センサの各投光器において、高投光量状態と低投光量状態との切替が定常的に繰り返されるように、出力処理部に対する出力データの送出を制御すると共に、高投光量状態と低投光量状態とにそれぞれ対応するセンサ出力が繰り返し読み込まれるように、入力処理部からの入力データの取り込みを制御し、
高投光量状態で取り込まれたセンサ出力が「受光あり」のときに低投光量状態で取り込まれたセンサ出力が予め定められた回数「受光あり」であれば、各透過型光電センサが正常であると診断し、
高投光量状態で取り込まれたセンサ出力が「受光あり」のときに低投光量状態で取り込まれたセンサ出力が予め定められた回数「受光なし」であれば、各透過型光電センサが異常であると診断するものであり、
それにより、前記PLCの側では、投光光量切り替えによるセンサ異常診断のための指示をスレーブ側へと与えることなく、単に、前記センサ異常検出接点メモリの内容を参照するだけで、各対応する透過型光電センサのセンサ異常検出接点の動作状態を取得でき、さらに、センサ異常を定常的に診断できる、ことを特徴とするPLCのスレーブ。
A communication processing unit for exchanging input / output data with a PLC via a network;
One or more projection light quantity switching control terminals for switching the projection light quantity of each of the projectors of one or more transmissive photoelectric sensors between a high projection light quantity state and a low projection light quantity state, respectively. An output terminal block including an output terminal;
An input terminal block including one or more input terminals to be connected to each of the light receiving output terminals of each light receiver of the one or more transmissive photoelectric sensors;
An output processing unit that generates an output signal based on the given output data, and sends the output signal from the corresponding output terminal of the output terminal block to the outside;
An input processing unit that takes in an input signal input from the outside to an input terminal constituting the input terminal block and generates corresponding input data;
Including a control unit,
In the control unit,
Sending output data to the output processing unit so that each of the light projectors of the one or more transmissive photoelectric sensors is switched at least once between the high light emission amount state and the low light emission amount state. Control of the input data from the input processing unit so that the sensor outputs corresponding to the high and low light intensity states are read from each of the light receivers paired with each light emitter. Each of the transmission type photoelectric sensors based on whether the sensor output captured in the low light output state is “received light” or “no light received” when the sensor output captured in the high light output state is light received. Sensor abnormality diagnosing means for diagnosing whether or not is abnormal,
A sensor abnormality detection contact memory for storing data corresponding to a diagnosis result by the sensor abnormality diagnosis means as an operation state of an abnormality detection contact of each corresponding transmission type photoelectric sensor;
The sensor abnormality diagnosis means included in the control unit,
In each of the projectors of the one or more transmissive photoelectric sensors, the transmission of output data to the output processing unit is controlled so that the switching between the high light emission amount state and the low light emission amount state is regularly repeated. Controls the input data capture from the input processing unit so that the sensor output corresponding to each of the light emission amount state and the low light emission amount state is repeatedly read.
If the sensor output captured in the high light output state is “with light reception” and the sensor output captured in the low light output state is “with light reception” for a predetermined number of times, each transmission photoelectric sensor is normal. Diagnosed that there is,
If the sensor output captured in the high light output state is “with light reception” and the sensor output captured in the low light output state is “no light reception” for a predetermined number of times, each transmission photoelectric sensor is abnormal. To diagnose it,
Thereby, the PLC side does not give an instruction for sensor abnormality diagnosis by switching the amount of emitted light to the slave side, and simply refers to the contents of the sensor abnormality detection contact memory, and each corresponding transmission can obtain the operation state of the sensor abnormality detection contact type photoelectric sensor, further sensor abnormality Ru can constantly diagnose, PLC slave, characterized in that.
前記制御部には、
前記センサ異常診断手段において、高投光量状態で取り込まれたセンサ出力が「受光なし」とされるか否かの判定結果に相当するデータを、各対応する透過型光電センサのワーク検出接点の動作状態として記憶するワーク検出接点メモリがさらに含まれており、
それにより、前記PLCの側では、各対応する透過型光電センサのワーク検出接点の動作状態を定常的に取得しつつ、これと併せて、各対応する透過型光電センサのセンサ異常検出接点の動作状態をも取得できる、ことを特徴とする請求項1に記載のPLCのスレーブ。
In the control unit,
In the sensor abnormality diagnosing means, data corresponding to a determination result as to whether or not the sensor output captured in the high light emission amount state is “no light reception” is used for the operation of the workpiece detection contact of each corresponding transmission type photoelectric sensor. Work detection contact memory to store as status is further included,
Thereby, on the side of the PLC, the operation state of the work detection contact of each corresponding transmission type photoelectric sensor is constantly acquired, and together with this, the operation of the sensor abnormality detection contact of each corresponding transmission type photoelectric sensor is operated. The slave of the PLC according to claim 1, wherein the state can also be acquired.
前記センサ異常診断手段は、スレーブの電源投入直後に自動的に作動する、ことを特徴とする請求項1または2に記載のPLCのスレーブ。 The sensor abnormality diagnosis means, PLC slave according to claim 1 or 2 automatically activated immediately after power-on of the slave, it is characterized.
JP2007266936A 2007-10-12 2007-10-12 PLC slave Expired - Fee Related JP5099334B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007266936A JP5099334B2 (en) 2007-10-12 2007-10-12 PLC slave

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007266936A JP5099334B2 (en) 2007-10-12 2007-10-12 PLC slave

Publications (2)

Publication Number Publication Date
JP2009098735A JP2009098735A (en) 2009-05-07
JP5099334B2 true JP5099334B2 (en) 2012-12-19

Family

ID=40701711

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007266936A Expired - Fee Related JP5099334B2 (en) 2007-10-12 2007-10-12 PLC slave

Country Status (1)

Country Link
JP (1) JP5099334B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105339852A (en) * 2013-06-26 2016-02-17 三菱电机株式会社 Remote unit and remote unit abnormality determining method
CN106289360B (en) * 2015-05-19 2019-10-22 科沃斯机器人股份有限公司 The detection method of sensor reliability and its certainly mobile processing unit and system
JP6812263B2 (en) 2017-02-10 2021-01-13 オムロン株式会社 Photoelectric sensor and floodlight

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02302645A (en) * 1989-05-16 1990-12-14 Omron Corp Fault diagnostic system for photoelectric sensor
JPH0397397A (en) * 1989-09-11 1991-04-23 Yamatake Honeywell Co Ltd Fault diagnosis device for sequence control system
JPH05133722A (en) * 1991-11-11 1993-05-28 Sony Corp Optical sensor diagnostic device
JP3326037B2 (en) * 1995-01-31 2002-09-17 ホーチキ株式会社 Deterioration detection method for scattered light smoke detector
JP2005047635A (en) * 2003-07-29 2005-02-24 Canon Inc Inspecting apparatus, device using inspecting apparatus, and their control method

Also Published As

Publication number Publication date
JP2009098735A (en) 2009-05-07

Similar Documents

Publication Publication Date Title
JP5348489B2 (en) controller
JP4220979B2 (en) Control unit display system
US8887000B2 (en) Safety device
US20160154693A1 (en) Method for error monitoring, control and data transmission installation and control device
JP2007312043A (en) Remote i/o system
JP6922793B2 (en) Control devices, control methods, and control programs
JP3882783B2 (en) Programmable controller, CPU unit, communication unit and communication unit control method
CN108376111B (en) Information processing apparatus, information processing method, and computer-readable storage medium
JP5099334B2 (en) PLC slave
US20160202684A1 (en) Automation system
WO2020031260A1 (en) Control apparatus, control system, notification method, and program
JP3906840B2 (en) Safety network system
JP2003296133A (en) Controller
WO2019176386A1 (en) Control system, control method, and control program
CN109417537B (en) Communication adapter, electric device system, and method of controlling communication adapter
JP4061489B2 (en) Communication speed control method for fieldbus system
JP7078889B2 (en) Controls, control methods, and control programs
JP4747683B2 (en) On-vehicle electronic control system, fault diagnosis method thereof, and on-vehicle electronic control device
JP5158335B2 (en) PLC slave
JP2008211536A (en) Remote io transmission system
JP2007026241A (en) Abnormality monitoring method and controller using it
JP4358540B2 (en) COMMUNICATION SYSTEM, SENSOR SYSTEM, AND COMMUNICATION DEVICE
JP2004318710A (en) I/o transmission system
JP6888204B2 (en) Temperature controller and communication converter
JP6238919B2 (en) Supervisory control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100804

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110914

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110928

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120328

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120524

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120911

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

Free format text: PAYMENT UNTIL: 20151005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5099334

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees