JP2017041043A - Communication system and communication method - Google Patents

Communication system and communication method Download PDF

Info

Publication number
JP2017041043A
JP2017041043A JP2015161647A JP2015161647A JP2017041043A JP 2017041043 A JP2017041043 A JP 2017041043A JP 2015161647 A JP2015161647 A JP 2015161647A JP 2015161647 A JP2015161647 A JP 2015161647A JP 2017041043 A JP2017041043 A JP 2017041043A
Authority
JP
Japan
Prior art keywords
communication system
switch
master
slave device
bus
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
JP2015161647A
Other languages
Japanese (ja)
Other versions
JP6645069B2 (en
Inventor
偉史 内川
Takeshi Uchikawa
偉史 内川
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2015161647A priority Critical patent/JP6645069B2/en
Publication of JP2017041043A publication Critical patent/JP2017041043A/en
Application granted granted Critical
Publication of JP6645069B2 publication Critical patent/JP6645069B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Systems (AREA)
  • Small-Scale Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a communication system which enables efficient communication with a plurality of devices.SOLUTION: A communication system 100 comprises: a master transmission unit 110 that transmits information to one or more slave devices 150 via a bus 140; one or more separation mechanisms 120 that are provided correspondingly to the respective slave devices 150 and separate the bus 140; and one or more master reception units 130 that are connected with the bus 140 between the slave devices 150 and the separation mechanisms correspondingly to the respective slave devices and receive information transmitted from the corresponding slave devices 150.SELECTED DRAWING: Figure 1

Description

本発明は、通信システム及び通信方法に関する。   The present invention relates to a communication system and a communication method.

データセンター等でのサーバの運用に際して、各々のサーバの消費電力を取得し、サーバの運用を最適化する技術が検討されている。この用途においては、消費電力に関する情報は、サーバの電源に備えられた検出回路にて検出されて他の装置へ伝達される。情報の伝達には、例えばI2C(Inter Integrated Circuit)等のシリアルバスが用いられる。   When operating servers in a data center or the like, a technique for acquiring power consumption of each server and optimizing the server operation has been studied. In this application, information on power consumption is detected by a detection circuit provided in the power supply of the server and transmitted to other devices. For example, a serial bus such as I2C (Inter Integrated Circuit) is used for information transmission.

また、I2C等のシリアルバスは、上述した用途に限られず、組み込みシステムや携帯機器等において広く用いられている。PMBus(Power Management Bus)や、SMBus(System Management Bus)と呼ばれる通信プロトコルでは、物理層としてI2Cが用いられている。   In addition, serial buses such as I2C are not limited to the above-described uses, and are widely used in embedded systems and portable devices. In a communication protocol called PMBus (Power Management Bus) or SMBus (System Management Bus), I2C is used as a physical layer.

特許文献1には、シリアルバスに関する技術の一例として、少ない配線数で信頼性の高い通信を行うことが可能な電源装置等に関する技術が記載されている。特許文献1に記載の技術では、UART(Universal Asynchronous Receiver Transmitter)モジュールを使用し、2つの配線を用いて信頼性の高い通信が行われる。   Patent Document 1 describes a technique related to a power supply apparatus and the like capable of performing highly reliable communication with a small number of wires as an example of a technique related to a serial bus. In the technique described in Patent Document 1, highly reliable communication is performed using two wirings using a UART (Universal Asynchronous Receiver Transmitter) module.

特開2013−27085号公報JP 2013-27085 A

I2C等のシリアルバスでは、通信は基本的に逐次的に行われる。したがって、マスタとスレーブの間の通信がシリアルバスを介して行われる場合において、スレーブの数が増えると、各スレーブが送受信することができるデータの量は減少する。しかしながら、特許文献1に記載の技術では、この場合に対する考慮が十分になされていない。すなわち、特許文献1に記載の技術では、複数の装置に対する効率的な通信が困難であった。   In a serial bus such as I2C, communication is basically performed sequentially. Therefore, when communication between a master and a slave is performed via a serial bus, as the number of slaves increases, the amount of data that can be transmitted / received by each slave decreases. However, the technique described in Patent Document 1 does not fully consider this case. That is, with the technique described in Patent Document 1, it is difficult to efficiently communicate with a plurality of devices.

本発明は、上記課題を解決するためになされたものであって、複数の装置に対する効率的な通信を可能にする通信システムを提供することを主たる目的とする。   The present invention has been made to solve the above-described problem, and has as its main object to provide a communication system that enables efficient communication with a plurality of devices.

本発明の一態様における通信システムは、少なくとも一つのスレーブ装置にバスを介して情報を送信する送信部と、スレーブ装置の各々に対応して設けられており、バスを分離する少なくとも一つの分離機構と、スレーブ装置の各々に対応してスレーブ装置と分離機構との間のバスに接続されており、対応するスレーブ装置から送信される情報を受信する少なくとも一つのマスタ受信部とを備える。   The communication system according to one aspect of the present invention includes a transmission unit that transmits information to at least one slave device via a bus, and at least one separation mechanism that separates the bus and is provided corresponding to each of the slave devices. And at least one master receiving unit connected to a bus between the slave device and the separation mechanism corresponding to each of the slave devices and receiving information transmitted from the corresponding slave device.

本発明によると、複数の装置に対する効率的な通信を可能にする通信システムを提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the communication system which enables the efficient communication with respect to a some apparatus can be provided.

本発明の第1の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 1st Embodiment of this invention. 本発明の第2の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 2nd Embodiment of this invention. 本発明の第2の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 2nd Embodiment of this invention. 本発明の第3の実施形態における通信システムの動作シーケンスを示す図である。It is a figure which shows the operation | movement sequence of the communication system in the 3rd Embodiment of this invention. 本発明の第3の実施形態における通信システムのクロックストレッチ動作に関する動作シーケンスを示す図である。It is a figure which shows the operation | movement sequence regarding the clock stretch operation | movement of the communication system in the 3rd Embodiment of this invention. 本発明の第4の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 4th Embodiment of this invention. 本発明の第5の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 5th Embodiment of this invention. 本発明の第6の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 6th Embodiment of this invention. 本発明の第6の実施形態における通信システムの構成を示す図である。It is a figure which shows the structure of the communication system in the 6th Embodiment of this invention. 本発明の第6の実施形態における通信システムのクロックストレッチ動作に関する動作シーケンスを示す図である。It is a figure which shows the operation | movement sequence regarding the clock stretch operation | movement of the communication system in the 6th Embodiment of this invention.

本発明の各実施形態について、添付の図面を参照して説明する。本発明の各実施形態に示す通信システムは、マスタスレーブ方式の通信が行われることを想定する。そして、本発明の各実施形態に示す通信システムでは、一つのマスタが、一つ以上の任意の数のスレーブと通信する例を想定する。一例として、サーバの電源ユニットや配電ボード等の生産における試験工程で本発明の各実施形態に示す通信システムが用いられる場合には、スレーブは、生産中の電源ユニット等であり、マスタは、電源ユニット等をテストするテスト装置である。   Embodiments of the present invention will be described with reference to the accompanying drawings. The communication system shown in each embodiment of the present invention assumes that master-slave communication is performed. In the communication system shown in each embodiment of the present invention, it is assumed that one master communicates with one or more arbitrary number of slaves. As an example, when the communication system shown in each embodiment of the present invention is used in a test process in production of a server power supply unit, a power distribution board, etc., the slave is a power supply unit in production and the master is a power supply This is a test device for testing units and the like.

なお、本発明の各実施形態において、マスタとスレーブとを接続するバスは、I2C方式のバスであることを想定する。ただし、本発明の各実施形態に示す通信システムにおいては、その構成が適用可能であれば、マスタとスレーブとを接続するバスとしてI2C方式のバスとは異なる任意のシリアルバスが用いられてもよい。   In each embodiment of the present invention, it is assumed that the bus connecting the master and the slave is an I2C bus. However, in the communication system shown in each embodiment of the present invention, any serial bus different from the I2C bus may be used as a bus for connecting the master and the slave as long as the configuration is applicable. .

(第1の実施形態)
まず、本発明の第1の実施形態について説明する。図1は、本発明の第1の実施形態における通信システムの構成を示す図である。
(First embodiment)
First, a first embodiment of the present invention will be described. FIG. 1 is a diagram illustrating a configuration of a communication system according to the first embodiment of the present invention.

図1に示すとおり、本発明の第1の実施形態における通信システム100は、マスタ送信部110と、分離機構120−1から120−Nと、マスタ受信部130−1から130−Nとを備える。マスタ送信部110は、バス140を介してスレーブ装置150−1から150−Nの各々に情報を送信する。分離機構120−1から120−Nの各々は、スレーブ装置150−1から150−Nの各々に対応して設けられている。そして、分離機構120−1から120−Nの各々は、対応するスレーブ装置150−1から150−Nとマスタ送信部110とを接続するバス140を分離する。すなわち、分離機構120−1から120−Nの各々は、対応するスレーブ装置150−1から150−Nとマスタ送信部110との通信を遮断する。受信部130−1から130−Nの各々は、スレーブ装置150−1から150−Nにそれぞれ対応して、スレーブ装置150−1から150−Nの各々と分離機構120−1から120−Nの各々との間のバス140に接続される。そして、受信部130−1から130−Nの各々は、スレーブ装置150−1から150−Nのうち、対応するスレーブ装置から送信される情報を受信する。   As shown in FIG. 1, the communication system 100 according to the first embodiment of the present invention includes a master transmission unit 110, separation mechanisms 120-1 to 120-N, and master reception units 130-1 to 130-N. . The master transmission unit 110 transmits information to each of the slave devices 150-1 to 150-N via the bus 140. Each of separation mechanisms 120-1 to 120-N is provided corresponding to each of slave devices 150-1 to 150-N. Then, each of the separation mechanisms 120-1 to 120-N separates the bus 140 that connects the corresponding slave devices 150-1 to 150-N and the master transmission unit 110. That is, each of the separation mechanisms 120-1 to 120-N blocks communication between the corresponding slave devices 150-1 to 150-N and the master transmission unit 110. Receiving units 130-1 to 130-N correspond to slave devices 150-1 to 150-N, respectively, and each of slave devices 150-1 to 150-N and separation mechanisms 120-1 to 120-N. It is connected to the bus 140 between them. Each of the receiving units 130-1 to 130-N receives information transmitted from the corresponding slave device among the slave devices 150-1 to 150-N.

なお、スレーブ装置150−1から150−Nの各々は、マスタ装置と接続される任意の装置である。スレーブ装置150−1から150−Nの各々は、例えば、I2C方式におけるスレーブ機能を備える任意のモジュールや回路等である。スレーブ装置150−1から150−Nの各々は、同一の装置であってもよいし、それぞれ異なる種類の装置であってもよい。   Each of slave devices 150-1 to 150-N is an arbitrary device connected to the master device. Each of the slave devices 150-1 to 150-N is, for example, an arbitrary module or circuit having a slave function in the I2C method. Each of slave devices 150-1 to 150-N may be the same device, or may be different types of devices.

本実施形態を含む本発明の各実施形態においては、上述したNは1以上の任意の整数である。すなわち、マスタ送信部110は、1台以上の任意の数のスレーブ装置150−1から150−Nに対して情報を送信する。また、スレーブ装置150−1から150−Nの各々に対応して、分離機構120−1から120−N及びマスタ受信部130−1から130−Nがそれぞれ設けられる。   In each embodiment of the present invention including this embodiment, N described above is an arbitrary integer of 1 or more. That is, the master transmission unit 110 transmits information to one or more arbitrary numbers of slave devices 150-1 to 150-N. Also, corresponding to each of the slave devices 150-1 to 150-N, separation mechanisms 120-1 to 120-N and master receiving units 130-1 to 130-N are provided, respectively.

なお、以降の説明において、数がN個である構成要素について、N個の各々に対する区別が必ずしも必要ない場合には、添字は適宜省略される。例えば、マスタ受信部130−1から130−Nの各々に共通する構成や動作等を説明する場合には、単にマスタ受信部130と称する場合がある。   In the following description, when it is not always necessary to distinguish each of the N components, the suffixes are omitted as appropriate. For example, when a configuration or operation common to each of the master receivers 130-1 to 130-N is described, it may be simply referred to as the master receiver 130.

すなわち、本実施形態における通信システム100は、マスタスレーブ方式の通信におけるマスタ装置の送信部と受信部が分離して設けられる。そして、マスタ装置の送信部と受信部との間の通信経路に、当該経路を分離する分離機構が配置される。このような構成とすることで、マスタ装置は、スレーブ装置150−1から150−Nの各々からの応答を個々に受信することが可能となる。   That is, in the communication system 100 according to the present embodiment, the transmission unit and the reception unit of the master device in the master-slave communication are provided separately. And the separation mechanism which isolate | separates the said path | route is arrange | positioned at the communication path | route between the transmission part of a master apparatus, and a receiving part. With this configuration, the master device can individually receive responses from each of the slave devices 150-1 to 150-N.

続いて、本実施形態における通信システム100の各構成要素について説明する。   Then, each component of the communication system 100 in this embodiment is demonstrated.

マスタ送信部110は、マスタ装置の送信機能を備え、各種のデータやスレーブ装置の制御信号等を含む情報を送信する。例えば、マスタ送信部110は、I2C方式のマスタ装置としての機能を備え、バス140を介してクロック信号やデータ等を含む情報の送出を行う。   The master transmission unit 110 has a transmission function of the master device, and transmits information including various data and control signals of the slave device. For example, the master transmission unit 110 has a function as an I2C master device, and transmits information including a clock signal, data, and the like via the bus 140.

本実施形態では、マスタ送信部110は、スレーブ装置150−1から150−Nのうち、複数のスレーブ装置に対して一斉に同一のデータを送信することを想定する。例えば、マスタ送信部110は、スレーブ装置150−1から150−Nのうち、同一のアドレスが定められた複数のスレーブ装置に対して情報を送信する。又は、マスタ送信部110は、アドレス指定が含まれず、スレーブ装置150−1から150−Nの全てのスレーブ装置を対象とする命令やデータ等の情報を送信してもよい。   In the present embodiment, it is assumed that the master transmission unit 110 transmits the same data simultaneously to a plurality of slave devices among the slave devices 150-1 to 150-N. For example, the master transmission unit 110 transmits information to a plurality of slave devices with the same address defined among the slave devices 150-1 to 150-N. Or the master transmission part 110 may transmit information, such as an instruction | command and data which do not include address designation and are intended for all the slave devices of the slave devices 150-1 to 150-N.

分離機構120−1から120−Nの各々は、対応するスレーブ装置150−1から150−Nとマスタ送信部110とを接続するバス140を分離する。分離機構120−1から120−Nの各々は、それぞれ、スレーブ装置150−1から150−Nのいずれかと対応付けられる。そして、分離機構120−1から120−Nの各々は、図1に示すように、バス140におけるスレーブ装置150−1から150−Nの各々に対する分岐点よりスレーブ装置150−1から150−Nに近い位置に設けられる。すなわち、分離機構120−1から120−Nの各々は、スレーブ装置150−1から150−Nのうち、対応するスレーブ装置とマスタ送信部110との通信を個々に遮断する。なお、分離機構120−1から120−Nの各々は、スレーブ装置150−1から150−Nの各々とマスタ送信部110との間の通信が行われる場合には、接続するバス140を接続する。   Each of the separation mechanisms 120-1 to 120 -N separates the bus 140 that connects the corresponding slave devices 150-1 to 150 -N and the master transmission unit 110. Each of the separation mechanisms 120-1 to 120-N is associated with one of the slave devices 150-1 to 150-N, respectively. Then, as shown in FIG. 1, each of the separation mechanisms 120-1 to 120-N moves from the branching point for each of the slave devices 150-1 to 150-N on the bus 140 to the slave devices 150-1 to 150-N. It is provided at a close position. That is, each of the separation mechanisms 120-1 to 120-N individually blocks communication between the corresponding slave device and the master transmission unit 110 among the slave devices 150-1 to 150-N. Each of the separation mechanisms 120-1 to 120-N connects the bus 140 to be connected when communication between each of the slave devices 150-1 to 150-N and the master transmission unit 110 is performed. .

分離機構120は、対応するスレーブ装置150から何らかの信号を対応するマスタ受信部130に送信する場合に、バス140を分離する。すなわち、この場合には、分離機構120は、バス140を介した通信を遮断して、スレーブ装置150からの信号のマスタ送信部110への伝搬を抑止する。例えば、スレーブ装置150が、ACK(Acknowledge)、NACK(Negative Acknowledge)信号、データ応答等の応答信号を送信する場合に、分離機構120は、バス140を分離して通信を遮断する。   The separation mechanism 120 separates the bus 140 when transmitting any signal from the corresponding slave device 150 to the corresponding master reception unit 130. That is, in this case, the separation mechanism 120 blocks communication via the bus 140 and suppresses propagation of signals from the slave device 150 to the master transmission unit 110. For example, when the slave device 150 transmits a response signal such as an ACK (Acknowledge), a NACK (Negative Acknowledge) signal, or a data response, the separation mechanism 120 separates the bus 140 and blocks communication.

なお、分離機構120は、スレーブ装置150が情報の送信を行う場合に限ってバス140を分離してもよい。すなわち、分離機構120は、マスタ送信部110からの情報の送信は常に遮断せず、スレーブ装置150からの情報の送信のみを遮断する構成であってもよい。   Note that the separation mechanism 120 may separate the bus 140 only when the slave device 150 transmits information. That is, the separation mechanism 120 may be configured not to always block the transmission of information from the master transmission unit 110 but to block only the transmission of information from the slave device 150.

マスタ受信部130−1から130−Nの各々は、対応するスレーブ装置150−1から150−Nからの応答等の情報を受信する。マスタ受信部130−1から130−Nの各々は、それぞれ、スレーブ装置150−1から150−Nのいずれか及び分離機構120−1から120−Nのいずれかと対応付けられている。すなわち、マスタ受信部130−1から130−Nの各々は、スレーブ装置150−1から150−Nのうち、対応するスレーブ装置からの応答等の情報を受信する。マスタ送信部130は、対応するスレーブ装置150から情報を受信した場合には、例えば、マスタ送信部110からのクロック信号に従い、スレーブ装置から受信した情報に応じてACK又はNACK信号を送出する。   Each of master receiving units 130-1 to 130-N receives information such as responses from corresponding slave devices 150-1 to 150-N. Each of the master receivers 130-1 to 130-N is associated with one of the slave devices 150-1 to 150-N and one of the separation mechanisms 120-1 to 120-N, respectively. That is, each of the master receiving units 130-1 to 130-N receives information such as a response from the corresponding slave device among the slave devices 150-1 to 150-N. When the master transmitter 130 receives information from the corresponding slave device 150, for example, according to the clock signal from the master transmitter 110, the master transmitter 130 transmits an ACK or NACK signal according to the information received from the slave device.

本実施形態においては、スレーブ装置150−1から150−Nの各々は、対応付けられた分離機構がバス140を分離し、通信を遮断している際に情報を送信する。マスタ受信部130−1から130−Nの各々は、対応付けられたスレーブ装置から送信された情報を受信する。対応する分離機構にて通信が遮断されていることから、スレーブ装置150−1から150−Nの各々は、互いに他のスレーブ装置から影響を受けることなく、対応するマスタ受信部に対して情報を送信することが可能である。すなわち、スレーブ装置150−1から150−Nの各々は、並行してマスタ送信部110からの通信に対する応答等を含む情報の送信を行うことが可能である。したがって、マスタから複数のスレーブに対して通信を行う場合に、高速な通信が可能となる。   In the present embodiment, each of the slave devices 150-1 to 150-N transmits information when the associated separation mechanism separates the bus 140 and blocks communication. Each of master receiving units 130-1 to 130-N receives information transmitted from the associated slave device. Since the communication is interrupted by the corresponding separation mechanism, each of the slave devices 150-1 to 150-N sends information to the corresponding master receiver without being influenced by the other slave devices. It is possible to send. That is, each of the slave devices 150-1 to 150-N can transmit information including a response to the communication from the master transmission unit 110 in parallel. Therefore, high-speed communication is possible when the master communicates with a plurality of slaves.

以上のとおり、本発明の第1の実施形態における通信システム100は、マスタスレーブ方式の通信におけるマスタ装置の送信部と受信部が分離して設けられる。すなわち、スレーブ装置150−1から150−Nの各々に対して、マスタ受信部130−1から130−Nの各々が対応して設けられる。そして、マスタ装置の送信部であるマスタ送信部110とマスタ装置の受信部であるマスタ受信部130との間には、分離機構120が設けられる。このような構成を備えることから、本実施形態における通信システム100では、同じ時点において複数のスレーブ装置からの応答を得ることが可能となる。したがって、本実施形態における通信システム100は、複数の装置に対する効率的な通信を可能にする。   As described above, in the communication system 100 according to the first embodiment of the present invention, the transmission unit and the reception unit of the master device in master-slave communication are provided separately. That is, each of master receiving units 130-1 to 130-N is provided corresponding to each of slave devices 150-1 to 150-N. A separation mechanism 120 is provided between a master transmission unit 110 that is a transmission unit of the master device and a master reception unit 130 that is a reception unit of the master device. With such a configuration, the communication system 100 according to the present embodiment can obtain responses from a plurality of slave devices at the same time. Therefore, the communication system 100 according to the present embodiment enables efficient communication with a plurality of devices.

そして、上述した特徴から、本実施形態における通信システム100を用いてスレーブ機能を備えるモジュールの試験を行う場合には、試験の対象とするモジュールの数を容易に増やすことが可能となる。更に、マスタとモジュールとの通信が効率よく行われることから、効率の良い試験が可能となる。   From the above-described characteristics, when a module having a slave function is tested using the communication system 100 according to the present embodiment, the number of modules to be tested can be easily increased. Furthermore, since the communication between the master and the module is performed efficiently, an efficient test can be performed.

(第2の実施形態)
次に、本発明の第2の実施形態について説明する。図2は、本発明の第2の実施形態における通信システムの構成を示す図である。
(Second Embodiment)
Next, a second embodiment of the present invention will be described. FIG. 2 is a diagram showing a configuration of a communication system according to the second embodiment of the present invention.

上述のように、本実施形態においては、マスタとスレーブとを接続するバスは、I2C方式のバスであることを想定する。I2C方式のバスには、データ線とクロック線とが含まれる。   As described above, in this embodiment, it is assumed that the bus connecting the master and the slave is an I2C bus. The I2C bus includes a data line and a clock line.

図2に示すように、本発明の第2の実施形態における通信システム200は、マスタ送信部110と、ダイオード221−1から221−Nと、マスタ受信部130−1から130−Nとを備える。マスタ送信部110及びマスタ受信部130−1から130−Nは、第1の実施形態における通信システム100が備える同じ構成要素と同一である。ダイオード221−1から221−Nの各々は、第1の実施形態における分離機構120−1から120−Nの各々に関連する要素であり、スレーブ装置150−1から150−Nの各々に対応して設けられる。各々の装置は、上述のようにI2Cバス141にて接続される。I2Cバス141は、クロック線142とデータ線143とを含む。クロック線142とデータ線143では、それぞれ、High又はLowの2つの値の信号が伝搬する。この場合に、“High”の値の信号は、例えば高電位(高電圧)の信号であり、“Low”の値の信号は、例えば低電位(低電圧)の信号である。   As shown in FIG. 2, the communication system 200 according to the second embodiment of the present invention includes a master transmission unit 110, diodes 221-1 to 221-N, and master reception units 130-1 to 130-N. . The master transmission unit 110 and the master reception units 130-1 to 130-N are the same as the same constituent elements included in the communication system 100 in the first embodiment. Each of the diodes 221-1 to 221-N is an element related to each of the separation mechanisms 120-1 to 120-N in the first embodiment, and corresponds to each of the slave devices 150-1 to 150-N. Provided. Each device is connected via the I2C bus 141 as described above. The I2C bus 141 includes a clock line 142 and a data line 143. On the clock line 142 and the data line 143, signals having two values of High or Low are propagated, respectively. In this case, the “High” value signal is, for example, a high potential (high voltage) signal, and the “Low” value signal is, for example, a low potential (low voltage) signal.

本実施形態においては、ダイオード221−1から221−Nの各々は、マスタ送信部110と、スレーブ装置150−1から150−Nの各々とを接続するI2Cバス141のデータ線143に接続される。ダイオード221−1から221−Nの各々は、図2に示すように、I2Cバス141におけるスレーブ装置150−1から150−Nの各々に対する分岐点よりスレーブ装置150−1から150−Nに近い位置に設けられる。   In the present embodiment, each of the diodes 221-1 to 221-N is connected to the data line 143 of the I2C bus 141 that connects the master transmitter 110 and each of the slave devices 150-1 to 150-N. . As shown in FIG. 2, each of the diodes 221-1 to 221-N is located closer to the slave devices 150-1 to 150-N than the branch point for each of the slave devices 150-1 to 150-N on the I2C bus 141. Provided.

具体的には、ダイオード221−1から221−Nの各々は、マスタ送信部110からスレーブ装置150−1から150−Nへの電流のみを通過させるようにデータ線143に接続される。つまり、ダイオード221−1から221−Nの各々は、アノードがデータ線143のマスタ送信部の側に接続され、カソードがデータ線143の対応するスレーブ装置150の側に接続される。なお、マスタ受信部130は、対応するダイオード221のカソードの側に接続される。このような接続態様により、マスタ送信部110からスレーブ装置150−1から150−Nの各々に向かう情報のみが、ダイオード221−1から221−Nの各々を通過する。   Specifically, each of diodes 221-1 to 221-N is connected to data line 143 so as to pass only current from master transmission unit 110 to slave devices 150-1 to 150-N. That is, each of the diodes 221-1 to 221-N has an anode connected to the master transmission unit side of the data line 143 and a cathode connected to the corresponding slave device 150 side of the data line 143. Note that the master receiver 130 is connected to the cathode side of the corresponding diode 221. With such a connection mode, only information from the master transmitter 110 to each of the slave devices 150-1 to 150-N passes through each of the diodes 221-1 to 221-N.

上述の構成から、マスタ送信部110からデータ線143を介して送信される情報は、スレーブ装置150−1から150−Nの各々に対してダイオード221−1から221−Nの各々の影響を受けずに送信される。一方、スレーブ装置150−1から150−Nの各々からデータ線143を介して送信される情報は、ダイオード221−1から221−Nの各々にて遮断される。ただし、マスタ受信部130−1から130−Nの各々は、スレーブ装置150−1から150−Nの各々から送信される情報を受信することが可能である。そのため、一定の正常な通信が行われている場合には、マスタ送信部110からの一回の情報の送信によって、マスタ送信部110は、スレーブ装置150−1から150−Nの全てに対して情報を送信することが可能である。そして、スレーブ装置150−1から150−Nの全てが、マスタ送信部110からの情報の送信に対して応答することが可能である。   With the above configuration, the information transmitted from the master transmission unit 110 via the data line 143 is affected by each of the diodes 221-1 to 221-N with respect to each of the slave devices 150-1 to 150-N. Sent without. On the other hand, information transmitted from each of the slave devices 150-1 to 150-N via the data line 143 is blocked by each of the diodes 221-1 to 221-N. However, each of the master receiving units 130-1 to 130-N can receive information transmitted from each of the slave devices 150-1 to 150-N. Therefore, when certain normal communication is performed, the master transmission unit 110 transmits all information from the master transmission unit 110 to all of the slave devices 150-1 to 150-N. Information can be transmitted. All of the slave devices 150-1 to 150-N can respond to the transmission of information from the master transmission unit 110.

なお、本実施形態においては、ダイオード221の電圧降下を考慮して、データ線143のプルアップ電圧や、スレーブ装置150のプルダウン抵抗等の選択が必要となる場合がある。そこで、ダイオード221に代えて、リレーやMOSFET(metal−oxide−semiconductor field−effect transistor)等のスイッチ機構が用いられてもよい。   In the present embodiment, it may be necessary to select the pull-up voltage of the data line 143, the pull-down resistor of the slave device 150, or the like in consideration of the voltage drop of the diode 221. Therefore, a switch mechanism such as a relay or a MOSFET (metal-oxide-field-effect transistor) may be used instead of the diode 221.

以上のとおり、本発明の第2の実施形態における通信システム200は、分離機構120として、ダイオード221を備える。したがって、本実施形態における通信システム200は、本発明の第1の実施形態における通信システム100と同様の効果を奏する。また、本実施形態における通信システム200は、各々のスレーブ装置に対してダイオードのみを用いて実現される。本実施形態における通信システム200は、簡易に実現することが可能である。   As described above, the communication system 200 according to the second embodiment of the present invention includes the diode 221 as the separation mechanism 120. Therefore, the communication system 200 in the present embodiment has the same effects as the communication system 100 in the first embodiment of the present invention. Further, the communication system 200 in the present embodiment is realized by using only a diode for each slave device. The communication system 200 in the present embodiment can be easily realized.

(第3の実施形態)
次に、本発明の第3の実施形態について説明する。図3は、本発明の第3の実施形態における通信システムの構成を示す図である。図4は、本発明の第3の実施形態における通信システムの動作シーケンスを示す図である。図5は、本発明の第3の実施形態における通信システムのクロックストレッチ動作に関する動作シーケンスを示す図である。
(Third embodiment)
Next, a third embodiment of the present invention will be described. FIG. 3 is a diagram illustrating a configuration of a communication system according to the third embodiment of the present invention. FIG. 4 is a diagram showing an operation sequence of the communication system in the third embodiment of the present invention. FIG. 5 is a diagram illustrating an operation sequence related to the clock stretching operation of the communication system according to the third embodiment of the present invention.

図3に示すように、本発明の第3の実施形態における通信システム300は、マスタ送信部110と、第1のスイッチ322−1から322−Nと、第2のスイッチ323−1から323−Nと、第1のスイッチ制御部324−1から324−Nと、第2のスイッチ制御部325と、マスタ受信部130−1から130−Nとを備える。マスタ送信部110及びマスタ受信部130−1から130−Nは、第1の実施形態における通信システム100が備える同じ構成要素と同一である。第1のスイッチ322−1から322−Nの各々及び第1のスイッチ制御部324−1から324−Nの各々は、第1の実施形態における分離機構120−1から120−Nの各々に関連する要素である。同様に、第2のスイッチ323−1から323−Nの各々及び第2のスイッチ制御部325は、第1の実施形態における分離機構120−1から120−Nの各々に関連する要素である。これらの要素は、スレーブ装置150−1から150−Nの各々に対応して設けられる。各々の装置は、上述のようにクロック線142とデータ線143とを含むI2Cバス141にて接続される。   As shown in FIG. 3, the communication system 300 according to the third embodiment of the present invention includes a master transmission unit 110, first switches 322-1 to 322-N, and second switches 323-1 to 323-. N, first switch control units 324-1 to 324-N, a second switch control unit 325, and master reception units 130-1 to 130-N. The master transmission unit 110 and the master reception units 130-1 to 130-N are the same as the same constituent elements included in the communication system 100 in the first embodiment. Each of the first switches 322-1 to 322-N and each of the first switch control units 324-1 to 324-N are related to each of the separation mechanisms 120-1 to 120-N in the first embodiment. It is an element to do. Similarly, each of the second switches 323-1 to 323-N and the second switch control unit 325 are elements related to each of the separation mechanisms 120-1 to 120-N in the first embodiment. These elements are provided corresponding to each of the slave devices 150-1 to 150-N. Each device is connected by the I2C bus 141 including the clock line 142 and the data line 143 as described above.

なお、図3及び以降の図においては、図中の矢印は、制御の対象を示す。制御に際して、信号の流れは矢印の方向に限られない。   In FIG. 3 and subsequent figures, arrows in the figure indicate objects to be controlled. In the control, the signal flow is not limited to the direction of the arrow.

本実施形態においては、第1のスイッチ322−1から322−Nの各々は、マスタ送信部110と、スレーブ装置150−1から150−Nの各々とを接続するI2Cバス141のクロック線142に接続される。第1のスイッチ制御部324−1から324−Nの各々は、第1のスイッチ322−1から322−Nの各々に対応付けられる。第2のスイッチ323−1から323−Nの各々は、マスタ送信部110と、スレーブ装置150−1から150−Nの各々とを接続するI2Cバス141のデータ線143に接続される。なお、第1のスイッチ322−1から322−Nとして、リレーやMOSFET等が用いられる。   In the present embodiment, each of the first switches 322-1 to 322-N is connected to the clock line 142 of the I2C bus 141 that connects the master transmission unit 110 and each of the slave devices 150-1 to 150-N. Connected. Each of the first switch control units 324-1 to 324-N is associated with each of the first switches 322-1 to 322-N. Each of the second switches 323-1 to 323-N is connected to the data line 143 of the I2C bus 141 that connects the master transmission unit 110 and each of the slave devices 150-1 to 150-N. Note that a relay, a MOSFET, or the like is used as the first switches 322-1 to 322-N.

なお、図3に示すように、第1のスイッチ322−1から322−Nの各々は、I2Cバス141におけるスレーブ装置150−1から150−Nの各々に対する分岐点よりスレーブ装置150−1から150−Nに近い位置に設けられる。同様に、第2のスイッチ323−1から323−Nの各々は、の各々は、I2Cバス141におけるスレーブ装置150−1から150−Nの各々に対する分岐点よりスレーブ装置150−1から150−Nに近い位置に設けられる。   As shown in FIG. 3, each of the first switches 322-1 to 322-N is connected to the slave devices 150-1 to 150-N from the branch point for each of the slave devices 150-1 to 150-N on the I2C bus 141. It is provided at a position close to -N. Similarly, each of the second switches 323-1 to 323-N is connected to the slave devices 150-1 to 150-N from the branch point for each of the slave devices 150-1 to 150-N on the I2C bus 141. It is provided in the position near.

I2C方式の通信では、クロックストレッチと呼ばれる動作が存在する。クロックストレッチの発生時には、スレーブが強制的にクロック線の値をLowに設定してマスタからの情報の受信を保留する。第2の実施形態における通信システム200では、スレーブ装置150−1から150−Nの一つにおいてクロックストレッチが生じた場合に、スレーブ装置150−1から150−Nの全てに関するクロック線143の値がLowに設定される場合がある。また、分離機構としてダイオード221を用いる場合には、当該ダイオードの順方向電圧降下を考慮して、データ線143のプルアップ電圧を設定する必要が生じる可能性がある。   In I2C communication, an operation called clock stretching exists. When clock stretching occurs, the slave forcibly sets the value of the clock line to Low and suspends reception of information from the master. In the communication system 200 according to the second embodiment, when clock stretching occurs in one of the slave devices 150-1 to 150-N, the values of the clock lines 143 relating to all of the slave devices 150-1 to 150-N are set. It may be set to Low. Further, when the diode 221 is used as the separation mechanism, it may be necessary to set the pull-up voltage of the data line 143 in consideration of the forward voltage drop of the diode.

続いて、本実施形態における通信システム300の各構成要素について説明する。   Then, each component of the communication system 300 in this embodiment is demonstrated.

第1のスイッチ322−1から322−Nの各々は、一動作例として、スレーブ装置150−1から150−Nの各々に起因するクロックストレッチに応じて、個別にスイッチの開閉が制御される。すなわち、第1のスイッチ322−1から322−Nの各々は、通常は短絡されており、対応するスレーブ装置150−1から150−Nにおいてクロックストレッチが生じた際に開放される。そのため、スレーブ装置150−1から150−Nの各々は、個々にスイッチの開閉が制御可能となるよう、スレーブ装置150−1から150−Nの各々に対応して第1のスイッチ制御部324−1から324−Nが設けられる。   As an operation example, each of the first switches 322-1 to 322-N is individually controlled to open and close according to a clock stretch caused by each of the slave devices 150-1 to 150-N. That is, each of the first switches 322-1 to 322-N is normally short-circuited, and is opened when a clock stretch occurs in the corresponding slave device 150-1 to 150-N. Therefore, each of the slave devices 150-1 to 150-N can correspond to each of the slave devices 150-1 to 150-N so that the opening / closing of the switch can be individually controlled. 1 to 324-N are provided.

第1のスイッチ制御部324−1から324−Nの各々は、例えば、対応するスレーブ装置150−1から150−Nにクロックストレッチが生じた際に、第1のスイッチ322−1から322−Nのうち制御対象とするスイッチを開放する。クロックストレッチの検出を行うため、第1のスイッチ制御部324−1から324−Nの各々は、例えば、対応する第1のスイッチ322−1から322−Nを挟んだ2つの側のクロック線142の電圧を個々に監視する。   Each of the first switch control units 324-1 to 324-N, for example, when the clock stretching occurs in the corresponding slave device 150-1 to 150-N, the first switches 322-1 to 322-N Open the switch to be controlled. In order to detect the clock stretch, each of the first switch control units 324-1 to 324-N has, for example, two clock lines 142 sandwiching the corresponding first switches 322-1 to 322-N. Are monitored individually.

第2のスイッチ322−1から322−Nの各々は、マスタ送信部110からの情報の送信と、その送信に対するスレーブ装置150−1から150−Nの応答に応じてスイッチの開閉が制御される。したがって、第2のスイッチ322−1から322−Nの各々は、単一の第2のスイッチ制御部325によって制御される。   Each of the second switches 322-1 to 322-N is controlled to open and close the switches according to the transmission of information from the master transmission unit 110 and the responses of the slave devices 150-1 to 150-N with respect to the transmission. . Accordingly, each of the second switches 322-1 to 322-N is controlled by a single second switch control unit 325.

なお、本実施形態においては、マスタ送信部110及びスレーブ装置150−1から150−Nの各々が、I2Cバス141の電圧が同じ電圧となるようにプルアップ電圧を設定する。   In this embodiment, the master transmission unit 110 and each of the slave devices 150-1 to 150-N set the pull-up voltage so that the voltage of the I2C bus 141 becomes the same voltage.

第2のスイッチ制御部325は、マスタ送信部110の情報の送信動作に応じて、第2のスイッチ322−1から322−Nの各々の開閉を制御する。第2のスイッチ制御部325と第2のスイッチ322−1から322−Nとの各々とは、例えば制御信号線を介して制御が行われる。例えば、第2のスイッチ制御部325は、制御信号線がHighとすることで、第2のスイッチ322−1から322−Nの各々を開放するように制御する。   The second switch control unit 325 controls the opening and closing of each of the second switches 322-1 to 322-N according to the information transmission operation of the master transmission unit 110. The second switch control unit 325 and each of the second switches 322-1 to 322-N are controlled, for example, via a control signal line. For example, the second switch control unit 325 controls the second switches 322-1 to 322-N to be opened by setting the control signal line to High.

更に、図4及び図5に示す動作シーケンスを用いて、本実施形態における通信システム300の動作を説明する。図5において、“クロック線”及び“データ線”は、スレーブ装置150−1から150−Nの一つに着目した場合において、当該スレーブ装置に接続されたクロック線142及びデータ線143の動作シーケンスを表す。SW1及びSW2は、それぞれ第1のスイッチ323及び第2のスイッチ324の動作シーケンスを示す。各々の動作シーケンスにおいて、“OPEN”はスイッチが開放された状態を示し、“SHORT”はスイッチが短絡した状態を示す。すなわち、第1のスイッチ323又は第2のスイッチ324の状態が“SHORT”である場合には、各々のスイッチを介した信号の伝搬が可能である。また、第1のスイッチ323又は第2のスイッチ324の状態が“OPEN”である場合には、各々のスイッチを介した信号の伝搬が遮断される。“Master Write Address”及び“Master Write Data”は、マスタからの書込み要求であり、それぞれ書込み対象となるスレーブのアドレス及び書き込みデータが送信されることを示す。同様に、“Master Read Address”及び“Master Read Data”は、マスタからの読出し要求であり、それぞれ読出し対象となるスレーブのアドレス及び読出しデータが送信されることを示す。“マスタACK”又は“スレーブACK”のそれぞれは、マスタ又はスレーブの他方からの情報の送信に対する応答を示す。   Furthermore, the operation of the communication system 300 in the present embodiment will be described using the operation sequence shown in FIGS. In FIG. 5, “clock line” and “data line” are the operation sequences of the clock line 142 and the data line 143 connected to the slave device when attention is paid to one of the slave devices 150-1 to 150-N. Represents. SW1 and SW2 indicate operation sequences of the first switch 323 and the second switch 324, respectively. In each operation sequence, “OPEN” indicates a state where the switch is opened, and “SHORT” indicates a state where the switch is short-circuited. That is, when the state of the first switch 323 or the second switch 324 is “SHORT”, the signal can be propagated through each switch. When the state of the first switch 323 or the second switch 324 is “OPEN”, signal propagation through each switch is interrupted. “Master Write Address” and “Master Write Data” are write requests from the master, and indicate that the address and write data of the slave to be written are transmitted. Similarly, “Master Read Address” and “Master Read Data” are read requests from the master, and indicate that the address and read data of the slave to be read are transmitted, respectively. Each of “master ACK” or “slave ACK” indicates a response to the transmission of information from the other of the master or the slave.

図4に示す例では、マスタ送信部110が通信を開始する際に、第2のスイッチ制御部325は、マスタ送信部110からの指示に基づいて、第2のスイッチ323−1から323−Nの各々を短絡する(閉じる)ように制御する。マスタ送信部110からアドレス又はデータが送信されている間は、第2のスイッチ323−1から323−Nの各々は短絡された状態となる。   In the example illustrated in FIG. 4, when the master transmission unit 110 starts communication, the second switch control unit 325 performs the second switches 323-1 to 323-N based on an instruction from the master transmission unit 110. Are controlled to be short-circuited (closed). While the address or data is transmitted from the master transmission unit 110, each of the second switches 323-1 to 323-N is short-circuited.

マスタ送信部110からの情報の送信が完了すると、第2のスイッチ制御部325は、第2のスイッチ323−1から323−Nの各々を開放する(開く)ように制御する。スレーブ装置150は、図4において“スレーブACK”として示されているように、第2のスイッチ323が解放されている場合に、ACK又はNACKの応答を行う。この場合には、マスタ受信部130−1から130−Nの各々は、対応するスレーブ装置150−1から150−Nの各々からの応答を個々に受信する。   When the transmission of information from the master transmission unit 110 is completed, the second switch control unit 325 controls to open (open) each of the second switches 323-1 to 323-N. The slave device 150 makes an ACK or NACK response when the second switch 323 is released, as shown as “slave ACK” in FIG. In this case, each of master receiving units 130-1 to 130-N individually receives a response from each of corresponding slave devices 150-1 to 150-N.

また、スレーブ装置150−1から150−Nの各々が、マスタ送信部110からの要求に応答して情報を送信する場合には、第2のスイッチ制御部325は、第2のスイッチ323−1から323−Nの各々を開放するように制御する。スレーブ装置150−1から150−Nの各々からの応答の後、対応するマスタ受信部130−1から130−NがACK又はNACKの応答を行う場合も、第2のスイッチ323−1から323−Nの各々は開放した状態となるように制御される。この状態は、図4における“マスタACK”の応答が行われている状態に相当する。   Further, when each of the slave devices 150-1 to 150-N transmits information in response to a request from the master transmission unit 110, the second switch control unit 325 includes the second switch 323-1. To 323-N are controlled to be opened. After the response from each of the slave devices 150-1 to 150-N, also when the corresponding master receivers 130-1 to 130-N perform an ACK or NACK response, the second switches 323-1 to 323- Each of N is controlled to be in an open state. This state corresponds to the state where the response of “master ACK” in FIG. 4 is performed.

予め定められた通信が終了すると、マスタ送信部110は、通信を終了させる。この場合に、マスタ送信部110からの指示に基づいて、第2のスイッチ制御部325は、第2のスイッチ323−1から323−Nの各々を短絡するように制御する。そして、マスタ送信部110は、スレーブ装置150−1から150−Nの各々に対して、NACK応答とストップビットを送信して通信を完了させる。通信の完了後には、第2のスイッチ制御部325は、第2のスイッチ323−1から323−Nの各々を開放するように制御する。   When the predetermined communication ends, the master transmission unit 110 ends the communication. In this case, based on the instruction from the master transmission unit 110, the second switch control unit 325 performs control so as to short-circuit each of the second switches 323-1 to 323-N. And the master transmission part 110 completes communication by transmitting a NACK response and a stop bit with respect to each of the slave apparatuses 150-1 to 150-N. After the communication is completed, the second switch control unit 325 controls to open each of the second switches 323-1 to 323-N.

図4に示す例は、スレーブ装置150の各々が通常の動作を行う場合を示す。したがって、第1のスイッチ322は短絡した状態である。しかしながら、スレーブ装置150は、上述したクロックストレッチを生じさせる場合がある。図5に示す動作シーケンスは、クロックストレッチが生じた場合における通信システム300の動作の一例を示す。   The example illustrated in FIG. 4 illustrates a case where each of the slave devices 150 performs a normal operation. Therefore, the first switch 322 is in a short-circuited state. However, the slave device 150 may cause the clock stretch described above. The operation sequence shown in FIG. 5 shows an example of the operation of the communication system 300 when clock stretching occurs.

なお、図5に示す例において、“CLOCK_Vm”は、第1のスイッチ322を基準としてマスタ送信部110に近い側におけるクロック線142の電圧を示す。“データ線”は、データ線143の値を示す。また、“通常の動作”は、スレーブ装置150がクロックストレッチを生じさせずに通常の動作を行う場合における動作の例を示す。“クロックストレッチ発生”は、スレーブ装置150がクロックストレッチを生じさせた場合の例を示す。“SW1”は、スレーブ装置150に対応する第1のスイッチ322の状態を表す。CLOCL_Vsは、第1のスイッチ322を基準としてスレーブ装置150に近い側におけるクロック線142の電圧を示す。   In the example illustrated in FIG. 5, “CLOCK_Vm” indicates the voltage of the clock line 142 on the side closer to the master transmission unit 110 with respect to the first switch 322. “Data line” indicates the value of the data line 143. “Normal operation” indicates an example of an operation in the case where the slave device 150 performs a normal operation without causing clock stretching. “Clock stretch generation” indicates an example in which the slave device 150 generates clock stretch. “SW1” represents the state of the first switch 322 corresponding to the slave device 150. CLOCL_Vs indicates the voltage of the clock line 142 on the side close to the slave device 150 with the first switch 322 as a reference.

以下、図5を用いて、スレーブ装置150がクロックストレッチを生じさせた場合の動作の一例を説明する。   Hereinafter, an example of the operation when the slave device 150 causes clock stretching will be described with reference to FIG.

まず、第1のスイッチ制御部324−1から324−Nの各々は、継続してクロック線142の電圧を監視する。この場合に、クロック線142のうち、対応する第1のスイッチ322のマスタ送信部にある側の電圧と、スレーブ装置150にある側の電圧との双方を監視する。上述のように、本実施形態においては、前者の電圧はCLOCK_Vmにて、後者の電圧はCLOCK_Vsにて表される。なお、第1のスイッチ322−1から322−Nの各々は、当初は短絡するように制御されていることを想定する。また、マスタ送信部110及びスレーブ装置150−1から150−Nの各々は、クロック線142及びデータ線143のそれぞれに対してプルアップ電圧を印加することを想定する。   First, each of the first switch control units 324-1 to 324-N continuously monitors the voltage of the clock line 142. In this case, both the voltage on the side of the master transmission unit of the corresponding first switch 322 and the voltage on the side of the slave device 150 in the clock line 142 are monitored. As described above, in the present embodiment, the former voltage is represented by CLOCK_Vm, and the latter voltage is represented by CLOCK_Vs. It is assumed that each of the first switches 322-1 to 322-N is initially controlled to be short-circuited. Further, it is assumed that each of the master transmission unit 110 and the slave devices 150-1 to 150-N applies a pull-up voltage to each of the clock line 142 and the data line 143.

上述のように、クロックストレッチの発生の際には、スレーブ装置150は、クロック線142をLowに設定する。クロックストレッチの発生により、クロック線142では、CLOCK_Vm及び各々のCLOCK_VsがLowとなる。第1のスイッチ制御部324−1から324−Nの各々は、CLOCK_Vm及びCLOCK_Vsが予め定められた時間を超えてLowであることを検知すると、第1のスイッチ322−1から322−Nを開放するように制御する(図5の(1))。上述のように、スレーブ装置150はクロック線142に対してプルアップ電圧を印加する。したがって、第1のスイッチ322の解放に伴い、クロックストレッチが生じていないスレーブ装置150に関するCLOCK_VsはHighとなる。一方、クロックストレッチが生じたスレーブ装置150に関するCLOCK_Vsは、Lowのままの状態が継続する。   As described above, when the clock stretch occurs, the slave device 150 sets the clock line 142 to Low. Due to the occurrence of the clock stretch, CLOCK_Vm and each CLOCK_Vs become Low on the clock line 142. Each of the first switch controllers 324-1 to 324-N opens the first switches 322-1 to 322-N when detecting that CLOCK_Vm and CLOCK_Vs are Low for a predetermined time. Control is performed ((1) in FIG. 5). As described above, the slave device 150 applies a pull-up voltage to the clock line 142. Therefore, with the release of the first switch 322, CLOCK_Vs related to the slave device 150 in which clock stretching has not occurred becomes High. On the other hand, CLOCK_Vs related to the slave device 150 in which clock stretching has occurred remains in a low state.

そして、第1のスイッチ制御部324−1から324−Nの各々は、CLOCK_Vm及び対応するCLOCK_Vs引き続き監視する。図5の“通常の動作”に示すように、クロックストレッチが生じていないスレーブ装置150に対応する第1のスイッチ制御部324は、対応する第1のスイッチ322を短絡するように制御する。すなわち、CLOCK_VsがHighとなるスレーブ装置150に関しては、第1のスイッチ制御部324−1から324−Nの各々は、対応する第1のスイッチ322を再び短絡するように制御する(図5の(2))。   Then, each of the first switch control units 324-1 to 324-N continuously monitors CLOCK_Vm and the corresponding CLOCK_Vs. As shown in “normal operation” in FIG. 5, the first switch control unit 324 corresponding to the slave device 150 in which clock stretching has not occurred controls the corresponding first switch 322 to be short-circuited. That is, for the slave device 150 in which CLOCK_Vs becomes High, each of the first switch control units 324-1 to 324-N performs control so as to short-circuit the corresponding first switch 322 again ((( 2)).

一方、図5の“クロックストレッチ発生”に示すように、クロックストレッチが生じたスレーブ装置150に対応する第1のスイッチ制御部324は、制御の対象となる第1のスイッチ322を開放した状態が継続するように制御する。すなわち、CLOCK_VsがLowのままであるスレーブ装置150に関しては、対応する第1のスイッチ制御部324は、制御の対象となる第1のスイッチ322を開放した状態が継続するように制御する(図5の(3)等)。   On the other hand, as shown in “clock stretch generation” in FIG. 5, the first switch control unit 324 corresponding to the slave device 150 in which the clock stretch has occurred is in a state in which the first switch 322 to be controlled is opened. Control to continue. That is, for the slave device 150 in which CLOCK_Vs remains Low, the corresponding first switch control unit 324 performs control so that the state in which the first switch 322 to be controlled is opened continues (FIG. 5). (3) etc.).

以上のとおり、本発明の第3の実施形態における通信システム300は、スレーブ装置の各々に対応して、バスのクロック線及びデータ線のそれぞれにスイッチが設けられる。スイッチの開閉は、マスタ又はスレーブの各々からの情報の送受信の状況に応じて制御される。したがって、本実施形態における通信システム300は、本発明の第1の実施形態における通信システム100及び第2の実施形態における通信システム200と同様の効果を奏する。また、本実施形態における通信システム300は、バスがI2Cバスである場合に、スレーブのクロックストレッチ動作に対応することが可能となる。   As described above, in the communication system 300 according to the third embodiment of the present invention, switches are provided for each of the clock line and the data line of the bus corresponding to each of the slave devices. The opening / closing of the switch is controlled according to the state of transmission / reception of information from each master or slave. Therefore, the communication system 300 according to the present embodiment has the same effects as the communication system 100 according to the first embodiment and the communication system 200 according to the second embodiment. Further, the communication system 300 according to the present embodiment can cope with the slave clock stretching operation when the bus is an I2C bus.

(第4の実施形態)
次に、本発明の第4の実施形態について説明する。図6は、本発明の第4の実施形態における通信システムの構成を示す図である。
(Fourth embodiment)
Next, a fourth embodiment of the present invention will be described. FIG. 6 is a diagram showing a configuration of a communication system according to the fourth embodiment of the present invention.

図6に示すように、本発明の第4の実施形態における通信システム400は、マスタ送信部110と、第1のスイッチ322−1から322−Nと、第2のスイッチ323−1から323−Nと、第1のスイッチ制御部324−1から324−Nと、第2のスイッチ制御部325と、テスト回路431−1から431−Nとを備える。マスタ送信部110及びマスタ受信部130−1から130−Nは、第1の実施形態における通信システム100が備える同じ構成要素と同一である。第1のスイッチ322−1から322−N、第2のスイッチ323−1から323−N、第1のスイッチ制御部324−1から324−N及び第2のスイッチ制御部325は、第3の実施形態における通信システム300が備える同じ構成要素と同一である。また、テスト回路431−1から431−Nの各々は、第1の実施形態における通信システム100等のマスタ受信部130の一つの変形例である。本実施形態においては、テスト回路431−1から431−Nの各々は、一例として、第3のスイッチ432−1から432−Nと、第4のスイッチ433−1から433−Nと、フリップフロップ434−1から434−Nと、XOR(Exclusive−OR:排他的論理和)ゲート435−1から435−Nと、ラッチ436−1から436−Nと、LED(Light Emitting Diode)437−1から437−Nとを有する。   As shown in FIG. 6, the communication system 400 according to the fourth embodiment of the present invention includes a master transmission unit 110, first switches 322-1 to 322-N, and second switches 323-1 to 323-. N, first switch control units 324-1 to 324-N, a second switch control unit 325, and test circuits 431-1 to 431-N. The master transmission unit 110 and the master reception units 130-1 to 130-N are the same as the same constituent elements included in the communication system 100 in the first embodiment. The first switches 322-1 to 322-N, the second switches 323-1 to 323-N, the first switch controllers 324-1 to 324-N, and the second switch controller 325 It is the same as that of the same component with which the communication system 300 in embodiment is provided. Each of the test circuits 431-1 to 431-N is a modification of the master receiving unit 130 such as the communication system 100 according to the first embodiment. In the present embodiment, each of the test circuits 431-1 to 431-N includes, as an example, third switches 432-1 to 432-N, fourth switches 433-1 to 433-N, and flip-flops. 434-1 to 434-N, XOR (Exclusive-OR) gates 435-1 to 435-N, latches 436-1 to 436-N, and LED (Light Emitting Diode) 437-1 437-N.

なお、図6に示すように、テスト回路431−1から431−Nの各々は、I2Cバス141におけるスレーブ装置150−1から150−Nの各々に対する分岐点よりスレーブ装置150−1から150−Nに近い位置に設けられる。   As shown in FIG. 6, each of the test circuits 431-1 to 431-N is connected to the slave devices 150-1 to 150-N from the branch point for each of the slave devices 150-1 to 150-N on the I2C bus 141. It is provided in the position near.

第1から第3の実施形態における通信システム100等では、スレーブ装置150−1から150−Nの各々に対応してマスタ受信部130−1から130−Nが設けられた。これらの実施形態においては、マスタ受信部130−1から130−Nは、一例として必要に応じて通信ネットワークを介して接続され、各々が受信した情報が集約される。しかしながら、各々のスレーブ装置に対応してマスタ受信部を設けることや、マスタ受信部の各々を接続することは、配線を複雑にし、また、コストの増加の原因となる可能性がある。   In the communication system 100 and the like in the first to third embodiments, master receiving units 130-1 to 130-N are provided corresponding to the slave devices 150-1 to 150-N, respectively. In these embodiments, the master receivers 130-1 to 130-N are connected as necessary via a communication network, and information received by each is collected. However, providing a master receiving unit corresponding to each slave device and connecting each of the master receiving units may complicate wiring and cause an increase in cost.

一方で、通信システム100等が電源ユニットや配電ボード等を含む種々の装置を生産する際の試験工程等にて用いられる場合には、スレーブからは当該試験に必要となる情報が取得可能であればよい可能性がある。   On the other hand, when the communication system 100 or the like is used in a test process or the like when producing various devices including a power supply unit or a distribution board, information necessary for the test can be acquired from the slave. There is a possibility.

そこで、本実施形態における通信システム400は、マスタ受信部130−1から130−Nとして、テスト回路431−1から431−Nの各々を備える。テスト回路431−1から431−Nは、対応するスレーブ装置150−1から150−Nの動作の妥当性に関する判定を行う。テスト回路431−1から431−Nの構成は、抽出すべきI2Cバス141の通信内容等に応じて適宜定められる。   Therefore, the communication system 400 according to the present embodiment includes the test circuits 431-1 to 431-N as the master receivers 130-1 to 130-N. The test circuits 431-1 to 431-N make a determination regarding the validity of the operation of the corresponding slave devices 150-1 to 150-N. The configurations of the test circuits 431-1 to 431-N are appropriately determined according to the communication contents of the I2C bus 141 to be extracted.

本実施形態においては、テスト回路431は、スレーブ装置150−1から150−Nの各々から期待通りの応答がなされるか否かを検出するように構成される。すなわち、テスト回路431は、期待通りの応答を行わないスレーブ装置150が存在することを通知する。そして、テスト回路431は、一例として、スレーブ装置150−1から150−Nからの応答を比較するように構成される。この場合に、テスト回路431は、他と異なる応答を行うスレーブ装置150を検出する。   In the present embodiment, the test circuit 431 is configured to detect whether an expected response is made from each of the slave devices 150-1 to 150-N. That is, the test circuit 431 notifies that there is a slave device 150 that does not respond as expected. As an example, the test circuit 431 is configured to compare responses from the slave devices 150-1 to 150-N. In this case, the test circuit 431 detects the slave device 150 that makes a response different from the others.

なお、本実施形態においては、マスタはスレーブからの応答を受信しない。したがって、本実施形態においては、マスタ送信部110は、マスタからの応答として常にAckを応答することを想定する。   In the present embodiment, the master does not receive a response from the slave. Therefore, in the present embodiment, it is assumed that the master transmission unit 110 always responds with Ack as a response from the master.

続いて、本実施形態における通信システム400のテスト回路431の構成要素及び動作を説明する。   Subsequently, components and operations of the test circuit 431 of the communication system 400 in the present embodiment will be described.

第3のスイッチ432−1から432−N及び第4のスイッチ433−1から433−Nは、それぞれ、一端がクロック線142及びデータ線143に接続され、他端がフリップフロップ434−1から434−Nに接続される。すなわち、第3のスイッチ432−1から432−N及び第4のスイッチ433−1から433−Nの各々は、テスト回路431への入力を制御する。   Each of the third switches 432-1 to 432-N and the fourth switches 433-1 to 433-N has one end connected to the clock line 142 and the data line 143 and the other end connected to the flip-flops 434-1 to 434. -N connected. That is, each of the third switches 432-1 to 432-N and the fourth switches 433-1 to 433-N controls the input to the test circuit 431.

これらのスイッチは、第2のスイッチ制御部325の制御に応じてスイッチの開閉が制御される。第2のスイッチ制御部325は、第2のスイッチ323が解放される場合に、第3のスイッチ432及び第4のスイッチ433を短絡するように制御する。このような制御により、テスト回路431は、第2のスイッチ323が解放され、スレーブ装置150が応答する場合における応答信号の参照が可能となる。   These switches are controlled to open and close according to the control of the second switch control unit 325. The second switch control unit 325 performs control so that the third switch 432 and the fourth switch 433 are short-circuited when the second switch 323 is released. By such control, the test circuit 431 can refer to the response signal when the second switch 323 is released and the slave device 150 responds.

なお、第3のスイッチ432−1から432−Nの各々及び第4のスイッチ433−1から433−Nの各々として、リレーやMOSFET等が用いられる。   Note that a relay, a MOSFET, or the like is used as each of the third switches 432-1 to 432-N and each of the fourth switches 433-1 to 433-N.

フリップフロップ434−1から434−Nの各々は、本実施形態ではDフリップフロップである。第3のスイッチ432を介してフリップフロップ434のクロック端子とクロック線142とが接続され、第4のスイッチ434を介してD端子とデータ線143が接続される。第3のスイッチ432及び第4のスイッチ433の開閉が上述のように制御されることから、スレーブ装置150からの応答がD端子へ入力される。フリップフロップ434は、データ線143の値を保持し、Q端子から出力する。   Each of the flip-flops 434-1 to 434-N is a D flip-flop in this embodiment. The clock terminal of the flip-flop 434 and the clock line 142 are connected through the third switch 432, and the D terminal and the data line 143 are connected through the fourth switch 434. Since the opening / closing of the third switch 432 and the fourth switch 433 is controlled as described above, the response from the slave device 150 is input to the D terminal. The flip-flop 434 holds the value of the data line 143 and outputs it from the Q terminal.

XORゲート435−1から435−Nは、対応するフリップフロップ434−1から434−NのQ端子から出力された値と、基準信号とを入力として受付ける。XORゲート435は、2つの入力の値が一致する場合にLowを出力し、2つの入力の値が異なる場合にHighを出力する。   XOR gates 435-1 to 435-N receive the values output from the Q terminals of corresponding flip-flops 434-1 to 434-N and the reference signal as inputs. The XOR gate 435 outputs Low when the values of the two inputs match, and outputs High when the values of the two inputs are different.

つまり、XORゲート435−1から435−Nは、データ線143の値と基準信号との比較を行う。第3のスイッチ432及び第4のスイッチ433の開閉が上述のように制御されることから、XORゲート435−1から435−Nは、結果として、スレーブ装置150からの応答と基準信号との比較を行う。そして、XORゲート435−1から435−Nは、スレーブ装置150からの応答と基準信号の値とが一致する場合にはLowを出力し、スレーブ装置150からの応答と基準信号の値とが異なる場合にはHighを出力する。   That is, the XOR gates 435-1 to 435-N perform comparison between the value of the data line 143 and the reference signal. Since the opening / closing of the third switch 432 and the fourth switch 433 is controlled as described above, the XOR gates 435-1 to 435-N consequently compare the response from the slave device 150 with the reference signal. I do. The XOR gates 435-1 to 435-N output Low when the response from the slave device 150 matches the value of the reference signal, and the response from the slave device 150 is different from the value of the reference signal. In this case, High is output.

すなわち、XORゲート435の出力がHighである場合には、スレーブ装置150からの応答と基準信号の値とが異なっている。言い換えると、XOR435は、対応するスレーブ装置150からの応答が基準信号の値と同じか否かを判定する判定手段として機能する。したがって、基準信号にスレーブ装置150からの応答に応じた値が適切に定められている場合には、XORゲート435の出力を参照することで、スレーブ装置150からの応答が期待通りであるかを判定することが可能となる。   That is, when the output of the XOR gate 435 is High, the response from the slave device 150 is different from the value of the reference signal. In other words, the XOR 435 functions as a determination unit that determines whether or not the response from the corresponding slave device 150 is the same as the value of the reference signal. Therefore, when a value corresponding to the response from the slave device 150 is appropriately determined in the reference signal, the response from the slave device 150 is as expected by referring to the output of the XOR gate 435. It becomes possible to judge.

基準信号は、スレーブ装置150からの応答の妥当性を判定する際の基準となる信号である。基準信号の値は、例えば、スレーブ装置150が出力すべき正しい信号の値であってもよいし、他のスレーブ装置150に関するフリップフロップ434のQ端子の値であってもよい。   The reference signal is a signal serving as a reference when determining the validity of the response from the slave device 150. The value of the reference signal may be, for example, the value of a correct signal to be output from the slave device 150 or the value of the Q terminal of the flip-flop 434 related to another slave device 150.

ラッチ436−1から436−Nは、XORゲート435の出力を入力として受付ける。そして、ラッチ436−1から436−Nは、受付けた値を保持する。ラッチ436−1から436−Nの出力は、それぞれLED437−1から437−Nに接続される。   Latches 436-1 to 436-N accept the output of XOR gate 435 as an input. Latches 436-1 to 436-N hold the accepted values. The outputs of latches 436-1 through 436-N are connected to LEDs 437-1 through 437-N, respectively.

LED437は、ラッチ436−1から436−Nからの出力に応じて点灯する。すなわち、LED437は、対応するスレーブ装置150からの応答が期待通りでなく、何らかの異常が生じている可能性がある場合に点灯することが可能である。LED437が点灯することで、通信システム400の利用者は、点灯したLED437に対応するスレーブ装置150に異常が生じている(期待通りの動作を行っていない)可能性があることを把握することが可能となる。   The LED 437 is turned on in response to the output from the latches 436-1 to 436-N. That is, the LED 437 can be turned on when the response from the corresponding slave device 150 is not as expected and there is a possibility that some abnormality has occurred. When the LED 437 is lit, the user of the communication system 400 can grasp that there is a possibility that the slave device 150 corresponding to the lit LED 437 is abnormal (not performing an expected operation). It becomes possible.

なお、XORゲート435の出力は、ラッチ436又はLED437とは異なる装置等に接続されてもよい。すなわち、本実施形態における通信システム400は、スレーブ装置150に異常が生じていることをLED437の点灯とは異なる任意の手段で通知してもよい。又は通信システム400は、スレーブ装置150に異常が生じている可能性がある場合に、通常とは異なる任意の動作を行ってもよい。   Note that the output of the XOR gate 435 may be connected to a device different from the latch 436 or the LED 437. That is, the communication system 400 according to the present embodiment may notify that an abnormality has occurred in the slave device 150 by any means different from the lighting of the LED 437. Alternatively, the communication system 400 may perform any operation different from the normal operation when there is a possibility that the slave device 150 is abnormal.

例えば、スレーブ装置150に異常が生じている可能性がある場合には、図示しないディスプレイやスピーカ等のLED437とは異なる任意の出力手段へ通知されてもよい。また、通信システム400は、この場合には、異常が生じている可能性があるスレーブ装置150に対してその旨を通知してもよい。異常が生じている可能性があるスレーブ装置150をI2Cバス141から分離するよう、その旨が対応する第1のスイッチ制御部324又は第2のスイッチ制御部325へ通知されてもよい。更に、通信システム400の動作が停止するよう、マスタ送信部110に対してスレーブ装置150のいずれかに異常が生じている可能性がある旨が通知されてもよい。上述した例においては、XORゲート435の出力は、スレーブ装置150に異常が生じている可能性がある場合に行われる動作に応じて、当該動作に関連する装置等に適宜接続される。   For example, when there is a possibility that an abnormality has occurred in the slave device 150, notification may be made to an arbitrary output unit different from the LED 437 such as a display or a speaker (not shown). Further, in this case, the communication system 400 may notify the slave device 150 that may have an abnormality to that effect. The corresponding first switch control unit 324 or second switch control unit 325 may be notified so that the slave device 150 that may have an abnormality is separated from the I2C bus 141. Further, the master transmission unit 110 may be notified that an abnormality may have occurred in any of the slave devices 150 so that the operation of the communication system 400 stops. In the above-described example, the output of the XOR gate 435 is appropriately connected to a device or the like related to the operation depending on the operation performed when there is a possibility that the slave device 150 is abnormal.

また、本実施形態におけるテスト回路431の構成は一例に過ぎない。テスト回路431は、上述した機能を実行する任意の他の構成であってもよい。   In addition, the configuration of the test circuit 431 in this embodiment is merely an example. The test circuit 431 may have any other configuration that performs the above-described function.

以上のとおり、本発明の第4の実施形態における通信システム400は、第1から第3の実施形態における通信システムのマスタ受信部130の変形例として、テスト回路431を備える。本実施形態においては、テスト回路431は、スレーブ装置の試験などに際して、当該試験に必要となる情報を抽出する。そのため、テスト回路は、第1の実施形態における通信システム100等が備えるマスタ送信部130と比較して簡易な構成にて実現される。また、図6に示す例のように、各々のテスト回路431において結果が出力されることから、テスト回路431は、複雑な配線を用いずに実現可能である。すなわち、テスト回路431は、低いコストで配置される。したがって、本実施形態における通信システム400は、低いコストでのバスに接続されるスレーブ装置の数の増加を可能とする。そして、本実施形態における通信システム400は、1台のマスタを用いた多数のスレーブに対する通信試験の実行を可能にする。   As described above, the communication system 400 according to the fourth embodiment of the present invention includes the test circuit 431 as a modification of the master reception unit 130 of the communication system according to the first to third embodiments. In the present embodiment, the test circuit 431 extracts information necessary for the test when the slave device is tested. Therefore, the test circuit is realized with a simple configuration as compared with the master transmission unit 130 included in the communication system 100 or the like in the first embodiment. Further, as in the example shown in FIG. 6, since the result is output in each test circuit 431, the test circuit 431 can be realized without using complicated wiring. That is, the test circuit 431 is arranged at a low cost. Therefore, the communication system 400 according to the present embodiment can increase the number of slave devices connected to the bus at a low cost. And the communication system 400 in this embodiment enables execution of communication tests for a large number of slaves using a single master.

(第5の実施形態)
次に、本発明の第5の実施形態について説明する。図7は、本発明の第5の実施形態における通信システムの構成を示す図である。
(Fifth embodiment)
Next, a fifth embodiment of the present invention will be described. FIG. 7 is a diagram showing a configuration of a communication system in the fifth embodiment of the present invention.

図7に示すように、本発明の第5の実施形態における通信システム500は、マスタ送信部110と、第1のスイッチ322−1から322−Nと、第2のスイッチ323−1から323−Nと、第1のスイッチ制御部324−1から324−Nと、第2のスイッチ制御部325と、テスト回路531−1から531−Nとを備える。マスタ送信部110及びマスタ受信部130−1から130−Nは、第1の実施形態における通信システム100が備える同じ構成要素と同一である。第1のスイッチ322−1から322−N、第2のスイッチ323−1から323−N、第1のスイッチ制御部324−1から324−N及び第2のスイッチ制御部325は、第3の実施形態における通信システム300が備える同じ構成要素と同一である。また、テスト回路531−1から531−Nの各々は、第1の実施形態における通信システム100等のマスタ受信部130の別の変形例である。   As illustrated in FIG. 7, the communication system 500 according to the fifth embodiment of the present invention includes a master transmission unit 110, first switches 322-1 to 322-N, and second switches 323-1 to 323-. N, first switch control units 324-1 to 324-N, a second switch control unit 325, and test circuits 531-1 to 531-N. The master transmission unit 110 and the master reception units 130-1 to 130-N are the same as the same constituent elements included in the communication system 100 in the first embodiment. The first switches 322-1 to 322-N, the second switches 323-1 to 323-N, the first switch controllers 324-1 to 324-N, and the second switch controller 325 It is the same as that of the same component with which the communication system 300 in embodiment is provided. Each of the test circuits 531-1 to 531-N is another modification of the master receiving unit 130 of the communication system 100 or the like in the first embodiment.

本実施形態においては、テスト回路531−1から531−Nの各々は、一例として、ラッチ536−1から536−Nと、LED537−1から537−Nと、AND(論理積)ゲート538−1から538−Nとを有する。なお、ラッチ536−1から536−N及びLED537−1から537−Nは、第4の実施形態におけるラッチ436−1から436−N及びLED437−1から437−Nとそれぞれ同様の動作を行う。   In the present embodiment, each of the test circuits 531-1 to 531-N includes, for example, latches 536-1 to 536-N, LEDs 537-1 to 537-N, and an AND (logical product) gate 538-1. To 538-N. The latches 536-1 to 536-N and the LEDs 537-1 to 537-N perform the same operations as the latches 436-1 to 436-N and the LEDs 437-1 to 437-N in the fourth embodiment, respectively.

本実施形態においては、第4の実施形態における通信システム400のテスト回路431と同様に、テスト回路531は、対応するスレーブ装置150から期待通りの応答がなされるか否かを検出するように構成される。そして、本実施形態におけるテスト回路531は、対応するスレーブ装置150からの応答に含まれる情報の特徴に基づいて、対応するスレーブ装置150から期待通りの応答がなされるか否かを検出する。   In the present embodiment, like the test circuit 431 of the communication system 400 in the fourth embodiment, the test circuit 531 is configured to detect whether an expected response is made from the corresponding slave device 150. Is done. Then, the test circuit 531 in the present embodiment detects whether or not a response as expected from the corresponding slave device 150 is made based on the characteristics of information included in the response from the corresponding slave device 150.

上述のように、SMBusでは、物理層としてI2Cが用いられる。PMBusのステータス情報では、スレーブに異常が生じた場合に、スレーブからの応答のうち、当該異常に応じたビットがHighになる動作がある。更に、スレーブからのACK応答はLowである。すなわち、スレーブが正常に動作する場合には、スレーブの応答はすべてのビットがLowとなる。   As described above, in SMBus, I2C is used as a physical layer. In the status information of the PMBus, when an abnormality occurs in the slave, there is an operation in which a bit corresponding to the abnormality becomes High in the response from the slave. Furthermore, the ACK response from the slave is Low. That is, when the slave operates normally, all the bits of the slave response are Low.

そこで、テスト回路531−1から531−Nの各々は、スレーブの応答にHighとなるビットが含まれるかを判定して、スレーブ装置150に異常が生じている(期待通りの動作を行っていない)可能性があることを検知する。そして、テスト回路531−1から531−Nの各々は、スレーブの応答にHighとなるビットが含まれる場合に、スレーブが期待する動作を行っていないとする判定が可能な構成を有する。   Therefore, each of the test circuits 531-1 to 531-N determines whether or not a bit that becomes High is included in the response of the slave, and an abnormality has occurred in the slave device 150 (the operation is not performed as expected). ) Detect the possibility. Each of the test circuits 531-1 to 531-N has a configuration capable of determining that the operation expected by the slave is not performed when a bit that becomes High is included in the response of the slave.

続いて、本実施形態における通信システム500のテスト回路531の構成要素及び動作を説明する。   Next, components and operations of the test circuit 531 of the communication system 500 in this embodiment will be described.

ANDゲート538−1から538−Nの各々は、クロック線142と、データ線143と、第2のスイッチ制御部325からの制御信号線とを入力として受付ける。ANDゲート538−1から538−Nの各々は、入力のいずれもがHighである場合にHighを出力し、それ以外の場合には、Lowを出力する。   Each of AND gates 538-1 to 538-N receives clock line 142, data line 143, and a control signal line from second switch control unit 325 as inputs. Each of the AND gates 538-1 to 538-N outputs High when all of the inputs are High, and outputs Low otherwise.

本実施形態においては、第2のスイッチ制御部325は、第2のスイッチ323−1から323−Nの各々を解放するように制御する場合に、制御信号線をHighとすることを想定する。第2のスイッチ323−1から323−Nの各々が解放された場合には、ANDゲート538−1から538−Nの各々に接続されるデータ線143には、対応するスレーブ装置150からの応答が伝搬する。また、スレーブ装置150が応答する場合には、クロック線142はHighとなる。すなわち、スレーブ装置150からのデータ線143を介した応答がHighとなる場合に、ANDゲート538はHighを出力する。   In the present embodiment, it is assumed that the second switch control unit 325 sets the control signal line to High when performing control to release each of the second switches 323-1 to 323-N. When each of the second switches 323-1 to 323-N is released, a response from the corresponding slave device 150 is sent to the data line 143 connected to each of the AND gates 538-1 to 538-N. Propagates. In addition, when the slave device 150 responds, the clock line 142 becomes High. That is, when the response from the slave device 150 via the data line 143 becomes High, the AND gate 538 outputs High.

したがって、上述したSMBusのように、異常が生じたスレーブ装置150がデータ線143を介して値にHighを含む応答を行う場合に、ANDゲート538−1から538−NはHighを出力する。言い換えると、ANDゲート538−1から538−Nは、スレーブ装置150の異常の有無を判定する判定部として機能する。そして、ANDゲート538−1から538−NがHighを出力した場合に、対応するLED537は点灯する。すなわち、上述したSMBusの例等において、LED537は、対応するスレーブ装置150に何らかの異常が生じている可能性がある場合に点灯する。LED537が点灯することで、通信システム400の利用者は、点灯したLED537に対応するスレーブ装置150に異常が生じている可能性があることを把握することが可能となる。   Therefore, when the slave device 150 in which an abnormality has occurred performs a response including High in the value via the data line 143 as in the SMBus described above, the AND gates 538-1 to 538-N output High. In other words, the AND gates 538-1 to 538-N function as a determination unit that determines whether the slave device 150 is abnormal. When the AND gates 538-1 to 538-N output High, the corresponding LED 537 is turned on. That is, in the above-described example of SMBus, the LED 537 is lit when there is a possibility that some abnormality has occurred in the corresponding slave device 150. When the LED 537 is turned on, the user of the communication system 400 can grasp that there is a possibility that an abnormality has occurred in the slave device 150 corresponding to the lighted LED 537.

なお、ANDゲート538の出力は、ラッチ536又はLED537とは異なる装置等に接続されてもよい。すなわち、本実施形態における通信システム500は、第4の実施形態における通信システム400と同様に、スレーブ装置150に異常が生じていることをLED537の点灯とは異なる任意の手段で通知してもよい。   Note that the output of the AND gate 538 may be connected to a device different from the latch 536 or the LED 537. That is, the communication system 500 in the present embodiment may notify that an abnormality has occurred in the slave device 150 by any means different from the lighting of the LED 537, as in the communication system 400 in the fourth embodiment. .

また、本実施形態におけるテスト回路531の構成は一例に過ぎない。テスト回路531は、上述した機能を実行する任意の他の構成であってもよい。   Further, the configuration of the test circuit 531 in the present embodiment is merely an example. The test circuit 531 may have any other configuration that performs the above-described function.

以上のとおり、本発明の第5の実施形態における通信システム500は、第4の実施形態と同様に、テスト回路を備える。本実施形態においては、テスト回路は、スレーブ装置の試験などに際して、スレーブ装置に異常が生じた場合に通知が可能な構成を有する。そのため、本実施形態におけるテスト回路は、第4の実施形態におけるテスト回路と同様に、第1の実施形態における通信システム100等が備えるマスタ送信部と比較して簡易な構成にて実現される。したがって、本実施形態における通信システム500は、低いコストでのバスに接続されるスレーブ装置の数の増加を可能とする。そして、本実施形態における通信システム500は、1台のマスタを用いた多数のスレーブに対する通信試験の実行を可能にする。   As described above, the communication system 500 according to the fifth embodiment of the present invention includes the test circuit as in the fourth embodiment. In the present embodiment, the test circuit has a configuration capable of notifying when an abnormality occurs in the slave device during a test of the slave device. Therefore, the test circuit in the present embodiment is realized with a simpler configuration than the master transmission unit included in the communication system 100 and the like in the first embodiment, similarly to the test circuit in the fourth embodiment. Therefore, the communication system 500 in the present embodiment can increase the number of slave devices connected to the bus at a low cost. And the communication system 500 in this embodiment enables execution of communication tests for a large number of slaves using a single master.

(第6の実施形態)
次に、本発明の第6の実施形態について説明する。図8は、本発明の第6の実施形態における通信システムの構成を示す図である。図9は、本発明の第6の実施形態における通信システムの別の構成を示す図である。図10は、本発明の第6の実施形態における通信システムのクロックストレッチ動作に関する動作シーケンスを示す図である。
(Sixth embodiment)
Next, a sixth embodiment of the present invention will be described. FIG. 8 is a diagram showing a configuration of a communication system in the sixth embodiment of the present invention. FIG. 9 is a diagram showing another configuration of the communication system according to the sixth embodiment of the present invention. FIG. 10 is a diagram illustrating an operation sequence related to the clock stretching operation of the communication system according to the sixth embodiment of the present invention.

図8に示すように、本発明の第6の実施形態における通信システム600は、マスタ送信部110と、テスト制御部626と、テスト回路631−1から631−Nと、無線通信部660とを備える。テスト制御部626は、テスト回路631−1から631−Nの動作及びその動作に関連する通信を制御する。テスト回路631−1から631−Nの各々は、第4又は第5の実施形態におけるテスト回路431−1から431−N又はテスト回路531−1から531−Nと同様の構成を備える。   As shown in FIG. 8, the communication system 600 according to the sixth embodiment of the present invention includes a master transmission unit 110, a test control unit 626, test circuits 631-1 to 631-N, and a wireless communication unit 660. Prepare. The test control unit 626 controls the operation of the test circuits 631-1 to 631-N and communication related to the operation. Each of the test circuits 631-1 to 631-N has the same configuration as the test circuits 431-1 to 431-N or the test circuits 531-1 to 531-N in the fourth or fifth embodiment.

また、無線通信部660は、一例として、第1の送信部661と、第1の受信部661−1から661−Nと、制御部663−1から663−Nと、スイッチ部664−1から664−Nと、第2の送信部665−1から665−Nと、第2の受信部666−1から666−Nとを有する。   Further, as an example, the wireless communication unit 660 includes a first transmission unit 661, first reception units 661-1 to 661-N, control units 663-1 to 663-N, and a switch unit 664-1. 664-N, second transmitters 665-1 to 665-N, and second receivers 666-1 to 666-N.

なお、図9に示すように、本実施形態における通信システム600は、テスト回路631−1から631−Nに代えて、マスタ受信部630−1から630−Nを備えてもよい。マスタ受信部630−1から630−Nの各々は、例えば、第1から第3の実施形態等におけるマスタ受信部130−1から130−Nの各々と同様の構成を備える。   As illustrated in FIG. 9, the communication system 600 according to the present embodiment may include master receiving units 630-1 to 630-N instead of the test circuits 631-1 to 631-N. Each of the master receivers 630-1 to 630-N has the same configuration as each of the master receivers 130-1 to 130-N in the first to third embodiments, for example.

すなわち、本実施形態における通信システム600は、I2Cバス141を介した通信が、無線通信部660を用いて行われる。これ以外の点については、本実施形態における通信システム600は、他の実施形態における通信システムと基本的に同様の動作を行う。   That is, in the communication system 600 according to the present embodiment, communication via the I2C bus 141 is performed using the wireless communication unit 660. Regarding other points, the communication system 600 in the present embodiment performs basically the same operation as the communication systems in the other embodiments.

続いて、本実施形態における通信システム600の構成及び動作の例について説明する。   Next, an example of the configuration and operation of the communication system 600 in the present embodiment will be described.

マスタ送信部110は、他の実施形態におけるマスタ送信部110と同様に、I2Cバス141を介してスレーブ装置150−1から150−Nの各々へ情報を送信する。マスタ送信部110側のI2Cバス141を伝搬する情報は、第1の送信部661から第1の受信部662−1から662−Nへ無線にて送信される。第1の受信部662−1から662−Nにて受信された当該情報は、制御部663−1から663−Nの各々へ伝搬される。制御部663−1から663−Nの各々は、I2Cバス141の各々の信号線等に設けられたスイッチ部664−1から664−Nを適宜制御する等により、当該情報をスレーブ装置150側のI2Cバス141へ伝搬する。   The master transmission unit 110 transmits information to each of the slave devices 150-1 to 150-N via the I2C bus 141, similarly to the master transmission unit 110 in the other embodiments. Information propagating through the I2C bus 141 on the master transmission unit 110 side is wirelessly transmitted from the first transmission unit 661 to the first reception units 662-1 to 662-N. The information received by the first receiving units 662-1 to 662-N is propagated to each of the control units 663-1 to 663-N. Each of the control units 663-1 to 663-N appropriately controls the switch units 664-1 to 664-N provided in each signal line or the like of the I2C bus 141, so that the information is transmitted to the slave device 150 side. Propagate to the I2C bus 141.

スレーブ装置150−1から150−Nの各々は、マスタ送信部110から送信された情報に対して適宜応答する。スレーブ装置150からの応答に応じて、テスト回路631は、第4又は第5の実施形態における例のように、対応するスレーブ装置150の動作の妥当性に関する判定を行う。テスト回路テスト回路631−1から631−Nに代えてマスタ受信部631−0から630−Nが設けられている場合には、マスタ受信部630は、対応するスレーブ装置150から必要な情報を受信する。   Each of the slave devices 150-1 to 150-N appropriately responds to information transmitted from the master transmission unit 110. In response to a response from the slave device 150, the test circuit 631 makes a determination regarding the validity of the operation of the corresponding slave device 150, as in the example in the fourth or fifth embodiment. When the master receivers 631-0 to 630-N are provided instead of the test circuit test circuits 631-1 to 631-N, the master receiver 630 receives necessary information from the corresponding slave device 150. To do.

また、本実施形態においても、スレーブ装置150−1から150−Nの各々においてクロックストレッチが生じる場合がある。この場合の動作の一例を、図10に示す動作シーケンスを参照して説明する。   Also in this embodiment, clock stretching may occur in each of the slave devices 150-1 to 150-N. An example of the operation in this case will be described with reference to the operation sequence shown in FIG.

なお、図10に示す動作シーケンスの例では、“マスタ”はマスタ送信部110に関する動作を示す。“マスタ”において、“クロック線”はマスタ送信部110からクロック線142へ送られるクロック信号の値を示し、“CS受信”は、第2の受信部666が受信した信号の値を示す。   In the example of the operation sequence illustrated in FIG. 10, “master” indicates an operation related to the master transmission unit 110. In “master”, “clock line” indicates the value of the clock signal sent from the master transmission unit 110 to the clock line 142, and “CS reception” indicates the value of the signal received by the second reception unit 666.

また、図10においては、“クロックストレッチ発生”は、クロックストレッチが生じたスレーブ装置150に関する動作を示す。“クロックストレッチ発生”において、“クロック線”は、当該スレーブ装置150と接続するクロック線142におけるクロック信号の値を示し、“CS送信”は、対応する第2の受信部665が送信した信号の値を示す。また、“クロックストレッチ未発生”は、クロックストレッチが生じていないスレーブ装置150に関する動作を示す。“クロックストレッチ未発生”において、“クロック線”は、当該スレーブ装置150と接続するクロック線142におけるクロック信号の値を示し、“CS送信”は、対応する第2の受信部665が送信した信号の値を示す。   In FIG. 10, “clock stretch generation” indicates an operation related to the slave device 150 in which clock stretch has occurred. In “clock stretch generation”, “clock line” indicates the value of the clock signal on the clock line 142 connected to the slave device 150, and “CS transmission” indicates the signal transmitted by the corresponding second receiving unit 665. Indicates the value. Further, “clock stretch not occurring” indicates an operation related to the slave device 150 in which clock stretch has not occurred. In “clock stretch not occurring”, “clock line” indicates the value of the clock signal on the clock line 142 connected to the slave device 150, and “CS transmission” is a signal transmitted by the corresponding second receiving unit 665. Indicates the value of.

マスタ送信部110がクロック線142をHighした後、スレーブ装置150においてクロックストレッチが生じると、スレーブ装置150と接続するクロック線142の値がLowとなる。この場合に、当該スレーブ装置150に対応する第2の送信部665は、クロック線142がLowであることを検知して、クロックストレッチが生じた旨の情報を送信する。すなわち、当該スレーブ装置150における“CS送信”がHighとなる(図10の(1))。   When clock stretching occurs in the slave device 150 after the master transmission unit 110 makes the clock line 142 High, the value of the clock line 142 connected to the slave device 150 becomes Low. In this case, the second transmission unit 665 corresponding to the slave device 150 detects that the clock line 142 is Low, and transmits information indicating that clock stretching has occurred. That is, “CS transmission” in the slave device 150 becomes High ((1) in FIG. 10).

第2の受信部666は、第2の送信部665−1から665−Nのいずれかからのクロックストレッチが生じた旨の情報を受信する。この場合には、“CS受信”の値がHighとなる(図10の(2))。クロックストレッチが生じた旨の情報の受信に応じて、マスタ送信部110は、以降のクロック信号の送信を停止する。   The second reception unit 666 receives information indicating that clock stretching has occurred from any of the second transmission units 665-1 to 665-N. In this case, the value of “CS reception” becomes High ((2) in FIG. 10). In response to receiving information indicating that clock stretching has occurred, master transmission section 110 stops the subsequent transmission of the clock signal.

一方、クロックストレッチが生じたスレーブ装置150において、クロックストレッチが終了すると、当該スレーブ装置150は、クロック線142を解放してその後に1サイクル分のパルスを生成する。すなわち、スレーブ装置150は、1サイクルの間に亘り、クロック線142の値をHighとする。この動作に応じて、第2の受信部666は、クロックストレッチが生じた旨の情報の送信を停止する。すなわち、当該スレーブ装置150における“CS送信”がLowとなる(図10の(3))。   On the other hand, in the slave device 150 in which clock stretching has occurred, when the clock stretching is completed, the slave device 150 releases the clock line 142 and thereafter generates a pulse for one cycle. That is, the slave device 150 sets the value of the clock line 142 to High for one cycle. In response to this operation, the second receiving unit 666 stops transmitting information indicating that clock stretching has occurred. That is, “CS transmission” in the slave device 150 becomes Low ((3) in FIG. 10).

第2の受信部666が、第2の送信部665−1から665−Nのいずれからもクロックストレッチが生じた旨の情報を受信しない状態である場合には、“CS受信”はLowとなる。これに応じてマスタ送信部110は、以降のクロック信号の送信を行う(図10の(4))。   When the second receiving unit 666 does not receive information indicating that clock stretching has occurred from any of the second transmitting units 665-1 to 665-N, “CS reception” becomes Low. . In response to this, the master transmission unit 110 transmits subsequent clock signals ((4) in FIG. 10).

なお、通信システム600は、スレーブ装置150においてクロックストレッチが生じた場合に、図10に示す動作シーケンスと異なる動作を行ってもよい。   Note that the communication system 600 may perform an operation different from the operation sequence illustrated in FIG. 10 when clock stretching occurs in the slave device 150.

例えば、クロックストレッチが生じている状態が予め定められた時間を超えて計測する場合には、通信システム600は、クロックストレッチが生じているスレーブ装置150に関する系統を切り離してもよい。すなわち、この場合には、クロックストレッチが生じているスレーブ装置150に対応する第2の送信部666は、クロックストレッチが生じた旨の情報の送信を停止する。そして、当該スレーブ装置150に対応する第1の受信部662は、第1の送信部661から送信される情報の受信を停止する。   For example, when the state in which the clock stretch has occurred is measured beyond a predetermined time, the communication system 600 may disconnect the system related to the slave device 150 in which the clock stretch has occurred. That is, in this case, the second transmission unit 666 corresponding to the slave device 150 in which clock stretching has occurred stops transmitting information indicating that clock stretching has occurred. Then, the first receiving unit 662 corresponding to the slave device 150 stops receiving information transmitted from the first transmitting unit 661.

又は、テスト回路631は、対応するスレーブ装置150においてクロックストレッチが生じた場合には、その旨を検知して外部に通知してもよい。   Alternatively, when a clock stretch occurs in the corresponding slave device 150, the test circuit 631 may detect that fact and notify the outside.

以上のとおり、本発明の第6の実施形態における通信システム600は、I2Cバス141等のバスを介した通信を、無線通信部660を用いて行う構成を備える。バスの一部に無線通信部660が用いられることで、通信システム600においては、配線の複雑化を回避しつつ、マスタ送信部110に接続されるスレーブ装置の数の増加が可能となる。また、本実施形態における通信システム600は、第1から第5の各実施形態における通信システムと同様の効果を奏する。したがって、本実施形態における通信システム500は、低いコストでのバスに接続されるスレーブ装置の数の増加を可能とする。そして、本実施形態における通信システム500は、1台のマスタを用いた多数のスレーブに対する通信試験の実行を可能にする。   As described above, the communication system 600 according to the sixth embodiment of the present invention has a configuration in which communication via a bus such as the I2C bus 141 is performed using the wireless communication unit 660. By using the wireless communication unit 660 as a part of the bus, in the communication system 600, the number of slave devices connected to the master transmission unit 110 can be increased while avoiding complicated wiring. In addition, the communication system 600 in the present embodiment has the same effects as the communication systems in the first to fifth embodiments. Therefore, the communication system 500 in the present embodiment can increase the number of slave devices connected to the bus at a low cost. And the communication system 500 in this embodiment enables execution of communication tests for a large number of slaves using a single master.

以上、実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明のスコープ内で当業者が理解し得る様々な変更をすることができる。また、各実施形態における構成は、本発明のスコープを逸脱しない限りにおいて、互いに組み合わせることが可能である。   The present invention has been described above with reference to the embodiments, but the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention. The configurations in the embodiments can be combined with each other without departing from the scope of the present invention.

本発明の一部または全部は、以下の付記のように表されるが、これに限られない。   Part or all of the present invention is expressed as the following supplementary notes, but is not limited thereto.

(付記1)
少なくとも一つのスレーブ装置にバスを介して情報を送信するマスタ送信部と、
前記スレーブ装置の各々に対応して設けられており、前記バスを分離する少なくとも一つの分離機構と、
前記スレーブ装置の各々に対応して前記スレーブ装置と前記分離機構との間の前記バスに接続されており、対応する前記スレーブ装置から送信される情報を受信する少なくとも一つのマスタ受信部とを備える、通信システム。
(Appendix 1)
A master transmitter that transmits information via a bus to at least one slave device;
Provided corresponding to each of the slave devices, and at least one separation mechanism for separating the bus;
Corresponding to each of the slave devices, it is connected to the bus between the slave device and the separation mechanism, and includes at least one master receiving unit that receives information transmitted from the corresponding slave device ,Communications system.

(付記2)
前記分離機構は、前記バスに設けられるスイッチである、付記1に記載の通信システム。
(Appendix 2)
The communication system according to appendix 1, wherein the separation mechanism is a switch provided in the bus.

(付記3)
前記バスは、データ線とクロック線とを含み、
前記分離機構は、前記クロック線に設けられる第1のスイッチと、前記データ線に設けられる第2のスイッチとを有する、付記1又は2に記載の通信システム。
(Appendix 3)
The bus includes a data line and a clock line,
The communication system according to appendix 1 or 2, wherein the separation mechanism includes a first switch provided on the clock line and a second switch provided on the data line.

