JP6913774B2 - Communications system - Google Patents

Communications system Download PDF

Info

Publication number
JP6913774B2
JP6913774B2 JP2020008399A JP2020008399A JP6913774B2 JP 6913774 B2 JP6913774 B2 JP 6913774B2 JP 2020008399 A JP2020008399 A JP 2020008399A JP 2020008399 A JP2020008399 A JP 2020008399A JP 6913774 B2 JP6913774 B2 JP 6913774B2
Authority
JP
Japan
Prior art keywords
communication
terminal devices
control unit
communication system
command
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.)
Active
Application number
JP2020008399A
Other languages
Japanese (ja)
Other versions
JP2020065299A (en
Inventor
京介 磯野
京介 磯野
崇 桑原
崇 桑原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
East Japan Railway Co
Original Assignee
East Japan Railway Co
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
Priority claimed from JP2015059362A external-priority patent/JP2016178609A/en
Application filed by East Japan Railway Co filed Critical East Japan Railway Co
Priority to JP2020008399A priority Critical patent/JP6913774B2/en
Publication of JP2020065299A publication Critical patent/JP2020065299A/en
Application granted granted Critical
Publication of JP6913774B2 publication Critical patent/JP6913774B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、複数の電子機器間の信号制御に係る通信システムに関する。 The present invention relates to a communication system relating to signal control between a plurality of electronic devices.

信号機や転てつ器などの鉄道運行に係る多数の現場設備を各々駆動制御する端末装置と、運行ダイヤや運行情報などに応じて全体制御を行うサーバ装置とを含む電子機器間の信号制御通信システムがある。この信号制御通信システムでは、サーバ装置から端末装置に対して定期的に現場設備の動作制御に係る信号が送信される。また、信号を受信した端末装置からサーバ装置に対しては、応答信号の送信が行われている。これらの信号の送受信に不達や遅延などの異常が生じると鉄道運行に重大な影響を来たすので、この信号制御通信システムでは、信号の送受信を常に監視している(例えば、特許文献1)。 Signal control communication between electronic devices, including terminal devices that drive and control a large number of on-site equipment related to railway operations such as traffic lights and turntables, and server devices that perform overall control according to operation schedules and operation information. There is a system. In this signal control communication system, a signal related to operation control of on-site equipment is periodically transmitted from the server device to the terminal device. Further, the response signal is transmitted from the terminal device that has received the signal to the server device. If an abnormality such as non-delivery or delay occurs in the transmission / reception of these signals, the railway operation is seriously affected. Therefore, this signal control communication system constantly monitors the transmission / reception of signals (for example, Patent Document 1).

この信号制御通信システムには、インターネットプロトコル(IP)に基づいて各装置にIPアドレスが設定され、サーバ装置から出力された命令信号や端末装置から出力された応答信号がレイヤ3スイッチ(L3SW)やルータにより信号の送信先IPアドレスに応じた送信先機器へと送信されるものがある。 In this signal control communication system, an IP address is set for each device based on the Internet Protocol (IP), and a command signal output from the server device and a response signal output from the terminal device are used as a layer 3 switch (L3SW). Some routers transmit the signal to the destination device according to the destination IP address of the signal.

IPに基づく通信としては、現在、信頼性の高いTCP(Transmission Control Protocol)を用いた通信と、完全性を確保しない代わりにオーバーヘッドが小さく高速性が得られるUDP(User Datagram Protocol)通信とが広く用いられている。TCPでは、IPアドレスで示される特定の通信先機器のMAC(Media Access Control)アドレスやポートが特定され、当該送信先機器への送信経路が定められて送受信機器間での通信接続が確立された後、一対一での通信が行われる。一方、UDPでは、IPアドレスとポートに基づいて単純にデータが送信される。また、UDPでは、一対一でのユニキャスト通信に限られず、出力したデータを一度に複数の送信先へ送信するブロードキャストやマルチキャストでの通信が可能となっている。 Currently, communication using highly reliable TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) communication, which provides low overhead and high speed without ensuring completeness, are widely used as IP-based communication. It is used. In TCP, the MAC (Media Access Control) address and port of a specific communication destination device indicated by the IP address are specified, the transmission route to the destination device is defined, and the communication connection between the transmission / reception devices is established. Later, one-on-one communication is performed. On the other hand, in UDP, data is simply transmitted based on the IP address and port. Further, UDP is not limited to one-to-one unicast communication, and broadcast or multicast communication in which output data is transmitted to a plurality of destinations at once is possible.

ここで、異なるIPアドレスの電子機器間におけるIP通信では、送信データは、送信先のIPアドレスを含むヘッダと、送信先のMACアドレスを含むヘッダが付されて送信される。IPアドレスに対応するMACアドレスが分からない場合には、L3SWやルータから送信先のIPアドレスを含むARP(Address Resolution Protocol)コマンドがブロードキャストで発行され、当該IPアドレスが設定されている電子機器からMACアドレスが返信されることで、IPアドレスとMACアドレスとの対応が取得される。この対応関係は、所定の失効時間が経過するまでL3SW内のARPテーブルに保持され、当該失効時間が経過する前に再度この電子機器への通信があった場合には、ARPテーブルが参照されて得られたMACアドレスにより即座に通信データが当該電子機器に送信されると共に、失効時間が延長されて、ARPテーブルが最新の状態に維持され、また、不要なARPコマンドの発行頻度を抑えている。 Here, in IP communication between electronic devices having different IP addresses, the transmission data is transmitted with a header including the IP address of the transmission destination and a header including the MAC address of the transmission destination. If the MAC address corresponding to the IP address is unknown, an ARP (Address Resolution Protocol) command including the destination IP address is issued by broadcast from the L3SW or router, and the MAC is issued from the electronic device to which the IP address is set. By returning the address, the correspondence between the IP address and the MAC address is acquired. This correspondence is held in the ARP table in the L3SW until the predetermined expiration time elapses, and if there is communication to this electronic device again before the expiration time elapses, the ARP table is referred to. Communication data is immediately transmitted to the electronic device by the obtained MAC address, the expiration time is extended, the ARP table is kept up to date, and the frequency of issuing unnecessary ARP commands is suppressed. ..

しかしながら、L3SWやルータの通信に障害が生じてスイッチングやルーティングの動作がバックアップ系のL3SWなどに移行した場合や、更に、当該バックアップ系から復旧したメインのL3SWなどに動作が戻った場合などには、このARPテーブルが保持されていなかったり、消去されてしまっていたりすることになり、全ての通信先に対応して新たにAPRコマンドを発行してARPテーブルに通信先の電子機器に係るIPアドレスとMACアドレスの対応関係を記憶させ直す必要がある。従って、必要な対応関係に対して全てARPコマンドの送受信を行う必要が生じ、ARPテーブルが再生成されるまで、ARPコマンドの送受信を行うことによる通信の遅延が生じるという問題があった。 However, when the communication of the L3SW or router fails and the switching or routing operation shifts to the backup system L3SW or the like, or when the operation returns to the main L3SW or the like restored from the backup system. , This ARP table is not retained or has been deleted, so a new APR command is issued for all communication destinations and the IP address related to the electronic device of the communication destination is displayed in the ARP table. It is necessary to re-memorize the correspondence between the MAC address and the MAC address. Therefore, it is necessary to send and receive ARP commands for all necessary correspondences, and there is a problem that communication is delayed by sending and receiving ARP commands until the ARP table is regenerated.

これに対し、特許文献2では、メモリにL3SWで生成されたARPテーブルのバックアップをメイン系の障害発生中に亘り維持しておき、復旧時にはこのバックアップを参照して通信を行いながら順次メインのARPテーブルを更新して最新の情報に切り替えていくことで、通信遅延や通信負荷の増大を防ぐ技術について開示されている。 On the other hand, in Patent Document 2, a backup of the ARP table generated by L3SW is maintained in the memory during the occurrence of a failure of the main system, and at the time of recovery, the main ARP is sequentially performed while communicating with reference to this backup. A technology that prevents communication delays and an increase in communication load by updating the table and switching to the latest information is disclosed.

特許第4948247号公報Japanese Patent No. 4948247 特許第5525373号公報Japanese Patent No. 5525373

しかしながら、ARPテーブルのバックアップを別途記憶させ、また、当該バックアップを利用しながらメインのARPテーブルを更新させるためには、L3SWやルータなどの構成や動作を従来と変更させる必要があり、コストや手間がかかるという課題がある。 However, in order to separately store the backup of the ARP table and update the main ARP table while using the backup, it is necessary to change the configuration and operation of the L3SW, router, etc. from the conventional one, which is costly and troublesome. There is a problem that it takes.

この発明の目的は、コストや手間の増加を抑えながら、ARPコマンドの発行による負荷の上昇を抑えることの出来る通信システムを提供することにある。 An object of the present invention is to provide a communication system capable of suppressing an increase in load due to issuance of an ARP command while suppressing an increase in cost and labor.

上記目的を達成するため、本発明は、サーバ装置と、前記サーバ装置から、鉄道運行に係る現場設備の動作についての所定時間の間隔でブロードキャストにより送信された通信データを受信し、前記現場設備を動作させる複数の端末装置と、前記サーバ装置及び前記複数の端末装置を同一のLAN内で接続するレイヤ3ネットワーク装置と、前記レイヤ3ネットワーク装置を介して前記同一のLAN内に接続された一又は複数の電子機器と、を備える通信システムであって、前記レイヤ3ネットワーク装置は、IPアドレスとMACアドレスとの対応データを記憶するテーブル記憶部と、新たに取得された前記対応データを前記テーブル記憶部に記憶させると共に、当該対応データを記憶させてから所定の失効時間が経過した後に前記対応データを消去する接続制御部と、を備え、前記複数の端末装置は、前記サーバ装置から送信された前記通信データのうち少なくとも自装置宛の内容を含む通信データに対して前記電子機器のうち少なくとも一台及び前記サーバ装置に対して返信を行う動作制御部を備え、前記電子機器には、前記複数の端末装置のIPアドレスのリストを記憶するリスト記憶部と、前記複数の端末装置に係る前記対応データの前記失効時間がそれぞれ経過する前に、前記リスト記憶部の前記リストに基づいて前記複数の端末装置に対して各々異なるタイミングで所定の通信を行う処理制御部と、を備える処理装置が含まれることとした。
これにより、サーバ装置と端末装置の通信に対し、この通信自体には関係のない処理装置などの電子機器の故障で複数の端末装置に対して直接通知が必要な場合に、一度に大量のARPコマンドを送信する必要がなく、レイヤ3ネットワーク装置の処理負荷やネットワークの通信量の増大を防ぐことが出来る。また、テーブル記憶部へのIPアドレスとMACアドレスの対応データの記憶維持に係るコマンドを処理装置から各端末装置に対して互いにタイミングをずらして送信するので、同様に、レイヤ3ネットワーク装置の処理負荷やネットワークの通信量の増大を抑えることが出来、その結果、サーバ装置と複数の端末装置との通信速度を維持することが出来る。そして、このような負荷の抑制と通信速度の維持を、レイヤ3ネットワーク装置の構成や動作を変更することなく行うことが出来るので、コストや手間の増大を抑えることが出来る。
また、前記処理制御部は、前記複数の端末装置に対し、前記失効時間から所定のマージンを差し引いた時間を前記複数の端末装置の台数で除した時間間隔で前記所定の通信を行う。
また、前記処理制御部は、前記各々異なるタイミングで通信を行うように設定された送信間隔で前記複数の端末装置に対して前記所定の通信を行う。
In order to achieve the above object, the present invention receives communication data transmitted by broadcast from a server device and the server device at predetermined time intervals regarding the operation of the field equipment related to railway operation, and uses the field equipment. A plurality of terminal devices to be operated, a layer 3 network device connecting the server device and the plurality of terminal devices in the same LAN, and one or one connected in the same LAN via the layer 3 network device. A communication system including a plurality of electronic devices, wherein the layer 3 network device stores a table storage unit for storing correspondence data between an IP address and a MAC address, and the newly acquired correspondence data in the table storage. The plurality of terminal devices are transmitted from the server device, including a connection control unit for storing the corresponding data and erasing the corresponding data after a predetermined expiration time has elapsed after storing the corresponding data. The electronic device includes at least one of the electronic devices and an operation control unit that replies to the server device with respect to communication data including at least the contents addressed to the own device among the communication data, and the electronic device includes the plurality of said. A list storage unit that stores a list of IP addresses of the terminal devices of the above, and a plurality of the list storage units based on the list of the list storage unit before the expiration time of the corresponding data related to the plurality of terminal devices has elapsed. It was decided to include a processing device including a processing control unit that performs predetermined communication with the terminal device at different timings.
As a result, when communication between a server device and a terminal device requires direct notification to a plurality of terminal devices due to a failure of an electronic device such as a processing device that is not related to the communication itself, a large amount of ARP is performed at one time. It is not necessary to send a command, and it is possible to prevent an increase in the processing load of the layer 3 network device and the communication volume of the network. Further, since the command related to the storage and maintenance of the corresponding data of the IP address and the MAC address to the table storage unit is transmitted from the processing device to each terminal device at different timings, similarly, the processing load of the layer 3 network device. And the increase in network communication volume can be suppressed, and as a result, the communication speed between the server device and the plurality of terminal devices can be maintained. Since the load can be suppressed and the communication speed can be maintained without changing the configuration and operation of the layer 3 network device, it is possible to suppress an increase in cost and labor.
In addition, the processing control unit performs the predetermined communication with the plurality of terminal devices at time intervals obtained by dividing the time obtained by subtracting a predetermined margin from the expiration time by the number of the plurality of terminal devices.
In addition, the processing control unit performs the predetermined communication with the plurality of terminal devices at transmission intervals set so as to perform communication at different timings.

また、前記処理制御部による前記所定の通信は、ICMP_ECHOに係るコマンドの発行である。即ち、処理制御部は、ICMP(Internet Control Message Protocol)に係るエコーの要求(到達可能確認に係る要求)のようなIP接続の基本コマンドを用いる。従って、コマンド当たりの通信量が小さく、また、返答を行う端末装置の処理も少なく済む。 Further, the predetermined communication by the processing control unit is the issuance of a command related to ICMP_ECHO. That is, the processing control unit uses basic commands for IP connection such as an echo request (request for reachability confirmation) related to ICMP (Internet Control Message Protocol). Therefore, the amount of communication per command is small, and the processing of the terminal device that makes a reply is also small.

また、前記処理装置は、前記電子機器のうち少なくとも一台と同一であることとした。従って、サーバ装置や端末装置にこのような動作を行わせないので、これらの処理負荷の上昇を抑え、且つ、不要な電子機器の接続数を増やす必要がなく、コストやメンテナンスの手間を増やさない。 Further, the processing device is the same as at least one of the electronic devices. Therefore, since the server device and the terminal device are not allowed to perform such an operation, it is not necessary to suppress the increase in the processing load and increase the number of unnecessary electronic devices connected, and the cost and maintenance effort are not increased. ..

また、前記電子機器のうちの少なくとも一台は、前記サーバ装置と前記複数の端末装置との間の通信異常の監視に係る処理を行うための監視装置であることとした。従って、通信負荷を大きく増大させずに通信の安全性、確実性を保つことが出来る。 Further, at least one of the electronic devices is a monitoring device for performing processing related to monitoring of a communication abnormality between the server device and the plurality of terminal devices. Therefore, the security and certainty of communication can be maintained without significantly increasing the communication load.

また、前記サーバ装置は、駅構内の信号機及び転てつ器を含む現場設備に係る連動装置であり、前記動作制御部は、自装置あての前記通信データに基づいて、当該自装置に接続された前記現場設備の動作を制御することとした。
従って、監視装置のように現場設備の動作には関係のない第3の電子機器の故障によりレイヤ3ネットワーク装置から各端末装置に対して不達通知が送られる場合に、レイヤ3ネットワーク装置が予めARPテーブル記憶部に各端末装置のMACアドレスとIPアドレスとの対応データを保持しておくことで、ARPコマンドを一度に大量に発行させることがないので、迅速な処理が要求される信号機や転てつ器などの動作に対して遅延などの問題を生じさせない。
Further, the server device is an interlocking device related to on-site equipment including a signal and a turnout in the station yard, and the operation control unit is connected to the own device based on the communication data addressed to the own device. It was decided to control the operation of the on-site equipment.
Therefore, when a non-delivery notification is sent from the layer 3 network device to each terminal device due to a failure of a third electronic device that is not related to the operation of the field equipment such as a monitoring device, the layer 3 network device is set in advance. By holding the corresponding data of the MAC address and IP address of each terminal device in the ARP table storage unit, it is not necessary to issue a large number of ARP commands at once, so that signals and switches that require quick processing are required. It does not cause problems such as delay in the operation of the lever.

本発明に従うと、コストや手間の増加を抑えながら、ARPコマンドの発行による負荷の上昇を抑えることが出来るという効果がある。 According to the present invention, there is an effect that an increase in load due to issuance of an ARP command can be suppressed while suppressing an increase in cost and labor.

本発明の通信システムの実施形態を示すブロック図である。It is a block diagram which shows the embodiment of the communication system of this invention. 監視装置によるpingコマンドの発行タイミングを示す図表である。It is a figure which shows the issuance timing of a ping command by a monitoring device.

以下、本発明の実施の形態を図面に基づいて説明する。
図1は、本発明の通信システムの実施形態である駅内の信号制御通信システムPの全体構成を示すブロック図である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram showing an overall configuration of a signal control communication system P in a station, which is an embodiment of the communication system of the present invention.

信号制御通信システムP(通信システム)は、駅装置11と、連動装置12(サーバ装置)と、監視装置13(電子機器、処理装置)と、保守装置14と、L3SW15(レイヤ3ネットワーク装置)と、複数の端末装置16と、各端末装置16にそれぞれ接続された信号機17や転てつ器18などからなる。 The signal control communication system P (communication system) includes a station device 11, an interlocking device 12 (server device), a monitoring device 13 (electronic device, processing device), a maintenance device 14, and an L3SW15 (layer 3 network device). , A plurality of terminal devices 16, a signal 17 and a turnout 18 connected to each terminal device 16, and the like.

駅装置11は、制御部111を備え、CTC(Centralized Traffic Control)に係る図示略の中央装置などから運行ダイヤ情報などに応じて出力された対象駅における列車(車両)の進入や出発に係る信号機17及び転てつ器18の動作命令を取得して、連動装置12に出力する。 The station device 11 includes a control unit 111, and is a signal for entering or departing a train (vehicle) at a target station, which is output from a central device (not shown) related to CTC (Centralized Traffic Control) according to operation schedule information or the like. The operation commands of 17 and the turnout 18 are acquired and output to the interlocking device 12.

連動装置12は、制御部121を備え、駅装置11から入力された各動作命令が各信号機17及び転てつ器18の論理条件を満たしており、安全に各列車や車両を走行させることが可能であると判断した後、当該動作命令をL3SW15経由で端末装置16に出力する。また、連動装置12は、出力した動作命令に対応する動作の終了や動作からの所定時間の経過、及び/又は列車や車両の位置などの各種条件に応じて当該条件を満たさない動作を禁止する鎖錠を行う。 The interlocking device 12 includes a control unit 121, and each operation command input from the station device 11 satisfies the logical conditions of the traffic lights 17 and the turnouts 18, so that each train or vehicle can be safely driven. After determining that it is possible, the operation command is output to the terminal device 16 via the L3SW15. Further, the interlocking device 12 prohibits an operation that does not satisfy the conditions depending on the end of the operation corresponding to the output operation command, the lapse of a predetermined time from the operation, and / or various conditions such as the position of the train or the vehicle. Lock.

端末装置16は、L3SW15を介して連動装置12から入力された各動作命令が自装置宛の命令であるか否かを判別し、自装置宛の命令に従って、各々接続された信号機17又は転てつ器18を動作させる動作制御部161を備える。また、端末装置16は、当該自装置宛の命令を取得した旨を示す(又は取得した命令を更に実行した旨を示す)応答信号をL3SW15経由で連動装置12に出力する。 The terminal device 16 determines whether or not each operation command input from the interlocking device 12 via the L3SW15 is a command addressed to the own device, and according to the command addressed to the own device, the connected traffic light 17 or the turnout An operation control unit 161 for operating the switch 18 is provided. Further, the terminal device 16 outputs a response signal indicating that the command addressed to the own device has been acquired (or indicating that the acquired command has been further executed) to the interlocking device 12 via the L3SW15.

監視装置13は、連動装置12と端末装置16との間での通信内容を監視し、連動装置12から出力された動作命令が全て適切な端末装置16で正常に受信されて動作が実行されているかを判断する所定の処理を行う。監視装置13は、制御部131(処理制御部)と、端末リスト132(リスト記憶部)を備える。端末リスト132は、L3SW15を介して連動装置12及び監視装置13に接続されている全ての端末装置16のIPアドレスを記憶保持している。 The monitoring device 13 monitors the communication content between the interlocking device 12 and the terminal device 16, and all the operation commands output from the interlocking device 12 are normally received by the appropriate terminal device 16 and the operation is executed. Performs a predetermined process for determining whether or not. The monitoring device 13 includes a control unit 131 (processing control unit) and a terminal list 132 (list storage unit). The terminal list 132 stores and holds the IP addresses of all the terminal devices 16 connected to the interlocking device 12 and the monitoring device 13 via the L3SW15.

保守装置14は、制御部141を備え、必要に応じてL3SW15に接続されて、端末装置16にインストールされている処理ソフトウェアのアップデートなどの作業に用いられる。 The maintenance device 14 includes a control unit 141, is connected to the L3SW15 as needed, and is used for work such as updating the processing software installed in the terminal device 16.

これらの駅装置11、連動装置12、監視装置13、保守装置14、及び端末装置16は、何れもNIC(Network Interface Card)などを含む通信部を備える。NICには各々MACアドレスが定められている。また、これらの各構成の制御部により、それぞれIPアドレスが設定保持されている。 Each of the station device 11, the interlocking device 12, the monitoring device 13, the maintenance device 14, and the terminal device 16 includes a communication unit including a NIC (Network Interface Card) and the like. Each NIC has a MAC address. Further, the IP address is set and held by the control unit of each of these configurations.

L3SW15は、IPネットワーク上(ネットワーク層)で連動装置12、監視装置13、保守装置14及び端末装置16の間でやり取りされる通信を中継し、適切な送信先に出力させる。L3SW15は、IPアドレスとMACアドレスとの対応データを記憶するARPテーブル151(ARPテーブル記憶部)を備え、L3SW15の制御部152(接続制御部)は、ユニキャスト通信によるデータ送信の要求を受けた場合に、ARPテーブル151を参照してデータ送信先のIPアドレスに対応するMACアドレスを確認し、MACアドレスが記憶されている場合には、ヘッダ情報を書き換えて出力させ、MACアドレスがARPテーブル151に記憶されていない場合には、当該データ送信先のIPアドレスに対応するMACアドレスを取得するためのARPコマンドをUDPによりブロードキャストで発信する。また、制御部152は、ブロードキャスト通信によるデータ送信の要求を受けた場合には、当該データの送信元を除く全ての接続された装置に当該データを出力する。ARPコマンドにより取得されたIPアドレスとMACアドレスの対応データは、ARPテーブル151に記憶され、当該記憶された対応データは、それぞれ取得されてから所定の失効時間内に再度参照されなかった場合には、当該失効時間の経過後に消去される。 The L3SW15 relays the communication exchanged between the interlocking device 12, the monitoring device 13, the maintenance device 14, and the terminal device 16 on the IP network (network layer), and outputs the communication to an appropriate destination. The L3SW15 includes an ARP table 151 (ARP table storage unit) that stores correspondence data between the IP address and the MAC address, and the control unit 152 (connection control unit) of the L3SW15 receives a request for data transmission by unicast communication. In this case, the MAC address corresponding to the IP address of the data transmission destination is confirmed by referring to the ARP table 151, and if the MAC address is stored, the header information is rewritten and output, and the MAC address is the ARP table 151. If it is not stored in, an ARP command for acquiring the MAC address corresponding to the IP address of the data transmission destination is broadcast by UDP. Further, when the control unit 152 receives a request for data transmission by broadcast communication, the control unit 152 outputs the data to all connected devices except the source of the data. The correspondence data of the IP address and the MAC address acquired by the ARP command is stored in the ARP table 151, and if the stored correspondence data is not referred to again within the predetermined expiration time after each acquisition. , Will be erased after the expiration time.

信号機17は、駅構内に配置されて列車や車両の進行可否や速度制限(減速、抑速など)を示す。転てつ器18は、駅構内に配置されて列車や車両の進行方向を切り替えるための分岐器(ポイント)を動作させる。これら、信号機17や転てつ器18は、それぞれ、対応する端末装置16に接続されて、端末装置16から入力された命令に応じた動作状態が保たれる。 The traffic light 17 is arranged in the station yard and indicates whether or not the train or vehicle can proceed and the speed limit (deceleration, deceleration, etc.). The turnout 18 is arranged in the station yard and operates a turnout (point) for switching the traveling direction of a train or a vehicle. Each of the traffic light 17 and the turnout 18 is connected to the corresponding terminal device 16 and is maintained in an operating state according to a command input from the terminal device 16.

連動装置12には、L3SW15を介して列車や車両の走行に係る他の構内設備(現場設備)、例えば、構内踏切に係る各種設備や、運転士や列車の利用者への表示制御装置などが接続され得る。また、連動装置12には、列車の位置を取得するための各種設備、例えば、ATS(Automatic Train Stop)、ATC(Automatic Train Control)のデータ(地上子からのデータなど)入力や軌道回路などが接続され、論理条件の判定や鎖錠などに用いられる。 The interlocking device 12 includes other on-site equipment (field equipment) related to the running of trains and vehicles via L3SW15, for example, various equipment related to railroad crossings on the premises, display control devices for drivers and train users, and the like. Can be connected. Further, the interlocking device 12 is provided with various equipment for acquiring the position of the train, for example, ATS (Automatic Train Stop), ATC (Automatic Train Control) data (data from the ground element, etc.) input, track circuit, and the like. It is connected and used for determining logical conditions and locking.

次に、本実施態の信号制御通信システムPにおける各構成間のデータ送受信について説明する。 Next, data transmission / reception between each configuration in the signal control communication system P of the present embodiment will be described.

本実施形態の信号制御通信システムPでは、上述のように、各構成にそれぞれ固有のIPアドレスが割り当てられて、L3SW15を介してブロードキャストドメイン(同一のLAN)内でIP接続により信号のやり取りが行われる。やり取りされる信号のうち、通常の動作時に連動装置12から各端末装置16及び監視装置13に送信される信号(通信データ)、即ち、動作命令信号は、UDPにより送信先を特定せずにブロードキャストで定期的、例えば、50msごとに送信される。 In the signal control communication system P of the present embodiment, as described above, a unique IP address is assigned to each configuration, and signals are exchanged by IP connection within the broadcast domain (same LAN) via L3SW15. Will be. Among the exchanged signals, the signal (communication data) transmitted from the interlocking device 12 to each terminal device 16 and the monitoring device 13 during normal operation, that is, the operation command signal is broadcast by UDP without specifying the transmission destination. Is transmitted periodically, for example, every 50 ms.

動作命令信号を受信した端末装置16のNICは、各々動作命令信号を取り込んで制御部に送り、各々の制御部は、動作命令信号が自装置に係る信号機17又は転てつ器18への動作命令か否かを判断する。自装置あてであると判断された場合には、当該動作命令を実行すると共に、この動作命令信号に係るUDP通信に対し返答を行い、連動装置12及び監視装置13に送信する。 The NIC of the terminal device 16 that has received the operation command signal takes in the operation command signal and sends it to the control unit, and each control unit operates the operation command signal to the traffic light 17 or the turnout 18 related to the own device. Judge whether it is an order or not. If it is determined that the operation command is addressed to the own device, the operation command is executed, a response is made to the UDP communication related to the operation command signal, and the operation command signal is transmitted to the interlocking device 12 and the monitoring device 13.

