JP2012198605A - Data transfer device and field equipment - Google Patents

Data transfer device and field equipment Download PDF

Info

Publication number
JP2012198605A
JP2012198605A JP2011060679A JP2011060679A JP2012198605A JP 2012198605 A JP2012198605 A JP 2012198605A JP 2011060679 A JP2011060679 A JP 2011060679A JP 2011060679 A JP2011060679 A JP 2011060679A JP 2012198605 A JP2012198605 A JP 2012198605A
Authority
JP
Japan
Prior art keywords
transfer
data
timer
time
data transfer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2011060679A
Other languages
Japanese (ja)
Inventor
Masakazu Hori
雅一 堀
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2011060679A priority Critical patent/JP2012198605A/en
Publication of JP2012198605A publication Critical patent/JP2012198605A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To quickly detect that a transfer failure has been generated while maintaining the performance of a system (without depriving a CPU of its processing capability) in a data transfer device for performing the DMA transfer of predetermined data which periodically arrive.SOLUTION: The data transfer device (to which a microcomputer 110 is equivalent) includes as representative configurations: a DMA controller 116 for, on the basis of the transfer request of predetermined data (physical quantity data) which periodically arrive, transferring the data; a timer in a data transfer monitoring circuit 120 for measuring the lapse of a time on the basis of the transfer request; and a time-out detection circuit for detecting the time-out of the timer. The data transfer device is configured to monitor a time until the data transfer is completed, and to, when the transfer of the whole data is not completed within the time, and time-out occurs, issue an error by determining that a transfer failure has been generated.

Description

本発明は、定期的に到来する所定のデータをDMA転送するデータ転送装置、およびそのデータ転送装置を内蔵するフィールド機器に関する。   The present invention relates to a data transfer apparatus that DMA-transfers predetermined data that arrives periodically, and a field device that incorporates the data transfer apparatus.

工業計器等に代表されるフィールド機器では、センサで検出した物理量(例えば流量、圧力、温度)のデータを定期的にセンサI/F回路(インターフェース回路)へ転送し、定期的にDMAコントローラがセンサI/F回路に溜まったそのデータをメモリへ書き込む(DMA転送する)ように構成したものがある。かかるフィールド機器において、何らかの理由によりそのデータの転送に障害(途絶、遅延)が発生した場合には、それを検出してエラーを発生するなどの対応を取る必要がある。   In field devices such as industrial instruments, data on physical quantities (for example, flow rate, pressure, temperature) detected by sensors is periodically transferred to the sensor I / F circuit (interface circuit), and the DMA controller periodically detects the sensor. There is a configuration in which the data accumulated in the I / F circuit is written into the memory (DMA transfer). In such a field device, when a failure (disruption or delay) occurs in the data transfer for some reason, it is necessary to take measures such as detecting it and generating an error.

上記転送障害を検出する手法としては、概して2つの手法が用いられている。1つ目の手法は、CPUがソフトウェアによってデータ転送が完了するまでの時間を監視し、その時間内にデータ全体の転送が完了しなければ、転送障害が発生したものとしてエラーを出す手法である。2つ目の手法は、DMAコントローラがデータ転送する度にCPUに割込を発生させ、CPUからそのデータ転送が完了したかどうかを確認する手法である。   As a method for detecting the transfer failure, two methods are generally used. The first method is a method in which the CPU monitors the time until the data transfer is completed by software, and if the transfer of the entire data is not completed within that time, an error is generated as a transfer failure has occurred. . The second method is a method in which an interrupt is generated in the CPU every time the DMA controller transfers data, and the CPU confirms whether the data transfer is completed.

なお、DMA転送に関する従来技術としては、特許文献1や特許文献2が公知である。   Note that Patent Documents 1 and 2 are known as conventional techniques related to DMA transfer.

特開平7−219887号公報Japanese Patent Laid-Open No. 7-219887 特開2003−6139号公報JP 2003-6139 A

上記1つ目の手法では、たとえ途中で転送障害が発生したとしても、データ全体が転送される予定の時間まで転送障害が放置される。そのため、長時間その転送障害に対応することができず、大幅な手戻りが発生することが問題となる。   In the first method, even if a transfer failure occurs midway, the transfer failure is left until the time when the entire data is scheduled to be transferred. For this reason, it is impossible to deal with the transfer failure for a long time, and there is a problem that a large rework occurs.

これに対し2つ目の手法では、途中で転送障害が発生した場合には迅速にこれを検知することができる。ただし、CPUへの割込が多発することにより、CPUがより重要な処理を行うことができなくなる(CPUの処理能力が奪われる)ことが大きな懸案事項となる。   On the other hand, in the second method, when a transfer failure occurs midway, this can be detected quickly. However, it is a major concern that the CPU cannot perform more important processing (the CPU processing capacity is lost) due to frequent interruptions to the CPU.

よって、CPUへの割込を多発させず、且つ長時間を要するデータ全体の不転送に伴うタイムアウトによらずとも、転送障害を迅速に検出可能な新規技術が切望されている。本発明は、このような課題に鑑み、システムのパフォーマンスを低下させることなく、転送障害が発生した場合に迅速にそれを検出可能な新規技術を提供することを目的とする。   Therefore, there is a strong demand for a new technique that can quickly detect a transfer failure without causing frequent interruptions to the CPU and without a time-out associated with non-transfer of the entire data requiring a long time. The present invention has been made in view of the above problems, and an object of the present invention is to provide a new technique capable of quickly detecting a transfer failure when a transfer failure occurs without degrading the performance of the system.

上記課題を解決するために本発明にかかるデータ転送装置の代表的な構成は、定期的に到来する所定のデータの転送要求に基づいてそのデータを転送するDMAコントローラと、転送要求に基づいて時間の経過を計測するタイマと、タイマのタイムアウトを検出するタイムアウト検出回路とを備えることを特徴とする。   In order to solve the above-described problems, a typical configuration of a data transfer apparatus according to the present invention includes a DMA controller that transfers data based on a transfer request for predetermined data that arrives periodically, and a time based on the transfer request. And a time-out detection circuit for detecting a time-out of the timer.

かかる構成によれば、上記1つめの手法のように長時間にわたって転送障害が放置されることがなく、迅速に転送障害を検出して対応することができる。また、上記2つ目の手法のようにCPUへの割込が多発することもない。CPUを働かせることなく、転送要求(DMA転送要求)が定期的に到来するか否かに基づいて転送障害の発生を判定するためである。よって、CPUの処理能力を奪うことなく、システムのパフォーマンスを維持することができる。   According to this configuration, the transfer failure is not left for a long time unlike the first method, and the transfer failure can be detected and dealt with promptly. Further, unlike the second method, interrupts to the CPU do not occur frequently. This is because the occurrence of a transfer failure is determined based on whether or not a transfer request (DMA transfer request) arrives periodically without operating the CPU. Therefore, the system performance can be maintained without depriving the CPU of processing capacity.

当該データ転送装置は、内部バスから独立し、DMAコントローラに転送要求を伝える転送要求伝達経路と、転送要求伝達経路から分岐し、転送要求をタイマに伝える分岐経路とをさらに備えると好ましい。これにより、転送障害を好適に検出することができる。   Preferably, the data transfer device further includes a transfer request transmission path that is independent of the internal bus and transmits a transfer request to the DMA controller, and a branch path that branches from the transfer request transmission path and transmits the transfer request to the timer. Thereby, a transfer failure can be detected suitably.

当該データ転送装置は、タイマが内部バスに接続されており、タイマのタイムアウトの閾値が、内部バスを通じて設定されると好ましい。これにより、転送障害を好適に検出することができる。   In the data transfer device, it is preferable that a timer is connected to the internal bus, and a timeout threshold of the timer is set through the internal bus. Thereby, a transfer failure can be detected suitably.

当該データ転送装置をフィールド機器に内蔵させるとよい。これにより、特に顕著な効果を奏することが可能である。   The data transfer device may be built in the field device. Thereby, it is possible to obtain a particularly remarkable effect.

本発明によれば、システムのパフォーマンスを維持しつつ(CPUの処理能力を奪うことなく)、転送障害が発生した場合に迅速にそれを検出可能なデータ転送装置、およびそのデータ転送装置を内蔵するフィールド機器を提供することができる。   According to the present invention, a data transfer device capable of quickly detecting when a transfer failure occurs while maintaining the performance of the system (without depriving the processing capacity of the CPU), and the data transfer device are incorporated. Field equipment can be provided.

本発明の実施形態にかかるフィールド機器の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the field apparatus concerning embodiment of this invention. 図1に示すデータ転送監視回路の概略構成を示すブロック図である。FIG. 2 is a block diagram illustrating a schematic configuration of a data transfer monitoring circuit illustrated in FIG. 1. 図1に示すマイコンのデータ転送の転送障害検出の動作例を例示する図である。It is a figure which illustrates the operation example of the transfer failure detection of the data transfer of the microcomputer shown in FIG.

以下に添付図面を参照しながら、本発明の好適な実施形態について詳細に説明する。かかる実施形態に示す寸法、材料、その他具体的な数値などは、発明の理解を容易とするための例示に過ぎず、特に断る場合を除き、本発明を限定するものではない。なお、本明細書および図面において、実質的に同一の機能、構成を有する要素については、同一の符号を付することにより重複説明を省略し、また本発明に直接関係のない要素は図示を省略する。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. The dimensions, materials, and other specific numerical values shown in the embodiments are merely examples for facilitating understanding of the invention, and do not limit the present invention unless otherwise specified. In the present specification and drawings, elements having substantially the same function and configuration are denoted by the same reference numerals, and redundant description is omitted, and elements not directly related to the present invention are not illustrated. To do.

図1は、本発明の実施形態にかかるフィールド機器100の概略構成を示すブロック図である。図1に示すように、フィールド機器100は、データ転送装置に相当するマイコン110と、センサ102および通信回路136とを含んで構成される。   FIG. 1 is a block diagram showing a schematic configuration of a field device 100 according to an embodiment of the present invention. As shown in FIG. 1, the field device 100 includes a microcomputer 110 corresponding to a data transfer device, a sensor 102, and a communication circuit 136.

本実施形態にかかるデータ転送装置としてのマイコン110は、CPU124、メモリ126、センサI/F回路112、DMAコントローラ116、データ転送監視回路120、割込コントローラ122、通信I/F回路128を含んで構成される。これらは、内部バス130により接続されている。   A microcomputer 110 as a data transfer device according to the present embodiment includes a CPU 124, a memory 126, a sensor I / F circuit 112, a DMA controller 116, a data transfer monitoring circuit 120, an interrupt controller 122, and a communication I / F circuit 128. Composed. These are connected by an internal bus 130.

センサ102は、検出した物理量(例えば流量、圧力、温度)のデータ(所定のデータ)をアナログ信号からデジタル信号に変換して、マイコン110のセンサI/F回路112(インターフェース回路)へと定期的に転送する。   The sensor 102 converts data (predetermined data) of the detected physical quantity (for example, flow rate, pressure, temperature) from an analog signal to a digital signal, and periodically transmits it to the sensor I / F circuit 112 (interface circuit) of the microcomputer 110. Forward to.

センサI/F回路112に転送されたデータは、そのバッファ114に一時的に格納される。センサI/F回路112は、そのバッファ114が一杯になったら、内部バス130から独立した(内部バス130とは別の)転送要求伝達経路132を通じて、DMAコントローラ116に転送要求を出す。この転送要求は、定期的に発せられる。   The data transferred to the sensor I / F circuit 112 is temporarily stored in the buffer 114. When the buffer 114 becomes full, the sensor I / F circuit 112 issues a transfer request to the DMA controller 116 through a transfer request transmission path 132 independent of the internal bus 130 (separate from the internal bus 130). This transfer request is issued periodically.

転送要求を受けたDMAコントローラ116は、内部バス130を通じてセンサI/F回路112のバッファ114にアクセスし、バッファ114のデータを自身のバッファ118に一時的に読み込む。その後、DMAコントローラ116は、そのバッファ118に一時的に読み込んだデータをメモリ126へ書き込む。   Upon receiving the transfer request, the DMA controller 116 accesses the buffer 114 of the sensor I / F circuit 112 through the internal bus 130 and temporarily reads the data in the buffer 114 into its own buffer 118. Thereafter, the DMA controller 116 writes the data temporarily read into the buffer 118 to the memory 126.

フィールド機器100は、通信バス138を介して、上位の制御機器や他のフィールド機器に接続している。これより、メモリ126に記憶したデータが、通信I/F回路128、通信回路136を通じて、これらの機器に送信可能となっている。   The field device 100 is connected to a host control device and other field devices via the communication bus 138. As a result, the data stored in the memory 126 can be transmitted to these devices via the communication I / F circuit 128 and the communication circuit 136.

以下、本実施形態の特徴たる転送障害の検出手法について説明する。本実施形態の特徴として、データ転送装置に相当するマイコン110には、データ転送監視回路120が設けられている。   Hereinafter, a method for detecting a transfer failure, which is a feature of the present embodiment, will be described. As a feature of the present embodiment, a data transfer monitoring circuit 120 is provided in the microcomputer 110 corresponding to the data transfer device.

図2は、データ転送監視回路120の概略構成を示すブロック図である。図2に示すように、データ転送監視回路120は、時間の経過を計測するタイマ120aと、タイマ120aのタイムアウトを検出するタイムアウト検出回路120bとを備えている。   FIG. 2 is a block diagram showing a schematic configuration of the data transfer monitoring circuit 120. As shown in FIG. 2, the data transfer monitoring circuit 120 includes a timer 120a that measures the passage of time and a timeout detection circuit 120b that detects a timeout of the timer 120a.

データ転送監視回路120は、マイコン110の内部バス130と、転送要求伝達経路から分岐した分岐経路132aとにそれぞれ接続されている(図1参照)。タイマ120aは、分岐経路132aより進入するセンサI/F回路112からDMAコントローラ116への転送要求(DMA転送要求)を受けて、時間の計測を開始する。そして、次の転送要求を受けて、現在までの時間をリセットし、新たに時間の計測を開始する。なお、タイマ120aは、マイコン110の内部クロック等を基準として時間を計測する。   The data transfer monitoring circuit 120 is connected to the internal bus 130 of the microcomputer 110 and a branch path 132a branched from the transfer request transmission path (see FIG. 1). Upon receiving a transfer request (DMA transfer request) from the sensor I / F circuit 112 entering from the branch path 132a to the DMA controller 116, the timer 120a starts measuring time. Then, upon receiving the next transfer request, the time until the present is reset, and the time measurement is newly started. The timer 120a measures time with reference to an internal clock of the microcomputer 110 or the like.

タイマ120aのタイムアウトの閾値は、CPU124からの内部バス130を通じた指令により設定される(閾値が書き換えられる)。閾値は、CPU124で動作するプログラムに組み込まれているか、またはプログラムを介して管理者が入力する。なお、この閾値は、定期的に発せられる転送要求(DMA転送要求)の間隔に基づいて設定される。   The timeout threshold of the timer 120a is set by a command from the CPU 124 via the internal bus 130 (the threshold is rewritten). The threshold value is incorporated in a program that runs on the CPU 124 or is input by the administrator via the program. This threshold is set based on the interval between transfer requests (DMA transfer requests) issued periodically.

上記より、センサI/F回路112から転送要求が定期的に到来する場合には、タイマ120aはタイムアウトせず、転送障害が発生し転送要求が途絶、遅延した場合にのみタイマ120aはタイムアウトする。   As described above, when a transfer request is periodically received from the sensor I / F circuit 112, the timer 120a does not time out, and the timer 120a times out only when a transfer failure occurs and the transfer request is interrupted or delayed.

タイムアウト検出回路120bは、タイマ120aのタイムアウトを検出して、割込コントローラ122にCPU124への割込を発生させるように信号を出す。割込コントローラ122から割込信号を受けると、CPU124は管理者にエラーを出すなどの処理を行う。   The timeout detection circuit 120b detects a timeout of the timer 120a and outputs a signal to cause the interrupt controller 122 to generate an interrupt to the CPU 124. When receiving an interrupt signal from the interrupt controller 122, the CPU 124 performs processing such as giving an error to the administrator.

上述した構成によれば、データ全体の転送を待つことなく(長時間を要することなく)、迅速に転送障害を検出可能である。また、転送障害の検出は、CPU124を働かせることなく、データ転送監視回路120で完結するため、CPU124の処理能力を奪うこともない。すなわち、CPU124への割込は、データ転送監視回路120が転送障害を検出したときのみとなるので、CPU124への割込多発を解消できる。   According to the configuration described above, it is possible to quickly detect a transfer failure without waiting for transfer of the entire data (without requiring a long time). Further, since the detection of the transfer failure is completed by the data transfer monitoring circuit 120 without causing the CPU 124 to work, the processing capability of the CPU 124 is not deprived. That is, interrupts to the CPU 124 are only performed when the data transfer monitoring circuit 120 detects a transfer failure, so that frequent interrupts to the CPU 124 can be eliminated.

このような構成が可能となったのは、新規にデータ転送監視回路120を設け、DMAコントローラ116への転送要求を伝える転送要求伝達経路132を分岐させ(分岐経路132aを設け)、このデータ転送監視回路120に接続したためである。DMAコントローラ116による転送(DMA転送)は、CPU124を介さずに転送を実施して転送速度を上げる技術であるため、従来その転送要求(転送要求伝達経路132上の信号)をCPU124が知ることはできなかった。そのため、従来、本明細書の背景技術に記載したように、データ転送の単位でCPU124に割込を発生させ、CPU124にそのデータ転送が完了したかどうかを確認させたり、データ全体の不転送に伴うタイムアウトが発生するまで待つこととしたりせざるを得なかったのである。   This configuration is possible because a data transfer monitoring circuit 120 is newly provided, a transfer request transmission path 132 for transmitting a transfer request to the DMA controller 116 is branched (a branch path 132a is provided), and this data transfer is performed. This is because the monitoring circuit 120 is connected. Since the transfer (DMA transfer) by the DMA controller 116 is a technique for increasing the transfer speed by performing transfer without using the CPU 124, the CPU 124 knows the transfer request (signal on the transfer request transmission path 132) conventionally. could not. Therefore, conventionally, as described in the background art of this specification, an interrupt is generated in the CPU 124 in units of data transfer, and the CPU 124 is checked whether the data transfer is completed, or the entire data is not transferred. They had to wait until the accompanying timeout occurred.

以下、具体的な動作例について例示する。図3は、マイコン110のデータ転送の転送障害検出の動作例を例示する図である。図3に例示するように、マイコン110はまずセンサI/F回路112のバッファ114で第1の転送データを受け、バッファ114が一杯になると転送要求(DMA転送要求)を出す。そして、DMAコントローラ116がそのデータを自身のバッファ118に読み込み、読込完了後、メモリ126へ書き込む。タイマ120aは、転送要求が出されたのを起点として、時間の計測を開始する。   Hereinafter, specific operation examples will be illustrated. FIG. 3 is a diagram illustrating an example of the operation of detecting a transfer failure in data transfer of the microcomputer 110. As illustrated in FIG. 3, the microcomputer 110 first receives the first transfer data in the buffer 114 of the sensor I / F circuit 112, and issues a transfer request (DMA transfer request) when the buffer 114 is full. Then, the DMA controller 116 reads the data into its own buffer 118 and writes it into the memory 126 after the reading is completed. The timer 120a starts measuring time from the start of the transfer request.

センサI/F回路112には、通常、センサ102から定期的に転送データが到来する。しかし、ここでは第2の転送データは定期的に到来しているが、第3の転送データは転送障害の発生により、遅延して到来している。そのため、第2の転送データは上記第1の転送データと同様にメモリ126に書き込まれ、この第2の転送データの転送要求に伴いタイマ120aの時間の計測もリセット(初期化)されるが、第3の転送データの転送要求は遅延して発せられるため、タイマ120aがタイムアウトする。   In general, transfer data periodically arrives from the sensor 102 to the sensor I / F circuit 112. However, here, the second transfer data arrives regularly, but the third transfer data arrives with a delay due to the occurrence of a transfer failure. Therefore, the second transfer data is written into the memory 126 in the same manner as the first transfer data, and the time measurement of the timer 120a is reset (initialized) in accordance with the transfer request for the second transfer data. Since the transfer request for the third transfer data is issued with a delay, the timer 120a times out.

このタイムアウトによりエラーを出すなどの対応を取ったり、また遅延が生じた転送データを再転送させたり、破棄したりすることができる。すなわち、定期的に転送データが転送されてこなければCPU124への割込が発生するので、CPU124への割込が発生していないことをもって、転送障害が発生していないものと判断することができる。   It is possible to take measures such as giving an error due to this timeout, or to retransfer or discard the transfer data in which the delay has occurred. That is, if the transfer data is not periodically transferred, an interruption to the CPU 124 occurs. Therefore, it can be determined that no transfer failure has occurred because no interruption to the CPU 124 has occurred. .

以上、添付図面を参照しながら本発明の好適な実施形態について説明したが、本発明はかかる例に限定されないことは言うまでもない。例えば、上記実施形態では、特許請求の範囲に記載の「所定のデータ」に相当するものとして、センサ102の物理量データを例示したがこの例に限定される訳ではない。当業者であれば、特許請求の範囲に記載された範疇内において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   As mentioned above, although preferred embodiment of this invention was described referring an accompanying drawing, it cannot be overemphasized that this invention is not limited to this example. For example, in the above-described embodiment, the physical quantity data of the sensor 102 is illustrated as equivalent to “predetermined data” recited in the claims, but is not limited to this example. It will be apparent to those skilled in the art that various changes and modifications can be made within the scope of the claims, and these are naturally within the technical scope of the present invention. Understood.

本発明は、定期的に到来する所定のデータをDMA転送するデータ転送装置、およびそのデータ転送装置を内蔵するフィールド機器として利用することができる。   The present invention can be used as a data transfer device that DMA-transfers predetermined data that arrives periodically, and a field device that incorporates the data transfer device.

100…フィールド機器、102…センサ、110…マイコン(データ転送装置)、112…センサI/F回路、114…バッファ、116…DMAコントローラ、118…バッファ、120…データ転送監視回路、120a…タイマ、120b…タイムアウト検出回路、122…割込コントローラ、124…CPU、126…メモリ、128…通信I/F回路、130…内部バス、132…転送要求伝達経路、132a…分岐経路、134…アクセス経路、136…通信回路、138…通信バス DESCRIPTION OF SYMBOLS 100 ... Field apparatus, 102 ... Sensor, 110 ... Microcomputer (data transfer apparatus), 112 ... Sensor I / F circuit, 114 ... Buffer, 116 ... DMA controller, 118 ... Buffer, 120 ... Data transfer monitoring circuit, 120a ... Timer, 120b ... timeout detection circuit, 122 ... interrupt controller, 124 ... CPU, 126 ... memory, 128 ... communication I / F circuit, 130 ... internal bus, 132 ... transfer request transmission path, 132a ... branch path, 134 ... access path, 136: Communication circuit, 138: Communication bus

Claims (4)

定期的に到来する所定のデータの転送要求に基づいて該データを転送するDMAコントローラと、
前記転送要求に基づいて時間の経過を計測するタイマと、
前記タイマのタイムアウトを検出するタイムアウト検出回路と、
を備えることを特徴とするデータ転送装置。
A DMA controller that transfers the data based on a transfer request of predetermined data that periodically arrives;
A timer for measuring the passage of time based on the transfer request;
A timeout detection circuit for detecting a timeout of the timer;
A data transfer device comprising:
内部バスから独立し、前記DMAコントローラに前記転送要求を伝える転送要求伝達経路と、
前記転送要求伝達経路から分岐し、前記転送要求を前記タイマに伝える分岐経路とをさらに備えることを特徴とする請求項1に記載のデータ転送装置。
A transfer request transmission path for transmitting the transfer request to the DMA controller independently of an internal bus;
2. The data transfer apparatus according to claim 1, further comprising a branch path that branches from the transfer request transfer path and transmits the transfer request to the timer.
前記タイマが内部バスに接続されており、
前記タイマのタイムアウトの閾値が、前記内部バスを通じて設定されることを特徴とする請求項2に記載のデータ転送装置。
The timer is connected to an internal bus;
3. The data transfer apparatus according to claim 2, wherein a timeout threshold of the timer is set through the internal bus.
請求項1から3のいずれか1項に記載のデータ転送装置を内蔵したことを特徴とするフィールド機器。   A field device including the data transfer device according to claim 1.
JP2011060679A 2011-03-18 2011-03-18 Data transfer device and field equipment Pending JP2012198605A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011060679A JP2012198605A (en) 2011-03-18 2011-03-18 Data transfer device and field equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011060679A JP2012198605A (en) 2011-03-18 2011-03-18 Data transfer device and field equipment

Publications (1)

Publication Number Publication Date
JP2012198605A true JP2012198605A (en) 2012-10-18

Family

ID=47180793

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011060679A Pending JP2012198605A (en) 2011-03-18 2011-03-18 Data transfer device and field equipment

Country Status (1)

Country Link
JP (1) JP2012198605A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7507518B1 (en) 2023-05-23 2024-06-28 エイターリンク株式会社 Receiver, method, electronic circuit, and wireless power supply system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03224048A (en) * 1990-01-30 1991-10-03 Fujitsu Ltd Informing method for interruption of transfer
JPH05324496A (en) * 1992-05-20 1993-12-07 Pfu Ltd Dma controller
JP2009278391A (en) * 2008-05-15 2009-11-26 Yokogawa Electric Corp Instrumentation control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03224048A (en) * 1990-01-30 1991-10-03 Fujitsu Ltd Informing method for interruption of transfer
JPH05324496A (en) * 1992-05-20 1993-12-07 Pfu Ltd Dma controller
JP2009278391A (en) * 2008-05-15 2009-11-26 Yokogawa Electric Corp Instrumentation control system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7507518B1 (en) 2023-05-23 2024-06-28 エイターリンク株式会社 Receiver, method, electronic circuit, and wireless power supply system

Similar Documents

Publication Publication Date Title
US20090030644A1 (en) Tracing Thermal Data Via Performance Monitoring
WO2006034453A1 (en) Event-driven dma controller
US20070124105A1 (en) Tracing thermal data via performance monitoring
WO2007147761A1 (en) Integrated circuit thermal management system
JP4884311B2 (en) Computer-implemented method, data processing system, and processor for implementing thermal throttling logic (implementing thermal throttling logic)
JP2008090375A (en) Interrupt control system and storage control system using the same
TWI430101B (en) A method for time-stamping messages
JP5545853B2 (en) Communication device
JP2016186719A (en) Input/output control device, information processing device, and method for controlling input/output control device
JP5186137B2 (en) Thermal throttling control for real-time software testing
JP5278705B2 (en) Engine / processor linkage system and linkage method
JP2010218510A (en) System and method for monitoring of condition
WO2012081085A1 (en) Interrupt source management device and interrupt processing system
JP2012198605A (en) Data transfer device and field equipment
US20150242266A1 (en) Information processing apparatus, controller, and method for collecting log data
WO2014112039A1 (en) Information processing device, method for controlling information processing device and information processing device control program
US20150253993A1 (en) Switch device, information processing device, and control method of information processing device
JP6133614B2 (en) Fault log collection device, fault log collection method, and fault log collection program
JP6112205B2 (en) Information processing system, apparatus, method, and program
US20160062448A1 (en) Semiconductor device, semiconductor system, and method for controlling the same
JP5268841B2 (en) Information processing device
CN109240955B (en) Electronic device
JP6475056B2 (en) Interface failure detection device, interface failure detection system, interface failure detection method, and interface failure detection program
JP5338367B2 (en) Communication control device, failure detection method, communication control circuit, and program
JP2012027575A (en) Electronic device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140731

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140826

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140919

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20141107