(付記4)
前記第1のスイッチに対応して設けられ、前記クロック線が予め定められた期間を超えて所定の低電位状態である場合に前記第1のスイッチを開放する少なくとも一つの第1のスイッチ制御部を備える、付記3に記載の通信システム。
(Appendix 4)
At least one first switch control unit provided corresponding to the first switch and opening the first switch when the clock line is in a predetermined low potential state over a predetermined period. The communication system according to supplementary note 3, comprising:

(付記5)
前記第1のスイッチ制御部は、前記第1のスイッチに対する前記マスタ送信部側にある前記クロック線の電圧と、前記第1のスイッチに対する前記スレーブ装置側にある前記クロック線の電圧とを比較して、前記第1のスイッチの開閉を制御する、付記3又は4に記載の通信システム。
(Appendix 5)
The first switch control unit compares the voltage of the clock line on the master transmission unit side with respect to the first switch with the voltage of the clock line on the slave device side with respect to the first switch. The communication system according to appendix 3 or 4, wherein the opening and closing of the first switch is controlled.

(付記6)
前記第2のスイッチに対応して設けられ、前記第2のスイッチに対応する前記スレーブ装置からの応答に応じて、前記第2のスイッチを開放するように制御する少なくとも一つの第2のスイッチ制御部を備える、付記3から5のいずれか一項に記載の通信システム。
(Appendix 6)
At least one second switch control provided corresponding to the second switch and controlling to open the second switch in response to a response from the slave device corresponding to the second switch The communication system according to any one of appendices 3 to 5, further comprising a unit.

(付記7)
前記マスタ受信部は、対応する前記スレーブ装置からの前記マスタ送信部に対する応答が所定の条件を満たすか否かを判定するテスト回路である、付記1から6のいずれか一項に記載の通信システム。
(Appendix 7)
The communication system according to any one of appendices 1 to 6, wherein the master reception unit is a test circuit that determines whether a response from the corresponding slave device to the master transmission unit satisfies a predetermined condition. .

(付記8)
前記テスト回路は、対応する前記スレーブ装置からの前記応答と所定の基準信号との比較結果に基づいて、前記応答が所定の条件を満たすか否かを判定する、
付記7のいずれか一項に記載の通信システム。
(Appendix 8)
The test circuit determines whether the response satisfies a predetermined condition based on a comparison result between the response from the corresponding slave device and a predetermined reference signal;
The communication system according to any one of appendix 7.

(付記9)
前記テスト回路は、対応する前記スレーブ装置からの前記応答が所定の値を含むか否かの判定結果に基づいて、前記応答が所定の条件を満たすか否かを判定する、付記7又は8に記載の通信システム。
(Appendix 9)
The test circuit determines whether or not the response satisfies a predetermined condition based on a determination result of whether or not the response from the corresponding slave device includes a predetermined value. The communication system described.

(付記10)
前記マスタ送信部と前記スレーブ装置との間の前記バスに設けられ、前記マスタ送信部から送信される情報を無線で送信する第1の送信部及び第1の受信部と、
前記マスタ送信部と前記スレーブ装置との間の前記クロック線に設けられ、前記スレーブ装置からのクロックに関する情報を無線で送信する第2の送信部及び第2の受信部とを備える、付記3から9のいずれか一項に記載の通信システム。
(Appendix 10)
A first transmission unit and a first reception unit that are provided on the bus between the master transmission unit and the slave device and wirelessly transmit information transmitted from the master transmission unit;
From the supplementary note 3, the second transmission unit and the second reception unit that are provided on the clock line between the master transmission unit and the slave device and wirelessly transmit information on the clock from the slave device. The communication system according to claim 9.

(付記11)
前記分離機構は、前記バスの少なくともデータ線に配置されたダイオードである、付記1から9のいずれか一項に記載の通信システム。
(Appendix 11)
The communication system according to any one of appendices 1 to 9, wherein the separation mechanism is a diode disposed at least on a data line of the bus.

(付記12)
少なくとも一つのスレーブ装置にバスを介して情報を送信し、
前記スレーブ装置の各々に対応する位置にて前記バスを分離し、
前記バスが分離された状態で、前記スレーブ装置の各々から送信される情報を受信する、通信方法。
(Appendix 12)
Sending information to the at least one slave device via the bus,
Separating the bus at a position corresponding to each of the slave devices;
A communication method of receiving information transmitted from each of the slave devices in a state where the bus is separated.

100、200、300、400、500、600 通信システム
110 マスタ送信部
120 分離機構
221 ダイオード
322 第1のスイッチ
323 第2のスイッチ
324 第1のスイッチ制御部
325 第2のスイッチ制御部
626 テスト制御部
130、630 マスタ受信部
431、531、631 テスト回路
432 第3のスイッチ
433 第4のスイッチ
434 フリップフロップ
435 XORゲート
436、536 ラッチ
437、537 LED
538 ANDゲート
140 バス
141 I2Cバス
142 クロック線
143 データ線
150 スレーブ装置
660 無線通信部
661 第1の送信部
662 第1の受信部
663 制御部
664 スイッチ部
665 第2の送信部
666 第2の受信部
100, 200, 300, 400, 500, 600 Communication system 110 Master transmission unit 120 Separation mechanism 221 Diode 322 First switch 323 Second switch 324 First switch control unit 325 Second switch control unit 626 Test control unit 130, 630 Master receiver 431, 531, 631 Test circuit 432 Third switch 433 Fourth switch 434 Flip-flop 435 XOR gate 436, 536 Latch 437, 537 LED
538 AND gate 140 bus 141 I2C bus 142 clock line 143 data line 150 slave device 660 wireless communication unit 661 first transmission unit 662 first reception unit 663 control unit 664 switch unit 665 second transmission unit 666 second reception Part

Claims (10)

少なくとも一つのスレーブ装置にバスを介して情報を送信するマスタ送信部と、
前記スレーブ装置の各々に対応して設けられており、前記バスを分離する少なくとも一つの分離機構と、
前記スレーブ装置の各々に対応して前記スレーブ装置と前記分離機構との間の前記バスに接続されており、対応する前記スレーブ装置から送信される情報を受信する少なくとも一つのマスタ受信部とを備える、通信システム。
A master transmitter that transmits information via a bus to at least one slave device;
Provided corresponding to each of the slave devices, and at least one separation mechanism for separating the bus;
Corresponding to each of the slave devices, it is connected to the bus between the slave device and the separation mechanism, and includes at least one master receiving unit that receives information transmitted from the corresponding slave device ,Communications system.
前記分離機構は、前記バスに設けられるスイッチである、請求項1に記載の通信システム。   The communication system according to claim 1, wherein the separation mechanism is a switch provided in the bus. 前記バスは、データ線とクロック線とを含み、
前記分離機構は、前記クロック線に設けられる第1のスイッチと、前記データ線に設けられる第2のスイッチとを有する、請求項1又は2に記載の通信システム。
The bus includes a data line and a clock line,
The communication system according to claim 1, wherein the separation mechanism includes a first switch provided on the clock line and a second switch provided on the data line.
前記第1のスイッチに対応して設けられ、前記クロック線が予め定められた期間を超えて所定の低電位状態である場合に前記第1のスイッチを開放する少なくとも一つの第1のスイッチ制御部を備える、請求項3に記載の通信システム。   At least one first switch control unit provided corresponding to the first switch and opening the first switch when the clock line is in a predetermined low potential state over a predetermined period. The communication system according to claim 3, comprising: 前記第1のスイッチ制御部は、前記第1のスイッチに対する前記マスタ送信部側にある前記クロック線の電圧と、前記第1のスイッチに対する前記スレーブ装置側にある前記クロック線の電圧とを比較して、前記第1のスイッチの開閉を制御する、請求項3又は4に記載の通信システム。   The first switch control unit compares the voltage of the clock line on the master transmission unit side with respect to the first switch with the voltage of the clock line on the slave device side with respect to the first switch. The communication system according to claim 3, wherein opening and closing of the first switch is controlled. 前記第2のスイッチに対応して設けられ、前記第2のスイッチに対応する前記スレーブ装置からの応答に応じて、前記第2のスイッチを開放するように制御する少なくとも一つの第2のスイッチ制御部を備える、請求項3から5のいずれか一項に記載の通信システム。   At least one second switch control provided corresponding to the second switch and controlling to open the second switch in response to a response from the slave device corresponding to the second switch The communication system according to any one of claims 3 to 5, comprising a unit. 前記マスタ受信部は、対応する前記スレーブ装置からの前記マスタ送信部に対する応答が所定の条件を満たすか否かを判定するテスト回路である、請求項1から6のいずれか一項に記載の通信システム。   The communication according to any one of claims 1 to 6, wherein the master reception unit is a test circuit that determines whether a response from the corresponding slave device to the master transmission unit satisfies a predetermined condition. system. 前記テスト回路は、対応する前記スレーブ装置からの前記応答と所定の基準信号との比較結果に基づいて、前記応答が所定の条件を満たすか否かを判定する、
請求項7のいずれか一項に記載の通信システム。
The test circuit determines whether the response satisfies a predetermined condition based on a comparison result between the response from the corresponding slave device and a predetermined reference signal;
The communication system according to claim 7.
前記テスト回路は、対応する前記スレーブ装置からの前記応答が所定の値を含むか否かの判定結果に基づいて、前記応答が所定の条件を満たすか否かを判定する、請求項7又は8に記載の通信システム。   The test circuit determines whether or not the response satisfies a predetermined condition based on a determination result of whether or not the response from the corresponding slave device includes a predetermined value. The communication system according to 1. 前記分離機構は、前記バスの少なくともデータ線に配置されたダイオードである、請求項1から9のいずれか一項に記載の通信システム。   The communication system according to any one of claims 1 to 9, wherein the separation mechanism is a diode arranged at least on a data line of the bus.
JP2015161647A 2015-08-19 2015-08-19 Communication system and communication method Active JP6645069B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015161647A JP6645069B2 (en) 2015-08-19 2015-08-19 Communication system and communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015161647A JP6645069B2 (en) 2015-08-19 2015-08-19 Communication system and communication method

Publications (2)

Publication Number Publication Date
JP2017041043A true JP2017041043A (en) 2017-02-23
JP6645069B2 JP6645069B2 (en) 2020-02-12

Family

ID=58206488

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015161647A Active JP6645069B2 (en) 2015-08-19 2015-08-19 Communication system and communication method

Country Status (1)

Country Link
JP (1) JP6645069B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023093306A (en) * 2021-12-22 2023-07-04 奇景光電股▲ふん▼有限公司 Large touch display integrated circuit and operation method thereof

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01227595A (en) * 1988-03-07 1989-09-11 Fujitsu Ltd Method for transferring monitored data
JP2006023903A (en) * 2004-07-07 2006-01-26 Sharp Corp Electronic equipment
JP2014170361A (en) * 2013-03-04 2014-09-18 Nec Corp Information processor, bus division method and bus division program
WO2014155721A1 (en) * 2013-03-29 2014-10-02 富士通株式会社 Connection control apparatus, information processing apparatus, and connection control method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01227595A (en) * 1988-03-07 1989-09-11 Fujitsu Ltd Method for transferring monitored data
JP2006023903A (en) * 2004-07-07 2006-01-26 Sharp Corp Electronic equipment
JP2014170361A (en) * 2013-03-04 2014-09-18 Nec Corp Information processor, bus division method and bus division program
WO2014155721A1 (en) * 2013-03-29 2014-10-02 富士通株式会社 Connection control apparatus, information processing apparatus, and connection control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023093306A (en) * 2021-12-22 2023-07-04 奇景光電股▲ふん▼有限公司 Large touch display integrated circuit and operation method thereof
JP7433384B2 (en) 2021-12-22 2024-02-19 奇景光電股▲ふん▼有限公司 Large touch display integrated circuit and how it works

Also Published As

Publication number Publication date
JP6645069B2 (en) 2020-02-12

Similar Documents

Publication Publication Date Title
US8898358B2 (en) Multi-protocol communication on an I2C bus
US10019402B2 (en) Flexible NVME drive management solution via multiple processor and registers without multiple input/output expander chips
US10628356B2 (en) Transmission apparatus and transmission method
JP4988671B2 (en) Serial bus system and hang-up slave reset method
CN105472837A (en) Light source control apparatus and light source control method
TW201640363A (en) Automatic hardware recovery method and automatic hardware recovery system
CN109101009B (en) Fault diagnosis system and server
US20200110682A1 (en) Microcontroller and method for modifying a transmission signal
JP2008090354A (en) Power failure monitoring method and apparatus therefor
US8433837B2 (en) System for connecting electronic devices
WO2015141969A1 (en) Source driver and display device
JP6645069B2 (en) Communication system and communication method
US10031870B2 (en) Semiconductor device and control method thereof
US11343065B2 (en) Serial bidirectional communication circuit and method thereof
CN112713938B (en) Optical module control method, device and equipment
JP2007295774A (en) Power supply system and system power source
CN112445657B (en) Circuit switching method and system supporting fault removal
CN113656338B (en) Electronic device and hot-pluggable storage device thereof
US20130227311A1 (en) Power supply device for computer systems
KR102379558B1 (en) Driver system of vehicle with feedback logic and operation method thereof
JP2015099528A (en) Method of rewriting program of sub-microcomputer
US10574514B2 (en) Duplex control device and duplex system
CN101714104A (en) Firmware burning device of computer
JP2009003613A (en) Bus fault detecting method and bus system
JP5858471B2 (en) Bus monitoring device, bus monitoring method, bus monitoring program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180713

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190531

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190618

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190807

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20191008

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191125

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191223

R150 Certificate of patent or registration of utility model

Ref document number: 6645069

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150