JP2011070444A - Programmable controller - Google Patents

Programmable controller Download PDF

Info

Publication number
JP2011070444A
JP2011070444A JP2009221501A JP2009221501A JP2011070444A JP 2011070444 A JP2011070444 A JP 2011070444A JP 2009221501 A JP2009221501 A JP 2009221501A JP 2009221501 A JP2009221501 A JP 2009221501A JP 2011070444 A JP2011070444 A JP 2011070444A
Authority
JP
Japan
Prior art keywords
unit
signal
power supply
units
signal line
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2009221501A
Other languages
Japanese (ja)
Other versions
JP4981864B2 (en
Inventor
Hideki Noda
英毅 野田
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.)
Panasonic Electric Works Co Ltd
Original Assignee
Panasonic Electric Works Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Panasonic Electric Works Co Ltd filed Critical Panasonic Electric Works Co Ltd
Priority to JP2009221501A priority Critical patent/JP4981864B2/en
Priority to CN201010294258.9A priority patent/CN102033502B/en
Priority to DE102010046429.5A priority patent/DE102010046429B4/en
Priority to US12/923,496 priority patent/US8566631B2/en
Priority to KR1020100092867A priority patent/KR101233550B1/en
Publication of JP2011070444A publication Critical patent/JP2011070444A/en
Application granted granted Critical
Publication of JP4981864B2 publication Critical patent/JP4981864B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a programmable controller that prevents system activation time from increasing. <P>SOLUTION: The programmable controller includes a plurality of I/O units 3 and a CPU unit controlling the I/O units 3 individually, and is integrally assembled as the I/O units 3 are connected to the CPU unit one by one. Each of the I/O units 3 includes a signal line forming unit 9a that forms a signal line 9 to the CPU unit, and a signal output circuit 35 that outputs an initialization completion signal notifying that self-initialization is complete. The signal line 9 changes in state when the initialization completion signals are output from the signal output circuits 35 of all the I/O units 3. The CPU unit recognizes initialization of all the I/O units 3 upon detecting the change in state of the signal line 9. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、プログラマブルコントローラに関するものである。   The present invention relates to a programmable controller.

従来より、I/Oユニットが増設可能なプログラマブルコントローラが提供されている。図7(a)はビルディングブロックタイプのプログラマブルコントローラであり、各1台の電源ユニット1およびCPUユニット2と、複数(図7(a)では6台)のI/Oユニット3とがバックプレーン5に実装されている。このプログラマブルコントローラでは、電源ユニット1で生成されたシステム電源がバックプレーン5に設けられた内部バスを介してCPUユニット2および各I/Oユニット3にそれぞれ供給される。   Conventionally, a programmable controller to which an I / O unit can be added has been provided. FIG. 7A shows a building block type programmable controller. Each power supply unit 1 and CPU unit 2 and a plurality (six in FIG. 7A) I / O units 3 are backplanes 5. Has been implemented. In this programmable controller, the system power generated by the power supply unit 1 is supplied to the CPU unit 2 and each I / O unit 3 via an internal bus provided in the backplane 5.

また、図7(b)はスタッキング(積み重ね)タイプのプログラマブルコントローラであり、各1台の電源ユニット1およびCPUユニット2と、複数(図7(b)では6台)のI/Oユニット3とで構成される。このプログラマブルコントローラでは、上述のビルディングブロックタイプのようにバックプレーン5を備えていないため、隣接するユニットに連結することで固定されるようになっており、また電源ユニット1で生成されたシステム電源もスタックコネクタ6を介してCPUユニット2および各I/Oユニット3にそれぞれ供給される。   FIG. 7B shows a stacking (stacked) type programmable controller, which includes one power supply unit 1 and one CPU unit 2, and a plurality (six in FIG. 7B) of I / O units 3. Consists of. Since this programmable controller does not include the backplane 5 as in the building block type described above, it is fixed by being connected to an adjacent unit, and the system power generated by the power supply unit 1 is also The power is supplied to the CPU unit 2 and each I / O unit 3 via the stack connector 6.

これらのプログラマブルコントローラでは、電源が投入された後、すべてのI/Oユニット3が初期化されると、CPUユニット2が各I/Oユニット3をそれぞれ認識し、そして各I/Oユニット3との間で通信を開始してシーケンスプログラムを実行するのである。   In these programmable controllers, when all the I / O units 3 are initialized after the power is turned on, the CPU unit 2 recognizes each I / O unit 3 and each I / O unit 3 The communication program is started to execute the sequence program.

ここで、特許文献1に示す装置は、すべての増設ユニットが初期化されるのを待ってから通信を開始する装置の一例であり、この装置では、本体ユニットに接続された複数の増設ユニットのうち、最も下流側の増設ユニットから順次初期化が実行され、また上流側の増設ユニットは下流側の増設ユニットからの初期化完了信号を検出することで初期化が実行される。そして最後に、最も上流側の増設ユニットからの初期化完了信号を本体ユニットが検出すると、本体ユニットはすべての増設ユニットが初期化されたと判断して、各増設ユニットとの間で通信を開始するのである。   Here, the apparatus shown in Patent Document 1 is an example of an apparatus that starts communication after all extension units are initialized, and in this apparatus, a plurality of extension units connected to the main unit are connected. Of these, initialization is sequentially performed from the most downstream side extension unit, and the upstream side extension unit is initialized by detecting an initialization completion signal from the downstream side extension unit. Finally, when the main unit detects the initialization completion signal from the most upstream expansion unit, the main unit determines that all the expansion units have been initialized and starts communication with each expansion unit. It is.

特開2000−105521号公報(段落[0057]−段落[0060]、及び、第10,11図)JP 2000-105521 A (paragraph [0057] -paragraph [0060] and FIGS. 10 and 11)

上述の特許文献1に示した装置では、本体ユニットと各増設ユニットとの間で通信を開始する際には増設ユニットの初期化がすべて完了しているものの、上述のように上流側の増設ユニットは下流側の増設ユニットからの初期化完了信号を検出してから初期化を実行するため、起動時間が累積的に増加することになり、その結果すべての増設ユニットの初期化が完了してシステムが起動するまでに時間がかかる場合があった。ここに、システムが起動するまでの時間とは、すべての増設ユニットの初期化が完了し、CPUユニットが各増設ユニットを認識して通信を開始するまでの時間をいう。   In the apparatus shown in Patent Document 1 described above, when the communication between the main unit and each extension unit is started, the initialization of the extension unit is completed, but the extension unit on the upstream side as described above. Since the initialization is performed after detecting the initialization completion signal from the downstream expansion unit, the startup time increases cumulatively. As a result, the initialization of all the expansion units is completed and the system May take some time to start up. Here, the time until the system is started refers to the time until initialization of all the expansion units is completed and the CPU unit recognizes each expansion unit and starts communication.

本発明は上記問題点に鑑みて為されたものであり、その目的とするところは、システムの起動時間が長くなるのを防止したプログラマブルコントローラを提供することにある。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a programmable controller that prevents an increase in system startup time.

請求項1の発明は、1乃至複数の増設ユニットと、増設ユニットを制御するCPUユニットとを備え、1乃至複数の増設ユニットをCPUユニットに順次連結したプログラマブルコントローラであって、増設ユニットは、CPUユニットへの信号ラインを形成する信号ライン形成部と、自己の初期化が完了したことを通知する初期化完了信号を出力する信号出力回路とを有し、信号ラインは、すべての増設ユニットの信号出力回路から初期化完了信号が出力されると状態が変化し、CPUユニットは、信号ラインの状態変化を検出するとすべての増設ユニットが初期化されたことを認識することを特徴とする。   The invention of claim 1 is a programmable controller comprising one or more extension units and a CPU unit for controlling the extension units, wherein the one or more extension units are sequentially connected to the CPU unit. A signal line forming unit that forms a signal line to the unit, and a signal output circuit that outputs an initialization completion signal notifying that the initialization has been completed, and the signal line is a signal of all extension units When an initialization completion signal is output from the output circuit, the state changes, and the CPU unit recognizes that all the extension units have been initialized when detecting a change in the state of the signal line.

請求項2の発明は、増設ユニットは、CPUユニットからの電源ラインを形成する電源ライン形成部を有し、信号ラインは所定の制御電圧にプルアップされており、信号出力回路は、信号ライン形成部とグランドとの間に介装されるスイッチ素子を有し、当該スイッチ素子は、電源ライン形成部より供給される電源が所定の基準値に達するとオンになるとともに、自己の初期化が完了すると所定の制御信号によってオフになり、CPUユニットは、すべての増設ユニットのスイッチ素子がオフになって信号ラインの状態がハイレベルに変化するとすべての増設ユニットが初期化されたことを認識することを特徴とする。   In the invention of claim 2, the extension unit has a power supply line forming portion for forming a power supply line from the CPU unit, the signal line is pulled up to a predetermined control voltage, and the signal output circuit is formed of the signal line. The switch element is interposed between the power supply line forming section and the switch element is turned on when the power supplied from the power supply line forming section reaches a predetermined reference value, and the initialization of itself is completed. Then, it is turned off by a predetermined control signal, and the CPU unit recognizes that all the extension units are initialized when the switch elements of all the extension units are turned off and the signal line state changes to the high level. It is characterized by.

請求項1の発明によれば、各増設ユニットはそれぞれ電源が供給されると個別に初期化を開始することから、システムの起動時間は最も長い初期化時間によって決まり、従来例のように起動時間が累積的に増加するものではないから、システムの起動時間が長くなるのを防止することができ、また信号ラインの状態変化を検出することで、すべての増設ユニットの初期化が完了したことをCPUユニットに認識させることができるという効果がある。   According to the first aspect of the present invention, since each extension unit starts initialization individually when power is supplied, the startup time of the system is determined by the longest initialization time. Therefore, the system startup time can be prevented from increasing, and the signal line status change can be detected to confirm that all the expansion units have been initialized. There is an effect that the CPU unit can be recognized.

請求項2の発明によれば、請求項1と同様の効果が得られるとともに、スイッチ素子を用いることによって簡単且つ安価な信号出力回路を実現でき、その結果コストアップを抑えたプログラマブルコントローラを提供することができるという効果がある。   According to the invention of claim 2, the same effect as that of claim 1 can be obtained, and a simple and inexpensive signal output circuit can be realized by using a switch element, and as a result, a programmable controller that suppresses cost increase is provided. There is an effect that can be.

(a)は本実施形態のプログラマブルコントローラに用いられるI/Oユニットのブロック図であり、(b)〜(d)はその構成回路の回路図である。(A) is a block diagram of the I / O unit used for the programmable controller of this embodiment, (b)-(d) is a circuit diagram of the component circuit. 同上の概略システム図である。It is a schematic system diagram same as the above. 同上に用いられるCPUユニットのブロック図である。It is a block diagram of CPU unit used for the same as the above. 同上に用いられるI/Oユニットの信号出力回路の接続例である。It is a connection example of the signal output circuit of the I / O unit used in the same as above. 同上に用いられるI/Oユニットの初期化時のタイムチャートである。It is a time chart at the time of initialization of the I / O unit used for the same as the above. 同上の動作時のタイムチャートである。It is a time chart at the time of operation | movement same as the above. (a)(b)は従来例のプログラマブルコントローラを示す分解斜視図である。(A) (b) is a disassembled perspective view which shows the programmable controller of a prior art example.

以下に、本発明に係るプログラマブルコントローラの実施形態を図面に基づいて説明する。本発明に係るプログラマブルコントローラは、例えば産業機械などの制御機器として用いられる。なお、以下の説明では、スタッキング(積み重ね)タイプのプログラマブルコントローラを例に説明を行い、また外観については図7(b)と同様であるから、図7(b)も参照しながら説明を行う。   Embodiments of a programmable controller according to the present invention will be described below with reference to the drawings. The programmable controller according to the present invention is used as a control device such as an industrial machine. In the following description, a stacking (stacked) type programmable controller will be described as an example, and the external appearance is the same as that in FIG. 7B. Therefore, the description will be made with reference to FIG.

図2は本実施形態のプログラマブルコントローラの概略システム図であり、本プログラマブルコントローラは、システム全体に電力を供給する電源ユニット1と、制御対象の機器に合わせたインターフェースを持つ複数(図2では4台)のI/Oユニット(増設ユニット)3と、各I/Oユニット3を個別に制御するCPUユニット2と、終端のI/Oユニット3に連結される終端ユニット4とを備えている。そして、これらの各ユニットは、図7(b)に示すように、左から電源ユニット1、CPUユニット2、I/Oユニット3、終端ユニット4(図7(b)では図示を省略)の順番で順次連結される。なお、以下の説明において各I/Oユニット3を区別する必要がある場合には、CPUユニット2側から順番にI/Oユニット3A,3B,3C,3Dと称す。すなわち、本実施形態では、I/Oユニット3Dが終端の増設ユニットとなる。また、各ユニット同士は、図2に示すようにスタックコネクタ6を介して電気的に接続されている。   FIG. 2 is a schematic system diagram of the programmable controller according to the present embodiment. The programmable controller includes a power supply unit 1 that supplies power to the entire system and a plurality of (four in FIG. 2) interfaces that are matched to the devices to be controlled. ) I / O unit (extension unit) 3, a CPU unit 2 for individually controlling each I / O unit 3, and a termination unit 4 connected to the termination I / O unit 3. Then, as shown in FIG. 7B, these units are arranged in the order of the power supply unit 1, the CPU unit 2, the I / O unit 3, and the termination unit 4 (not shown in FIG. 7B) from the left. Are connected sequentially. In the following description, when the I / O units 3 need to be distinguished from each other, they are referred to as I / O units 3A, 3B, 3C, 3D in order from the CPU unit 2 side. That is, in this embodiment, the I / O unit 3D is a terminal extension unit. Each unit is electrically connected via a stack connector 6 as shown in FIG.