一方、保守装置14から特定の端末装置16に対してアップデートなどの保守作業に係る通信がなされる場合には、当該特定の端末装置16との間でTCPによるコネクションが確立されて、ユニキャスト通信がなされる。 On the other hand, when communication related to maintenance work such as updating is performed from the maintenance device 14 to the specific terminal device 16, a TCP connection is established with the specific terminal device 16 and unicast communication is performed. Is done.

本実施形態の信号制御通信システムPでは、監視装置13は、端末リスト132を参照しながら、所定の間隔(例えば、2秒ごと)で、全ての端末装置16に対して順番に1台ずつ(各々異なるタイミングで)ICMP_ECHOに係るコマンド、例えば、pingコマンドを送信する。IPの上位プロトコルであるICMP(Internet Control Message Protocol)によるユニキャストコマンドの送信がなされることで、監視装置13からpingコマンドの送信対象である端末装置16までの間にあるL3SW15は、このpingコマンドを受け取ると、pingコマンドのIPパケット内のIPアドレスに応じた端末装置16のMACアドレスを取得するためのARPテーブル151を参照する。ARPテーブルにMACアドレスが記憶されていない場合には、L3SW15は、ARPコマンドをUDPによりブロードキャストで発行し、当該端末装置16が返信を行うことで、端末装置16のMACアドレスが取得される。L3SW15は、当該取得されたMACアドレスあてとしたpingコマンドに係るMACフレームデータをこの端末装置16に送信すると共に、ARPテーブル151に当該端末装置16のIPアドレスとMACアドレスの対応を登録する。
このとき、所定の端末装置16に対するpingの送信間隔が、ARPテーブル151の失効時間以下となるように送信間隔を設定することで、一度ARPテーブル151に記憶されたMACアドレスが消去されず、従って、2度目以降のARPコマンドの発行を不要とすることが出来る。
In the signal control communication system P of the present embodiment, one monitoring device 13 is sequentially used for all the terminal devices 16 at predetermined intervals (for example, every 2 seconds) while referring to the terminal list 132 (for example, every 2 seconds). A command related to ICMP_ECHO (at different timings), for example, a ping command is transmitted. By transmitting a unicast command by ICMP (Internet Control Message Protocol), which is a higher-level protocol of IP, the L3SW15 between the monitoring device 13 and the terminal device 16 to which the ping command is transmitted is the ping command. Is received, the ARP table 151 for acquiring the MAC address of the terminal device 16 corresponding to the IP address in the IP packet of the ping command is referred to. When the MAC address is not stored in the ARP table, the L3SW15 issues an ARP command by UDP, and the terminal device 16 returns, so that the MAC address of the terminal device 16 is acquired. The L3SW 15 transmits the MAC frame data related to the ping command addressed to the acquired MAC address to the terminal device 16, and registers the correspondence between the IP address and the MAC address of the terminal device 16 in the ARP table 151.
At this time, by setting the transmission interval so that the transmission interval of the ping to the predetermined terminal device 16 is equal to or less than the expiration time of the ARP table 151, the MAC address once stored in the ARP table 151 is not erased. It is possible to eliminate the need to issue the ARP command from the second time onward.

図2は、監視装置13によるpingコマンドの発行タイミングを示す図表である。
監視装置13は、全ての端末装置16に係るIPアドレスとMACアドレスの対応がARPテーブル151に記憶されている状態が維持されるように、各端末装置16に対して順次pingコマンドを送信する。即ち、監視装置13によるpingコマンドの発行間隔が、L3SW15におけるARPテーブル151の失効時間から所定のマージンを差し引いた時間を端末装置16の台数で除した程度の時間とされることで、pingコマンドによるネットワーク内のトラフィックの増大やL3SW15の負荷の増大を最小限としながら全ての端末装置16に係るIPアドレスとMACアドレスの対応がARPテーブル151に記憶され続ける。従って、pingコマンドは、ARPテーブル151に応じて即座に各端末装置16に送信され、ARPコマンドが発行されない。
FIG. 2 is a chart showing the issuance timing of the ping command by the monitoring device 13.
The monitoring device 13 sequentially transmits a ping command to each terminal device 16 so that the correspondence between the IP address and the MAC address of all the terminal devices 16 is stored in the ARP table 151. That is, the ping command issuance interval by the monitoring device 13 is set to a time obtained by dividing the time obtained by subtracting a predetermined margin from the expiration time of the ARP table 151 in the L3SW15 by the number of terminal devices 16, so that the ping command is used. The correspondence between the IP address and the MAC address of all the terminal devices 16 continues to be stored in the ARP table 151 while minimizing the increase in traffic in the network and the increase in the load on the L3SW15. Therefore, the ping command is immediately transmitted to each terminal device 16 according to the ARP table 151, and the ARP command is not issued.

なお、ARPテーブル151の失効時間に対して端末装置16の台数が十分に少ない場合には、pingコマンドは、必ずしも均等な時間間隔で発行される必要はなく、トラフィックの増大やL3SW15の負荷の増大が悪影響を及ぼさない範囲の時間間隔で全ての端末装置16に対してpingコマンドを発行した後、ARPテーブル151の失効時間以下の所定時間が経過するまで各端末装置16に対する次回のpingコマンドの発行を中止しても良い。 When the number of terminal devices 16 is sufficiently smaller than the expiration time of the ARP table 151, the ping command does not necessarily have to be issued at equal time intervals, resulting in an increase in traffic and an increase in the load on the L3SW15. Issuance of the next ping command to each terminal device 16 until a predetermined time equal to or less than the expiration time of the ARP table 151 elapses after issuing the ping command to all the terminal devices 16 at time intervals within a range that does not adversely affect May be canceled.

この状況で、監視装置13又はL3SW15と監視装置13の間の通信経路に異常が生じて入力コマンドの各端末装置16からの返答が監視装置13に届かなくなった場合、L3SW15は、各端末装置16に対して各々宛先不達に係るICMP通知を行う。このとき、各端末装置16のMACアドレスとIPアドレスの対応関係がARPテーブル151に全て記憶されているので、L3SW15の制御部152は、ARPコマンドを発行する必要なくARPテーブル151を参照して各端末装置16に対し、ヘッダにおける送信先MACアドレスと送信先IPアドレスとを設定して、ICMP通知を送信する。 In this situation, if an abnormality occurs in the communication path between the monitoring device 13 or L3SW15 and the monitoring device 13 and the response of the input command from each terminal device 16 does not reach the monitoring device 13, the L3SW15 will change to each terminal device 16. The ICMP notification regarding the non-delivery of the destination is given to each of the recipients. At this time, since all the correspondence between the MAC address and the IP address of each terminal device 16 is stored in the ARP table 151, the control unit 152 of the L3SW 15 refers to the ARP table 151 without issuing an ARP command. For the terminal device 16, the destination MAC address and the destination IP address in the header are set, and the ICMP notification is transmitted.

以上のように、本実施形態の信号制御通信システムPは、連動装置12と、連動装置12からブロードキャストにより送信された通信データを受信する複数の端末装置16と、連動装置12及び複数の端末装置16を同一のLAN内で接続するL3SW15と、L3SW15を介して連動装置12及び端末装置16と同一のLAN内に接続された監視装置13などの一又は複数の電子機器と、を備える信号制御通信システムPであって、L3SW15は、IPアドレスとMACアドレスとの対応データを記憶するARPテーブル151と、新たに取得された対応データをARPテーブル151に記憶させると共に、当該対応データが記憶されてから所定の失効時間が経過した後にその対応データを消去する制御部152と、を備え、複数の端末装置16は、連動装置12からの少なくとも自装置宛の内容を含む通信データに対して連動装置12及び監視装置13に対して返信を行う動作制御部161を備え、電子機器には、複数の端末装置16のIPアドレスのリストを記憶する端末リスト132と、これら複数の端末装置16に係るIPアドレスとMACアドレスの対応データの失効時間がそれぞれ経過する前に、端末リスト132に記憶された端末装置16のリストに基づいて、これら複数の端末装置16に対して各々異なるタイミングでpingコマンドを送信する制御部131を備える監視装置13が含まれる。
即ち、高速なやり取りを維持するためにUDPによりブロードキャストで通信が行われている連動装置12と端末装置16の通信に対し、この通信自体には関係のない監視装置13の故障などで複数の端末装置16に対して直接通知が必要な場合にARPテーブル151を予め生成、維持しておくことで、ARPコマンドを送信する必要がなく、意図しないARPの大量発行によるL3SW15の処理負荷やネットワークの通信量の増大を防ぐことが出来る。また、ARPテーブル151の生成、維持に係るコマンドを監視装置13から各端末装置16に対して互いにタイミングをずらして送信するように管理するので、このARPテーブル151の生成、維持に際しても、L3SW15の処理負荷やネットワークの通信量の増大を抑えることが出来、その結果、連動装置12と複数の端末装置16との通信速度を維持することが出来る。また、一台の監視装置13から各端末装置16に対してpingを送信するので、送信タイミングをずらすための動作管理を容易に行うことが出来る。そして、このような負荷の抑制と通信速度の維持を、L3SW15の構成や処理を変更することなく行うことが出来るので、コストや手間の増大を抑えることが出来る。
As described above, the signal control communication system P of the present embodiment includes the interlocking device 12, a plurality of terminal devices 16 that receive communication data transmitted by broadcast from the interlocking device 12, the interlocking device 12, and the plurality of terminal devices. Signal control communication including L3SW15 connecting 16 in the same LAN and one or more electronic devices such as an interlocking device 12 and a monitoring device 13 connected in the same LAN as the terminal device 16 via L3SW15. In the system P, the L3SW 15 stores the ARP table 151 for storing the correspondence data between the IP address and the MAC address and the newly acquired correspondence data in the ARP table 151, and after the correspondence data is stored. A control unit 152 for erasing the corresponding data after a predetermined expiration time has elapsed, and the plurality of terminal devices 16 are provided with the interlocking device 12 for communication data including at least the contents addressed to the own device from the interlocking device 12. A terminal list 132 that stores a list of IP addresses of a plurality of terminal devices 16 and an IP address related to the plurality of terminal devices 16 are provided in the electronic device, including an operation control unit 161 that returns a reply to the monitoring device 13. Before the expiration time of the corresponding data of the MAC address and the MAC address elapses, a ping command is transmitted to each of the plurality of terminal devices 16 at different timings based on the list of the terminal devices 16 stored in the terminal list 132. A monitoring device 13 including a control unit 131 is included.
That is, with respect to the communication between the interlocking device 12 and the terminal device 16 in which communication is performed by broadcast by UDP in order to maintain high-speed communication, a plurality of terminals are caused by a failure of the monitoring device 13 which is not related to the communication itself. By generating and maintaining the ARP table 151 in advance when direct notification is required to the device 16, it is not necessary to send an ARP command, and the processing load of L3SW15 and network communication due to unintended mass issuance of ARP It is possible to prevent an increase in the amount. Further, since the command related to the generation and maintenance of the ARP table 151 is managed so as to be transmitted from the monitoring device 13 to each terminal device 16 at different timings, the L3SW15 also generates and maintains the ARP table 151. It is possible to suppress an increase in processing load and network communication volume, and as a result, it is possible to maintain the communication speed between the interlocking device 12 and the plurality of terminal devices 16. Further, since the ping is transmitted from one monitoring device 13 to each terminal device 16, operation management for shifting the transmission timing can be easily performed. Since the load can be suppressed and the communication speed can be maintained without changing the configuration and processing of the L3SW15, it is possible to suppress an increase in cost and labor.

また、監視装置13からICMP_ECHOに係るコマンド、特に、pingを送信するので、コマンド当たりの通信量が小さく、また、返答を行う端末装置16の処理も少なく済むので、大きな負荷を生じない。 Further, since the monitoring device 13 transmits a command related to ICMP_ECHO, particularly ping, the amount of communication per command is small, and the processing of the terminal device 16 for replying is also small, so that a large load is not generated.

また、監視装置13から一括して各端末装置16にpingが送信されるので、L3SW15の処理負荷や、連動装置12と各端末装置16との間のネットワーク負荷が上がらないように最善のコマンド送信間隔を容易に設定することが出来る。
また、連動装置12にこのような動作を行わせないので、連動装置12の処理負荷を上げず、連動装置12は、信号制御に係る動作命令の出力をより確実に適切なタイミングで行うことが出来る。
また、従来、監視装置13に用いられる装置にpingの送信動作とそのタイミング制御を兼用させたので、不要な電子機器の接続数を増やす必要がなく、コストやメンテナンスの手間を増やさない。
Further, since the monitoring device 13 collectively transmits pings to each terminal device 16, the best command transmission is performed so that the processing load of the L3SW 15 and the network load between the interlocking device 12 and each terminal device 16 do not increase. The interval can be easily set.
Further, since the interlocking device 12 is not allowed to perform such an operation, the processing load of the interlocking device 12 is not increased, and the interlocking device 12 can more reliably output an operation command related to signal control at an appropriate timing. You can.
Further, since the device used for the monitoring device 13 has been used for both the ping transmission operation and the timing control thereof, it is not necessary to increase the number of unnecessary electronic devices connected, and the cost and maintenance effort are not increased.

また、連動装置12と複数の端末装置16を含むLANの内部に監視装置13を接続し、当該監視装置13への通信異常に係る負荷の上昇が抑えられるので、従って、通信負荷を大きく増大させずに通信の安全性、確実性をより保つことが出来る。特に、UDP通信を用いることによる通信のオーバーヘッドの低減と、通信の安全性の低下に対する対応とを容易に両立させることが出来る。 Further, since the monitoring device 13 is connected inside the LAN including the interlocking device 12 and the plurality of terminal devices 16 and the increase in the load related to the communication abnormality to the monitoring device 13 is suppressed, the communication load is greatly increased. It is possible to maintain the security and certainty of communication without having to do so. In particular, it is possible to easily achieve both a reduction in communication overhead by using UDP communication and a response to a decrease in communication security.

また、特に、駅構内の信号機17や転てつ器18を含む現場設備の動作制御に係る連動装置12と、これら現場設備の動作制御を実際に行う端末装置16との間での信号が行われる場合に、監視装置13のように現場設備の動作には関係のない第3の電子機器の故障によりL3SW15から各端末装置16に対して不達通知が送られる場合に、L3SW15が予めARPテーブルに各端末装置16のMACアドレスとIPアドレスとの対応関係を保持しておくことで、ARPコマンドを一度に大量に発行させることがないので、迅速且つ確実な処理が要求される信号機17や転てつ器18などの動作に対して遅延などの問題を生じさせない。 Further, in particular, a signal is transmitted between the interlocking device 12 related to the operation control of the on-site equipment including the signal 17 and the turning device 18 in the station yard and the terminal device 16 that actually controls the operation of these on-site equipment. In such a case, when a non-delivery notification is sent from the L3SW15 to each terminal device 16 due to a failure of a third electronic device such as the monitoring device 13 which is not related to the operation of the on-site equipment, the L3SW15 sets the ARP table in advance. By maintaining the correspondence between the MAC address and IP address of each terminal device 16, it is not necessary to issue a large number of ARP commands at one time. It does not cause problems such as delay in the operation of the lever 18.

なお、本発明は、上記実施の形態に限られるものではなく、様々な変更が可能である。
例えば、上記の実施形態において、ICMP_ECHOに係るコマンドとして、pingを挙げて説明したが、他のコマンド、例えば、tracert(traceroute)などでも良いし、その他、送信にアドレス解決が必要なユニキャストコマンドであって処理負荷が十分小さいものであれば他のコマンドが用いられても良い。
The present invention is not limited to the above embodiment, and various modifications can be made.
For example, in the above embodiment, ping has been described as a command related to ICMP_ECHO, but other commands such as tracert (traceroute) may be used, and other unicast commands that require address resolution for transmission may be used. Other commands may be used as long as the processing load is sufficiently small.

また、L3SW15は、各構成が全て同一のLAN内、即ち、ブロードキャストメッセージが到達可能な範囲内に設けられていれば、ルータであっても良い。 Further, the L3SW15 may be a router as long as each configuration is provided in the same LAN, that is, within the reachable range of the broadcast message.

また、上記実施の形態では、信号の不達対象と、pingコマンドの発行が何れも監視装置13から行われることとしたが、端末装置16のIPアドレスのリストを記憶させることが可能であって、全ての端末装置16に対するpingコマンドの発行に影響がない時間以上L3SW15に接続されるコンピュータなどがある場合には、当該コンピュータらpingコマンドが発行されても良い。 Further, in the above embodiment, both the non-delivery target of the signal and the issuance of the ping command are performed from the monitoring device 13, but it is possible to store the list of IP addresses of the terminal device 16. If there is a computer or the like connected to the L3SW15 for a period of time that does not affect the issuance of the ping command to all the terminal devices 16, the ping command may be issued from the computer.

また、各端末装置16から返答が入力される装置は、監視装置13に限られない。入力された返答データを整理して処理を行う他の情報処理装置などであっても良い。また、同一LAN内に設けられる監視装置13や情報処理装置は、一台に限られず、複数台であっても良い。この場合、各端末装置16から返答が入力される装置と、各端末装置16に対してpingを送信する装置とが異なっていても良い。 Further, the device for which a response is input from each terminal device 16 is not limited to the monitoring device 13. It may be another information processing device that organizes and processes the input response data. Further, the monitoring device 13 and the information processing device provided in the same LAN are not limited to one, and may be a plurality of. In this case, the device for which the response is input from each terminal device 16 and the device for transmitting the ping to each terminal device 16 may be different.

また、上記実施形態では、駅構内の信号機17及び転てつ器18の動作制御に係る信号制御通信システムPについて説明したが、駅間の踏み切り、転てつ器や閉塞信号に係る信号制御システムなどに本発明を適用しても良く、更には、同様の通信制御を行う任意のシステムに適用しても良い。
その他、上記実施の形態で示した構成、配置や回路、処理手順などの具体的な細部は、本発明の趣旨を逸脱しない範囲において、適宜変更可能である。
Further, in the above embodiment, the signal control communication system P related to the operation control of the traffic light 17 and the turning device 18 in the station yard has been described, but the signal control system related to the crossing between stations, the turning device and the blockage signal has been described. The present invention may be applied to the above, and further, it may be applied to any system that performs the same communication control.
In addition, specific details such as the configuration, arrangement, circuit, and processing procedure shown in the above embodiment can be appropriately changed without departing from the spirit of the present invention.

11 駅装置
111 制御部
12 連動装置
121 制御部
13 監視装置
131 制御部
132 端末リスト
14 保守装置
141 制御部
15 L3SW
151 ARPテーブル
152 制御部
16 端末装置
161 動作制御部
17 信号機
18 転てつ器
P 信号制御通信システム
11 Station device 111 Control unit 12 Interlocking device 121 Control unit 13 Monitoring device 131 Control unit 132 Terminal list 14 Maintenance device 141 Control unit 15 L3SW
151 ARP table 152 Control unit 16 Terminal device 161 Operation control unit 17 Traffic light 18 Turnout P Signal control communication system

Claims (7)

サーバ装置と、
前記サーバ装置から、鉄道運行に係る現場設備の動作についての所定時間の間隔でブロードキャストにより送信された通信データを受信し、前記現場設備を動作させる複数の端末装置と、
前記サーバ装置及び前記複数の端末装置を同一のLAN内で接続するレイヤ3ネットワーク装置と、
前記レイヤ3ネットワーク装置を介して前記同一のLAN内に接続された一又は複数の電子機器と、
を備える通信システムであって、
前記レイヤ3ネットワーク装置は、
IPアドレスとMACアドレスとの対応データを記憶するテーブル記憶部と、
新たに取得された前記対応データを前記テーブル記憶部に記憶させると共に、当該対応データを記憶させてから所定の失効時間が経過した後に前記対応データを消去する接続制御部と、
を備え、
前記複数の端末装置は、前記サーバ装置から送信された前記通信データのうち少なくとも自装置宛の内容を含む通信データに対して前記電子機器のうち少なくとも一台及び前記サーバ装置に対して返信を行う動作制御部を備え、
前記電子機器には、
前記複数の端末装置のIPアドレスのリストを記憶するリスト記憶部と、
前記複数の端末装置に係る前記対応データの前記失効時間がそれぞれ経過する前に、前記リスト記憶部の前記リストに基づいて前記複数の端末装置に対して各々異なるタイミングで所定の通信を行う処理制御部と、
を備える処理装置が含まれる
ことを特徴とする通信システム。
With the server device
A plurality of terminal devices that receive communication data transmitted by broadcast from the server device at predetermined time intervals regarding the operation of the on-site equipment related to railway operation, and operate the on-site equipment.
A layer 3 network device that connects the server device and the plurality of terminal devices in the same LAN, and
With one or more electronic devices connected in the same LAN via the layer 3 network device,
It is a communication system equipped with
The layer 3 network device is
A table storage unit that stores the corresponding data between the IP address and the MAC address,
A connection control unit that stores the newly acquired corresponding data in the table storage unit and erases the corresponding data after a predetermined expiration time has elapsed since the corresponding data was stored.
With
The plurality of terminal devices reply to at least one of the electronic devices and the server device in response to communication data including at least the content addressed to the own device among the communication data transmitted from the server device. Equipped with an operation control unit
The electronic device
A list storage unit that stores a list of IP addresses of the plurality of terminal devices,
Processing control for performing predetermined communication to the plurality of terminal devices at different timings based on the list in the list storage unit before the expiration time of the corresponding data related to the plurality of terminal devices has elapsed. Department and
A communication system comprising a processing device comprising.
前記処理制御部は、前記複数の端末装置に対し、前記失効時間から所定のマージンを差し引いた時間を前記複数の端末装置の台数で除した時間間隔で前記所定の通信を行うことを特徴とする請求項1記載の通信システム。The processing control unit is characterized in that the processing control unit performs the predetermined communication with the plurality of terminal devices at time intervals obtained by dividing the time obtained by subtracting a predetermined margin from the expiration time by the number of the plurality of terminal devices. The communication system according to claim 1. 前記処理制御部は、前記各々異なるタイミングで通信を行うように設定された送信間隔で前記複数の端末装置に対して前記所定の通信を行うことを特徴とする請求項1又は2記載の通信システム。The communication system according to claim 1 or 2, wherein the processing control unit performs the predetermined communication with the plurality of terminal devices at transmission intervals set to perform communication at different timings. .. 前記処理制御部による前記所定の通信は、ICMP_ECHOに係るコマンドの発行であることを特徴とする請求項1〜3のいずれか一項に記載の通信システム。 The communication system according to any one of claims 1 to 3, wherein the predetermined communication by the processing control unit is issuance of a command related to ICMP_ECHO. 前記処理装置は、前記電子機器のうち少なくとも一台と同一であることを特徴とする請求項1〜4のいずれか一項に記載の通信システム。 The communication system according to any one of claims 1 to 4, wherein the processing device is the same as at least one of the electronic devices. 前記電子機器のうちの少なくとも一台は、前記サーバ装置と前記複数の端末装置との間の通信異常の監視に係る処理を行うための監視装置であることを特徴とする請求項1〜の何れか一項に記載の通信システム。 Claims 1 to 5 , wherein at least one of the electronic devices is a monitoring device for performing processing related to monitoring of a communication abnormality between the server device and the plurality of terminal devices. The communication system according to any one item. 前記サーバ装置は、駅構内の信号機及び転てつ器を含む現場設備に係る連動装置であり、
前記動作制御部は、自装置あての前記通信データに基づいて、当該自装置に接続された前記現場設備の動作を制御する
ことを特徴とする請求項1〜の何れか一項に記載の通信システム。
The server device is an interlocking device related to on-site equipment including a traffic light and a turnout in a station yard.
The operation of any one of claims 1 to 6 , wherein the operation control unit controls the operation of the field equipment connected to the own device based on the communication data addressed to the own device. Communications system.
JP2020008399A 2015-03-23 2020-01-22 Communications system Active JP6913774B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020008399A JP6913774B2 (en) 2015-03-23 2020-01-22 Communications system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015059362A JP2016178609A (en) 2015-03-23 2015-03-23 Communication system
JP2020008399A JP6913774B2 (en) 2015-03-23 2020-01-22 Communications system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2015059362A Division JP2016178609A (en) 2015-03-23 2015-03-23 Communication system

Publications (2)

Publication Number Publication Date
JP2020065299A JP2020065299A (en) 2020-04-23
JP6913774B2 true JP6913774B2 (en) 2021-08-04

Family

ID=70387725

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020008399A Active JP6913774B2 (en) 2015-03-23 2020-01-22 Communications system

Country Status (1)

Country Link
JP (1) JP6913774B2 (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3642759B2 (en) * 2002-02-14 2005-04-27 大同信号株式会社 Intelligent terminal for railway signal security equipment
JP2004272652A (en) * 2003-03-10 2004-09-30 Hitachi Ltd Remote maintenance method and system for distributed computer system
JP4783258B2 (en) * 2006-10-19 2011-09-28 東日本旅客鉄道株式会社 Train control network system
JP5201674B2 (en) * 2008-10-29 2013-06-05 シャープ株式会社 Transmission priority setting device, transmission priority setting method, and transmission priority setting program
JP5300614B2 (en) * 2009-06-18 2013-09-25 三菱電機株式会社 Vehicle base replacement work support system
JP5321287B2 (en) * 2009-06-30 2013-10-23 富士通株式会社 Switch device and switch control method
JP5994226B2 (en) * 2011-09-29 2016-09-21 カシオ電子工業株式会社 Network controller, wakeup control method, and information processing apparatus
JP2014003449A (en) * 2012-06-18 2014-01-09 Alaxala Networks Corp Transfer device and transfer method

Also Published As

Publication number Publication date
JP2020065299A (en) 2020-04-23

Similar Documents

Publication Publication Date Title
JP4449903B2 (en) Router device and network connection method
CN101919277B (en) Method for detecting duplicate address, mobile station, network element and communication system
CN104168193B (en) A kind of method and routing device of Virtual Router Redundancy Protocol fault detect
EP3373547A1 (en) Method, device, and system for realizing disaster tolerance backup
US20120246282A1 (en) Communication setting method, server, relay device, communication system, and information processing device
CN109753387B (en) Dual-computer hot standby method and system of rail transit multimedia system
CN101841408A (en) Primary/standby route equipment switching method and route equipment
CN104737507A (en) Ensuring any-to-any reachability with opportunistic layer 3 forwarding in massive scale data center environments
CN105119822A (en) Backup group management method and system based on VRRP (Virtual Router Redundancy Protocol)
US8611254B2 (en) Systems and methods for configuring a network for multicasting
CN103560962A (en) Method for automatically updating host routing table entries of Ethernet switch and switch
US20150229557A1 (en) Data processing system for changing massive paths time-deterministically and operating method of the data processing system
JP2017220733A (en) Data diode device with specific packet relay function
CN104333467A (en) Gateway proxy method and device for wireless network link failure of rail transit
JP6913774B2 (en) Communications system
US11329915B2 (en) Router and method for operating a communication system having redundant routers
EP1901497A1 (en) Apparatus for low latency communications through an alternate path
US9609572B2 (en) Method and system for supporting mobility of a mobile terminal in a software-defined network
JP4752722B2 (en) Packet transfer apparatus and packet transfer method
JP2016178609A (en) Communication system
CN101645840B (en) Method, system and routing equipment for retransmitting message
JP5062530B2 (en) Communication control system for reducing data communication other than priority terminals
US20110182298A1 (en) Communication apparatus, medium and communication method
CN104380659A (en) Wired meshed network and method for routing packets over wired meshed network
JP7307617B2 (en) Mobile IP system and home agent redundancy control method

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200218

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210209

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210407

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210712

R150 Certificate of patent or registration of utility model

Ref document number: 6913774

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150