JP2002341907A - Method for transmitting/receiving data in blast furnace facility program logic controller - Google Patents

Method for transmitting/receiving data in blast furnace facility program logic controller

Info

Publication number
JP2002341907A
JP2002341907A JP2001149363A JP2001149363A JP2002341907A JP 2002341907 A JP2002341907 A JP 2002341907A JP 2001149363 A JP2001149363 A JP 2001149363A JP 2001149363 A JP2001149363 A JP 2001149363A JP 2002341907 A JP2002341907 A JP 2002341907A
Authority
JP
Japan
Prior art keywords
data
text
computer
program logic
logic controller
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.)
Pending
Application number
JP2001149363A
Other languages
Japanese (ja)
Inventor
Hirobumi Kuga
博文 久我
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.)
Yaskawa Electric Corp
Original Assignee
Yaskawa 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 Yaskawa Electric Corp filed Critical Yaskawa Electric Corp
Priority to JP2001149363A priority Critical patent/JP2002341907A/en
Publication of JP2002341907A publication Critical patent/JP2002341907A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a method for transmitting/receiving data in blast furnace facilities PLC that minimizes data monitoring transmission of a master station even when the number of texts to be transmitted from a slave station to the master station is increased. SOLUTION: In the method for transmitting/receiving data among a computer and a plurality of PLCs, one bit of transmission request flags are provided in the texts to be generated by every event in the PLCs, all the flags of the transmission request flags are allocated in a fixed area as a scan map, when an event is caused, the PLCs change the transmission request flag corresponding to the event from 'off' to 'on', the computer monitors only the scan map in the fixed area, confirms that the transmission request flag of the scan map becomes 'on' as monitoring it, starts read of the text applicable to 'on' and when the read of the text applicable to 'on' is completed, informs the PLCs of an instruction to change the transmission request flag from 'on' to 'off'.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、高炉設備における
プログラムロジックコントローラ(以降PLCと称す
る)のデータ送受信方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission / reception method of a program logic controller (hereinafter referred to as PLC) in a blast furnace facility.

【0002】[0002]

【従来の技術】従来は計算機とPLC間の伝送形態が半
2重方式の場合、計算機がマスタ局,PLCがスレーブ
局となり、PLCから計算機ヘデータを送る時に、スレ
ーブ局からマスタ局へ直接送信することはできないの
で、マスタ局がスレープ局のデーター変化を監視する方
法をとっていた。
2. Description of the Related Art Conventionally, when the transmission mode between a computer and a PLC is a half-duplex system, the computer is a master station and the PLC is a slave station. When data is sent from the PLC to the computer, the data is directly transmitted from the slave station to the master station. Since it was not possible, the master station monitored the data change of the slave station.

【0003】また、従来は計算機からPLCが受信する
データにおいて1回の伝送サイズに制限があったため、
同時性が必要なデータはそのサイズに入るようにデータ
を厳選し伝送内容を決定する方法をとっていた。
Conventionally, the size of one transmission of data received by a PLC from a computer is limited.
For data that requires synchronization, a method of carefully selecting data so as to fall within the size and determining the transmission content has been adopted.

【0004】[0004]

【発明が解決しようとする課題】ところが、従来技術で
は、スレーブ局からマスタ局へ送信するテキストが多
く、分散している場合には伝送回数がテキスト数必要と
なるので、マスタ局がスレーブ局のデータ監視のため伝
送回数並びに伝送量が多くなり、マスタ局の伝送負荷が
かかる。またマスタ局内のデータ更新が遅れるのでPL
Cがデータ更新してもマスタ局がなかなか読み取り動作
を開始しないので、PLC側で待機中のテキストと同一
のテキストを再度発生し、回線の伝送状態が渋滞すると
いう問題があった。
In the prior art, however, a large number of texts are transmitted from the slave station to the master station. If the texts are distributed, the number of transmissions is required by the number of texts. For data monitoring, the number of transmissions and the amount of transmission increase, and the transmission load on the master station is increased. Also, since the data update in the master station is delayed,
Even if C updates the data, the master station does not easily start the reading operation, so that the same text as the text waiting on the PLC side is generated again, and the transmission state of the line is congested.

【0005】また、 PLCが受信するデータサイズに
制限があるため、データを厳選する必要がある一方、近
年では大量のデータをPLCで取り扱うようになってき
たためデータの同時性を保つことが困難となっていると
いう問題があった。
[0005] In addition, since the data size received by the PLC is limited, it is necessary to select the data carefully. On the other hand, in recent years, it has been difficult to maintain data synchronization because a large amount of data has been handled by the PLC. There was a problem that has become.

【0006】計算機からPLCがデータを分割受信する
先行技術として特開2000−39907号公報と特開
平6−214620号公報が開示されている。
JP-A-2000-39907 and JP-A-6-214620 are disclosed as prior arts in which a PLC divides and receives data from a computer.

【0007】特開2000−39907号公報は、メッ
セージを効率よく伝送するため、プログラマブルコント
ローラを構成するCPU2,システムバス3,通信モジ
ュール4およびI/Oモジュール5に、その種別情報
(通信モジュールかI/Oモジュールかなど)とともに
1メッセージの最大データ転送数を含む機能判別コード
を持たせ、基本情報を読み取りそのサイズに応じて転送
を行うものである。
Japanese Patent Application Laid-Open No. 2000-39907 discloses that in order to transmit a message efficiently, the CPU 2, system bus 3, communication module 4 and I / O module 5 constituting a programmable controller are provided with the type information (communication module or I / O module). / O module, etc.), and a function identification code including the maximum number of data transfer of one message is provided, and basic information is read and transferred according to its size.

【0008】特開平6−214620号公報は、伝送最
大データ数に制約されることなくデータの入出力ができ
るようにするため、一度に送出し得る最大データ数の範
囲を越えるデータを分割して伝送し、ページ番号とシー
ケンシャル番号をチェックするのみで、分割された入力
データと出力データの同時性を確保し、メモリ容量の範
囲内であれば、被制御装置に対応する小容量から大容量
までの各種I/O装置を、何らの制約を受けることなく
容易に取り入れることが可能となり、プログラマブルコ
ントローラの運用効率を向上するものである。
Japanese Unexamined Patent Publication No. Hei 6-214620 discloses a method of dividing data exceeding a range of the maximum number of data that can be transmitted at one time in order to input and output data without being limited by the maximum number of data to be transmitted. Only by transmitting and checking the page number and sequential number, the synchronization of the divided input data and output data is ensured, and if it is within the memory capacity, from the small capacity corresponding to the controlled device to the large capacity It is possible to easily incorporate the various I / O devices without any restrictions, thereby improving the operation efficiency of the programmable controller.

【0009】そこで、本発明の目的はスレーブ局からマ
スタ局へ送信するテキスト数が増えてもマスタ局のデー
タ監視伝送を極小にすると共に、スレーブ局とマスタ局
間のデータが大量となり複数回の伝送となっても、PL
C内シーケンスで取り扱うかぎり同時性が保てる高炉設
備PLCにおけるデータ送受信方法を提供することであ
る。
Therefore, an object of the present invention is to minimize the data monitoring transmission of the master station even if the number of texts transmitted from the slave station to the master station increases, and to increase the amount of data between the slave station and the master station and perform the data monitoring multiple times. Even if transmission, PL
It is an object of the present invention to provide a data transmission / reception method in a blast furnace facility PLC which can maintain the simultaneity as long as it is handled in the sequence in C.

【0010】[0010]

【課題を解決するための手段】本発明の第1の発明は、
高炉設備として計算機と複数のPLC間におけるデータ
送受信方法として、PLC内にイベント毎に発生するテ
キストに送信要求フラグを1ビット設け、送信要求フラ
グの全フラグをテーブルとして数ワードで成り立つ固定
領域内にスキャンマップとして割り付けるステップと、
PLCはテキストを送信するイベントが発生するとスキ
ャンマップの該イベントに対応する送信要求フラグを
“オフ”から“オン”へ変更するステップと、計算機は
固定領域内のスキャンマップだけを監視するステップ
と、監視していてスキャンマップの送信要求フラグが
“オン”になったことを確認し、“オン”に該当するテ
キストの読み取りを開始するステップと、計算機は“オ
ン”に該当するテキストの読み取りを完了すると、PL
Cへ送信要求フラグを“オン”から“オフ”へ変更する
指令を通知するステップを有する。
Means for Solving the Problems A first invention of the present invention is:
As a method of transmitting and receiving data between a computer and multiple PLCs as a blast furnace facility, a 1-bit transmission request flag is provided in the text generated for each event in the PLC, and all the transmission request flags are set in a fixed area consisting of several words as a table. Assigning as a scan map;
The PLC changes a transmission request flag corresponding to the event in the scan map from “off” to “on” when an event to transmit the text occurs, the computer monitors only the scan map in the fixed area, The step of monitoring and confirming that the transmission request flag of the scan map is set to "ON", and starting reading of the text corresponding to "ON", and the computer completing reading of the text corresponding to "ON" Then PL
Notifying C of a command to change the transmission request flag from “on” to “off”.

【0011】また、本発明の第2の発明は、高炉設備と
して計算機と複数のPLC間におけるデータ送受信方法
として、PLCと計算機間で伝送するテキストのフォー
マットとして、テキストにテキスト番号と、分割番号
と、分割数と、先頭レジスタ番号と、データサイズ等の
分割情報をヘッダに付加するステップと、計算機または
PLCが、受信データをテキストヘッダの分割情報に従
って一旦バッファに入れ、分割した全てのデータ受信完
了時点で最終格納先レジスタへ転送するステップを有す
る。
A second invention of the present invention provides a method for transmitting and receiving data between a computer and a plurality of PLCs as a blast furnace facility, wherein the text format includes a text number, a division number, and a text number transmitted between the PLC and the computer. Adding division information such as the number of divisions, the top register number, and the data size to the header. The computer or the PLC temporarily buffers the received data according to the division information of the text header, and completes the reception of all divided data. Transferring to the final storage destination register at the time.

【0012】本発明の第2の発明は、先行技術として開
示されている特開2000−39907号公報と特開平
6−214620号公報とは次の点で相異している。
The second invention of the present invention is different from JP-A-2000-39907 and JP-A-6-214620, which are disclosed as prior arts, in the following points.

【0013】特開2000−39907号公報は、基本
情報を読取り、そのサイズに応じて伝送しているのに対
し、本発明は、受信側に受信回数分のバッファを設け、
分割データを全て受信して、バッファに記憶し、最終的
にテキストをまとめる機能を有し、高炉設備の大量デー
タを制限された伝送サイズの中で同時性を保っている。
Japanese Patent Application Laid-Open No. 2000-39907 reads basic information and transmits it according to its size. On the other hand, the present invention provides a buffer for the number of receptions on the receiving side,
It has the function of receiving all the divided data, storing it in a buffer, and finally compiling the text, and keeps the large amount of data of the blast furnace equipment synchronized with the limited transmission size.

【0014】また、特開平6−214620号公報は、
PLCとI/O装置間の入力データと出力データの同時
性に対し本発明はPLCとPLC間及びPLCと計算機
間の関係であり、データ分割受信はテキストヘッダの分
割情報に従って行われ、1つのデータ群の受信に関し同
時性を保つことを目的としている。
Japanese Patent Application Laid-Open No. 6-214620 discloses that
The present invention relates to the relationship between the PLC and the PLC and between the PLC and the computer with respect to the synchronization of the input data and the output data between the PLC and the I / O device. The data division reception is performed according to the division information of the text header. The purpose is to keep the synchronization of receiving data groups.

【0015】[0015]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して説明する。図1は本発明の第1の実施
例の動作の概念ブロック図及びフローチャートである。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a conceptual block diagram and a flowchart of the operation of the first embodiment of the present invention.

【0016】図1によれば、第1の実施例は、PLCの
データを受け取る計算機11と、PLC12と、PLC
内のレジスタ13〜15から構成されている。
According to FIG. 1, a first embodiment comprises a computer 11 for receiving PLC data, a PLC 12,
Are comprised of registers 13 to 15.

【0017】ここでレジスタ13は計算機へイベント発
生を通知するスキャンマップ要求フラグ、レジスタ14
は本来の送信目的であるテキスト、レジスタ15は計算
機からPLCへテキストの読み込み完了したことを通知
するスキャンマップ読込完フラグ(パルス信号)であ
る。スキャンマップ要求フラグとスキャンマップ読込完
フラグはプログラム構造の簡素化するために同一の並び
とし、各々数ワード程度の一つの領域にまとめておく。
また、両スキャンマップ間のビット転送は伝送によらず
とも、直接配線によりインタフエースしても良い。
The register 13 is a scan map request flag for notifying the computer of the occurrence of an event, and the register 14
Is a text which is the original transmission purpose, and the register 15 is a scan map read completion flag (pulse signal) for notifying that the text has been read from the computer to the PLC. The scan map request flag and the scan map read completion flag are arranged in the same order in order to simplify the program structure, and are combined in one area of about several words.
Further, the bit transfer between the two scan maps may be performed by direct wiring instead of by transmission.

【0018】まずPLCにて実績データを収集するため
の信号であるダンプ完了等のイベントが発生すると該当
のテキストへ実績データ等のデータを編集しセットする
と共に、スキャンマップ要求フラグをONさせる(S1
1)。
First, when an event such as dump completion, which is a signal for collecting performance data, occurs in the PLC, data such as performance data is edited and set in a corresponding text, and a scan map request flag is turned on (S1).
1).

【0019】計算機は、スキャンマップ要求フラグを監
視しておく(Sl00)。このスキャンマップ要求フラ
グの中にOFF→ONへ変ったフラグを検出(S10
1)すると、この変化したフラグに対応するテキストを
PLCから読み取る(S102)。読取が完了する(S
lO3)と該当のスキャンマップ読込み完了フラグをO
NさせPLCへ通知する(SlO4)。
The computer monitors the scan map request flag (S100). A flag changed from OFF to ON is detected in the scan map request flag (S10).
1) Then, the text corresponding to the changed flag is read from the PLC (S102). Reading is completed (S
lO3) and the corresponding scan map reading completion flag to O
N is sent to the PLC (Sl04).

【0020】PLCはスキャンマップ読込完フラグがO
Nを検出すると、該当のスキャンマップ要求フラグをO
FFさせる(S12)。
In the PLC, the scan map read completion flag is set to O
When N is detected, the corresponding scan map request flag is set to O.
FF is performed (S12).

【0021】またスキャンマップ要求フラグが伝送時間
に比べて長い時間ONが継続する場合は、伝送不良と判
断しスキャンマップ要求フラグをOFFする。
If the scan map request flag continues to be ON for a longer time than the transmission time, it is determined that a transmission failure has occurred, and the scan map request flag is turned off.

【0022】次に、本発明の第2の実施例を図を参照し
て説明する。図2は本発明の第2の実施例の動作の概念
ブロック図及びフローチャートである。
Next, a second embodiment of the present invention will be described with reference to the drawings. FIG. 2 is a conceptual block diagram and a flowchart of the operation of the second embodiment of the present invention.

【0023】図2によれば、第2の実施例は、計算機等
の伝送相手機器21と、PLC22と、PLC内のレジ
スタで23〜25とから構成されている。レジスタ23
は伝送相手からのデータを受信する領域、レジスタ24
は分割で受信するデータを一時格納するレジスタ、レジ
スタ25はシーケンスに使用する最終格納先レジスタで
ある。
Referring to FIG. 2, the second embodiment comprises a transmission partner device 21 such as a computer, a PLC 22, and registers 23 to 25 in the PLC. Register 23
Is an area for receiving data from the transmission partner,
Is a register for temporarily storing data received by division, and a register 25 is a final storage destination register used for the sequence.

【0024】伝送相手機器21は、伝送サイズの制限値
で分割したデータ群にそれぞれにヘッダ(テキスト N
o.、分割No.、分割数,先頭レジスタNo.、デー
タサイズ)を付けPLC22へ分割数分の回数だけ送信
する。 PLC22では1回の受信毎に、データのチェ
ックを行う。
The transmission partner device 21 assigns a header (text N) to each data group divided by the transmission size limit value.
o. , Division No. , Division number, top register No. , Data size) to the PLC 22 as many times as the number of divisions. The PLC 22 checks the data for each reception.

【0025】まず、PLCが受信したかどうかを判断す
る(S200)。その受信したPLCが受けるべきデー
タであるかどうかを確認する(S201)。受信すべき
データであれば、一時格納レジスタ4へ受信したデータ
を移す(S202)。このとき分割No.もしくはヘッ
ダ内にある最終格納先レジスタから一時格納先レジスタ
内の位置を計算し受信データの移動先を決定する。次に
分割No.が分割数と一致したかどうかを判断する(S
203)。一致していれば、一時格納先レジスタから最
終格納先レジスタへデータを移す。
First, it is determined whether or not the PLC has received (S200). It is confirmed whether the received PLC is data to be received (S201). If the data is to be received, the received data is transferred to the temporary storage register 4 (S202). At this time, the division No. Alternatively, the position in the temporary storage destination register is calculated from the final storage destination register in the header, and the destination of the received data is determined. Next, the division No. Is determined to be equal to the number of divisions (S
203). If they match, the data is moved from the temporary storage destination register to the final storage destination register.

【0026】[0026]

【発明の効果】以上述べたように、本発明によれば計算
機は分散したテキストのデータ変化を監視する必要が無
く、それに比べ非常に小さなサイズのスキャンマップ要
求フラグを監視すれば良い。これにより、不必要な伝送
が無くなり、スキャンマップ要求の伝送が瞬時に行える
サイズなので計算機内の読込伝送がPLCの要求とほぼ
同時に行うことができるという効果がある。
As described above, according to the present invention, the computer does not need to monitor the data change of the distributed text, but only needs to monitor the scan map request flag of a very small size. As a result, unnecessary transmission is eliminated, and since the scan map request can be transmitted instantaneously, there is an effect that the read transmission in the computer can be performed almost simultaneously with the PLC request.

【0027】以上述べたように、本発明によれば計算機
内では1つのデータを伝送データサイズの制限のために
分割して伝送を行っても、PLCの受信で一時蓄積して
おき、最終データ受信によりシーケンス用のレジスタ領
域へ移動すれば、分割受信しても1つのデータとして同
時性を保つことができるという効果がある。
As described above, according to the present invention, even if one piece of data is divided and transmitted in the computer due to the limitation of the transmission data size, the data is temporarily stored by receiving the PLC, and the final data is stored. If the data is moved to the sequence register area by reception, there is an effect that the synchronization can be maintained as one data even when the data is divided and received.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施例の動作の概念ブロック図
及びフローチャートである。
FIG. 1 is a conceptual block diagram and a flowchart of an operation of a first exemplary embodiment of the present invention.

【図2】本発明の第2の実施例の動作の概念ブロック図
及びフローチャートである。
FIG. 2 is a conceptual block diagram and a flowchart of an operation of a second exemplary embodiment of the present invention.

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

11:計算機 12:PLC 13:スキャンマップ要求フラグ(PLC内部レジス
タ) 14:送信データ(テキスト)(PLC内部レジスタ) 15:スキャンマップ読込完フラグ(PLC内部レジス
タ) 21:計算機の伝送相手機器 22:PLC 23:伝送相手からの受信領域(PLC内部レジスタ) 24:伝送データ一時格納バッファ (PLC内部レジ
スタ) 25:シーケンス用最終格納先レジスタ(PLC内部レ
ジスタ) S11:イベント発生処理部 S12:スキャンマップ要求フラグリセット部 S100:スキャンマップ読取部 S101:スキャンマップ要求フラグ監視部 S102:テキスト読取部 S103:テキスト読取完了確認部 S104:テキスト読込完了通知(スキャンマップ読込
完了フラグセット)部 S200:データ受信判断部 S201:テキスト No. チェック部 S202:受信データ一時格納バッファへの転送部 S203:データ受信完了判断部
11: Computer 12: PLC 13: Scan Map Request Flag (PLC Internal Register) 14: Transmission Data (Text) (PLC Internal Register) 15: Scan Map Read Complete Flag (PLC Internal Register) 21: Transmission Device of Computer 22: PLC 23: Reception area from transmission partner (PLC internal register) 24: Transmission data temporary storage buffer (PLC internal register) 25: Sequence final storage destination register (PLC internal register) S11: Event generation processing unit S12: Scan map request Flag reset unit S100: Scan map reading unit S101: Scan map request flag monitoring unit S102: Text reading unit S103: Text reading completion confirmation unit S104: Text reading completion notification (scan map reading completion flag set) unit S200: Over data reception determination section S201: text No. Checking unit S202: Transferring unit to receive data temporary storage buffer S203: Data reception completion determining unit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B089 GA21 JA35 JA36 JB01 JB16 KA06 KA07 KB10 KC15 KD10 KE04 MC08 5H220 AA01 AA10 BB03 CC07 CX10 EE10 FF03 FF07 HH01 HH04 JJ50 JJ59  ──────────────────────────────────────────────────続 き Continuation of the front page F term (reference)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 高炉設備として計算機と複数のプログラ
ムロジックコントローラ間におけるデータ送受信方法で
あって、 前記プログラムロジックコントローラ内にイベント毎に
発生するテキストに送信要求フラグを1ビット設け、前
記送信要求フラグの全フラグをテーブルとして数ワード
で成り立つ固定領域内にスキャンマップとして割り付け
るステップと、 前記プログラムロジックコントローラはテキストを送信
するイベントが発生すると前記スキャンマップの該イベ
ントに対応する送信要求フラグを“オフ”から“オン”
へ変更するステップと、 計算機は前記固定領域内のスキャンマップだけを監視す
るステップと、 監視していて前記スキャンマップの送信要求フラグが
“オン”になったことを確認し、“オン”に該当するテ
キストの読み取りを開始するステップと、 計算機は前記“オン”に該当するテキストの読み取りを
完了すると、前記プログラムロジックコントローラへ送
信要求フラグを“オン”から“オフ”へ変更する指令を
通知するステップを有する高炉設備プログラムロジック
コントローラにおけるデータ送受信方法。
1. A method for transmitting and receiving data between a computer and a plurality of program logic controllers as a blast furnace facility, wherein one bit of a transmission request flag is provided in a text generated for each event in the program logic controller. Allocating all the flags as a table as a scan map in a fixed area consisting of several words, and when an event to transmit text occurs, the program logic controller sets a transmission request flag corresponding to the event in the scan map from “OFF” to “OFF”. "on"
And the computer monitors only the scan map in the fixed area. The computer checks that the transmission request flag of the scan map is set to “ON”, and corresponds to “ON”. Starting reading of the text to be read, and, when the computer completes reading of the text corresponding to the “on”, notifying the program logic controller of a command to change the transmission request flag from “on” to “off”. A method for transmitting and receiving data in a blast furnace equipment program logic controller having the following.
【請求項2】 高炉設備として計算機と複数のプログラ
ムロジックコントローラ間におけるデータ送受信方法で
あって、 前記プログラムロジックコントローラと計算機間で伝送
するテキストのフォーマットとして、テキストにテキス
ト番号と、分割番号と、分割数と、先頭レジスタ番号
と、データサイズ等の分割情報をヘッダに付加するステ
ップと、 前記計算機または前記プログラムロジックコントローラ
が、受信データをテキストヘッダの分割情報に従って一
旦バッファに入れ、分割した全てのデータ受信完了時点
で最終格納先レジスタへ転送するステップを有する高炉
設備プログラムロジックコントローラにおけるデータ送
受信方法。
2. A method for transmitting and receiving data between a computer and a plurality of program logic controllers as a blast furnace facility, wherein the format of the text transmitted between the program logic controller and the computer is a text number, a division number, and a division number. Adding division information such as the number, the top register number, and the data size to the header; and the computer or the program logic controller temporarily stores the received data in a buffer according to the division information of the text header, and stores all divided data. A data transmission / reception method in a blast furnace equipment program logic controller, comprising a step of transferring the data to a final storage destination register when reception is completed.
JP2001149363A 2001-05-18 2001-05-18 Method for transmitting/receiving data in blast furnace facility program logic controller Pending JP2002341907A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001149363A JP2002341907A (en) 2001-05-18 2001-05-18 Method for transmitting/receiving data in blast furnace facility program logic controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001149363A JP2002341907A (en) 2001-05-18 2001-05-18 Method for transmitting/receiving data in blast furnace facility program logic controller

Publications (1)

Publication Number Publication Date
JP2002341907A true JP2002341907A (en) 2002-11-29

Family

ID=18994544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001149363A Pending JP2002341907A (en) 2001-05-18 2001-05-18 Method for transmitting/receiving data in blast furnace facility program logic controller

Country Status (1)

Country Link
JP (1) JP2002341907A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1724674A2 (en) * 2005-05-12 2006-11-22 Ricoh Company, Ltd. Terminal apparatus, printing apparatus, printing system, information processing method, and recording medium
US11765233B2 (en) 2020-04-24 2023-09-19 Mitsubishi Electric Corporation Communication device, communication system, communication method, and recording medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1724674A2 (en) * 2005-05-12 2006-11-22 Ricoh Company, Ltd. Terminal apparatus, printing apparatus, printing system, information processing method, and recording medium
JP2006318220A (en) * 2005-05-12 2006-11-24 Ricoh Co Ltd Terminal device, printing device, printing system, information processing method, information processing program, and recording medium
EP1724674A3 (en) * 2005-05-12 2010-10-27 Ricoh Company, Ltd. Terminal apparatus, printing apparatus, printing system, information processing method, and recording medium
US11765233B2 (en) 2020-04-24 2023-09-19 Mitsubishi Electric Corporation Communication device, communication system, communication method, and recording medium

Similar Documents

Publication Publication Date Title
US5175732A (en) Method and apparatus for controlling data communication operations within stations of a local-area network
JP2012064021A (en) Communication system, master device and slave device, and communication method
CN100565486C (en) Data link and data communication system
US20050144338A1 (en) Data transfer apparatus
US20080147906A1 (en) DMA Transferring System, DMA Controller, and DMA Transferring Method
JP2002341907A (en) Method for transmitting/receiving data in blast furnace facility program logic controller
JP4102405B2 (en) Data processing device, data communication method, and serial input / output device
JP2002297210A (en) Data transmitter
JP2001282312A (en) Display system for plc and data communication method between display and data
JP3223075B2 (en) Wireless system data communication method
US5875299A (en) disk access apparatus for performing a stride processing of data
JP2008165463A (en) Bus controller
JP2007034893A (en) Data processing module and its message transmission preparation method
JP3265026B2 (en) I / O data exchange method
JP3062904B2 (en) Data transmission method for distributed computer system
JPH11122275A (en) Serial communication system
JPH1029477A (en) Electronic control device and electronic controlling method
JP2000132498A (en) Dma transfer controller
JPH11265342A (en) Data transfer device and its method
JP2020170448A (en) Information processing system
JP2005107771A (en) High-throughput data transfer system
JPS61127005A (en) Processor of numerical control information
JP2001331470A (en) Multiplex transmitter
JPS62232057A (en) Pseudo dma system
JPH10289196A (en) Computer and transfer method for peripheral device control data in computer