電源ユニット1は、図示しない外部電源から電力供給を受けてシステムが必要とする電圧に変換し、電源ライン10を介してCPUユニット2および各I/Oユニット3にそれぞれシステム電源V+を供給する。なお、本実施形態の電源ユニット1は、例えば停電などによって外部電源がOFFされた場合のバックアップ電源としてのキャパシタ(充電要素)C1を備えており(図3参照)、停電になった場合にはキャパシタC1が放電することで、CPUユニット2および各I/Oユニット3に電力供給できるようになっている。詳細については後述する。   The power supply unit 1 receives power supply from an external power supply (not shown), converts it to a voltage required by the system, and supplies the system power supply V + to the CPU unit 2 and each I / O unit 3 via the power supply line 10. In addition, the power supply unit 1 of this embodiment is provided with the capacitor (charging element) C1 as a backup power supply when an external power supply is turned off by a power failure etc., for example (refer FIG. 3), and when a power failure occurs As the capacitor C1 is discharged, power can be supplied to the CPU unit 2 and each I / O unit 3. Details will be described later.

CPUユニット2は、図2および図3に示すように、電源ライン10を介して供給されるシステム電源V+から駆動電源(内部電源)VCCを生成する電源回路23と、システム電源V+の電源電圧を検出して所定の検出信号を出力する電圧検出回路24,25と、電源回路23からの駆動電源VCCが供給されると起動完了信号PSOを出力するリセット合成回路22と、プログラマブルコントローラとしてのプログラムを実行する制御回路21とを備えている。なお、リセット合成回路22はシステムを起動させる際に最初に起動させる必要があり、本実施形態では、起動時間を無視できるCMOSロジックICやPLD(プログラマブルロジックデバイス)などを用いている。   As shown in FIGS. 2 and 3, the CPU unit 2 includes a power supply circuit 23 that generates a drive power supply (internal power supply) VCC from a system power supply V + supplied via the power supply line 10, and a power supply voltage of the system power supply V +. Voltage detection circuits 24 and 25 that detect and output a predetermined detection signal, a reset synthesis circuit 22 that outputs a start completion signal PSO when the drive power VCC from the power supply circuit 23 is supplied, and a program as a programmable controller And a control circuit 21 to be executed. The reset synthesis circuit 22 needs to be activated first when the system is activated, and in this embodiment, a CMOS logic IC or PLD (programmable logic device) that can ignore the activation time is used.

電圧検出回路24は、システム電源V+の電源電圧を検出するとともに、この検出電圧が所定の基準電圧V1(図6参照)に達すると起動信号PF1をリセット合成回路22に出力する。そして、リセット合成回路22では、起動信号PF1が入力されるとリセット信号CPU_RESETを制御回路21に出力し、制御回路21を起動させる。ここに、制御回路21を起動させる場合にはリセット信号CPU_RESETをHレベルに設定し、逆に制御回路21をリセットする場合にはリセット信号CPU_RESETをLレベルに設定することになる。   The voltage detection circuit 24 detects the power supply voltage of the system power supply V +, and outputs the activation signal PF1 to the reset synthesis circuit 22 when the detected voltage reaches a predetermined reference voltage V1 (see FIG. 6). When the activation signal PF <b> 1 is input, the reset synthesis circuit 22 outputs the reset signal CPU_RESET to the control circuit 21 and activates the control circuit 21. Here, when the control circuit 21 is activated, the reset signal CPU_RESET is set to H level, and when the control circuit 21 is reset, the reset signal CPU_RESET is set to L level.

電圧検出回路25は、システム電源V+の電源電圧を検出するとともに、この検出電圧が所定の基準電圧V2(V2<V1、図6参照)以下になると停止信号PF2をリセット合成回路22に出力する。そして、リセット合成回路22では、停止信号PF2が入力されるとLレベルのリセット信号CPU_RESETを制御回路21に出力し、制御回路21を停止させる。   The voltage detection circuit 25 detects the power supply voltage of the system power supply V +, and outputs a stop signal PF2 to the reset synthesis circuit 22 when the detected voltage becomes equal to or lower than a predetermined reference voltage V2 (V2 <V1, see FIG. 6). When the stop signal PF <b> 2 is input, the reset synthesis circuit 22 outputs an L level reset signal CPU_RESET to the control circuit 21 to stop the control circuit 21.

リセット合成回路22は、上記のように制御回路21を起動・停止させるとともに、駆動電源VCCが供給されると隣接するI/Oユニット3Aに対して起動完了信号PSOを出力する。また、終端ユニット4を介して入力されるI/Oユニット3Dからの起動完了信号PSO(全ユニット起動完了信号PSR)が信号ライン7を介してリセット合成回路22に入力されると、リセット合成回路22では、すべてのI/Oユニット3に電源が行き渡ったことを認識して、信号ライン8を介してリセット信号ERESETを各I/Oユニット3に出力し、各I/Oユニット3のリセット状態を解除する。ここに、各I/Oユニット3を起動させる場合にはリセット信号ERESETをHレベルに設定し、逆に各I/Oユニット3をリセットする場合にはリセット信号ERESETをLレベルに設定することになる。また、後述の電源回路33を起動させる場合には起動完了信号PSOをHレベルに設定し、逆に電源回路33を停止させる場合には起動完了信号PSOをLレベルに設定することになる。   The reset synthesizing circuit 22 starts and stops the control circuit 21 as described above, and outputs a start completion signal PSO to the adjacent I / O unit 3A when the drive power supply VCC is supplied. When the activation completion signal PSO (all unit activation completion signal PSR) input from the I / O unit 3D input via the termination unit 4 is input to the reset synthesis circuit 22 via the signal line 7, the reset synthesis circuit In 22, it recognizes that the power has been distributed to all the I / O units 3, outputs a reset signal ERESET to each I / O unit 3 via the signal line 8, and resets each I / O unit 3. Is released. Here, when each I / O unit 3 is activated, the reset signal ERESET is set to H level, and when each I / O unit 3 is reset, the reset signal ERESET is set to L level. Become. Further, when starting the power supply circuit 33 described later, the start completion signal PSO is set to H level. Conversely, when stopping the power supply circuit 33, the start completion signal PSO is set to L level.

I/Oユニット3は、図1(a)および図2に示すように、電源ライン10を介して供給されるシステム電源V+から駆動電源(内部電源)VCCを生成する電源回路33と、電源回路33の出力電圧を検出し、この出力電圧が所定の基準電圧V3(図6参照)に達すると起動完了信号PSOを出力する電圧検出回路34と、上記のリセット合成回路22または電圧検出回路34からの起動完了信号PSOが入力されると電源回路33を起動する起動トリガ回路32と、I/Oユニットとしてのプログラムを実行する制御回路31と、制御回路31の初期化が完了したことを通知する初期化完了信号を出力する信号出力回路35とを備えている。   As shown in FIGS. 1A and 2, the I / O unit 3 includes a power supply circuit 33 that generates a drive power supply (internal power supply) VCC from a system power supply V + supplied via a power supply line 10, and a power supply circuit. From the voltage detection circuit 34 that detects the output voltage 33 and outputs a start completion signal PSO when the output voltage reaches a predetermined reference voltage V3 (see FIG. 6), and the reset synthesis circuit 22 or the voltage detection circuit 34 described above. When the activation completion signal PSO is input, the activation trigger circuit 32 that activates the power supply circuit 33, the control circuit 31 that executes the program as the I / O unit, and the completion of initialization of the control circuit 31 are notified. And a signal output circuit 35 for outputting an initialization completion signal.

図1(b)は上記の起動トリガ回路32の回路図であり、2つのトランジスタTr1,Tr2を主な構成要素としている。トランジスタTr1のベースは、抵抗R1を介してCPUユニット2のリセット合成回路22または隣接するI/Oユニット3の電圧検出回路34に接続され、Hレベルの起動完了信号PSOが入力されるとトランジスタTr1がONになってコレクタ−エミッタ間が導通する。また、トランジスタTr1のコレクタはトランジスタTr2のベースに接続されるとともに、抵抗R6を介してシステム電源V+に接続され、トランジスタTr1がON、つまりトランジスタTr1のコレクタ−エミッタ間が導通するとトランジスタTr2がOFFになるように構成されている。そして、トランジスタTr2がOFFになることによって電源回路(電源IC)33が起動し、各回路に駆動電源VCCが供給されるのである。   FIG. 1B is a circuit diagram of the start trigger circuit 32 described above, and includes two transistors Tr1 and Tr2 as main components. The base of the transistor Tr1 is connected to the reset synthesis circuit 22 of the CPU unit 2 or the voltage detection circuit 34 of the adjacent I / O unit 3 via the resistor R1. When an H-level activation completion signal PSO is input, the transistor Tr1 Becomes ON, and the collector-emitter becomes conductive. The collector of the transistor Tr1 is connected to the base of the transistor Tr2 and is connected to the system power supply V + via the resistor R6. When the transistor Tr1 is turned on, that is, when the collector-emitter of the transistor Tr1 is conductive, the transistor Tr2 is turned off. It is comprised so that it may become. Then, when the transistor Tr2 is turned off, the power supply circuit (power supply IC) 33 is activated, and the drive power supply VCC is supplied to each circuit.

図1(c)は上記の電圧検出回路34の回路図であり、コンパレータCP1を主な構成要素としている。コンパレータCP1の入力端Vinには抵抗R2を介して駆動電源VCCが接続されており、この駆動電源VCCの電源電圧を所定の基準電圧と比較し、基準電圧よりも高くなると出力端から起動完了信号PSOを出力するのである。   FIG. 1C is a circuit diagram of the voltage detection circuit 34 described above, and the comparator CP1 is the main component. A drive power supply VCC is connected to the input terminal Vin of the comparator CP1 via a resistor R2. The power supply voltage of the drive power supply VCC is compared with a predetermined reference voltage, and when it becomes higher than the reference voltage, a start completion signal is output from the output terminal. PSO is output.

図1(d)は上記の信号出力回路35の回路図であり、トランジスタTr3,Tr4を主な構成要素としている。トランジスタTr3のベースは、抵抗R3を介して制御回路31に接続され、制御回路31から出力されるHレベルのBOOT信号(初期化が完了したことを通知する信号)が入力されるとトランジスタTr3がONになってコレクタ−エミッタ間が導通する。また、トランジスタTr3のコレクタはトランジスタTr4のベースに接続されるとともに、抵抗R4を介して上記の電源ライン10(実際には後述の信号ライン形成部10a)に接続されている。さらに、トランジスタTr4のコレクタは、すべてのI/Oユニット3の初期化が完了したことを通知する全ユニット初期化完了信号DONEを伝送するための信号ライン9(実際には後述の信号ライン形成部9a)に接続されている。この信号出力回路35では、システム電源V+が供給されるとトランジスタTr4がONになるが、その後制御回路31からHレベルのBOOT信号が出力されるとトランジスタTr3がONになって、その結果トランジスタTr4がOFFになる。ここに、本実施形態では、上記のトランジスタTr4がスイッチ素子であり、またBOOT信号が所定の制御信号である。   FIG. 1D is a circuit diagram of the signal output circuit 35 described above, and includes transistors Tr3 and Tr4 as main components. The base of the transistor Tr3 is connected to the control circuit 31 via the resistor R3. When an H level BOOT signal (a signal notifying that the initialization is completed) output from the control circuit 31 is input, the transistor Tr3 Turns ON and conducts between collector and emitter. The collector of the transistor Tr3 is connected to the base of the transistor Tr4, and is connected to the power supply line 10 (actually a signal line forming unit 10a described later) via the resistor R4. Further, the collector of the transistor Tr4 is a signal line 9 for transmitting an all unit initialization completion signal DONE notifying that the initialization of all the I / O units 3 has been completed (in practice, a signal line forming unit described later). 9a). In this signal output circuit 35, the transistor Tr4 is turned on when the system power supply V + is supplied, but when the H level BOOT signal is outputted from the control circuit 31, the transistor Tr3 is turned on. As a result, the transistor Tr4 is turned on. Turns off. Here, in this embodiment, the transistor Tr4 is a switch element, and the BOOT signal is a predetermined control signal.

ここにおいて、図4はCPUユニット2およびI/Oユニット3A〜3Dを接続した状態での信号ライン9の一例であり、各信号出力回路35のトランジスタTr4が信号ライン9に対してそれぞれ並列に接続され、また信号ライン9は抵抗R5を介して駆動電源VCCにプルアップされている。したがって、何れかのトランジスタTr4がONになっている状態では全ユニット初期化完了信号DONEはLレベルに設定されることから、CPUユニット2はまだ初期化が完了していないI/Oユニット3があることを認識し、すべてのトランジスタTr4がOFFになっている状態では全ユニット初期化信号DONEはHレベルに設定されることから、CPUユニット2はすべてのI/Oユニット3の初期化が完了したことを認識するのである。   4 is an example of the signal line 9 in a state where the CPU unit 2 and the I / O units 3A to 3D are connected, and the transistor Tr4 of each signal output circuit 35 is connected in parallel to the signal line 9, respectively. The signal line 9 is pulled up to the drive power supply VCC through a resistor R5. Therefore, in a state where any of the transistors Tr4 is ON, the all unit initialization completion signal DONE is set to the L level, so that the CPU unit 2 has the I / O unit 3 that has not been initialized yet. Recognizing that there is, all unit initialization signal DONE is set to H level when all transistors Tr4 are OFF, so CPU unit 2 has completed initialization of all I / O units 3 Recognize that.

また、I/Oユニット3は、図1(a)に示すように、隣接するCPUユニット2や他のI/Oユニット3とともに1本の電源ライン10を形成する電源ライン形成部10aと、同様に隣接するCPUユニット2や他のI/Oユニット3とともに各1本の信号ライン7〜9を形成する信号ライン形成部7a〜9aとを備えている。そして、I/Oユニット3では、電源ライン形成部10aを介してシステム電源V+が供給され、また信号ライン形成部8aを介してリセット信号ERESETがCPUユニット2から伝送される。さらに、I/Oユニット3では、信号ライン形成部9aを介して初期化完了信号DONEをCPUユニット2に伝送するとともに、信号ライン形成部7aを介して全ユニット起動完了信号PSRをCPUユニット2に伝送するのである。   In addition, as shown in FIG. 1A, the I / O unit 3 is similar to the power supply line forming unit 10a that forms one power supply line 10 together with the adjacent CPU unit 2 and other I / O units 3. And signal line forming portions 7 a to 9 a for forming one signal line 7 to 9 together with the CPU unit 2 and the other I / O unit 3 adjacent to each other. In the I / O unit 3, the system power V + is supplied through the power line forming unit 10a, and the reset signal ERESET is transmitted from the CPU unit 2 through the signal line forming unit 8a. Further, in the I / O unit 3, an initialization completion signal DONE is transmitted to the CPU unit 2 via the signal line forming unit 9a, and an all unit activation completion signal PSR is transmitted to the CPU unit 2 via the signal line forming unit 7a. It is transmitted.

図5はI/Oユニット3の初期化時のタイムチャートであり、時刻t1のときに電源スイッチ(図示せず)がONにされると、まだシステム電源V+が供給されていないことから、全ユニット初期化完了信号DONEはLレベルになっており、またリセット信号ERESETおよびBOOT信号はHレベルになっている。そして、時刻t2のときにシステム電源V+が10Vに達すると、リセット信号ERESETおよびBOOT信号がLレベルになり、制御回路31がリセットされる。このとき、出力信号回路35のトランジスタTr3がOFF、トランジスタTr4がONであることから、全ユニット初期化完了信号DONEはLレベルのままである。   FIG. 5 is a time chart when the I / O unit 3 is initialized. When a power switch (not shown) is turned on at time t1, the system power V + is not yet supplied. The unit initialization completion signal DONE is at the L level, and the reset signal ERESET and the BOOT signal are at the H level. When system power supply V + reaches 10 V at time t2, reset signal ERESET and BOOT signal become L level, and control circuit 31 is reset. At this time, since the transistor Tr3 of the output signal circuit 35 is OFF and the transistor Tr4 is ON, the all unit initialization completion signal DONE remains at the L level.

その後、時刻t3のときにシステム電源V+が24Vになると、リセット信号ERESETおよびBOOT信号がHレベルになり、I/Oユニット3が1台である場合には全ユニット初期化完了信号DONEがHレベルになるので、CPUユニット2では、すべて(1台)のI/Oユニット3の初期化が完了したことを認識する。一方、I/Oユニット3が複数台である場合には全ユニット初期化完了信号DONEはLレベルのままであり、時刻t4のときに全ユニット初期化完了信号DONEがHレベルになると、CPUユニット2では、同様にすべてのI/Oユニット3の初期化が完了したことを認識する。   After that, when the system power supply V + becomes 24 V at time t3, the reset signal ERESET and the BOOT signal become H level. When there is one I / O unit 3, all unit initialization completion signals DONE are at H level. Therefore, the CPU unit 2 recognizes that the initialization of all (one) I / O units 3 has been completed. On the other hand, when there are a plurality of I / O units 3, the all unit initialization completion signal DONE remains at the L level. When the all unit initialization completion signal DONE becomes the H level at time t4, the CPU unit 2 recognizes that the initialization of all the I / O units 3 has been completed.

終端ユニット4は、図2に示すように、終端のI/Oユニット3Dの電圧検出回路34の信号出力端と、信号ライン形成部7aとの間を短絡するためのユニットであり、その結果終端のI/Oユニット3Dから出力される起動完了信号PSO(全ユニット起動完了信号PSR)は、信号ライン7を介してCPUユニット2に入力されるのである。そして、この起動完了信号PSOがCPUユニット2に入力されることで、CPUユニット2では、すべてのI/Oユニット3に電源が行き渡ったことを認識するのである。   As shown in FIG. 2, the termination unit 4 is a unit for short-circuiting the signal output terminal of the voltage detection circuit 34 of the termination I / O unit 3D and the signal line forming unit 7a. The activation completion signal PSO (all unit activation completion signal PSR) output from the I / O unit 3D is input to the CPU unit 2 via the signal line 7. When the activation completion signal PSO is input to the CPU unit 2, the CPU unit 2 recognizes that power has been distributed to all the I / O units 3.

ここで、本実施形態のプログラマブルコントローラは、上述したようにキャパシタC1を備えているため、停電などによって電力供給がストップされた場合でも、このキャパシタC1から供給される電力によってCPUユニット2の終了処理(例えばデータバックアップなど)が実行できるようになっている。ところが、このキャパシタC1は容量が限られていることから、連結されるI/Oユニット3が多い場合には上記の終了処理が完了する前に電源がOFFになる可能性がある。そこで、本実施形態では、CPUユニット2の終了処理に時間的余裕を持たせるために、キャパシタC1からの出力電圧が所定の基準電圧V1(図6参照)以下になると起動完了信号PSOをLレベルに設定し、各I/Oユニット3の電源回路33を停止させるように構成している。   Here, since the programmable controller of the present embodiment includes the capacitor C1 as described above, even when the power supply is stopped due to a power failure or the like, the CPU unit 2 is terminated by the power supplied from the capacitor C1. (For example, data backup) can be executed. However, since the capacity of the capacitor C1 is limited, the power supply may be turned off before the termination process is completed when there are many connected I / O units 3. Therefore, in the present embodiment, in order to allow time for the termination process of the CPU unit 2, when the output voltage from the capacitor C1 becomes equal to or lower than a predetermined reference voltage V1 (see FIG. 6), the activation completion signal PSO is set to the L level. And the power supply circuit 33 of each I / O unit 3 is stopped.

次に、プログラマブルコントローラの動作を、図6のタイムチャートを参照しながら説明する。電源ユニット1から供給されるシステム電源V+が時刻t1のときに基準電圧V1に達すると、CPUユニット2では、電圧検出回路24からリセット合成回路22に起動信号PF1が出力され、リセット合成回路22はHレベルのリセット信号CPU_RESETを制御回路21に出力する。また、リセット合成回路22は、内蔵の遅延タイマにより時刻t2のときに隣接するI/Oユニット3AにHレベルの起動完了信号PSOを出力し、I/Oユニット3Aでは、起動トリガ回路32に起動完了信号PSOが入力されると電源回路33が起動される。そして、時刻t3のときに電源回路33の出力電圧が基準電圧V3に達すると、電圧検出回路34から隣接するI/Oユニット3BにHレベルの起動完了信号PSOが出力される。   Next, the operation of the programmable controller will be described with reference to the time chart of FIG. When the system power supply V + supplied from the power supply unit 1 reaches the reference voltage V1 at time t1, in the CPU unit 2, the activation signal PF1 is output from the voltage detection circuit 24 to the reset synthesis circuit 22, and the reset synthesis circuit 22 An H level reset signal CPU_RESET is output to the control circuit 21. Further, the reset synthesis circuit 22 outputs an H level start completion signal PSO to the adjacent I / O unit 3A at time t2 by the built-in delay timer, and the I / O unit 3A starts the start trigger circuit 32. When the completion signal PSO is input, the power supply circuit 33 is activated. When the output voltage of the power supply circuit 33 reaches the reference voltage V3 at time t3, the H detection start signal PSO is output from the voltage detection circuit 34 to the adjacent I / O unit 3B.

以下同様にして、Hレベルの起動完了信号PSOがI/Oユニット3C,3Dの順に順次伝送され、時刻t6のときに終端のI/Oユニット3Dの電源回路33の出力電圧が基準電圧V3に達すると、電圧検出回路34からHレベルの起動完了信号PSOが出力される。そして、この起動完了信号PSOは、終端ユニット4を介して信号ライン7に伝送され、CPUユニット2のリセット合成回路22に入力される。すなわち、CPUユニット2は、この時点ですべてのI/Oユニット3に電源が行き渡ったことを認識するのである。その後、CPUユニット2のリセット合成回路22は、上記の遅延タイマにより時刻t7のときにHレベルのリセット信号ERESETを信号ライン8に出力し、各I/Oユニット3では、このリセット信号ERESETが入力されると制御回路31のリセット状態を解除するのである。その結果、リセット状態が解除された各I/Oユニット3では制御回路31の初期化がそれぞれ実行され、時刻t8のときにすべてのI/Oユニット3の制御回路31の初期化が完了すると、Hレベルの全ユニット初期化完了信号DONEがCPUユニット2に入力される。そして、CPUユニット2では、すべてのI/Oユニット3が初期化されたことを認識するのである。そして、CPUユニット2は、各I/Oユニット3をそれぞれ認識し、そして各I/Oユニット3との間で通信を開始してシーケンスプログラムを実行する。   Similarly, the H-level start completion signal PSO is sequentially transmitted in the order of the I / O units 3C and 3D, and the output voltage of the power supply circuit 33 of the terminal I / O unit 3D at the time t6 becomes the reference voltage V3. When it reaches, the voltage detection circuit 34 outputs an H-level start completion signal PSO. The activation completion signal PSO is transmitted to the signal line 7 via the termination unit 4 and input to the reset synthesis circuit 22 of the CPU unit 2. That is, the CPU unit 2 recognizes that the power has been distributed to all the I / O units 3 at this time. Thereafter, the reset synthesizing circuit 22 of the CPU unit 2 outputs the reset signal ERESET at H level to the signal line 8 at the time t7 by the delay timer, and the reset signal ERESET is input to each I / O unit 3. Then, the reset state of the control circuit 31 is released. As a result, the initialization of the control circuit 31 is executed in each I / O unit 3 whose reset state is released, and when the initialization of the control circuits 31 of all the I / O units 3 is completed at time t8, The H-level all unit initialization completion signal DONE is input to the CPU unit 2. Then, the CPU unit 2 recognizes that all the I / O units 3 have been initialized. The CPU unit 2 recognizes each I / O unit 3 and starts communication with each I / O unit 3 to execute a sequence program.

次に、停電などで外部電源からの電力供給がストップした場合の動作を、同様に図6のタイムチャートを参照しながら説明する。上述したように、停電の場合には電源ユニット1が備えるキャパシタC1が放電することで、CPUユニット2および各I/Oユニット3にシステム電源V+を供給するのであるが、時刻t9のときにキャパシタC1の出力電圧が基準電圧V1以下になると、CPUユニット2では、電圧検出回路24からリセット合成回路22にLレベルの起動信号PF1(電圧低下信号)が出力される。そして、リセット合成回路22は、Lレベルのリセット信号ERESETを各I/Oユニット3に出力し、その結果各I/Oユニット3の制御回路31がリセットされる。また、リセット合成回路22は、遅延タイマにより時刻t10のときにLレベルの起動完了信号PSOを隣接するI/Oユニット3Aに出力し、I/Oユニット3Aでは、起動完了信号PSOがLレベルにされたことで電源回路33を停止させる。そして、時刻t11のときに電源回路33の出力電圧が0Vになると、電圧検出回路34から出力される起動完了信号PSOがLレベルになり、この起動完了信号PSOが隣接するI/Oユニット3Bに出力される。   Next, the operation when power supply from the external power supply is stopped due to a power failure or the like will be described with reference to the time chart of FIG. As described above, in the event of a power failure, the capacitor C1 included in the power supply unit 1 is discharged, so that the system power supply V + is supplied to the CPU unit 2 and each I / O unit 3, but at time t9, the capacitor When the output voltage of C1 becomes equal to or lower than the reference voltage V1, the CPU unit 2 outputs an L level activation signal PF1 (voltage drop signal) from the voltage detection circuit 24 to the reset synthesis circuit 22. Then, the reset synthesis circuit 22 outputs an L level reset signal ERESET to each I / O unit 3, and as a result, the control circuit 31 of each I / O unit 3 is reset. In addition, the reset synthesis circuit 22 outputs the L level activation completion signal PSO to the adjacent I / O unit 3A at time t10 by the delay timer, and the I / O unit 3A sets the activation completion signal PSO to L level. As a result, the power supply circuit 33 is stopped. When the output voltage of the power supply circuit 33 becomes 0 V at time t11, the activation completion signal PSO output from the voltage detection circuit 34 becomes L level, and this activation completion signal PSO is sent to the adjacent I / O unit 3B. Is output.

以下同様にして、Lレベルの起動完了信号PSOがI/Oユニット3C,3Dの順に順次伝送されることで、I/Oユニット3が備える電源回路33が順次停止され、時刻t14のときにI/Oユニット3Dの電源回路33の出力電圧が0Vになり、電圧検出回路34から出力される起動完了信号PSOがLレベルになると、CPUユニット2では、信号ライン7を介して入力されるLレベルの全ユニット起動完了信号PSRにより、すべてのI/Oユニット3の電源がOFFされたことを認識するのである。そして最後に、時刻t15のときにキャパシタC1の出力電圧が基準電圧V2以下になると、電圧検出回路25は停止信号PF2をリセット合成回路22に出力し、リセット合成回路22はLレベルのリセット信号CPU_RESETを制御回路21に出力する。その結果、制御回路21はこのリセット信号CPU_RESETによりリセットされ、その後システム電源V+および駆動電源VCCが0Vになる。なお、図6中の破線aは、I/Oユニット3を電源OFFしなかった場合のシステム電源V+の電圧変化を示しており、本実施形態によれば、(t15−t14)だけCPUユニット2の終了時間を遅延させることができる。その結果、CPUユニット2において、データバックアップなどの終了処理に時間的余裕を持たせることができる。   Similarly, the L level activation completion signal PSO is sequentially transmitted in the order of the I / O units 3C and 3D, so that the power supply circuit 33 included in the I / O unit 3 is sequentially stopped. When the output voltage of the power supply circuit 33 of the / O unit 3D becomes 0 V and the activation completion signal PSO output from the voltage detection circuit 34 becomes L level, the CPU unit 2 receives the L level input via the signal line 7 It is recognized that all the I / O units 3 have been powered off by the all unit activation completion signal PSR. Finally, when the output voltage of the capacitor C1 becomes equal to or lower than the reference voltage V2 at time t15, the voltage detection circuit 25 outputs a stop signal PF2 to the reset synthesis circuit 22, and the reset synthesis circuit 22 outputs the reset signal CPU_RESET at the L level. Is output to the control circuit 21. As a result, the control circuit 21 is reset by the reset signal CPU_RESET, and then the system power supply V + and the drive power supply VCC become 0V. A broken line a in FIG. 6 indicates a voltage change of the system power supply V + when the I / O unit 3 is not turned off. According to the present embodiment, the CPU unit 2 is (t15−t14). Can be delayed. As a result, the CPU unit 2 can have a sufficient time for the end processing such as data backup.

而して、本実施形態によれば、各I/Oユニット3はそれぞれ電源が供給されると個別に初期化を開始することから、システムの起動時間は最も長い初期化時間によって決まり、従来例のように起動時間が累積的に増加するものではないから、システムの起動時間が長くなるのを防止することができ、また信号ライン9の状態変化を検出することで、すべてのI/Oユニット3の初期化が完了したことをCPUユニット2に認識させることができる。さらに、本実施形態のように、トランジスタTr4を用いることによって簡単且つ安価な信号出力回路35を実現でき、その結果コストアップを抑えたプログラマブルコントローラを提供することができる。   Thus, according to the present embodiment, since each I / O unit 3 starts initialization individually when power is supplied, the system startup time is determined by the longest initialization time. Since the startup time does not increase cumulatively as described above, it is possible to prevent the system startup time from becoming long, and all I / O units can be detected by detecting the state change of the signal line 9. 3 can be recognized by the CPU unit 2. Furthermore, as in the present embodiment, a simple and inexpensive signal output circuit 35 can be realized by using the transistor Tr4, and as a result, a programmable controller that suppresses cost increase can be provided.

なお、本実施形態では、スタッキングタイプのプログラマブルコントローラを例に説明したが、図7(a)に示すようなビルディングブロックタイプのプログラマブルコントローラであってもよい。また、本実施形態では、増設ユニットがI/Oユニット3である場合を例に説明したが、増設ユニットは本実施形態に限定されるものではなく、例えば通信用のネットワークユニットやシリアルデータ用の制御ユニットなどであってもよい。さらに、本実施形態では、I/Oユニット3が4台の場合を例に説明したが、I/Oユニット3の台数は本実施形態に限定されるものではなく、1台であってもいいし、2台、3台、または5台以上であってもよい。また、本実施形態では、電源ユニット1が設けられているが、例えばCPUユニット2内に電源機能を設けてもよい。   In the present embodiment, a stacking type programmable controller has been described as an example. However, a building block type programmable controller as shown in FIG. 7A may be used. In this embodiment, the case where the extension unit is the I / O unit 3 has been described as an example. However, the extension unit is not limited to this embodiment. For example, the extension unit is for a communication network unit or serial data. It may be a control unit or the like. Furthermore, although the case where the number of I / O units 3 is four has been described as an example in the present embodiment, the number of I / O units 3 is not limited to the present embodiment, and may be one. Two, three, or five or more may be used. In the present embodiment, the power supply unit 1 is provided. However, for example, a power supply function may be provided in the CPU unit 2.

2 CPUユニット
3A〜3D I/Oユニット(増設ユニット)
9 信号ライン
9a 信号ライン形成部
35 信号出力回路
2 CPU units 3A to 3D I / O unit (extension unit)
9 signal line 9a signal line forming part 35 signal output circuit

Claims (2)

1乃至複数の増設ユニットと、増設ユニットを制御するCPUユニットとを備え、前記1乃至複数の増設ユニットを前記CPUユニットに順次連結したプログラマブルコントローラであって、前記増設ユニットは、前記CPUユニットへの信号ラインを形成する信号ライン形成部と、自己の初期化が完了したことを通知する初期化完了信号を出力する信号出力回路とを有し、前記信号ラインは、すべての増設ユニットの前記信号出力回路から前記初期化完了信号が出力されると状態が変化し、前記CPUユニットは、前記信号ラインの状態変化を検出するとすべての増設ユニットが初期化されたことを認識することを特徴とするプログラマブルコントローラ。   A programmable controller comprising one or more extension units and a CPU unit for controlling the extension units, wherein the one or more extension units are sequentially connected to the CPU unit, wherein the extension units are connected to the CPU unit. A signal line forming unit that forms a signal line; and a signal output circuit that outputs an initialization completion signal notifying that the self-initialization has been completed, and the signal line outputs the signal output of all extension units. The state changes when the initialization completion signal is output from the circuit, and the CPU unit recognizes that all the extension units are initialized when detecting the state change of the signal line. controller. 前記増設ユニットは、前記CPUユニットからの電源ラインを形成する電源ライン形成部を有し、前記信号ラインは所定の制御電圧にプルアップされており、前記信号出力回路は、前記信号ライン形成部とグランドとの間に介装されるスイッチ素子を有し、当該スイッチ素子は、前記電源ライン形成部より供給される電源が所定の基準値に達するとオンになるとともに、自己の初期化が完了すると所定の制御信号によってオフになり、前記CPUユニットは、すべての増設ユニットの前記スイッチ素子がオフになって前記信号ラインの状態がハイレベルに変化するとすべての増設ユニットが初期化されたことを認識することを特徴とする請求項1記載のプログラマブルコントローラ。   The extension unit includes a power supply line forming unit that forms a power supply line from the CPU unit, the signal line is pulled up to a predetermined control voltage, and the signal output circuit includes the signal line forming unit and the signal line forming unit. The switch element is interposed between the ground and the switch element is turned on when the power supplied from the power line forming unit reaches a predetermined reference value, and the initialization of the switch element is completed. The CPU unit is turned off by a predetermined control signal, and the CPU unit recognizes that all the extension units are initialized when the switch elements of all the extension units are turned off and the state of the signal line changes to a high level. The programmable controller according to claim 1.
JP2009221501A 2009-09-25 2009-09-25 Programmable controller Active JP4981864B2 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
JP2009221501A JP4981864B2 (en) 2009-09-25 2009-09-25 Programmable controller
CN201010294258.9A CN102033502B (en) 2009-09-25 2010-09-21 Programmable controller
DE102010046429.5A DE102010046429B4 (en) 2009-09-25 2010-09-23 Programmable controller
US12/923,496 US8566631B2 (en) 2009-09-25 2010-09-24 Serially shutting down extension units to time extend power to CPU from charging backup supply
KR1020100092867A KR101233550B1 (en) 2009-09-25 2010-09-24 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009221501A JP4981864B2 (en) 2009-09-25 2009-09-25 Programmable controller

Publications (2)

Publication Number Publication Date
JP2011070444A true JP2011070444A (en) 2011-04-07
JP4981864B2 JP4981864B2 (en) 2012-07-25

Family

ID=44015670

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009221501A Active JP4981864B2 (en) 2009-09-25 2009-09-25 Programmable controller

Country Status (1)

Country Link
JP (1) JP4981864B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015064870A (en) * 2013-08-08 2015-04-09 ゼネラル・エレクトリック・カンパニイ System and method for modular controller assembly supporting redundant configurations
JP2016062254A (en) * 2014-09-17 2016-04-25 パナソニック デバイスSunx株式会社 Programmable controller and control method for programmable controller

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5868109A (en) * 1981-10-17 1983-04-22 Toshiba Mach Co Ltd Programmable sequential controller with function expansibility
JPH06324721A (en) * 1993-05-12 1994-11-25 Omron Corp Method for detecting falling-off of connection unit
JP2000506660A (en) * 1997-09-13 2000-05-30 リンダウェル、ドルニエ、ゲゼルシャフト、ミット、ベシュレンクテル、ハフツング Apparatus and control method for machine, especially power loom
JP2002196022A (en) * 2000-12-26 2002-07-10 Advantest Corp Power failure detector
JP2007310693A (en) * 2006-05-19 2007-11-29 Omron Corp Safety controller

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5868109A (en) * 1981-10-17 1983-04-22 Toshiba Mach Co Ltd Programmable sequential controller with function expansibility
JPH06324721A (en) * 1993-05-12 1994-11-25 Omron Corp Method for detecting falling-off of connection unit
JP2000506660A (en) * 1997-09-13 2000-05-30 リンダウェル、ドルニエ、ゲゼルシャフト、ミット、ベシュレンクテル、ハフツング Apparatus and control method for machine, especially power loom
JP2002196022A (en) * 2000-12-26 2002-07-10 Advantest Corp Power failure detector
JP2007310693A (en) * 2006-05-19 2007-11-29 Omron Corp Safety controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015064870A (en) * 2013-08-08 2015-04-09 ゼネラル・エレクトリック・カンパニイ System and method for modular controller assembly supporting redundant configurations
JP2016062254A (en) * 2014-09-17 2016-04-25 パナソニック デバイスSunx株式会社 Programmable controller and control method for programmable controller

Also Published As

Publication number Publication date
JP4981864B2 (en) 2012-07-25

Similar Documents

Publication Publication Date Title
US8566631B2 (en) Serially shutting down extension units to time extend power to CPU from charging backup supply
TWI394346B (en) Mother board with rapid charging handheld multimedia device
US10936524B2 (en) Bus system with slave devices
US7904623B2 (en) Ethernet controller
US20110082955A1 (en) I2C/SMBus Ladders and Ladder Enabled ICs
JP2016004388A (en) Communication system and electronic circuit
JP2007149084A (en) Fan system and its sequential start module, and delay start unit
TWI413893B (en) Delay method, output device and power system for determining activation moment of circuit system
JP4981864B2 (en) Programmable controller
KR100695791B1 (en) Communication apparatus and control method for the communication apparatus
JP4981865B2 (en) Programmable controller
US10915079B2 (en) Light sensor device controlled with dual-mode master-and-slave MCU application
TWI463796B (en) Method and device for delaying activation timing of output device
KR101399257B1 (en) Processing device and processing system
JP6003171B2 (en) Electronics
JP2011070452A (en) Programmable controller
JP5136036B2 (en) Programmable logic controller
CN103747239B (en) A kind of method and intelligent television entering debugging mode
CN112636308A (en) Battery short-circuit protection method, device, system, battery and storage medium
TWI570540B (en) Server system and random turn on device
JP2008072573A (en) Output controller
JP2020156222A (en) Power supply controller of in-vehicle camera module
JP4419671B2 (en) Reset control circuit
CN112115000B (en) Remote resetting method and system of system component power supply and BMC remote device
JP2010087959A (en) Semiconductor device

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20110701

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20110701

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110713

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20110627

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110816

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111017

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

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

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

Free format text: PAYMENT UNTIL: 20150427

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4981864

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

Year of fee payment: 3

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20150427

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250