JP2012198605A - Data transfer device and field equipment - Google Patents
Data transfer device and field equipment Download PDFInfo
- 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
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
- Bus Control (AREA)
Abstract
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.
上記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.
以下に添付図面を参照しながら、本発明の好適な実施形態について詳細に説明する。かかる実施形態に示す寸法、材料、その他具体的な数値などは、発明の理解を容易とするための例示に過ぎず、特に断る場合を除き、本発明を限定するものではない。なお、本明細書および図面において、実質的に同一の機能、構成を有する要素については、同一の符号を付することにより重複説明を省略し、また本発明に直接関係のない要素は図示を省略する。 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
本実施形態にかかるデータ転送装置としてのマイコン110は、CPU124、メモリ126、センサI/F回路112、DMAコントローラ116、データ転送監視回路120、割込コントローラ122、通信I/F回路128を含んで構成される。これらは、内部バス130により接続されている。
A
センサ102は、検出した物理量(例えば流量、圧力、温度)のデータ(所定のデータ)をアナログ信号からデジタル信号に変換して、マイコン110のセンサI/F回路112(インターフェース回路)へと定期的に転送する。
The
センサI/F回路112に転送されたデータは、そのバッファ114に一時的に格納される。センサI/F回路112は、そのバッファ114が一杯になったら、内部バス130から独立した(内部バス130とは別の)転送要求伝達経路132を通じて、DMAコントローラ116に転送要求を出す。この転送要求は、定期的に発せられる。
The data transferred to the sensor I /
転送要求を受けたDMAコントローラ116は、内部バス130を通じてセンサI/F回路112のバッファ114にアクセスし、バッファ114のデータを自身のバッファ118に一時的に読み込む。その後、DMAコントローラ116は、そのバッファ118に一時的に読み込んだデータをメモリ126へ書き込む。
Upon receiving the transfer request, the
フィールド機器100は、通信バス138を介して、上位の制御機器や他のフィールド機器に接続している。これより、メモリ126に記憶したデータが、通信I/F回路128、通信回路136を通じて、これらの機器に送信可能となっている。
The
以下、本実施形態の特徴たる転送障害の検出手法について説明する。本実施形態の特徴として、データ転送装置に相当するマイコン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
図2は、データ転送監視回路120の概略構成を示すブロック図である。図2に示すように、データ転送監視回路120は、時間の経過を計測するタイマ120aと、タイマ120aのタイムアウトを検出するタイムアウト検出回路120bとを備えている。
FIG. 2 is a block diagram showing a schematic configuration of the data
データ転送監視回路120は、マイコン110の内部バス130と、転送要求伝達経路から分岐した分岐経路132aとにそれぞれ接続されている(図1参照)。タイマ120aは、分岐経路132aより進入するセンサI/F回路112からDMAコントローラ116への転送要求(DMA転送要求)を受けて、時間の計測を開始する。そして、次の転送要求を受けて、現在までの時間をリセットし、新たに時間の計測を開始する。なお、タイマ120aは、マイコン110の内部クロック等を基準として時間を計測する。
The data
タイマ120aのタイムアウトの閾値は、CPU124からの内部バス130を通じた指令により設定される(閾値が書き換えられる)。閾値は、CPU124で動作するプログラムに組み込まれているか、またはプログラムを介して管理者が入力する。なお、この閾値は、定期的に発せられる転送要求(DMA転送要求)の間隔に基づいて設定される。
The timeout threshold of the
上記より、センサI/F回路112から転送要求が定期的に到来する場合には、タイマ120aはタイムアウトせず、転送障害が発生し転送要求が途絶、遅延した場合にのみタイマ120aはタイムアウトする。
As described above, when a transfer request is periodically received from the sensor I /
タイムアウト検出回路120bは、タイマ120aのタイムアウトを検出して、割込コントローラ122にCPU124への割込を発生させるように信号を出す。割込コントローラ122から割込信号を受けると、CPU124は管理者にエラーを出すなどの処理を行う。
The
上述した構成によれば、データ全体の転送を待つことなく(長時間を要することなく)、迅速に転送障害を検出可能である。また、転送障害の検出は、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
このような構成が可能となったのは、新規にデータ転送監視回路120を設け、DMAコントローラ116への転送要求を伝える転送要求伝達経路132を分岐させ(分岐経路132aを設け)、このデータ転送監視回路120に接続したためである。DMAコントローラ116による転送(DMA転送)は、CPU124を介さずに転送を実施して転送速度を上げる技術であるため、従来その転送要求(転送要求伝達経路132上の信号)をCPU124が知ることはできなかった。そのため、従来、本明細書の背景技術に記載したように、データ転送の単位でCPU124に割込を発生させ、CPU124にそのデータ転送が完了したかどうかを確認させたり、データ全体の不転送に伴うタイムアウトが発生するまで待つこととしたりせざるを得なかったのである。
This configuration is possible because a data
以下、具体的な動作例について例示する。図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
センサI/F回路112には、通常、センサ102から定期的に転送データが到来する。しかし、ここでは第2の転送データは定期的に到来しているが、第3の転送データは転送障害の発生により、遅延して到来している。そのため、第2の転送データは上記第1の転送データと同様にメモリ126に書き込まれ、この第2の転送データの転送要求に伴いタイマ120aの時間の計測もリセット(初期化)されるが、第3の転送データの転送要求は遅延して発せられるため、タイマ120aがタイムアウトする。
In general, transfer data periodically arrives from the
このタイムアウトによりエラーを出すなどの対応を取ったり、また遅延が生じた転送データを再転送させたり、破棄したりすることができる。すなわち、定期的に転送データが転送されてこなければ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
以上、添付図面を参照しながら本発明の好適な実施形態について説明したが、本発明はかかる例に限定されないことは言うまでもない。例えば、上記実施形態では、特許請求の範囲に記載の「所定のデータ」に相当するものとして、センサ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
本発明は、定期的に到来する所定のデータを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
Claims (4)
前記転送要求に基づいて時間の経過を計測するタイマと、
前記タイマのタイムアウトを検出するタイムアウト検出回路と、
を備えることを特徴とするデータ転送装置。 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:
前記転送要求伝達経路から分岐し、前記転送要求を前記タイマに伝える分岐経路とをさらに備えることを特徴とする請求項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.
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)
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)
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 |
-
2011
- 2011-03-18 JP JP2011060679A patent/JP2012198605A/en active Pending
Patent Citations (3)
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)
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 |