JP3042822B2 - Bus contention control method - Google Patents

Bus contention control method

Info

Publication number
JP3042822B2
JP3042822B2 JP6181400A JP18140094A JP3042822B2 JP 3042822 B2 JP3042822 B2 JP 3042822B2 JP 6181400 A JP6181400 A JP 6181400A JP 18140094 A JP18140094 A JP 18140094A JP 3042822 B2 JP3042822 B2 JP 3042822B2
Authority
JP
Japan
Prior art keywords
data
communication
signal
transmission
transmission request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP6181400A
Other languages
Japanese (ja)
Other versions
JPH0846632A (en
Inventor
秀樹 矢野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP6181400A priority Critical patent/JP3042822B2/en
Publication of JPH0846632A publication Critical patent/JPH0846632A/en
Application granted granted Critical
Publication of JP3042822B2 publication Critical patent/JP3042822B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Small-Scale Networks (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数の通信装置が共通
のバスを介して通信制御装置に接続された通信システム
に関し、より具体的には、通信装置が通信制御装置を介
して通信を行う際のバスアクセスの競合を制御するバス
競合制御方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication system in which a plurality of communication devices are connected to a communication control device via a common bus, and more specifically, the communication device communicates via the communication control device. The present invention relates to a bus contention control method for controlling contention of bus access when performing a bus contention.

【0002】[0002]

【従来の技術】従来、この種の技術としては、たとえ
ば、電気通信協会発刊「ISDN Iシリーズ国際標準とそ
の技術」第89〜95頁に記載のDチャネル競合制御方式が
ある。この方式では、網終端装置における通信制御装置
は、シリアルバスで構成される2組の通信用のチャネル
2Bと、信号およびパケットデータを転送する1組のDチ
ャネルとによって複数の通信装置が端末として接続され
ている。複数の端末が競合信号をDチャネルで送出する
と、このDチャネルは、通信制御装置内で折り返されて
それらの端末に接続される。この複数の端末は、送出し
た信号と返送された信号とを1ビットずつDチャネル競
合制御回路により比較し、両者が一致した端末は通信の
優先権を獲得し、一致しない端末は、他の端末と衝突し
たものと判定して通信開始を保留する。優先度は、通信
データより信号(シグナリング)情報を優先するように
与えられる。また、優先度をクラス別にしているが、同
じクラス内で平等に送信が完了するように、一度送信に
失敗した端末については、一時的に優先度を1つ上位に
して優先度に違いがあるようにする。さらに、同じクラ
スで、かつ同じ優先度で複数の端末が同時にアクセスし
た場合は、データの衝突を検出することにより、必ず一
つの端末が送信を完了することができた。
2. Description of the Related Art Conventionally, as this kind of technology, for example, there is a D-channel contention control system described in "ISDN I Series International Standards and Technologies" published by the Telecommunications Association, pages 89-95. In this method, the communication control device in the network terminating device includes two sets of communication channels configured by a serial bus.
A plurality of communication devices are connected as terminals by 2B and a set of D channels for transferring signals and packet data. When a plurality of terminals transmit the competitive signal on the D channel, the D channel is looped back in the communication control device and connected to those terminals. The plurality of terminals compare the transmitted signal and the returned signal one bit at a time by a D-channel contention control circuit, and a terminal that matches both obtains a communication priority, and a terminal that does not match determines the other terminal. And determines that the collision has occurred, and suspends the start of communication. The priority is given to give priority to signal (signaling) information over communication data. In addition, although the priorities are classified by class, for terminals that have failed transmission once, the priority is temporarily increased by one, so that transmission is completed equally in the same class. To be there. Furthermore, when a plurality of terminals of the same class and the same priority access at the same time, one terminal can always complete transmission by detecting data collision.

【0003】[0003]

【発明が解決しようとする課題】しかし、上述の競合制
御方式はシリアルバスのものであって、これをパラレル
バスの通信方式に適用すると、次の問題が生ずる。ま
ず、1ビット単位の比較ができない。また、複数の端末
が同じクラスでおよび優先度でアクセスした場合は、デ
ータの衝突を検出することでバスの競合を制御すること
になろうが、パラレルバスの場合は、全ビットについて
独立に衝突が生ずるので、送信データの内容によって
は、同時にアクセスした全端末が送信に失敗することが
ある。これを厳密に制御しようとすると、パラレルバス
の各ビットを各バス線ごとの競合制御回路により同時に
比較し、その結果を統合して一致を判定することにな
り、端末の回路構成が複雑化するという欠点がある。
However, the contention control system described above is of the serial bus type, and the following problem arises when this is applied to a parallel bus communication system. First, comparison cannot be made on a bit-by-bit basis. Also, if multiple terminals access in the same class and with the same priority, bus contention will be controlled by detecting data collision, but in the case of a parallel bus, collision will occur independently for all bits. Therefore, depending on the contents of the transmission data, all terminals that have accessed simultaneously may fail to transmit. If this is strictly controlled, each bit of the parallel bus is simultaneously compared by the competition control circuit for each bus line, and the results are integrated to determine a match, which complicates the circuit configuration of the terminal. There is a disadvantage that.

【0004】本発明はこのような従来技術の欠点を解消
し、通信制御装置に複数の端末がパラレルバスを介して
接続される通信方式におけるバス競合制御が簡素化され
たバス競合制御方式を提供することを目的とする。
The present invention solves the above-mentioned drawbacks of the prior art and provides a bus contention control system in which the bus contention control in a communication system in which a plurality of terminals are connected to a communication control device via a parallel bus is simplified. The purpose is to do.

【0005】[0005]

【課題を解決するための手段】本発明によるバス競合制
御方式は、上述の課題を解決するために、タイミング信
号に同期してデータを送信する複数の通信装置と、複数
の通信装置によるデータ送信を制御する通信制御手段
と、複数の通信装置を通信制御手段に共通に接続し、デ
ータをビット並列に転送する伝送路とを含む通信システ
ムにおいて、複数の通信装置は、それぞれに固有の識別
表示を有し、複数の通信装置は、識別表示を含み伝送路
にてデータを送信するための送信要求信号を発生し、通
信システムはさらに、複数の通信装置を通信制御手段に
共通に接続し送信要求信号をビット直列に通信制御手段
に転送する第1の信号線と、送信要求信号を通信制御手
段から折り返して送信要求応答信号として複数の通信装
置に共通にビット直列に転送する第2の信号線とを含
み、複数の通信装置はそれぞれ、自己の送出した送信要
求信号と第2の信号線より受信する送信要求応答信号と
を比較し、両者が不一致のとき、衝突と判定する競合制
御手段を含み、通信装置は、伝送路にデータを送信する
に先立って、タイミング信号に同期して第1の信号線に
送信要求信号を送出し、競合制御手段による比較におい
て、自己の送出した送信要求信号が第2の信号線より受
信した送信要求応答信号と一致すると、データを伝送路
に送出し、不一致であると、データ送出を停止する。
In order to solve the above-mentioned problems, a bus contention control system according to the present invention includes a plurality of communication devices for transmitting data in synchronization with a timing signal, and a data transmission by a plurality of communication devices. In a communication system including a communication control means for controlling the communication and a transmission path for connecting a plurality of communication devices to the communication control means in common and transferring data in a bit parallel manner, each of the plurality of communication devices has a unique identification display. Wherein the plurality of communication devices generate a transmission request signal for transmitting data on the transmission path including the identification display, and the communication system further connects the plurality of communication devices to the communication control means in common and transmits. A first signal line for transferring a request signal to the communication control means in a bit-serial manner; A plurality of communication devices each compares a transmission request signal transmitted by itself and a transmission request response signal received from the second signal line, and when both do not match, The communication device includes a conflict control unit that determines a collision, and transmits a transmission request signal to the first signal line in synchronization with the timing signal before transmitting data to the transmission path. When the transmission request signal transmitted by itself matches the transmission request response signal received from the second signal line, the data is transmitted to the transmission path, and when the transmission request signal does not match, the data transmission is stopped.

【0006】本発明によればまた、上述のような通信シ
ステムが提供される。
According to the present invention, there is also provided a communication system as described above.

【0007】[0007]

【作用】本発明によれば、ビット並列な伝送路に対応し
てシリアルの競合制御のための第1および第2の信号線
が設けられている。通信装置は、並列データのフレーム
伝送に先立って、タイミング信号に同期して送信要求信
号を送出する。この送信要求信号は、通信制御手段にて
折り返され、各通信装置に送信要求応答信号として返送
される。各通信装置の競合制御手段は、両信号を比較
し、それらの一致および不一致を検出することにより、
複数の通信装置からのデータ送出の競合が制御される。
According to the present invention, the first and second signal lines for serial contention control are provided corresponding to bit-parallel transmission paths. The communication device transmits a transmission request signal in synchronization with the timing signal prior to frame transmission of the parallel data. The transmission request signal is looped back by the communication control means and returned to each communication device as a transmission request response signal. The contention control means of each communication device compares the two signals and detects their coincidence and disagreement,
Contention of data transmission from a plurality of communication devices is controlled.

【0008】[0008]

【実施例】次に添付図面を参照して本発明によるバス競
合制御方式の実施例を詳細に説明する。図1は、本発明
によるバス競合制御方式の実施例を、また図2には、同
実施例における信号形式を示す。同実施例では、通信シ
ステムの網終端装置(図示せず)内に通信制御装置10が
設けられている。通信制御装置10は、通信端末11〜14の
通信網へのアクセスを制御する回路である。通信制御装
置10および端末11〜14は、バイトデータをビット並列に
伝送する送受信伝送路であるデータバス15、その送受信
タイミング信号を転送する送受信タイミング信号線16、
および競合制御バス19に接続されている。これらの送信
方向における接続は、すべてワイヤードアンド接続であ
る。
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of a bus contention control system according to the present invention; FIG. 1 shows an embodiment of a bus contention control system according to the present invention, and FIG. 2 shows a signal format in the embodiment. In this embodiment, a communication control device 10 is provided in a network termination device (not shown) of a communication system. The communication control device 10 is a circuit that controls access of the communication terminals 11 to 14 to a communication network. The communication control device 10 and the terminals 11 to 14 are a data bus 15 which is a transmission / reception transmission path for transmitting byte data in a bit parallel manner, a transmission / reception timing signal line 16 for transmitting the transmission / reception timing signal,
And the contention control bus 19. Connections in these transmission directions are all wired and connections.

【0009】通信端末11〜14は、互いに独立して、送受
信タイミング信号100 に同期して不定長のデータ101 を
所定の長さの固定長データすなわちフレームに分割し、
本実施例では伝送速度32Mb/sでデータバス15上に通信制
御装置10へ転送する通信端末装置である。もちろん本実
施例の端末装置11〜14は、データバス15からデータを受
信する機能を有している。しかし、データ受信機能は、
本発明に必須の機能ではなく、本発明の理解には必ずし
も必要でない。
The communication terminals 11 to 14 independently divide the indefinite-length data 101 into fixed-length data, that is, frames, of a predetermined length in synchronization with the transmission / reception timing signal 100.
In this embodiment, the communication terminal device transfers the data to the communication control device 10 on the data bus 15 at a transmission speed of 32 Mb / s. Of course, the terminal devices 11 to 14 of the present embodiment have a function of receiving data from the data bus 15. However, the data reception function,
It is not an essential function of the present invention and is not necessary for understanding the present invention.

【0010】競合制御バス19はビットシリアルの往復2
線からなり、それらは、通信制御装置10内にてセンダ17
およびレシーバ18に接続され、端末11〜14が送出する上
り方向の信号を下り方向に折り返すように構成されてい
る。通信制御装置10は、端末11〜14のデータバス15によ
る転送を制御する目的で、送受信タイミング信号線16に
図2の送受信タイミング信号(SRQC) 100を生成する。送
受信タイミング信号 100は、図2に示すように、本実施
例では23.6μs のフレーム送受信周期Tを有し、この間
に1フレームの送受信が行なわれる。フレーム送受信周
期Tには、本実施例では低レベルの競合制御期間tが含
まれ、この期間tは、端末11〜14がフレームの送信に先
立って送信権を獲得するための期間である。期間の長さ
tは、本実施例では6.3 μs である。
[0010] The contention control bus 19 is a bit serial round trip 2
Lines, which are sent by the sender 17 in the communication controller 10.
And the receiver 18, and is configured to return the upward signal transmitted by the terminals 11 to 14 in the downward direction. The communication control device 10 generates the transmission / reception timing signal (SRQC) 100 of FIG. 2 on the transmission / reception timing signal line 16 for the purpose of controlling the transfer of the terminals 11 to 14 via the data bus 15. As shown in FIG. 2, the transmission / reception timing signal 100 has a frame transmission / reception period T of 23.6 μs in this embodiment, during which one frame is transmitted / received. The frame transmission / reception period T includes a low-level contention control period t in the present embodiment, and this period t is a period for the terminals 11 to 14 to acquire a transmission right prior to transmission of a frame. The length t of the period is 6.3 μs in this embodiment.

【0011】通信端末11〜14は、基本的には互いに同じ
構成でよく、各端末に固有の識別表示、たとえば端末番
号0H〜3Hが付与されている。識別表示は、必ずしも番号
である必要はなく、識別符号であってもよい。本実施例
では、端末11〜14は4台であるが、もちろん本発明は、
この台数に限定されるものではなく、任意の端末台数に
有効に適用できることは、言うまでもない。端末11〜14
は、従来例の端末におけるDチャネル競合制御機能を有
する競合制御回路21含む。競合制御回路21は、送信要求
が生起すると、後述する送受信タイミング信号100 の競
合制御期間tの開始(立下り)に同期して、送信要求デ
ータ(SRQD) 102(図3)を競合制御バス19に送出する。
The communication terminals 11 to 14 may basically have the same configuration, and each terminal is provided with a unique identification, for example, terminal numbers 0H to 3H. The identification display does not necessarily need to be a number, but may be an identification code. In this embodiment, the number of terminals 11 to 14 is four.
It is needless to say that the present invention is not limited to this number but can be effectively applied to an arbitrary number of terminals. Terminals 11-14
Includes a contention control circuit 21 having a D-channel contention control function in a conventional terminal. When a transmission request occurs, the contention control circuit 21 transmits the transmission request data (SRQD) 102 (FIG. 3) to the contention control bus 19 in synchronization with the start (fall) of the contention control period t of the transmission / reception timing signal 100 described later. To send to.

【0012】送信要求データ(SRQD) 102は、端末11〜14
がデータバス15上にデータを送信する要求を示す信号で
あり、図3に例示するように3つの領域を有する。すな
わち、1ビットのクラス領域102a、2ビットの優先度領
域102bおよび端末番号領域102cの合計5ビットよりなる
データフォーマットである。送信要求データ 102は、競
合制御バス19でビット直列に転送される。クラス領域10
2aは、データバス15を転送されるデータ101 の種別を示
し、データ 101が信号(シグナリング)情報であれば2
進値「0」とし、通信情報であれば2進値「1」とす
る。競合の優先度は、通信情報より信号情報を優先とす
る。優先度領域102bは、同じクラス内における優先度を
示し、その初期値は2進値「11」である。同じクラスの
端末からの送信が競合すると、送信権の獲得に失敗した
端末は、その都度、優先度領域102bの値が2進値「1」
ずつカウントダウンされる。成功すると、初期値「11」
にリセットされる。端末番号領域102cは、送信する端末
の番号が格納される領域であり、本実施例では、この番
号が小さいほど、同クラス、同優先度のときに優先され
る構成をとっている。
The transmission request data (SRQD) 102 is transmitted to the terminals 11 to 14
Is a signal indicating a request to transmit data on the data bus 15, and has three regions as illustrated in FIG. That is, the data format is a 5-bit data format including a 1-bit class area 102a, a 2-bit priority area 102b, and a terminal number area 102c. The transmission request data 102 is transferred on the contention control bus 19 in a bit serial manner. Class area 10
2a indicates the type of the data 101 transferred on the data bus 15, and if the data 101 is signal (signaling) information, 2a
The binary value is “0”, and if it is communication information, the binary value is “1”. The priority of the contention is such that signal information has priority over communication information. The priority area 102b indicates the priority within the same class, and its initial value is a binary value "11". When transmissions from terminals of the same class conflict, the terminal that has failed to acquire the transmission right has a binary value of “1” in the priority area 102b each time.
Counted down by one. If successful, the default value is "11"
Is reset to The terminal number area 102c is an area in which the number of the terminal to be transmitted is stored. In this embodiment, the smaller the number, the higher the priority in the same class and the same priority.

【0013】送信する端末は、送受信タイミング信号10
0 の競合制御期間tで送信要求データ102 を競合制御バ
ス19に送出するが、これは、通信制御装置10より折り返
されて端末11〜14で送信要求応答データ103 として受信
される。送信した端末は、競合制御回路21により送信要
求応答データ103 を送信要求データ102 と1ビットずつ
比較する。衝突の検出は、2進値「0」を優先として両
者の一致、不一致により行なう。両者が一致した、すな
わち衝突を検出しなかった端末は、送信権を獲得したと
判断し、期間tの終り(立上り)に同期してデータ101
の送信フレーム104 をデータバス15に送出する。不一
致、すなわち衝突を検出した端末は、その時点で送信要
求データ102 の送出を直ちに止める。そして、衝突検出
時の条件に応じて送信要求データ102 の値を操作して、
次の競合制御期間tを捕らえて再度、送信権の獲得に臨
む。この値の操作については、後に衝突の具体例で説明
する。
The transmitting terminal transmits and receives the transmission / reception timing signal 10
The transmission request data 102 is sent to the contention control bus 19 in the contention control period t of 0, which is returned from the communication control device 10 and received as the transmission request response data 103 by the terminals 11 to 14. The transmitting terminal compares the transmission request response data 103 with the transmission request data 102 bit by bit by the contention control circuit 21. The collision is detected by giving priority to the binary value "0" and determining whether the values match or not. The terminal in which both match, that is, in which no collision is detected, determines that it has acquired the transmission right, and synchronizes with the data 101 in synchronization with the end (rising) of the period t.
Is transmitted to the data bus 15. The terminal that has detected the mismatch, that is, the collision, immediately stops sending the transmission request data 102 at that time. Then, by manipulating the value of the transmission request data 102 according to the conditions at the time of collision detection,
The next contention control period t is captured, and the transmission right is started again. The operation of this value will be described later with a specific example of collision.

【0014】データ受信の場合は、通信制御装置10より
競合制御バス19に送出される送信要求応答データ103 か
らそれに含まれる端末番号102cを受信し、それが自端末
の番号であれば、データバス15上のデータ101 の送信フ
レーム104 を受信する態勢にはいる。
In the case of data reception, the terminal number 102c included in the transmission request response data 103 sent from the communication control device 10 to the contention control bus 19 is received. It is ready to receive a transmission frame 104 of data 101 on 15.

【0015】図4は、4台の端末11〜14が同時にバス15
にアクセスしたときの全端末の送信完了までの競合動作
を示す。図5に示すように、端末11の送信要求データ10
2 のクラス領域102aの値「0」は、送信すべきデータが
信号情報であり、その優先度領域102bの値「11」は、1
度目のアクセスであることを示している。端末12のデー
タ102 は、優先度領域102bの値が初期値「11」から1つ
カウントダウンされた「10」であることから、データ情
報の2度目のアクセスであることがわかる。端末13およ
び14のデータ102 は、データ情報の1度目のアクセスで
あることを示し、両者の違いは、端末番号領域102cのみ
である。4端末11〜14の同時アクセスでは、全端末11〜
14が送信を完了するまでに3回の競合が発生する。
FIG. 4 shows that four terminals 11 to 14 are connected to a bus 15 at the same time.
Shows the contention operation until transmission is completed for all terminals when the terminal is accessed. As shown in FIG. 5, the transmission request data 10
The value “0” of the class area 102a of No. 2 indicates that the data to be transmitted is the signal information, and the value “11” of the priority area 102b indicates the value of
This is the second access. Since the value of the priority area 102b of the data 102 of the terminal 12 is “10”, which is one countdown from the initial value “11”, it is understood that this is the second access of the data information. The data 102 of the terminals 13 and 14 indicates that this is the first access of the data information, and the only difference is the terminal number area 102c. With simultaneous access of 4 terminals 11-14, all terminals 11-
Three conflicts occur before 14 completes the transmission.

【0016】1回目は、全端末11〜14の競合である。こ
の場合、クラス領域102aは、端末11のみが値「0」で他
は値「1」であるので、端末11以外の端末12〜14は、衝
突を検出することになる。衝突を検出した端末12〜14
は、データ102 の送出を停止し、データ102 の値はその
ままで再アクセスへ移行する。端末11は、これ以降衝突
を検出することはないので、データ102 送出終了後に送
信フレーム104 を送信し、この例ではクラス102aの優先
度が他よりも高い端末11は、送信を終了する。
The first is a competition between all the terminals 11 to 14. In this case, in the class area 102a, only the terminal 11 has the value “0” and the others have the value “1”, so that the terminals 12 to 14 other than the terminal 11 detect a collision. Terminals 12-14 that detected the collision
Stops the transmission of the data 102 and shifts to re-access with the value of the data 102 as it is. Since the terminal 11 does not detect any collision thereafter, the terminal 11 transmits the transmission frame 104 after the transmission of the data 102 is completed. In this example, the terminal 11 having a higher priority of the class 102a than the others terminates the transmission.

【0017】2回目のアクセスで、この例では端末11が
アクセスしないので、3台の端末12〜14が競合する。今
回は、クラス領域102aがすべて値「1」であるので、ク
ラス領域102aによる衝突は検出されず、次の優先度領域
102bでの衝突検出によることになる。優先度領域102bに
おいて、端末12だけが端末13および14の優先度値「11」
より1つ小さい値「10」になっている。そこで、優先度
領域102bの2ビット目が送信要求応答データ103 に現れ
た時、端末13および14が衝突を検出する。同クラス内の
優先度が高い端末12は衝突を検出しないので、これのみ
が送信を完了する。他の端末13および14は、優先度領域
102bを1つカウントダウンして2進値「10」として、再
アクセスする。
In the second access, the terminal 11 does not access in this example, so that the three terminals 12 to 14 compete. In this case, since all the class areas 102a have the value “1”, no collision due to the class area 102a is detected, and the next priority area
This is due to the collision detection at 102b. In the priority area 102b, only the terminal 12 has the priority value "11" of the terminals 13 and 14.
The value is “10” which is one smaller than the value. Therefore, when the second bit of the priority area 102b appears in the transmission request response data 103, the terminals 13 and 14 detect a collision. Since the terminal 12 having the higher priority in the same class does not detect the collision, only this completes the transmission. The other terminals 13 and 14 are in the priority area
102b is decremented by one to make a binary value "10" and re-accessed.

【0018】端末11および12がさらにアクセスすること
がないとすると、3回目の端末13と同14の競合では、ク
ラス領域102aも優先度領域102bも同一であるが、端末番
号領域102cにおいて、端末13は値「10」であり、端末14
は値「11」であるので、端末番号領域102cの2ビット目
で端末14が衝突を検出する。よって、端末番号が小さい
方の端末13が送信を開始し、大きい方の端末14は優先度
領域102bの値を1つカウントダウンし、その後、再アク
セスする。
Assuming that the terminals 11 and 12 do not access any more, in the third contention between the terminal 13 and the terminal 14, the class area 102a and the priority area 102b are the same, but the terminal number area 102c has 13 is the value "10" and the terminal 14
Is the value "11", so that the terminal 14 detects a collision in the second bit of the terminal number area 102c. Therefore, the terminal 13 having the smaller terminal number starts transmission, and the terminal 14 having the larger terminal number counts down the value of the priority area 102b by one, and then re-accesses.

【0019】最後に残った端末14は、端末11〜14がアク
セスしないので、競合は起こらない。したがって端末14
は、送信要求データ102 の衝突は検出されずに送信に移
行する。
Since the last remaining terminal 14 is not accessed by the terminals 11 to 14, no conflict occurs. Therefore terminal 14
Shifts to transmission without detecting the collision of the transmission request data 102.

【0020】本実施例では、端末11〜14は4台、データ
バス15における転送情報のクラスは2種類であった。本
発明は、これらの数に限定されるものではなく、送信要
求データ102 におけるクラス領域102a、優先度領域102b
および端末番号領域102cのビット数を変更することによ
り、任意のクラスおよび優先度の種類、ならびに端末数
に適応することができる。
In this embodiment, there are four terminals 11 to 14 and two classes of transfer information on the data bus 15. The present invention is not limited to these numbers, but includes the class area 102a and the priority area 102b in the transmission request data 102.
By changing the number of bits of the terminal number area 102c, it is possible to adapt to an arbitrary class and priority type and the number of terminals.

【0021】[0021]

【発明の効果】このように本発明によれば、ビット並列
のデータバスにおける転送の競合制御において、ビット
シリアルの競合制御バスを設けることにより、競合制御
データの1ビットずつの比較が可能となり、端末の競合
制御回路を簡素化することができる。また、送信要求デ
ータに端末の識別表示を含めたことにより、同じクラス
で、同じ優先度であっても、必ず1つの端末が送信を完
了することができる。
As described above, according to the present invention, in the contention control of the transfer on the bit parallel data bus, by providing the bit serial contention control bus, it is possible to compare the contention control data bit by bit. The contention control circuit of the terminal can be simplified. Also, by including the terminal identification display in the transmission request data, one terminal can always complete transmission even in the same class and the same priority.

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

【図1】本発明によるバス競合制御方式の実施例のシス
テム構成図である。
FIG. 1 is a system configuration diagram of an embodiment of a bus contention control system according to the present invention.

【図2】図1のシステムにおける信号波形の例を示すタ
イムチャートである。
FIG. 2 is a time chart illustrating an example of a signal waveform in the system of FIG. 1;

【図3】図1に示す実施例における送信要求データの例
を示す構成図である。
FIG. 3 is a configuration diagram showing an example of transmission request data in the embodiment shown in FIG. 1;

【図4】図1のシステムにおける競合動作の一例を示す
タイムチャートである。
FIG. 4 is a time chart showing an example of a competitive operation in the system of FIG. 1;

【図5】図4に示した競合動作の例における送信要求デ
ータの例を示す図である。
5 is a diagram illustrating an example of transmission request data in the example of the contention operation illustrated in FIG. 4;

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

10 通信制御装置 11〜14 通信端末 15 データバス 16 送受信タイミング信号線 17 センダ 18 レシバ 19 競合制御バス 21 競合制御回路 10 Communication control device 11-14 Communication terminal 15 Data bus 16 Transmission / reception timing signal line 17 Sender 18 Receiver 19 Competition control bus 21 Competition control circuit

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 タイミング信号に同期してデータを送信
する複数の通信装置と、 該複数の通信装置によるデータ送信を制御する通信制御
手段と、 該複数の通信装置を該通信制御手段に共通に接続し、前
記データをビット並列に転送する伝送路とを含む通信シ
ステムのバス競合制御方式において、 前記複数の通信装置は、それぞれに固有の識別表示を有
し、該複数の通信装置は、該識別表示を含み前記伝送路
にて前記データを送信するための送信要求信号を発生
し、 前記通信システムはさらに、 前記複数の通信装置を前記通信制御手段に共通に接続
し、前記送信要求信号をビット直列に前記通信制御手段
に転送する第1の信号線と、 前記送信要求信号を前記通信制御手段から折り返して送
信要求応答信号として前記複数の通信装置に共通にビッ
ト直列に転送する第2の信号線とを含み、 前記複数の通信装置はそれぞれ、自己の送出した前記送
信要求信号と第2の信号線より受信する前記送信要求応
答信号とを比較し、両者が不一致のとき、衝突と判定す
る競合制御手段を含み、 前記通信装置は、前記伝送路にデータを送信するに先立
って、前記タイミング信号に同期して第1の信号線に前
記送信要求信号を送出し、前記競合制御手段による比較
において、自己の送出した送信要求信号が第2の信号線
より受信した前記送信要求応答信号と一致すると、前記
データを前記伝送路に送出し、不一致であると、データ
送出を停止することを特徴とするバス競合制御方式。
1. A plurality of communication devices for transmitting data in synchronization with a timing signal, communication control means for controlling data transmission by the plurality of communication devices, and a plurality of communication devices shared by the communication control means In a bus contention control system for a communication system including a connection path for transferring the data in a bit parallel manner, the plurality of communication devices each have a unique identification display, and the plurality of communication devices are Generating a transmission request signal for transmitting the data on the transmission path including an identification display, the communication system further connects the plurality of communication devices to the communication control means in common, and transmits the transmission request signal A first signal line that transfers the communication request to the communication control means in a bit-serial manner; and the transmission request signal is returned from the communication control means to be transmitted in common to the plurality of communication devices as a transmission request response signal. A plurality of communication devices, each of which compares the transmission request signal transmitted by itself and the transmission request response signal received from the second signal line, When the two do not coincide with each other, the communication device includes a conflict control unit for determining a collision, and the communication device transmits the transmission request signal to a first signal line in synchronization with the timing signal before transmitting data to the transmission line. In the comparison by the contention control means, if the transmission request signal transmitted by itself matches the transmission request response signal received from the second signal line, the data is transmitted to the transmission path, and there is no match. And a bus contention control method in which data transmission is stopped.
【請求項2】 請求項1に記載のバス競合制御方式にお
いて、前記送信要求信号は、前記伝送路にて転送される
データが通信情報であるか信号情報であるかの別を示す
第1のデータと、前記通信装置の優先順位を示す第2の
データと、前記通信装置の識別表示を含む第3のデータ
とを含み、前記競合制御手段は、第1のデータにおける
信号情報を通信情報より上位の優先順位とすることを特
徴とするバス競合制御方式。
2. The bus contention control method according to claim 1, wherein the transmission request signal is a first signal indicating whether data transferred on the transmission path is communication information or signal information. Data, second data indicating the priority of the communication device, and third data including an identification of the communication device, wherein the contention control means converts the signal information in the first data from the communication information. A bus contention control method characterized by a higher priority.
【請求項3】 タイミング信号に同期してデータを送信
する複数の通信装置と、 該複数の通信装置によるデータ送信を制御する通信制御
手段と、 該複数の通信装置を該通信制御手段に共通に接続し、前
記データをビット並列に転送する伝送路とを含む通信シ
ステムにおいて、 前記複数の通信装置は、それぞれに固有の識別表示を有
し、該複数の通信装置は、該識別表示を含み前記伝送路
にて前記データを送信するための送信要求信号を発生
し、 該通信システムはさらに、前記複数の通信装置を前記通
信制御手段に共通に接続し、前記送信要求信号を前記通
信制御手段にビット直列に転送する第1の信号線を含
み、 前記通信制御手段は、前記送信要求信号を折り返して送
信要求応答信号とする折り返し手段を含み、 該通信システムはさらに、前記送信要求応答信号を前記
複数の通信装置に共通にビット直列に転送する第2の信
号線を含み、 前記複数の通信装置はそれぞれ、自己の送出した前記送
信要求信号と第2の信号線より受信する前記送信要求応
答信号とを比較し、両者が不一致のとき、衝突と判定す
る競合制御手段を含み、 前記通信装置は、前記伝送路にデータを送信するに先立
って、前記タイミング信号に同期して第1の信号線に前
記送信要求信号を送出し、前記競合制御手段による比較
において、自己の送出した送信要求信号が第2の信号線
より受信した前記送信要求応答信号と一致すると、前記
データを前記伝送路に送出し、不一致であると、データ
送出を停止することを特徴とする通信システム。
3. A plurality of communication devices for transmitting data in synchronization with a timing signal, communication control means for controlling data transmission by the plurality of communication devices, and the plurality of communication devices being shared by the communication control means. And a transmission path for connecting and transferring the data in a bit-parallel manner, wherein the plurality of communication devices each have a unique identification, and the plurality of communication devices include the identification. Generating a transmission request signal for transmitting the data on a transmission line, the communication system further connects the plurality of communication devices in common to the communication control unit, and transmits the transmission request signal to the communication control unit. The communication system further includes: a first signal line that transfers data in a bit serial manner; the communication control unit includes a return unit that returns the transmission request signal to a transmission request response signal; A second signal line for transmitting the transmission request response signal to the plurality of communication devices in a bit serial manner in common, wherein each of the plurality of communication devices transmits the transmission request signal and the second signal line transmitted by itself. Comparing the received transmission request response signal with the received transmission request response signal, and when the two do not coincide with each other, the communication device includes a conflict control unit that determines that there is a collision, and the communication device synchronizes with the timing signal before transmitting data to the transmission path. Transmitting the transmission request signal to the first signal line, and when the transmission request signal transmitted by the transmission control signal coincides with the transmission request response signal received from the second signal line in the comparison by the contention control means, A communication system, wherein data is transmitted to the transmission path, and if the data does not match, the data transmission is stopped.
JP6181400A 1994-08-02 1994-08-02 Bus contention control method Expired - Fee Related JP3042822B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6181400A JP3042822B2 (en) 1994-08-02 1994-08-02 Bus contention control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6181400A JP3042822B2 (en) 1994-08-02 1994-08-02 Bus contention control method

Publications (2)

Publication Number Publication Date
JPH0846632A JPH0846632A (en) 1996-02-16
JP3042822B2 true JP3042822B2 (en) 2000-05-22

Family

ID=16100093

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6181400A Expired - Fee Related JP3042822B2 (en) 1994-08-02 1994-08-02 Bus contention control method

Country Status (1)

Country Link
JP (1) JP3042822B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010078559A (en) * 2000-02-09 2001-08-21 윤종용 Hierarchical distributed bus arbitration apparatus and method

Also Published As

Publication number Publication date
JPH0846632A (en) 1996-02-16

Similar Documents

Publication Publication Date Title
EP0100662B1 (en) Digital communication system
EP0046203B1 (en) Multiprocessor arrangement with a common bus
US4337465A (en) Line driver circuit for a local area contention network
US3985962A (en) Method of information transmission with priority scheme in a time-division multiplex communication system comprising a loop line
US5377189A (en) Hybrid data communications systems
US4330858A (en) Time domain supervisory channel for data terminal equipments
EP0192305B1 (en) Arrangement for transmitting digital data
EP0203111B1 (en) Distributed packet switching system
US5172373A (en) Packet communication system and its control method
EP0121410B1 (en) Bus-configured local area network with data exchange capability
US4463351A (en) System for providing several data terminals with access to a digital telephone line
EP0051794A1 (en) Distributed-structure message switching system on random-access channel for message dialogue among processing units
EP0130206B1 (en) Method and apparatus for bus contention resolution
US4561092A (en) Method and apparatus for data communications over local area and small area networks
EP0307931B1 (en) Interface module for connecting collision detection LAN user terminals to a switching network having a different access mode.
CA1147865A (en) Message interchange system among microprocessors connected by a synchronous transmitting means
US5065153A (en) Contention control system
US4855995A (en) Method and system for data transmission
US4191941A (en) Switch matrix for data transfers
US4774704A (en) Interface circuit for connecting a digital equipment to a time multiplex link
JP3042822B2 (en) Bus contention control method
EP0829152B1 (en) A ring bus data transfer system
EP0474698B1 (en) Hybrid data communications system
JP2758750B2 (en) Cell multiplex bus communication control system
US5751974A (en) Contention resolution for a shared access bus

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20000201

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

Free format text: PAYMENT UNTIL: 20080310

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090310

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees