JPH04260903A - Specific function unit for programmable controller - Google Patents

Specific function unit for programmable controller

Info

Publication number
JPH04260903A
JPH04260903A JP363991A JP363991A JPH04260903A JP H04260903 A JPH04260903 A JP H04260903A JP 363991 A JP363991 A JP 363991A JP 363991 A JP363991 A JP 363991A JP H04260903 A JPH04260903 A JP H04260903A
Authority
JP
Japan
Prior art keywords
data
unit
data communication
programmable controller
specific function
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
JP363991A
Other languages
Japanese (ja)
Other versions
JP2692387B2 (en
Inventor
Mitsunori Nishikimi
錦見 光則
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP363991A priority Critical patent/JP2692387B2/en
Publication of JPH04260903A publication Critical patent/JPH04260903A/en
Application granted granted Critical
Publication of JP2692387B2 publication Critical patent/JP2692387B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Abstract

PURPOSE:To make it unnecessary to form a sequence program for data communication between specific function units in a programmable controller, to make it possible to execute data communication at optional time and to determine a sampling period on the specific function unit side. CONSTITUTION:Since the specific function unit in the programmable controller 10 is provided with data communication interface circuits 3f, 4f for directly execute data communication with other specific function units, the formation of a sequence program for data communication between different specific function units is made unnecessary. Since the data communication can be executed at optional time, the instataneousness of data can be obtained and the sampling period can be determined on the specific function unit side.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】この発明は、プログラマブルコン
トローラの特殊機能ユニットに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a special function unit of a programmable controller.

【0002】0002

【従来の技術】図4は、従来のプログラマブルコントロ
ーラの一例のブロック構成図である。(10)はプログ
ラマブルコントローラである。
2. Description of the Related Art FIG. 4 is a block diagram of an example of a conventional programmable controller. (10) is a programmable controller.

【0003】(1)はCPUユニット,(1a)はマイ
クロプロセッサ,(1b)はデータメモリ,(1c)は
システムバスインターフェース回路,(1d)は内部バ
ス,(1e)はシーケンスプログラムメモリである。
(1) is a CPU unit, (1a) is a microprocessor, (1b) is a data memory, (1c) is a system bus interface circuit, (1d) is an internal bus, and (1e) is a sequence program memory.

【0004】(3)は入力されたアナログ電圧やアナロ
グ電流をデジタル値に変換するA/D変換ユニット,(
3a)はマイクロプロセッサ,(3b)は前記CPUユ
ニット(1)との間でデータの受け渡しをするデュアル
ポートメモリ,(3c)はシステムバスインターフェー
ス回路,(3d)は内部バス,(3e)はA/D変換回
路である。
(3) is an A/D conversion unit that converts input analog voltage and analog current into digital values;
3a) is a microprocessor, (3b) is a dual port memory that exchanges data with the CPU unit (1), (3c) is a system bus interface circuit, (3d) is an internal bus, and (3e) is an A /D conversion circuit.

【0005】(4)はデータ収集ユニット,(4a)は
マイクロプロセッサ,(4b)は前記CPUユニット(
1)との間でデータの受け渡しをするデュアルポートメ
モリ,(4c)はシステムバスインターフェース回路,
(4d)は内部バス,(4e)はデータメモリである。
(4) is a data collection unit, (4a) is a microprocessor, and (4b) is the CPU unit (
1) Dual port memory that transfers data between the two, (4c) is the system bus interface circuit,
(4d) is an internal bus, and (4e) is a data memory.

【0006】(2)は、前記CPUユニット(1),A
/D変換ユニット(3),データ収集ユニット(4)な
どのユニットを装着するベースユニットである。(2a
)はシステムバスである。
(2) The CPU unit (1), A
This is a base unit to which units such as a /D conversion unit (3) and a data collection unit (4) are attached. (2a
) is the system bus.

【0007】図5は、CPUユニット(1)のシーケン
スプログラムメモリ(1e)に格納されているシーケン
スプログラムの一部である。シーケンスプログラムは、
0ステップ〜ENDステップまでを逐次繰り返しスキャ
ンし、演算している。
FIG. 5 shows a part of the sequence program stored in the sequence program memory (1e) of the CPU unit (1). The sequence program is
The steps from 0 step to END step are sequentially and repeatedly scanned and calculated.

【0008】(6)は、CPUユニット(1)がA/D
変換ユニット(3)のデュアルポートメモリ(3b)か
らデータを読み出す命令である。「FROM」という宣
言は、データ読み出し要求を表す。次の「H0」は、C
PUユニット(1)から数えて何番目のユニットから読
み出すかというユニット指定を表し、この場合はA/D
変換ユニット(3)となる。次の「K10」は、A/D
変換ユニット(3)のデュアルポートメモリ(3b)の
どこから読み出すかというアドレス指定を表わす。次の
「D0」は、A/D変換ユニット(3)のデュアルポー
トメモリ(3b)から読み出したデータをCPUユニッ
ト(1)のデータメモリ(1b)のどこに格納するかと
いうアドレス指定を表す。次の「K10」は、データを
いくつ読み出すかというデータ数指定を表す。
(6) The CPU unit (1) is an A/D
This is an instruction to read data from the dual port memory (3b) of the conversion unit (3). The declaration "FROM" represents a data read request. The next "H0" is C
Indicates the unit number from which to read counting from the PU unit (1). In this case, A/D
This becomes a conversion unit (3). The next "K10" is A/D
This represents address designation as to where in the dual port memory (3b) of the conversion unit (3) to read from. The next "D0" represents address designation as to where in the data memory (1b) of the CPU unit (1) the data read from the dual port memory (3b) of the A/D conversion unit (3) is to be stored. The next "K10" represents a data count designation indicating how many data are to be read.

【0009】(7)は、CPUユニット(1)のデータ
メモリ(1b)からデータ収集ユニット(4)のデュア
ルポートメモリ(4b)にデータを書き込む命令である
。「TO」という宣言は、データ書き込み要求を表す。 次の「H1」は、CPUユニット(1)から数えて何番
目のユニットにデータを書き込むかというユニット指定
を表す。次の「K0」は、データ収集ユニット(4)の
デュアルポートメモリ(4b)のどこにデータを書き込
むかというアドレス指定を表す。次の「D0」は、デー
タ収集ユニット(4)のデュアルポートメモリ(4b)
に書き込むデータをCPUユニット(1)のデータメモ
リ(1b)のどこから読み出すかというアドレス指定を
表す。次の「K10」は、データをいくつ書き込むかと
いうデータ数指定を表す。
(7) is an instruction to write data from the data memory (1b) of the CPU unit (1) to the dual port memory (4b) of the data collection unit (4). The declaration "TO" represents a data write request. The next "H1" represents a unit designation indicating which unit, counting from the CPU unit (1), data is to be written. The next "K0" represents address designation as to where in the dual port memory (4b) of the data acquisition unit (4) data is to be written. The next "D0" is the dual port memory (4b) of the data acquisition unit (4)
represents an address designation from which data memory (1b) of the CPU unit (1) is to read data to be written to the CPU unit (1). The next "K10" represents the data count specification of how many data to write.

【0010】次に、A/D変換ユニット(3)に入力さ
れるアナログ電圧またはアナログ電流のデジタル値をデ
ータ収集ユニット(4)に収集する場合の動作を説明す
る。
Next, an explanation will be given of the operation when the digital value of the analog voltage or analog current input to the A/D conversion unit (3) is collected into the data collection unit (4).

【0011】まず、外部から入力されるアナログ電圧ま
たはアナログ電流を、A/D変換ユニット(3)のA/
D変換回路(3e)がデジタル値に変換する。そのデジ
タル値を、マイクロプロセッサ(3a)が、内部バス(
3d)を通して読み、デュアルポートメモリ(3b)の
所定のアドレスに転送する。A/D変換ユニット(3)
は、以上の動作を繰り返し、刻々と変化するアナログ電
圧またはアナログ電流のデジタル値をデュアルポートメ
モリ(3b)に格納,更新している。
First, an analog voltage or an analog current input from the outside is converted into an A/D converter unit (3).
A D conversion circuit (3e) converts it into a digital value. The microprocessor (3a) transfers the digital value to the internal bus (
3d) and transferred to a predetermined address in the dual port memory (3b). A/D conversion unit (3)
repeats the above operations to store and update the ever-changing digital value of the analog voltage or analog current in the dual port memory (3b).

【0012】CPUユニット(1)は、シーケンスプロ
グラムメモリ(1e)に格納されているシーケンスプロ
グラムを0ステップからENDステップまで逐次繰り返
しスキャンし、演算している。
The CPU unit (1) sequentially and repeatedly scans the sequence program stored in the sequence program memory (1e) from the 0 step to the END step and performs calculations.

【0013】シーケンスプログラムの命令(6)が実行
された時、A/D変換ユニット(3)のデュアルポート
メモリ(3b)のデータの10〜19番地のデータ10
個が、A/D変換ユニット(3)のシステムバスインタ
ーフェース回路(3c),システムバス(2a),CP
Uユニット(1)のシステムバスインターフェース回路
(1c),CPUユニット(1)の内部バス(1d)を
通して、CPUユニット(1)のデータメモリ(1b)
の0〜9番地へ転送される。
When the sequence program instruction (6) is executed, data 10 at addresses 10 to 19 of the data in the dual port memory (3b) of the A/D conversion unit (3)
These are the system bus interface circuit (3c), system bus (2a), and CP of the A/D conversion unit (3).
The data memory (1b) of the CPU unit (1) is connected to the data memory (1b) of the CPU unit (1) through the system bus interface circuit (1c) of the U unit (1) and the internal bus (1d) of the CPU unit (1).
It is transferred to addresses 0 to 9 of .

【0014】次に、シーケンスプログラムの命令(7)
が実行された時、CPUユニット(1)のデータメモリ
(1b)の0〜9番地のデータ10個が、CPUユニッ
ト(1)の内部バス(1d),CPUユニット(1)の
システムバスインターフェース回路(1c),システム
バス(2a),データ収集ユニット(4)のシステムバ
スインターフェース回路(4c)を通して、データ収集
ユニット(4)のデュアルポートメモリ(4b)の0〜
9番地へ転送される。
Next, the sequence program command (7)
When executed, 10 pieces of data at addresses 0 to 9 of the data memory (1b) of the CPU unit (1) are transferred to the internal bus (1d) of the CPU unit (1) and the system bus interface circuit of the CPU unit (1). (1c), the system bus (2a), and the dual port memory (4b) of the data acquisition unit (4) through the system bus interface circuit (4c) of the data acquisition unit (4).
Transferred to address 9.

【0015】データ収集ユニット(4)のマイクロプロ
セッサ(4a)は、デュアルポートメモリ(4b)の0
〜9番地のデータを、内部バス(4d)を通して読み、
データメモリ(4e)の所定のアドレスに転送する。か
くして、A/D変換ユニット(3)に入力されたアナロ
グ電圧またはアナログ電流のデジタル値がデータ収集ユ
ニット(4)に収集されることとなる。
[0015] The microprocessor (4a) of the data acquisition unit (4) has the dual port memory (4b)
Read the data at address ~9 through the internal bus (4d),
The data is transferred to a predetermined address in the data memory (4e). Thus, the digital value of the analog voltage or analog current input to the A/D conversion unit (3) is collected by the data collection unit (4).

【0016】[0016]

【発明が解決しようとする課題】従来のプログラマブル
コントローラの特殊機能ユニットは、他の特殊機能ユニ
ットとの間で直接にデータの送信・受信を行うことが出
来ず、図4の例のように、CPUユニット(1)がシス
テムバスおよびシステムバスインターフェース回路を介
して送信側の特殊機能ユニットからデータを読み出し、
次にCPUユニット(1)がシステムバスおよびシステ
ムバスインターフェース回路を介して受信側の特殊機能
ユニットにデータを書き込むという動作を行っていた。
[Problems to be Solved by the Invention] Special function units of conventional programmable controllers cannot directly transmit and receive data with other special function units, and as shown in the example of FIG. The CPU unit (1) reads data from the special function unit on the sending side via the system bus and system bus interface circuit,
Next, the CPU unit (1) writes data to the special function unit on the receiving side via the system bus and the system bus interface circuit.

【0017】このため、特殊機能ユニット間でのデータ
交信のためのシーケンスプログラムを作成する必要があ
り、煩雑となる課題があった。また、CPUユニット(
1)におけるシーケンスプログラムのスキャン時間によ
りデータ交信が行われる時間が決められてしまい、任意
の時刻にデータ交信を行うことが出来ない課題があった
。また、サンプリング周期を特殊機能ユニット側で決め
ることが出来ない課題があった。
[0017] Therefore, it is necessary to create a sequence program for data communication between special function units, which poses a problem of complexity. In addition, the CPU unit (
In 1), the time for data communication is determined by the scan time of the sequence program, so there is a problem that data communication cannot be performed at an arbitrary time. Another problem was that the sampling period could not be determined on the special function unit side.

【0018】この発明は、上記のような課題を解決する
ためになされたもので、特殊機能ユニット間でのデータ
交信のためのシーケンスプログラムを作成する必要がな
く、また、任意の時刻にデータ交信を行うことが可能で
あり、さらに、サンプリング周期を特殊機能ユニット側
で決めることが出来るようにしたプログラマブルコント
ローラの特殊機能ユニットを提供することを目的とする
The present invention was made to solve the above-mentioned problems, and it is not necessary to create a sequence program for data communication between special function units, and data communication can be performed at any time. It is an object of the present invention to provide a special function unit of a programmable controller which is capable of performing the following and further allows the sampling period to be determined on the special function unit side.

【0019】[0019]

【課題を解決するための手段】この発明のプログラマブ
ルコントローラの特殊機能ユニットは、他の特殊機能ユ
ニットとの間でデータ交信を直接に行うためのデータ交
信用インターフェース回路を備えたことを特徴とするも
のである。
[Means for Solving the Problems] A special function unit of a programmable controller of the present invention is characterized in that it is equipped with a data communication interface circuit for directly communicating data with other special function units. It is something.

【0020】[0020]

【作用】プログラマブルコントローラの特殊機能ユニッ
ト間でデータ交信を直接に行うためのデータ交信用イン
ターフェース回路を備えることにより、データ交信にC
PUユニット(1)を介在させる必要がなくなる。この
ため、特殊機能ユニット間でのデータ交信のためのシー
ケンスプログラムを作成する必要がなくなる。また、C
PUユニット(1)におけるシーケンスプログラムのス
キャン時間と関係なく、任意の時刻にデータ交信を行う
ことが出来るようになる。また、サンプリング周期を特
殊機能ユニット側で決めることが出来るようになる。
[Function] By providing a data communication interface circuit for direct data communication between special function units of the programmable controller, data communication can be performed using
There is no need to intervene with the PU unit (1). Therefore, there is no need to create a sequence program for data communication between special function units. Also, C
Data communication can be performed at any time regardless of the scan time of the sequence program in the PU unit (1). Additionally, the sampling period can be determined on the special function unit side.

【0021】[0021]

【実施例】以下、この発明の一実施例を図面を参照して
説明する。図1において、(10)はプログラマブルコ
ントローラである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, (10) is a programmable controller.

【0022】(1)はCPUユニット,(1a)はマイ
クロプロセッサ,(1b)はデータメモリ,(1c)は
システムバスインターフェース回路,(1d)は内部バ
ス,(1e)はシーケンスプログラムメモリである。
(1) is a CPU unit, (1a) is a microprocessor, (1b) is a data memory, (1c) is a system bus interface circuit, (1d) is an internal bus, and (1e) is a sequence program memory.

【0023】(3)は入力されるアナログ電圧やアナロ
グ電流をデジタル値に変換するA/D変換ユニット,(
3a)はマイクロプロセッサ,(3b)は前記CPUユ
ニット(1)との間でデータの受け渡しをするデュアル
ポートメモリ,(3c)はシステムバスインターフェー
ス回路,(3d)は内部バス,(3e)はA/D変換回
路,(3f)はデータ交信用インターフェース回路,(
3g)はバッファ回路,(3h)はデータラッチ回路で
ある。
(3) is an A/D conversion unit that converts input analog voltage and analog current into digital values;
3a) is a microprocessor, (3b) is a dual port memory that exchanges data with the CPU unit (1), (3c) is a system bus interface circuit, (3d) is an internal bus, and (3e) is an A /D conversion circuit, (3f) is a data communication interface circuit, (
3g) is a buffer circuit, and (3h) is a data latch circuit.

【0024】(4)はデータ収集ユニット,(4a)は
マイクロプロセッサ,(4b)は前記CPUユニット(
1)との間でデータの受け渡しをするデュアルポートメ
モリ,(4c)はシステムバスインターフェース回路,
(4d)は内部バス,(4e)はデータメモリ,(4f
)はデータ交信用インターフェース回路である。
(4) is a data collection unit, (4a) is a microprocessor, and (4b) is the CPU unit (
1) Dual port memory that transfers data between the two, (4c) is the system bus interface circuit,
(4d) is the internal bus, (4e) is the data memory, (4f
) is a data communication interface circuit.

【0025】(2)は、前記CPUユニット(1),A
/D変換ユニット(3),データ収集ユニット(4)な
どのユニットを装着するベースユニットである。(2a
)は、システムバスである。
(2) The CPU unit (1), A
This is a base unit to which units such as a /D conversion unit (3) and a data collection unit (4) are attached. (2a
) is the system bus.

【0026】(5)は、前記A/D変換ユニット(3)
のデータ交信用インターフェース回路(3f)と前記デ
ータ収集ユニット(4)のデータ交信用インターフェー
ス回路(4f)を接続するケーブルである。
(5) The A/D conversion unit (3)
This cable connects the data communication interface circuit (3f) of the data acquisition unit (4) to the data communication interface circuit (4f) of the data collection unit (4).

【0027】次に、データ収集ユニット(4)がA/D
変換ユニット(3)からA/D変換データを収集する動
作を説明する。
Next, the data collection unit (4)
The operation of collecting A/D conversion data from the conversion unit (3) will be explained.

【0028】まず、外部から入力されるアナログ電圧ま
たはアナログ電流を、A/D変換ユニット(3)のA/
D変換回路(3e)がA/D変換し、バッファ回路(3
g)に格納する。そのバッファ回路(3g)に格納した
A/D変換データは、マイクロプロセッサ(3a)が、
内部バス(3d)を通して読み、デュアルポートメモリ
(3b)の所定のアドレスに転送する。A/D変換ユニ
ット(3)は、以上の動作を繰り返し、刻々と変化する
アナログ電圧またはアナログ電流のA/D変換データを
デュアルポートメモリ(3b)に格納,更新している。
First, an analog voltage or an analog current input from the outside is input to the A/D conversion unit (3).
The D conversion circuit (3e) performs A/D conversion, and the buffer circuit (3e) performs A/D conversion.
g). The A/D conversion data stored in the buffer circuit (3g) is processed by the microprocessor (3a).
It is read through the internal bus (3d) and transferred to a predetermined address in the dual port memory (3b). The A/D conversion unit (3) repeats the above operations to store and update the A/D conversion data of the analog voltage or analog current that changes every moment in the dual port memory (3b).

【0029】データ収集ユニット(4)のマイクロプロ
セッサ(4a)は、データ交信用インターフェース回路
(4f),ケーブル(5),A/D変換ユニット(3)
のデータ交信用インターフェース回路(3f)を介し、
A/D変換ユニット(3)のデータラッチ回路(3h)
に、A/D変換データのラッチ指令を出力する。ラッチ
指令を受けたデータラッチ回路(3h)は、A/D変換
回路(3e)から出力されるA/D変換データを保持す
る。
The microprocessor (4a) of the data acquisition unit (4) includes a data communication interface circuit (4f), a cable (5), and an A/D conversion unit (3).
via the data communication interface circuit (3f) of
Data latch circuit (3h) of A/D conversion unit (3)
, outputs a latch command for A/D conversion data. The data latch circuit (3h) that receives the latch command holds the A/D converted data output from the A/D conversion circuit (3e).

【0030】データ収集ユニット(4)のマイクロプロ
セッサ(4a)は、A/D変換ユニット(3)のデータ
ラッチ回路(3h)に保持されたA/D変換データを、
A/変換ユニット(3)のデータ交信用インターフェー
ス回路(3f),ケーブル(5),データ収集ユニット
(4)のデータ交信用インターフェース回路(4f)を
介して、読み込み、データメモリ(4e)の所定のアド
レスに格納する。図2は、以上の動作を流れ図で表わし
たものである。
The microprocessor (4a) of the data acquisition unit (4) converts the A/D conversion data held in the data latch circuit (3h) of the A/D conversion unit (3) into
The data is read through the data communication interface circuit (3f) of the A/conversion unit (3), the cable (5), and the data communication interface circuit (4f) of the data acquisition unit (4), and the specified data is stored in the data memory (4e). Store it at the address of . FIG. 2 shows the above operation in a flowchart.

【0031】図3は、データ収集ユニット(4)におけ
るOSプログラムとA/D変換データ収集の動作の関係
を示す説明図である。データ収集ユニット(4)のマイ
クロプロセッサ(4a)は、図示せぬOSROMに格納
されているOSプログラムにて動作している。或る時に
A/D変換データ収集の起動がかかると、予め設定され
たサンプリング周期で、予め設定されたサンプル数だけ
、上述のA/D変換データ収集の動作を実行する。
FIG. 3 is an explanatory diagram showing the relationship between the OS program and the A/D conversion data collection operation in the data collection unit (4). The microprocessor (4a) of the data collection unit (4) operates on an OS program stored in an OSROM (not shown). When A/D conversion data collection is activated at a certain time, the above-described A/D conversion data collection operation is executed for a preset number of samples at a preset sampling period.

【0032】[0032]

【発明の効果】この発明のプログラマブルコントローラ
の特殊機能ユニットによれば、特殊機能ユニット間でデ
ータ交信を直接的に行うことができ、CPUユニット(
1)を介在させる必要がなくなるため、特殊機能ユニッ
ト間でのデータ交信のためのシーケンスプログラムを作
成する必要がなくなる。
According to the special function unit of the programmable controller of the present invention, data communication can be directly performed between the special function units, and the CPU unit (
1), there is no need to create a sequence program for data communication between special function units.

【0033】また、CPUユニット(1)におけるシー
ケンスプログラムのスキャン時間と関係なく、任意の時
刻に特殊機能ユニット間でデータ交信を行うことが出来
るようになり、データの即時性を得られるようになる。
Furthermore, it becomes possible to exchange data between the special function units at any time regardless of the scan time of the sequence program in the CPU unit (1), and it becomes possible to obtain data immediacy. .

【0034】また、サンプリング周期を特殊機能ユニッ
ト側で任意に決めることが出来るようになる。
Furthermore, the sampling period can be arbitrarily determined on the special function unit side.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】この発明のプログラマブルコントローラの特殊
機能ユニットの一実施例を含むプログラマブルコントロ
ーラシステムの構成図である。
FIG. 1 is a configuration diagram of a programmable controller system including an embodiment of a special function unit of a programmable controller according to the present invention.

【図2】この発明に係るデータ収集の動作を示すフロー
図である。
FIG. 2 is a flow diagram showing the operation of data collection according to the present invention.

【図3】この発明に係るデータ収集動作とOSプログラ
ムの関係を示す説明図である。
FIG. 3 is an explanatory diagram showing the relationship between a data collection operation and an OS program according to the present invention.

【図4】従来のプログラマブルコントローラの特殊機能
ユニットを含むプログラマブルコントローラシステムの
構成図である。
FIG. 4 is a configuration diagram of a programmable controller system including special function units of a conventional programmable controller.

【図5】従来のデータ交信のためのシーケンスプログラ
ムの要部説明図である。
FIG. 5 is an explanatory diagram of main parts of a conventional sequence program for data communication.

【符号の説明】[Explanation of symbols]

1    CPUユニット 2    ベースユニット 2a  システムバス 3    A/D変換ユニット 3c  システムバスインターフェース回路3f  デ
ータ交信用インターフェース回路4    データ収集
ユニット 4c  システムバスインターフェース回路4f  デ
ータ交信用インターフェース回路5    ケーブル 10  プログラマブルコントローラ
1 CPU unit 2 Base unit 2a System bus 3 A/D conversion unit 3c System bus interface circuit 3f Data communication interface circuit 4 Data acquisition unit 4c System bus interface circuit 4f Data communication interface circuit 5 Cable 10 Programmable controller

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  プログラマブルコントローラのシステ
ム上に装着される特殊機能ユニットにおいて、他の特殊
機能ユニットとの間でデータ交信を直接に行うためのデ
ータ交信用インターフェース回路を備えたことを特徴と
するプログラマブルコントローラの特殊機能ユニット。
1. A programmable controller equipped with a data communication interface circuit for directly communicating data with other special function units in a special function unit installed on a system of a programmable controller. Special function unit of controller.
JP363991A 1991-01-17 1991-01-17 Programmable controller Expired - Lifetime JP2692387B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP363991A JP2692387B2 (en) 1991-01-17 1991-01-17 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP363991A JP2692387B2 (en) 1991-01-17 1991-01-17 Programmable controller

Publications (2)

Publication Number Publication Date
JPH04260903A true JPH04260903A (en) 1992-09-16
JP2692387B2 JP2692387B2 (en) 1997-12-17

Family

ID=11563057

Family Applications (1)

Application Number Title Priority Date Filing Date
JP363991A Expired - Lifetime JP2692387B2 (en) 1991-01-17 1991-01-17 Programmable controller

Country Status (1)

Country Link
JP (1) JP2692387B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005128721A (en) * 2003-10-22 2005-05-19 Omron Corp Data collecting unit, display system, and tool
US9369145B2 (en) 2012-10-26 2016-06-14 Mitsubishi Electric Corporation Analog conversion device and programmable controller system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005128721A (en) * 2003-10-22 2005-05-19 Omron Corp Data collecting unit, display system, and tool
US9369145B2 (en) 2012-10-26 2016-06-14 Mitsubishi Electric Corporation Analog conversion device and programmable controller system

Also Published As

Publication number Publication date
JP2692387B2 (en) 1997-12-17

Similar Documents

Publication Publication Date Title
JPH04346151A (en) Data processor
JPH04260903A (en) Specific function unit for programmable controller
CN113032300A (en) Data transmission control method
JP3940843B2 (en) Serial communication system and local terminal for serial communication
CN113032301B (en) Memory controller, system on chip and electronic device
JPS61117941A (en) Method for transmitting plant process signal
JP3265026B2 (en) I / O data exchange method
JPH07319823A (en) Inter-processor communication system
JP4633378B2 (en) Elevator control information transmission control circuit
JPS6129069Y2 (en)
JPS5824934A (en) Data processor
JP2516917B2 (en) Facsimile device modem control method
JPH04314157A (en) Communication equipment
JPS62189527A (en) Data transfer device for floppy disk
JP2002297209A (en) Sequence program storing method in sequence controller
JPH01291315A (en) Input/output interface
JPH0865316A (en) Data transmission/reception equipment
JPS6382536A (en) Channel device
JPS63227149A (en) Communication control method in loop communication system
JPH0630081B2 (en) Communication control circuit
JPS6326905B2 (en)
JPH07210214A (en) Control system and processing method for data
JPS63234304A (en) Data link system for multi-pc system
JPH04352007A (en) Group management system for nc machine tool
JPH06149725A (en) Processor applied device