JP4006648B2 - Input module - Google Patents

Input module Download PDF

Info

Publication number
JP4006648B2
JP4006648B2 JP2005015025A JP2005015025A JP4006648B2 JP 4006648 B2 JP4006648 B2 JP 4006648B2 JP 2005015025 A JP2005015025 A JP 2005015025A JP 2005015025 A JP2005015025 A JP 2005015025A JP 4006648 B2 JP4006648 B2 JP 4006648B2
Authority
JP
Japan
Prior art keywords
value
input
raw
processing
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2005015025A
Other languages
Japanese (ja)
Other versions
JP2006202166A (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.)
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 JP2005015025A priority Critical patent/JP4006648B2/en
Publication of JP2006202166A publication Critical patent/JP2006202166A/en
Application granted granted Critical
Publication of JP4006648B2 publication Critical patent/JP4006648B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Description

本発明は、連続した更新周期を有し、入力取得周期のタイミングで生入力値INを読み込む割り込み処理と、読み込んだ生入力値INを処理してDI値として保持するタスク処理を実行する入力モジュールに関する。   The present invention provides an input module that has a continuous update cycle, executes an interrupt process for reading a raw input value IN at the timing of an input acquisition cycle, and a task process for processing the read raw input value IN and holding it as a DI value About.

SOE(Sequence Of Event)に関連する先行技術文献としては次のようなものがある。   Prior art documents related to SOE (Sequence Of Event) include the following.

特開2004−046475号公報JP 2004-046475 A

SOEとは、入力の変化を発生時刻と共に通知する機能を言う。図3は、SOE機能を有する従来の入力モジュールの構成例を示す機能ブロック図である。入力モジュール10は、割り込み処理手段20、タスク処理手段30、SOEイベント保持手段40よりなる。   SOE refers to a function that notifies input changes together with the time of occurrence. FIG. 3 is a functional block diagram showing a configuration example of a conventional input module having an SOE function. The input module 10 includes an interrupt processing unit 20, a task processing unit 30, and an SOE event holding unit 40.

割り込み処理手段20は、生入力値入力手段21、生時刻値入力手段22、イベント一時保存処理手段23よりなる。タスク処理手段30は、フィルタ処理手段31、SOE_DI値保持手段32、SOE_TIM値保持手段33よりなる。   The interrupt processing unit 20 includes a raw input value input unit 21, a raw time value input unit 22, and an event temporary storage processing unit 23. The task processing unit 30 includes a filter processing unit 31, an SOE_DI value holding unit 32, and an SOE_TIM value holding unit 33.

生入力値入力手段21は、ある入力取得周期のタイミングで発生する割り込みの中でフィールド側からの入力INを取得し、これを生入力値INとする。又、生時刻値入力手段22は、入力取得周期と同じタイミングで入力読み出し生時刻TIMを取得し、これを生時刻値TIMとする。   The raw input value input means 21 acquires an input IN from the field side in an interrupt that occurs at a timing of an input acquisition cycle, and sets this as the raw input value IN. The raw time value input means 22 acquires the input read raw time TIM at the same timing as the input acquisition cycle, and sets this as the raw time value TIM.

イベント一時保存処理手段23は、生入力値INと前回に保持されているSOE_DI値とを比較し、変化があればその生入力値を一時保存してタスク処理手段30に渡す。   The event temporary storage processing unit 23 compares the raw input value IN with the previously held SOE_DI value, and if there is a change, temporarily stores the raw input value and passes it to the task processing unit 30.

一方、タスク処理手段30は、通常処理(割込みでない)のDIタスク処理を実行する。
DIタスク処理は、イベント一時保存処理手段23から渡された生入力値INをフィルタ処理手段31で処理し、入力変化が所定時間連続していれば、SOE_DI値保持手段32で保持されていたSOE_DI値を更新する。このときの生時刻値TIMは、SOE_TIM値保持手段33に渡されてSOE_TIM値を更新する。
On the other hand, the task processing means 30 executes a DI task process of a normal process (not an interrupt).
In the DI task processing, the raw input value IN passed from the event temporary storage processing unit 23 is processed by the filter processing unit 31. If the input change continues for a predetermined time, the SOE_DI held by the SOE_DI value holding unit 32 is processed. Update the value. The raw time value TIM at this time is passed to the SOE_TIM value holding means 33 to update the SOE_TIM value.

タスク処理手段30は、SOE_DI値及びSOE_TIM値が更新されたときに、これらをセットにしてSOEイベント保持手段40に通知する。   When the SOE_DI value and the SOE_TIM value are updated, the task processing unit 30 sets them and notifies the SOE event holding unit 40 of them.

図4は、割り込み処理とタスク処理の関係を示すタイムチャートであり、(A)は割り込み処理、(B)はタスク処理である。入力モジュールの信号処理は、時間Tの連続した更新周期で実行され、この更新周期は更に複数(図では5)のフェーズ1乃至フェーズ5に分割される。   FIG. 4 is a time chart showing the relationship between interrupt processing and task processing, where (A) shows interrupt processing and (B) shows task processing. The signal processing of the input module is executed at a continuous update cycle of time T, and this update cycle is further divided into a plurality of phases (5 in the figure).

割り込み処理は、各フェーズにおいて時間τの入力取得周期で複数回(図では4回)発生する。一方、各フェーズにおいて同時に進行するタスク処理は、割り込み処理と同期関係を持たないために、割込み処理と競合することがある。   Interrupt processing occurs multiple times (four times in the figure) at an input acquisition period of time τ in each phase. On the other hand, task processing that progresses simultaneously in each phase does not have a synchronous relationship with interrupt processing, and thus may compete with interrupt processing.

タスク処理は、SOE_DI値を更新するためのDIタスク以外にもその他の処理を行う必要があるため、フェーズによってDIタスクの処理時間が変化する。あるフェーズでは処理時間が足りない場合も発生する。   Since task processing needs to perform other processing besides the DI task for updating the SOE_DI value, the processing time of the DI task changes depending on the phase. In some phases, processing time may be insufficient.

従来の入力モジュールでは、各フェーズにおいて割り込み処理とタスク処理の双方を実行するために、以下のような問題点が発生する。
(1)割込み処理とDIタスク処理が重なり、かつ同じSOE_DI値を参照/更新するため、競合が起こってしまう。
In the conventional input module, since both interrupt processing and task processing are executed in each phase, the following problems occur.
(1) Since interrupt processing and DI task processing overlap and the same SOE_DI value is referenced / updated, contention occurs.

(2)各フェーズによってDIタスク処理の時間が異なるため、あるフェーズではSOE_DI値の競合がない(例:図4のフェーズ1)が、別のフェーズ(例:図4のフェーズ2)では3入力取得タイミング分の競合が存在する。つまり、DIタスク処理のパフォーマンスによってSOE_DI値への競合挙動が変わってしまう。 (2) Since the DI task processing time varies depending on each phase, there is no SOE_DI value conflict in one phase (eg, phase 1 in FIG. 4), but 3 inputs in another phase (eg, phase 2 in FIG. 4). There is contention for the acquisition timing. That is, the competitive behavior for the SOE_DI value changes depending on the performance of the DI task processing.

(3)フェーズによってその他のタスク処理に必要な時間が異なり、つまり、割込み処理時間割り込みで実施できる処理がフェーズによって異なる。この時、もし割込み処理内で重い処理を実施したとすると、フェーズによってはタスク処理が終了できない場合がある。 (3) The time required for other task processing differs depending on the phase, that is, the processing that can be performed by the interrupt processing time interrupt differs depending on the phase. At this time, if heavy processing is performed in the interrupt processing, task processing may not be completed depending on the phase.

(4)仮に、ある開発タイミングでは割込み処理内でのイベント処理が全て実施できたとする。しかし、その後の設計変更によるDIタスク処理時間変更が必要な場合、SOE_DI値の参照/更新の競合パターンはDIタスク処理時間によって変化するため、設計変更毎に動作確認を行う必要がある。 (4) Suppose that all event processing within interrupt processing has been performed at a certain development timing. However, when a DI task processing time change due to a subsequent design change is necessary, the SOE_DI value reference / update conflict pattern changes depending on the DI task processing time, and thus it is necessary to check the operation for each design change.

従って本発明が解決しようとする課題は、入力値の割り込み処理とその入力値を処理するDIタスク処理とが、同じ値を参照/更新する競合を本質的に発生しない入力モジュールを実現することにある。   Therefore, the problem to be solved by the present invention is to realize an input module in which an input value interruption process and a DI task process for processing the input value essentially do not cause a conflict to refer / update the same value. is there.

(1)連続した更新周期を有し、入力取得周期のタイミングで生入力値INを読み込む割り込
み処理と、読み込んだ生入力値INを処理してDI値として保持するタスク処理を実行す
る入力モジュールにおいて、
前記割り込み処理で入力された入力取得周期分の生入力値INを取得して保存する入力バッファ手段と、
この入力バッファ手段に保持された前記入力取得周期分の生入力値INを、前記入力取得周期の次の更新周期またはそれ以後の更新周期で処理してDI値として保持するタスク処理手段と、
を備えたことを特徴とする入力モジュール。
(1) In an input module that has a continuous update cycle, executes an interrupt process for reading the raw input value IN at the timing of the input acquisition cycle, and a task process for processing the read raw input value IN and holding it as a DI value ,
Input buffer means for acquiring and storing the raw input value IN for the input acquisition period input in the interrupt processing;
Task processing means for processing the raw input value IN for the input acquisition period held in the input buffer means in the next update period of the input acquisition period or an update period thereafter and holding it as a DI value;
An input module comprising:

(2)前記タスク処理手段は、更新周期内で複数に分割された各フェーズにおいて、生入力値INを処理してDI値として保持するDIタスク処理とそれ以外の処理を実行することを特徴とする(1)に記載の入力モジュール。 (2) The task processing means executes a DI task process for processing a raw input value IN and holding it as a DI value and other processes in each phase divided into a plurality of times within an update cycle. The input module according to (1).

(3)前記タスク処理手段は、生入力値INと前回保持されたDI値とを比較し、変化があればこれをフィルタ処理し、変化が所定時間連続するときに前記DI値を更新することを特徴とする(1)又は2に記載の入力モジュール。 (3) The task processing means compares the raw input value IN with the previously held DI value, filters the change if there is a change, and updates the DI value when the change continues for a predetermined time. The input module according to (1) or 2, wherein

(4)前記入力バッファ手段の生入力値INの入力取得周期と同一タイミングで生時刻値TIMを取得して保持する時刻バッファ手段を備え、
前記タスク処理手段は、前記入力取得周期の次の更新周期またはそれ以後の更新周期で前記時刻バッファ手段の生時刻値TIMをTIM値として保持することを特徴とする(1)乃至(3)のいずれかに記載の入力モジュール。
(4) Time buffer means for acquiring and holding the raw time value TIM at the same timing as the input acquisition cycle of the raw input value IN of the input buffer means;
The task processing means holds the raw time value TIM of the time buffer means as a TIM value at an update period next to the input acquisition period or an update period thereafter. (1) to (3) The input module according to any one.

(5)前記タスク処理手段は、保持された前記DI値及び前記TIM値をセットにしてSOEイベント情報としてSOEイベント保持手段に通知することを特徴とする(1)乃至(4)のいずれかに記載の入力モジュール。


(5) The task processing means sets the held DI value and the TIM value as a set and notifies the SOE event holding means as SOE event information, according to any one of (1) to (4) The input module described.


以上説明したことから明らかなように、本発明によれば次のような効果がある。
(1)割り込み処理で取り込んだ更新周期分の入力値をバッファリングし、SOE_DI値への更新を実行するDIタスク処理を、後の更新周期で実施することにより、割り込み処理とDIタスク処理におけるSOE_DI値への参照/更新の競合を本質的になくすことが可能となる。
As is apparent from the above description, the present invention has the following effects.
(1) By buffering the input value for the update period fetched by the interrupt process and executing the DI task process for executing the update to the SOE_DI value in the later update period, the SOE_DI in the interrupt process and the DI task process is executed. It becomes possible to eliminate the conflict of reference / update to the value essentially.

(2)ある更新周期で取得した入力値と時刻値をバッファリングし、後の更新周期で処理することにより、処理タイミングが自由に変更可能になる。従って、設計変更に柔軟に対応することが可能である。 (2) The processing timing can be freely changed by buffering the input value and time value acquired in a certain update cycle and processing in a later update cycle. Therefore, it is possible to flexibly cope with a design change.

以下、本発明を図面により詳細に説明する。図1は、本発明を適用した入力モジュールの一実施形態を示す機能ブロック図である。入力モジュール100は、割り込み処理手段200、タスク処理手段300、SOEイベント保持手段400よりなる。   Hereinafter, the present invention will be described in detail with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment of an input module to which the present invention is applied. The input module 100 includes an interrupt processing unit 200, a task processing unit 300, and an SOE event holding unit 400.

割り込み処理手段200は、生入力値入力手段201、生時刻値入力手段202、入力バッファ手段203、時刻バッファ手段204よりなる。タスク処理手段300は、イベント一時保存処理手段301、フィルタ処理手段302、SOE_DI値保持手段303、SOE_TIM値保持手段304よりなる。   The interrupt processing unit 200 includes a raw input value input unit 201, a raw time value input unit 202, an input buffer unit 203, and a time buffer unit 204. The task processing unit 300 includes an event temporary storage processing unit 301, a filter processing unit 302, an SOE_DI value holding unit 303, and an SOE_TIM value holding unit 304.

割り込み処理手段200において、生入力値入力手段201は、ある入力取得周期のタイミングで発生する割り込みの中でフィールド側からの入力INを取得し、これを生入力INとして更新周期分を収集し入力バッファ手段203に渡す。又、生時刻値入力手段202は、入力取得周期と同じタイミングで入力読み出し時刻TIMを取得し、これを生時刻値TIMとして更新周期分を収集し時刻バッファ手段204に渡す。   In the interrupt processing means 200, the raw input value input means 201 acquires the input IN from the field side in the interrupt that occurs at the timing of a certain input acquisition cycle, collects and inputs the update period as the raw input IN It is passed to the buffer means 203. The raw time value input unit 202 acquires the input read time TIM at the same timing as the input acquisition cycle, collects the update period as the raw time value TIM, and passes it to the time buffer unit 204.

タスク処理手段300は、通常処理(割込みでない)のDIタスク処理を実行する。DIタスク処理において、イベント一時保存処理手段301は、入力バッファ手段203から順次読み出される生入力値INと前回保持されているSOE_DI値とを比較し、入力変化があればこれをフィルタ処理手段302に渡してフィルタ処理を実行し、変化が所定時間連続するときに、SOE_DI値保持手段303で保持されていたSOE_DI値を更新する。   The task processing means 300 executes a DI task process of a normal process (not an interrupt). In the DI task processing, the event temporary storage processing unit 301 compares the raw input value IN sequentially read from the input buffer unit 203 with the previously held SOE_DI value, and if there is an input change, this is sent to the filter processing unit 302. When the change continues for a predetermined time, the SOE_DI value held in the SOE_DI value holding unit 303 is updated.

この更新時に、時刻バッファ手段204で保持されている生時刻値TIMが読み出されてSOE_TIM値保持手段304に渡されてSOE_TIM値を更新する。タスク処理手段300は、SOE_DI値及びSOE_TIM値が更新されたときに、これらをセットにしてSOEイベント保持手段400に通知する。   At the time of this update, the raw time value TIM held in the time buffer means 204 is read and passed to the SOE_TIM value holding means 304 to update the SOE_TIM value. When the SOE_DI value and the SOE_TIM value are updated, the task processing unit 300 sets them and notifies the SOE event holding unit 400 of them.

図2は、割り込み処理とタスク処理の関係を示すタイムチャートであり、図4と対応する。(A)は割り込み処理、(B)はタスク処理である。入力モジュールの信号処理は、時間Tの連続した更新周期(図では更新周期1及び更新周期2を示す)で実行され、この更新周期は更に複数(図では5)のフェーズ1乃至フェーズ5に分割される。   FIG. 2 is a time chart showing the relationship between interrupt processing and task processing, and corresponds to FIG. (A) is an interrupt process, and (B) is a task process. The signal processing of the input module is executed at a continuous update period of time T (in the figure, the update period 1 and the update period 2 are shown), and this update period is further divided into a plurality of phases (5 in the figure). Is done.

割り込み処理は、各フェーズにおいて時間τの入力取得周期で複数回(図では4回)発生する。更新周期1において、太線で示した領域Pがこの更新周期中に入力バッファ手段203及び時刻バッファ手段204でバッファリングされた生入力値INと生時刻値TIMの情報である。このようなバッファリングは、各更新周期で連続して実行される。   Interrupt processing occurs multiple times (four times in the figure) at an input acquisition period of time τ in each phase. In the update cycle 1, a region P indicated by a bold line is information of the raw input value IN and the raw time value TIM buffered by the input buffer unit 203 and the time buffer unit 204 during the update cycle. Such buffering is continuously executed in each update cycle.

本発明の特徴は、図において更新周期1でバッファリングした生入力INと生時刻TIMに対するDIタスク処理を、同一更新周期1ではなく、次の更新周期2(又はこれより後の更新周期)で実行する点にある。   The feature of the present invention is that the DI task processing for the raw input IN and the raw time TIM buffered in the update cycle 1 in the figure is performed not in the same update cycle 1 but in the next update cycle 2 (or an update cycle after this). The point is to execute.

従って、ある更新周期に着目した場合、その更新周期では、生入力INと生時刻TIMに対する割り込み及びバッファリング処理と、前の更新周期でバッファリングされた情報に対するDIタスク処理が実行される。   Therefore, when attention is paid to a certain update cycle, interrupt and buffering processing for the raw input IN and the raw time TIM and DI task processing for information buffered in the previous update cycle are executed in the update cycle.

このように、本発明では、後の更新周期でのDIタスク処理は、前の更新周期でバッファリングされた入力値に対して実行されるので、後の更新周期で実行される割り込み処理の同一入力に対するSOE_DI値を参照/更新する競合は本質的に発生しない。   As described above, in the present invention, the DI task processing in the later update cycle is executed for the input value buffered in the previous update cycle, so that the same interrupt processing executed in the later update cycle is performed. There is essentially no contention to reference / update the SOE_DI value for the input.

又、前の更新周期で取得した入力値に対する処理を、後の更新周期で実施するので、設計変更に対するSOE_DI値の競合を懸念することなく変更処理が可能である。   In addition, since the process for the input value acquired in the previous update cycle is performed in the later update cycle, the change process can be performed without worrying about the competition of the SOE_DI value for the design change.

本発明によれば、入力値に対するDIタスク処理をリアルタイムに実行せずに後の更新周期に実行する。従って、DI処理はずらせた更新周期分の時間だけ遅れて処理されることになる。SOE情報を利用するアプリケーションは、プラントの異常診断解析等であり、リアルタイム性の要求は低いので、この応答遅れは問題とならない。   According to the present invention, the DI task processing for the input value is executed at a later update cycle without being executed in real time. Accordingly, the processing is delayed by the time corresponding to the update cycle that has been removed from the DI processing. The application using the SOE information is plant abnormality diagnosis analysis and the like, and since the request for real-time property is low, this response delay is not a problem.

以上説明した実施形態では、SOE機能を有する入力モジュールを説明したが、タイムスタンプを必要としない入力値に対しても適用可能である。この場合には、図1の構成から生時刻値TIMに関する構成要素が省かれる。   In the embodiment described above, the input module having the SOE function has been described. However, the present invention can be applied to an input value that does not require a time stamp. In this case, the components related to the raw time value TIM are omitted from the configuration of FIG.

本発明を適用した入力モジュールの一実施形態を示す機能ブロック図である。It is a functional block diagram which shows one Embodiment of the input module to which this invention is applied. 割り込み処理とタスク処理の関係を示すタイムチャートである。It is a time chart which shows the relationship between interruption processing and task processing. SOE機能を有する従来の入力モジュールの構成例を示す機能ブロック図である。It is a functional block diagram which shows the structural example of the conventional input module which has a SOE function. 割り込み処理とタスク処理の関係を示すタイムチャートである。It is a time chart which shows the relationship between interruption processing and task processing.

符号の説明Explanation of symbols

100 入力モジュール
200 割り込み処理手段
201 生入力値入力手段
202 生時刻値入力手段
203 入力バッファ手段
204 時刻バッファ手段
300 タスク処理手段
301 イベント一時保存処理手段
302 フィルタ処理手段
303 SOE_DI値保持手段
304 SOE_TIM値保持手段
400 SOEイベント保持手段
DESCRIPTION OF SYMBOLS 100 Input module 200 Interrupt processing means 201 Raw input value input means 202 Raw time value input means 203 Input buffer means 204 Time buffer means 300 Task processing means 301 Event temporary storage processing means 302 Filter processing means 303 SOE_DI value holding means 304 SOE_TIM value holding Means 400 SOE event holding means

Claims (5)

連続した更新周期を有し、入力取得周期のタイミングで生入力値INを読み込む割り込
み処理と、読み込んだ生入力値INを処理してDI値として保持するタスク処理を実行す
る入力モジュールにおいて、
前記割り込み処理で入力された入力取得周期分の生入力値INを取得して保存する入力バッファ手段と、
この入力バッファ手段に保持された前記入力取得周期分の生入力値INを、前記入力取得周期の次の更新周期またはそれ以後の更新周期で処理してDI値として保持するタスク処理手段と、
を備えたことを特徴とする入力モジュール。
In an input module that has a continuous update cycle, executes an interrupt process for reading the raw input value IN at the timing of the input acquisition cycle, and a task process for processing the read raw input value IN and holding it as a DI value.
Input buffer means for acquiring and storing the raw input value IN for the input acquisition period input in the interrupt processing;
Task processing means for processing the raw input value IN for the input acquisition period held in the input buffer means in the next update period of the input acquisition period or an update period thereafter and holding it as a DI value;
An input module comprising:
前記タスク処理手段は、更新周期内で複数に分割された各フェーズにおいて、生入力値
INを処理してDI値として保持するDIタスク処理とそれ以外の処理を実行することを
特徴とする請求項1に記載の入力モジュール。
The task processing means executes a DI task process for processing a raw input value IN and holding it as a DI value and other processes in each of the phases divided into a plurality of periods within the update cycle. The input module according to 1.
前記タスク処理手段は、生入力値INと前回保持されたDI値とを比較し、変化があれ
ばこれをフィルタ処理し、変化が所定時間連続するときに前記DI値を更新することを特
徴とする請求項1又は2に記載の入力モジュール。
The task processing means compares the raw input value IN with the previously held DI value, filters the change if there is a change, and updates the DI value when the change continues for a predetermined time. The input module according to claim 1 or 2.
前記入力バッファ手段の生入力値INの入力取得周期と同一タイミングで生時刻値TIMを取得して保持する時刻バッファ手段を備え、
前記タスク処理手段は、前記入力取得周期の次の更新周期またはそれ以後の更新周期で前記時刻バッファ手段の生時刻値TIMをTIM値として保持することを特徴とする請求項1乃至3のいずれかに記載の入力モジュール。
Time buffer means for acquiring and holding the raw time value TIM at the same timing as the input acquisition cycle of the raw input value IN of the input buffer means;
4. The task processing means holds the raw time value TIM of the time buffer means as a TIM value at an update period next to or after the input acquisition period . Input module described in.
前記タスク処理手段は、保持された前記DI値及び前記TIM値をセットにしてSOE
イベント情報としてSOEイベント保持手段に通知することを特徴とする請求項1乃至4のいずれかに記載の入力モジュール。
The task processing means sets the held DI value and TIM value as a set and performs SOE.
5. The input module according to claim 1, wherein the SOE event holding unit is notified as event information.
JP2005015025A 2005-01-24 2005-01-24 Input module Expired - Fee Related JP4006648B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005015025A JP4006648B2 (en) 2005-01-24 2005-01-24 Input module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005015025A JP4006648B2 (en) 2005-01-24 2005-01-24 Input module

Publications (2)

Publication Number Publication Date
JP2006202166A JP2006202166A (en) 2006-08-03
JP4006648B2 true JP4006648B2 (en) 2007-11-14

Family

ID=36960097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005015025A Expired - Fee Related JP4006648B2 (en) 2005-01-24 2005-01-24 Input module

Country Status (1)

Country Link
JP (1) JP4006648B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101207944B1 (en) 2011-02-01 2012-12-05 두산중공업 주식회사 Lossless method of sequence of event for plant

Also Published As

Publication number Publication date
JP2006202166A (en) 2006-08-03

Similar Documents

Publication Publication Date Title
US20160299839A1 (en) Control device for a motor vehicle
CN102236623A (en) Signal control device and signal control method
JP2019125350A5 (en)
JP4006648B2 (en) Input module
JP2006505060A (en) Pipeline process stage control system and control method
CN110609706B (en) Method for configuring register and application
US20080282069A1 (en) Method and system for designing a flexible hardware state machine
JP6648663B2 (en) Arithmetic unit, electronic control unit, and arithmetic method
JP2011147009A (en) Digital filter and digital filtering method
US10379518B2 (en) Numerical control device and control system
EP3796175B1 (en) Non intrusive multicore debugging based on pc counter
JPH04225433A (en) Semaphore synchronization system with canceling function
JP2016024614A (en) Data processor
JP6204313B2 (en) Electronics
Sanchez et al. Reconfigurable pipelined control systems
JPH01300366A (en) Control system for conflict of shared data
JP2892375B2 (en) Pulse input device
JP4106004B2 (en) External synchronous AD converter circuit
JPH02128243A (en) Cpu history circuit for parallel computer
JP2010204913A (en) Vector processor
JP2010211654A (en) Data transfer method and device
JP2013539144A (en) System for scheduling task execution based on logical time vector
JP2013125288A (en) Data processing device and data processing method
JPH038044A (en) Timer control method for multiprocessor system
JPH03228133A (en) Program control circuit

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070219

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070315

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070815

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

Free format text: PAYMENT UNTIL: 20100907

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4006648

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20110907

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20110907

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20120907

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20130907

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20140907

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees