JP2019020822A - Programmable controller - Google Patents
Programmable controller Download PDFInfo
- Publication number
- JP2019020822A JP2019020822A JP2017136248A JP2017136248A JP2019020822A JP 2019020822 A JP2019020822 A JP 2019020822A JP 2017136248 A JP2017136248 A JP 2017136248A JP 2017136248 A JP2017136248 A JP 2017136248A JP 2019020822 A JP2019020822 A JP 2019020822A
- Authority
- JP
- Japan
- Prior art keywords
- module
- bus
- slot
- data
- 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.)
- Granted
Links
- 230000004044 response Effects 0.000 abstract description 5
- 230000006870 function Effects 0.000 description 30
- 238000010586 diagram Methods 0.000 description 5
- 230000002457 bidirectional effect Effects 0.000 description 4
- 238000000034 method Methods 0.000 description 4
- MHABMANUFPZXEB-UHFFFAOYSA-N O-demethyl-aloesaponarin I Natural products O=C1C2=CC=CC(O)=C2C(=O)C2=C1C=C(O)C(C(O)=O)=C2C MHABMANUFPZXEB-UHFFFAOYSA-N 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 230000001960 triggered effect Effects 0.000 description 1
Images
Landscapes
- Programmable Controllers (AREA)
Abstract
Description
本発明は、設備や機械システムの動作をシーケンスプログラムによって制御するプログラマブルコントローラのCPUモジュールと入出力(IO)モジュールとのIOアクセス方式に関するものである。 The present invention relates to an IO access method between a CPU module and an input / output (IO) module of a programmable controller that controls operations of equipment and a mechanical system by a sequence program.
プログラマブルコントローラ(以下、「PLC」という)は、ユーザが作成するラダープログラムをサイクリックに実行する制御機器であって、工場などに設置されている多様な機械設備やプラント設備などを制御するための汎用制御装置として広く普及している。 A programmable controller (hereinafter referred to as “PLC”) is a control device that cyclically executes a ladder program created by a user, and is used to control various machine facilities and plant facilities installed in factories and the like. Widely used as a general-purpose control device.
PLCは、機械設備の稼働状態をセンサやスイッチなどの機器からデジタル信号として入力モジュールを介して、外部入力としてのON/OFF情報として取り込むか、あるいは、プラント設備の圧力情報や温度情報などをアナログ信号として取り込み、ユーザが作成したシーケンスプログラムにて演算を行う。 The PLC captures the operating status of the mechanical equipment as ON / OFF information as an external input from a device such as a sensor or switch as a digital signal via an input module, or analogizes plant equipment pressure information or temperature information. It takes in as a signal and performs calculations using a sequence program created by the user.
そして、その演算結果は、デジタル信号やアナログ信号として出力モジュールを介して機械設備の動力源やプラント設備のバルブなどに伝達され、設備全体の高度な制御が実現される。この入力モジュールから入力データを取り込み、出力モジュールへ演算結果を出力することを「IOリフレッシュ」と呼ぶ。PLCによる制御を高速に行うための手段の一つとして、このIOリフレッシュを高速に行うことが挙げられる。 Then, the calculation result is transmitted as a digital signal or an analog signal to the power source of the machine facility, the valve of the plant facility, or the like via the output module, thereby realizing advanced control of the entire facility. Taking input data from the input module and outputting the operation result to the output module is called “IO refresh”. One means for performing control by PLC at high speed is to perform this IO refresh at high speed.
このPLCによる制御を高速化するための技術として、例えば、特許文献1には、「入出力モジュール割付情報に各モジュールの更新周期を設定可能とし、毎スキャンのリフレッシュ処理実行時に、更新周期が設定された更新周期と等しいか、あるいは、それよりも過ぎているモジュールのみリフレッシュを実行することで、CPUモジュールとIOモジュールとのバスアクセス回数を低減し、スキャン時間の高速化を図る」技術が示されている。 As a technique for speeding up the control by the PLC, for example, in Patent Document 1, “the update cycle of each module can be set in the input / output module allocation information, and the update cycle is set when the refresh process is executed for each scan”. Technology that reduces the number of bus accesses between the CPU module and the IO module and speeds up the scan time by refreshing only the modules that are equal to or longer than the updated update cycle. " Has been.
上記の特許文献1では、バスアクセス回数を低減しているが、外部入力のON/OFF情報をトリガにモジュール内部の動作を制御していることは開示されていない。また、IOモジュールとCPUモジュールとの間でのデータの受渡しを高速に行う手法についても考慮されていない。 In Patent Document 1 described above, the number of bus accesses is reduced, but it is not disclosed that the internal operation of the module is controlled using external input ON / OFF information as a trigger. In addition, no consideration is given to a method for transferring data between the IO module and the CPU module at high speed.
そこで、本発明では、CPUモジュールとIOモジュールとの間で高速にデータを受渡しすることで、外部入力からの高速な応答を可能にすることを目的とする。 Therefore, an object of the present invention is to enable a high-speed response from an external input by transferring data at high speed between a CPU module and an IO module.
本発明の好ましい一例としては、CPUモジュールと、1以上のIOモジュールと、CPUモジュールとIOモジュールを接続するIOバスとを備え、IOモジュールのうち第1のIOモジュールには、IOバスに流れるIOモジュールのデータをキャプチャするバスキャプチャ部を有し、CPUモジュールからのリードアクセスに関する信号に基づいて、バスキャプチャ部が、第2のIOモジュールのデータを取り込むプログラマブルコントローラである。 As a preferred example of the present invention, a CPU module, one or more IO modules, and an IO bus connecting the CPU module and the IO module are provided, and the first IO module of the IO modules has an IO flowing through the IO bus. The bus capture unit is a programmable controller that has a bus capture unit that captures module data, and that captures data of the second IO module based on a signal related to read access from the CPU module.
本発明によれば、外部入力からの高速な応答が可能となる。 According to the present invention, a high-speed response from an external input is possible.
以下、本発明によるバスキャプチャ機能付きPLCの実施例について図面を参照しながら説明する。 Hereinafter, embodiments of a PLC with a bus capture function according to the present invention will be described with reference to the drawings.
図1は、本発明の実施例に係るPLCの構成図である。 FIG. 1 is a configuration diagram of a PLC according to an embodiment of the present invention.
このPLCのCPUモジュール1は、シーケンスプログラムの演算を行うMPU11a、パソコン等の周辺機器と通信するための通信ポート12、シーケンスプログラムやシステムプログラムを格納するためのROM13a、シーケンスプログラムの演算に使用するデータを格納するRAM14a、RAM14aとIOバス3に接続されるIOモジュールとのデータ転送を行うDMAC15a、IOバス3とのインタフェースであるアドレス出力部およびデータ入出力部を持つBUSコントローラM16(Mは「マスタ」を表す)、から構成される。
The CPU module 1 of the PLC includes an
CPUモジュール1は、IOスロット0、IOスロット1、・・・IOスロットnに、どのようなIOモジュールが実装されているのか、あらかじめ把握する必要がある。通常はIOモジュール側において、ステータス情報として入出力タイプやデータサイズといった情報をCPUモジュール1から認識できるようにする。 The CPU module 1 needs to know in advance which IO module is mounted in the IO slot 0, IO slot 1,... IO slot n. Normally, information such as an input / output type and data size can be recognized from the CPU module 1 as status information on the IO module side.
IOモジュール2には、デジタル信号やアナログ信号用のIOモジュール(入力モジュール202や出力モジュール203)の他に、バスキャプチャ機能付きモジュール201がある。
3は、IOバスを示し、アドレス/データ信号21が流れる。22は、スロット0から任意のnを選択するスロットn選択信号を示し、スロットn選択信号は、IOスロットnに実装したIOモジュールのみに信号を送る構成である。23は、リードストローブ信号を示す。24は、ライトストローブ信号を示す。
The
CPUモジュール1は、IOバス3を介して各IOスロットにアクセスする。該IOバス3のアドレス、データの他に、スロットを選択するためのスロット選択信号22やリードストローブ信号23、ライトストローブ信号24が必要である。スロット選択信号22は個々のスロット毎にCPUモジュール1から出力されるものであるが、アドレスをデコードしてCPUモジュール1がスロット選択信号22を出力する。
The CPU module 1 accesses each IO slot via the
バスキャプチャ機能付きモジュール201は、シーケンスプログラムの演算を行うMPU11b、シーケンスプログラムやシステムプログラムを格納するためのROM13b、シーケンスプログラムの演算に使用するデータを格納するRAM14b、IOバス3とのインタフェースであるアドレス出力部およびデータ入出力部を持つBUSコントローラS17(Sは「スレーブ」を表す)、から構成される。
The
図2は、このIOバス3上でのCPUモジュール1のリードアクセスとライトアクセスを示すタイムチャートである。リードアクセスの際には、IOスロットnの入力モジュールを選択するスロットn選択信号22がhighレベルからlowレベルに変化するタイミングで、アドレス/データ信号21にはアドレスがIOバス3に流れる。リードストローブ信号23がhighレベルからlowレベルに変化するタイミングで、IOスロットnの入力モジュールからリードデータが、IOバス3に流れる。
FIG. 2 is a time chart showing read access and write access of the CPU module 1 on the
ライトアクセスの際には、IOスロットnの出力モジュールを選択するスロットn選択信号22が、highレベルからlowレベルに変化するタイミングで、アドレス/データ信号21にはアドレスがIOバス3に流れる。ライトストローブ信号24が、highレベルからlowレベルに変化するタイミングで、IOスロットnの出力モジュールからのライトデータが、IOバス3に流れる。
During write access, the address / data signal 21 flows to the
CPUモジュール1は、このリード/ライトアクセスをIOスロットに実装されているIOモジュールに対して行う。図3に示すように、まずは入力モジュールからデータを取り込む入力リフレッシュを行い、そのデータにてユーザプログラムの実行を行った後、出力モジュールに対する出力リフレッシュを行う。これをスキャンと称し、サイクリックに行いPLCとしての制御を行う。 The CPU module 1 performs this read / write access to the IO module mounted in the IO slot. As shown in FIG. 3, first, input refresh for fetching data from the input module is performed, and after executing the user program with the data, output refresh for the output module is performed. This is called scanning, and is performed cyclically to control the PLC.
ここで、図1に示す構成で、IOリフレッシュを行う際に、IOスロット0にバスキャプチャ機能付きモジュール201が実装されている場合の動作について説明する。CPUモジュール1がIOスロット1の入力モジュールに対する入力リフレッシュを行う際には、スロット選択信号はスロット1用の信号のみアサートされ、他のスロットに対するスロット選択信号はアサートされない。
Here, an operation when the
これはCPUモジュール1がアドレスに含まれるスロットアドレスをデコードすることによって、複数のスロット選択信号か一意に決まるスロット選択信号のみをアサートすることができるものである。よって他のスロットの入力モジュールがデータを出力することはない。 This is because the CPU module 1 can assert only a plurality of slot selection signals or uniquely determined slot selection signals by decoding the slot address included in the address. Therefore, input modules in other slots do not output data.
図4は、バスキャプチャ機能付きモジュール201のBUSコントローラS17の機能を説明する図である。バスキャプチャ部42は、常に、IOバス3を流れるアドレス/データ信号21を見ており、IOスロット1のアドレスに対するCPUモジュール1のアクセスを認識した際に、データ授受対象スロットテーブル41のSlot1が”要”となっていることを認識可能であり、そのリードアクセス時のデータを取得することが可能となる。
FIG. 4 is a diagram illustrating the function of the BUS controller S17 of the
データ授受対象スロットテーブル41は、BUSコントローラS17のメモリなどに格納する。 The data transfer target slot table 41 is stored in the memory of the BUS controller S17.
IOスロット1に対するリードアクセス実行時に、バスキャプチャ部42にて、IOバス3上のアドレス/データ信号21のアドレスに含まれるスロットアドレスをデコードし、他のスロットに対するアクセスであることを認識可能である。たとえば、通常のIOモジュールがSlot0に実装されている場合は、IOモジュール2は、Slot1のスロット選択信号は見ることはできない。一方、バスキャプチャ機能付きモジュール201では、アドレス信号に含まれるスロットアドレスをデコードし、Slot1へのアクセスであると判定する。
When the read access to the IO slot 1 is executed, the
よって、予め設定されたデータ授受対象スロットテーブル41に対するアクセスがあった場合にはそのリードデータを直接取り込むことが出来る。 Therefore, when there is an access to a preset data transfer target slot table 41, the read data can be directly fetched.
このデータ授受対象スロットテーブルの情報は、PC上のプログラミングツールからIOモジュールの割付を行う際に、バスキャプチャ機能付きモジュール201が使用する入力モジュールの有無、スロット位置を指定し、プログラムを、CPUモジュール1へ転送後、CPUモジュール1から該バスキャプチャ機能付きモジュール201に必要な情報を転送することで入手することが出来る。
The information in the data transfer target slot table specifies the presence / absence of input modules and slot positions used by the
実施例1では、バスキャプチャ機能付きモジュール201がリードもしくはライトできるスロットを示すデータ授受対象スロットテーブル41の設定に基づいて、IOバス3からリードアクセス時のデータを取得することが可能となる。
In the first embodiment, it is possible to acquire data at the time of read access from the
従って、スロット1の入力データをCPUモジュール1が取込み、その後スロット0のバスキャプチャ機能付きモジュール201に、該入力データを渡す必要がなくなり、より高速に入力データを取り込むことが可能である。
Therefore, it is not necessary for the CPU module 1 to take in the input data in the slot 1 and then transfer the input data to the
図4に示す双方向バッファ43は、バスキャプチャ部42もしくは通常アクセスバス制御部44からのイネーブル信号に基づいて、BUSコントローラS17の内部バス45からIOバス3にデータを出力する。また、双方向バッファ43は、バスキャプチャ部42もしくは、通常アクセスバス制御部44からのイネーブル信号に基づいて、IOバス3からデータをBUSコントローラS17に入力することができる。
The
通常アクセスバス制御部44は、自らの選択信号であるスロット0の選択信号については、データを取り込むとともに、出力するためのイネーブルの信号を、双方向バッファ43に出力する。たとえば、バスキャプチャ機能付きモジュール201が、スロット0に実装されている場合は、バスキャプチャ部42は、スロット1のスロット選択信号は見ることができないが、アドレス信号に含まれるスロットアドレスをデコードし、スロット1へのアクセスであることが判り、スロット1のデータを授受できるように双方向バッファ43にイネーブル信号を出力する。
The normal access
一般に、IOモジュールである高機能モジュールにおいては、外部入力信号のON/OFF情報をトリガにモジュール内部の動作を制御する。そこで、入力信号からの応答を高速化するため、そのモジュール自体で入力信号を取り込む機能も持たせることができる。 In general, in a high-function module that is an IO module, the internal operation of the module is controlled using ON / OFF information of an external input signal as a trigger. Therefore, in order to speed up the response from the input signal, the module itself can also have a function of capturing the input signal.
その場合は、物理的に入力可能な点数には制約が出てきてしまう。そのため外部入力信号を取り込み、その入力を元に制御を行う高機能モジュールは、CPUモジュールから該入力データを渡してもらう必要があった。 In that case, there are restrictions on the number of points that can be physically input. Therefore, a high function module that takes in an external input signal and performs control based on the input needs to receive the input data from the CPU module.
図5は、CPUモジュールから高機能モジュールが該入力データを渡してもらう場合の外部入力の取込みタイミングとリフレッシュの関係を示すタイムチャートである。実際の入力信号の変化がA点であったとすると、その後のCPUモジュールの入力リフレッシュがB点で行われ、そのデータが高機能モジュールに渡るのはCPUモジュールが出力リフレッシュを行ったC点ということになる。 FIG. 5 is a time chart showing the relationship between external input capture timing and refresh when the high function module receives the input data from the CPU module. Assuming that the actual change in the input signal is point A, the subsequent input refresh of the CPU module is performed at point B, and that data is passed to the high-function module at point C where the CPU module has performed output refresh. become.
図5の中で外部入力信号のON/OFF(A点)は、CPUモジュールが入力リフレッシュ(B点)を実行した時点で、CPUモジュールで認識できる。この入力リフレッシュは、図3に示すように、サイクリックに行われる。 In FIG. 5, ON / OFF (point A) of the external input signal can be recognized by the CPU module when the CPU module executes input refresh (point B). This input refresh is performed cyclically as shown in FIG.
実施例1によれば、バスキャプチャ機能付きモジュール201へのデータの取り込みは、B点で行われるため、外部入力からの高速な応答をすることができる。
According to the first embodiment, since data is taken into the
実施例1では、入力モジュールからバスキャプチャ機能付きモジュール201へデータを取り込む場合の実施例を説明した。実施例2では、バスキャプチャ機能付きモジュール201で、演算負荷を分散させる場合を、図6を用いて説明する。
In the first embodiment, the embodiment in which data is captured from the input module to the
ここで、CPUモジュール1では、スロット1の入力モジュール202、スロット2の出力モジュール203を対象とした演算を行い、スロット0のバスキャプチャ機能付きモジュール201では、スロット3の入力モジュール204、スロット4の出力モジュール205を対象として演算を行うものとする。
Here, the CPU module 1 performs an operation on the
これらは予めユーザがスロット0のバスキャプチャ機能付きモジュール201に対してデータ授受対象スロットテーブル41の情報を設定することで、バスキャプチャ機能付きモジュール201が、Slot”要”に対応する入出力モジュールでの入力リフレッシュや出力リフレッシュのタイミングを、認識可能となる。
The user sets the information in the data transfer target slot table 41 in advance for the
図7に示すように、スロット1の入力モジュール202と、スロット2の出力モジュール203に対するIOリフレッシュはCPUモジュール1が行う。一方、バスキャプチャ機能付きモジュール(高機能モジュール)201は、バスキャプチャ部42によりスロット3からのリードアクセス、スロット4へのライトアクセスを認識可能であり、スロット3からのリードデータを取込み、ユーザユーザプログラムを実行し、スロット4へ演算結果を出力することが可能である。
As shown in FIG. 7, the CPU module 1 performs IO refresh for the
図8に、スロット4に対するCPUモジュール1側のライトアクセス時のタイムチャートを示す。 FIG. 8 shows a time chart at the time of write access to the slot 4 on the CPU module 1 side.
ライトアクセスの際には、IOスロットnを選択するスロットn選択信号22が、highレベルからlowレベルに変化するタイミングで、アドレス/データ信号21にはアドレスがIOバス3に流れる。ライトストローブ信号24が、highレベルからlowレベルに変化するタイミングで、バスキャプチャ機能付きモジュール201が演算した結果のデータが、IOバス3を経由してIOスロットnの出力モジュールに、ライトデータとして流れる。
At the time of write access, the address / data signal 21 flows to the
スロット4は、CPUモジュール1側のユーザプログラムによる演算対象としないため、アドレスのみを出力し、データは、ハイインピーダンス(Hi−Z)状態とする。これで、このタイミング時にバスキャプチャ機能付きモジュール201が、演算結果をスロット4に出力することが出来る。
Since the slot 4 is not subject to calculation by the user program on the CPU module 1, only the address is output and the data is in a high impedance (Hi-Z) state. Thus, the
IOリフレッシュのタイミングは、バスマスタであるCPUモジュール1が、トリガとなり、バススレーブであるバスキャプチャ機能付きモジュール201は、そのタイミングに従うこととなる。
The timing of the IO refresh is triggered by the CPU module 1 that is a bus master, and the
実施例2によれば、CPUモジュール1のIOリフレッシュに同期して、一部のIOモジュール2の入出力データを使用した制御を、バスキャプチャ機能付きモジュール201が、CPUモジュール1と分担して演算負荷を分散させることも可能となる。
よって、容易に、CPUモジュールと同期を行いつつ負荷分散を行うことが可能である。
According to the second embodiment, in synchronization with the IO refresh of the CPU module 1, the
Therefore, it is possible to easily distribute the load while synchronizing with the CPU module.
1…CPUモジュール、2…IOモジュール、3…IOバス、16…BUSコントローラM、17…BUSコントローラS、41…データ授受対象スロットテーブル、42…バスキャプチャ部、201…バスキャプチャ機能付きモジュール DESCRIPTION OF SYMBOLS 1 ... CPU module, 2 ... IO module, 3 ... IO bus, 16 ... BUS controller M, 17 ... BUS controller S, 41 ... Data transfer object slot table, 42 ... Bus capture part, 201 ... Module with bus capture function
Claims (5)
前記IOモジュールのうち第1のIOモジュールには、前記IOバスに流れるIOモジュールのデータをキャプチャするバスキャプチャ部を有し、
前記CPUモジュールからのリードアクセスに関する信号に基づいて、前記バスキャプチャ部が、第2のIOモジュールのデータを取り込むことを特徴とするプログラマブルコントローラ。 A CPU module, one or more IO modules, and an IO bus connecting the CPU modules and the IO modules;
The first IO module among the IO modules has a bus capture unit that captures data of the IO module flowing in the IO bus,
The programmable controller, wherein the bus capture unit captures data of the second IO module based on a signal related to read access from the CPU module.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017136248A JP6971668B2 (en) | 2017-07-12 | 2017-07-12 | Programmable controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017136248A JP6971668B2 (en) | 2017-07-12 | 2017-07-12 | Programmable controller |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019020822A true JP2019020822A (en) | 2019-02-07 |
JP6971668B2 JP6971668B2 (en) | 2021-11-24 |
Family
ID=65354123
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017136248A Active JP6971668B2 (en) | 2017-07-12 | 2017-07-12 | Programmable controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6971668B2 (en) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114047731A (en) * | 2021-11-08 | 2022-02-15 | 西安热工研究院有限公司 | Distributed control system IO module hardware address self-adaptive identification method and system |
US11300951B2 (en) | 2019-07-29 | 2022-04-12 | Denso Wave Incorporated | Input module of industrial control apparatus |
US11336281B2 (en) | 2020-05-18 | 2022-05-17 | Denso Wave Incorporated | Output module for industrial control system |
US11519973B2 (en) | 2019-09-20 | 2022-12-06 | Denso Wave Incorporated | Output module of industrial control apparatus |
US11528030B2 (en) | 2019-09-18 | 2022-12-13 | Denso Wave Incorporated | Analog input device |
US11789423B2 (en) | 2021-03-24 | 2023-10-17 | Denso Wave Incorporated | Programmable logic controller |
US11802912B2 (en) | 2021-08-30 | 2023-10-31 | Denso Wave Incorporated | Output module for industrial control device, and industrial control device |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63268004A (en) * | 1987-04-24 | 1988-11-04 | Koyo Denshi Kogyo Kk | Programmable controller |
JPH02299004A (en) * | 1989-05-12 | 1990-12-11 | Yaskawa Electric Mfg Co Ltd | Monitor system for programmable controller |
JP2011216085A (en) * | 2010-03-15 | 2011-10-27 | Omron Corp | Programmable controller |
-
2017
- 2017-07-12 JP JP2017136248A patent/JP6971668B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63268004A (en) * | 1987-04-24 | 1988-11-04 | Koyo Denshi Kogyo Kk | Programmable controller |
JPH02299004A (en) * | 1989-05-12 | 1990-12-11 | Yaskawa Electric Mfg Co Ltd | Monitor system for programmable controller |
JP2011216085A (en) * | 2010-03-15 | 2011-10-27 | Omron Corp | Programmable controller |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11300951B2 (en) | 2019-07-29 | 2022-04-12 | Denso Wave Incorporated | Input module of industrial control apparatus |
US11528030B2 (en) | 2019-09-18 | 2022-12-13 | Denso Wave Incorporated | Analog input device |
US11519973B2 (en) | 2019-09-20 | 2022-12-06 | Denso Wave Incorporated | Output module of industrial control apparatus |
US11336281B2 (en) | 2020-05-18 | 2022-05-17 | Denso Wave Incorporated | Output module for industrial control system |
US11789423B2 (en) | 2021-03-24 | 2023-10-17 | Denso Wave Incorporated | Programmable logic controller |
US11802912B2 (en) | 2021-08-30 | 2023-10-31 | Denso Wave Incorporated | Output module for industrial control device, and industrial control device |
CN114047731A (en) * | 2021-11-08 | 2022-02-15 | 西安热工研究院有限公司 | Distributed control system IO module hardware address self-adaptive identification method and system |
Also Published As
Publication number | Publication date |
---|---|
JP6971668B2 (en) | 2021-11-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2019020822A (en) | Programmable controller | |
CN106020009B (en) | Control device | |
CN106020008B (en) | Control device | |
US20140304436A1 (en) | Sensor polling unit for microprocessor integration | |
US11215957B2 (en) | Functional unit and control apparatus wherein a functional unit synchronized with another functional unit on basis of an outside trigger signal having a synchronized period | |
JP2017079009A (en) | Monitor device of programmable logic controller | |
JP2009271724A (en) | Hardware engine controller | |
EP3376316A1 (en) | Slave device, control method of slave device, information processing program and computer readable recording medium | |
US20160308688A1 (en) | Communication Module for a Field Bus Device | |
JP2021534506A (en) | Modular Acceleration Module for Artificial Intelligence Based on Programmable Logic Controller | |
US12124398B2 (en) | Input/output unit for data acquisition with a field-bus system | |
JP6498557B2 (en) | Programmable controller | |
CN107315565B (en) | Device and method for generating random vectors obeying certain distribution | |
JP2016091559A (en) | Plc system and operating method thereof | |
CN109032029B (en) | External communication method, system and device for industrial server and industrial server | |
JP2016040647A (en) | Analog/digital conversion circuit | |
CN101661447B (en) | Transmission device and transmission method for direct memory access | |
JP6419400B1 (en) | PLC, network unit, CPU unit, and data transfer method | |
CN102393672A (en) | Programmable logic controller and expansion module thereof | |
JP2008181182A (en) | Synchronous serial bus system and method for controlling secondary station thereof | |
EP3657277A1 (en) | Extension device for an automation device | |
JP6626314B2 (en) | Programmable logic controller | |
JP2011081695A (en) | Control circuit of data operation unit and data operation unit | |
CN108196504A (en) | The control system and method for industrial robot | |
CN104698960A (en) | Data exchange technology for automatic control system of hydraulic press |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190926 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200728 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200722 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200928 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210224 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210422 |
|
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: 20211005 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211102 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6971668 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |