JPS5922146A - Task scheduling circuit - Google Patents

Task scheduling circuit

Info

Publication number
JPS5922146A
JPS5922146A JP13101182A JP13101182A JPS5922146A JP S5922146 A JPS5922146 A JP S5922146A JP 13101182 A JP13101182 A JP 13101182A JP 13101182 A JP13101182 A JP 13101182A JP S5922146 A JPS5922146 A JP S5922146A
Authority
JP
Japan
Prior art keywords
task
circuit
interruption
signal
interrupt
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
JP13101182A
Other languages
Japanese (ja)
Inventor
Haruyoshi Kakiya
垣谷 治善
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP13101182A priority Critical patent/JPS5922146A/en
Publication of JPS5922146A publication Critical patent/JPS5922146A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To schedule task efficiently, by providing an interruption controlling circuit which causes an interruption to a CPU and an interruption address generating circuit which reports a jump destination address when an interruption takes place. CONSTITUTION:Signals A0, B0, C0, and D0 are specific operation ion condition signals of tasks A, B, C, and D. A signal INT is an interruption mask from a peripheral device. A task scheduler 10 includes FFs 11-19 and logical circuits 20-22 having logic corresponding to task structure. Output signals (i), (a), (b), (c), (d), (e), and (f) of this scheduler 10 are inputted to the controlling circuit 30 and interruption address generating circuit 40. Only one task applies an interruption signal P from the circuit 30 to a CPU according to predetermined priority. The circuit 40 is an encoder circuit and reports the jump destination address of an interruption to the CPU through a bus DB when the interruption occurs to the circuit 30.

Description

【発明の詳細な説明】 この発明は、リアルタイム処理におけるタスクのスケジ
ューリングを効率良く行うようにしたタスクスケジュー
リング回路に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a task scheduling circuit that efficiently schedules tasks in real-time processing.

周知のように、タスクとはオペレーティングシステムが
管理する計算機で処理する仕事の単位でアシ、すなわち
タスクには目的とする一定の処理内容が定義されており
、計算機によって実行され所定の目的を達成する。タス
クは多重プログラミング環境でない場合は単なるプログ
ラムであるが、多重プログラミング環境のもとでは、タ
スクコントローラ(オペレーティングシステムの一部)
の管理下におかれ、多重プログラミング処理の処理単位
となる。したがって、システム内には多数のタスクが存
在し、これらのタスクが中央処理装置をはじめとするシ
ステム資源を交互に使用しながら、それぞれのプログラ
ムを実行し、全体として複数のプログラムの並列処理が
実現されている。
As is well known, a task is a unit of work that is processed by a computer managed by an operating system.In other words, a task has a certain purpose defined, and is executed by a computer to achieve a predetermined purpose. . A task is simply a program in the absence of a multiprogramming environment, but in a multiprogramming environment a task is a task controller (part of the operating system).
It is placed under the control of , and becomes the processing unit of multiple programming processing. Therefore, there are many tasks in the system, and these tasks execute their respective programs while alternately using the central processing unit and other system resources, realizing parallel processing of multiple programs as a whole. has been done.

さて従来、マイクロコンピュータシステムにおけるタス
クのスケジューリングはモニタと呼ばれるン7トウエア
の一部によって実行されている。
Conventionally, task scheduling in a microcomputer system has been executed by a piece of computer software called a monitor.

該モニタによるタスクのスケジューリングには1)各タ
スクの状態を順に検索し、実行可能な状態(レディ状態
)であると認められたタスクに中央処理装置等の使用権
を与えるもの11)入出力完了待ちなどのウェイト状態
から上記レディ状態に移った順にタスクを待ち行列に入
力し、該待ち行列から出力されたタスクに対して順次中
央処理装置等の使用権を与えるもの などがある。
Scheduling of tasks by this monitor involves 1) searching the status of each task in order and granting the right to use the central processing unit, etc. to a task that is found to be in an executable state (ready state); 11) completion of input/output; There is a system that inputs tasks into a queue in the order in which they move from a wait state such as waiting state to the above-mentioned ready state, and gives the right to use a central processing unit or the like to the tasks output from the queue in order.

しかるに、これら従来のタスクスケジューリングはいず
れもソフトウェアによる制御であることから、スケジュ
ーリングの速度が遅く、システム全体としての処理速度
の向上を図るうえで轟然悪影響をおよほしていた。特に
この傾向は管理するタスクの増加に伴って顕著になって
いた。
However, since all of these conventional task scheduling methods are controlled by software, the scheduling speed is slow, which has a significant negative impact on improving the processing speed of the entire system. This tendency became particularly noticeable as the number of tasks to be managed increased.

また、該ソフトウェアによるタスクスケジューラを他の
システムでも利用できるように汎用的なものにした場合
、タスクスケシー−リングの低下あるいは各タスクに対
する優先順位設定機能の低下という事態に及んでいた。
Furthermore, if the software-based task scheduler is made general-purpose so that it can be used in other systems, the task scheduling or priority setting function for each task is degraded.

この発明は上記実情に鑑みてなされたものであり、タス
クのスケジューリングに必要な機能をすべてハードウェ
アを用いて実現することにより、リアルタイム処理にお
けるタスクのより効率的なスケジューリングを図るタス
クスケジューリング回路を提供することを目的とする。
This invention has been made in view of the above circumstances, and provides a task scheduling circuit that achieves more efficient task scheduling in real-time processing by implementing all functions necessary for task scheduling using hardware. The purpose is to

すなわちこの発明は、所定のタスク構造に対応するよう
に論理が組まれたタスクスケジューラと、予め決定され
た各タスク間の優先順位に基づいて前記タスクスケジュ
ーラの出力のうち唯ひとつを選択しかつ該選択した信号
によって中央処理装置に対する割込みをかける割込み制
御回路と、前記中央処理装置に対して該割込み制御回路
による割込みが発生しfc場合前記タスクスケジヱーラ
の出力に基づいて割込むべきタスクの先頭アドレスを示
す信号を形成し、該形成した信号を中央処理装置に加え
ることによって中央処理装置に該割込みKよるジャンプ
先アドレスを知らしめる割込みアドレス発生回路とを具
えることによって上記目的を達成しようとするものであ
る。
That is, the present invention includes a task scheduler whose logic is configured to correspond to a predetermined task structure, and a task scheduler that selects only one of the outputs of the task scheduler based on a predetermined priority order among each task. An interrupt control circuit that interrupts the central processing unit according to the selected signal, and a task that is to be interrupted based on the output of the task scheduler when an interrupt by the interrupt control circuit occurs to the central processing unit. The above object can be achieved by providing an interrupt address generation circuit that forms a signal indicating the start address and applies the formed signal to the central processing unit to inform the central processing unit of the jump destination address due to the interrupt K. That is.

以下、この発明にかかるタスクスケジューリング回路を
添付図面に示す実施例にしたがって詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A task scheduling circuit according to the present invention will be described in detail below with reference to embodiments shown in the accompanying drawings.

まず、第1図にシステム内で処理されるべきタスク構造
の一例を示す。なお、信号A。+BOrco、Doはタ
スクA、タスクB、タスクC,タスクDにそれぞれ所定
の動作を実行させる為の動作条件信号であり、INTは
周辺装置からの割込みによるタスクである。すなわち、
タスクAは動作条件信号Aoが入力されることにより所
定の動作を実行し、タスクBは動作条件信号Boが入力
されることにより所定の動作を実行し、タスクCは動作
条件信号coが入力されることにより所定の動作を実行
し、タスクDは動作条件信号り、が入力されかつタスク
BおよびタスクCの動作が完了することにより所定の動
作を実行し、タスクEはタスクCの動作が完了しかつ周
辺装置から割込みタスク信号INTが入力されこれが完
了することによシ所定の動作を実行し、タスクFはタス
クDおよびタスクEの動作が完了することにより所定の
動作を実行する。他方、これらの各タスク間には予め優
先順位が決められており、タスクF、タスクE1タスク
D1タスクC1タスクB、タスクA、タスクINTの順
に該優先順位が高くなっていくとする。
First, FIG. 1 shows an example of a task structure to be processed within the system. In addition, signal A. +BOrco and Do are operation condition signals for causing task A, task B, task C, and task D to respectively execute predetermined operations, and INT is a task caused by an interrupt from a peripheral device. That is,
Task A executes a predetermined operation when the operating condition signal Ao is input, task B executes a predetermined operation when the operating condition signal Bo is input, and task C executes a predetermined operation when the operating condition signal co is input. Task D executes a predetermined operation when the operation condition signal R is input and the operations of tasks B and C are completed, and task E executes a predetermined operation when the operation of task C is completed. Further, when an interrupt task signal INT is input from a peripheral device and the interrupt task signal INT is completed, a predetermined operation is executed, and when the operations of tasks D and E are completed, task F executes a predetermined operation. On the other hand, it is assumed that priorities are determined in advance among these tasks, and the priorities increase in the order of task F, task E1 task D1 task C1 task B, task A, and task INT.

次に、第1図に示したような構造のタスクのスケジュー
リングをこの発明にかかるタスクスケジューリング回路
により実施した場合の回路構成例を第2図に示す。
Next, FIG. 2 shows an example of a circuit configuration when scheduling tasks having the structure shown in FIG. 1 is carried out by the task scheduling circuit according to the present invention.

同図においてタスクスケジューラ1oは数個のD型フリ
ップフロップ(以下単にフリップフロップという)と論
理ゲートによって第1図に示したタスク構造に対応した
論理が組まれている。フリップフロップ11乃至14の
D端子はそれぞれ例えば図示しない中央処理装置(以下
CPUという)の出力バッファに適宜接続され、各タス
クを起動させるのに必要な動作条件信号A。+ B(+
 + CO+ D。
In the figure, a task scheduler 1o has a logic corresponding to the task structure shown in FIG. 1 constructed by several D-type flip-flops (hereinafter simply referred to as flip-flops) and logic gates. The D terminals of the flip-flops 11 to 14 are respectively connected to an output buffer of a central processing unit (hereinafter referred to as CPU), not shown, as appropriate, and receive an operating condition signal A necessary for starting each task. +B(+
+CO+D.

が入力されるようになっている。勿論、CPUよシ出力
された上記動作条件信号が該フリップ70ツブ11乃至
工4に入力するのに不十分なものである場合は、その前
にデコーダ等の適宜な論理回路によって論理をとって所
定の信号とした後、該フリップフロップ11乃至14に
入力するようにしてもよい。他方、このタスクスケジュ
ーラ10には周辺装置からの割込みがCPUにかけられ
た場合の為に、この旨を示す周辺装置割込み信号INT
が入力されるようになっている。論理ゲート20はタス
クDを起動させる為の論理であり、その入力端子はフリ
ップ70ツブ16 、17の出力端子およびタスクDを
起動させる為の動作条件信号Do用の7リツプフロツグ
14の出力端子と接続されている。論理ゲート21はタ
スクEを起動させる為の論理であシ、その入力端子はフ
リップフロップ17の出力端子および上記周辺装置割込
み信号INT用の7リツプ70ツブ15の出力端子と接
続されている。論理ゲート22はタスクFを起動させる
為の論理であり、その入力端子はフリップフロップ18
および19の出力端子と接続されている。なお、フ1ル
ソプ70ツブ11乃至19のクロック端子Cは図示しな
い適宜なりロック発生回路に接続されており、システム
の動作に同期した動作を行う。このようにして所定のタ
スク構造に対応した論理波、組まれた後、タスクスケジ
ューラ10の出力信号i、a、b、c、d。
is now entered. Of course, if the above operating condition signal output from the CPU is insufficient to be input to the flip 70 knobs 11 to 4, the logic is calculated by an appropriate logic circuit such as a decoder beforehand. The signal may be inputted to the flip-flops 11 to 14 after being made into a predetermined signal. On the other hand, in case an interrupt from a peripheral device is applied to the CPU, the task scheduler 10 has a peripheral device interrupt signal INT indicating this fact.
is now entered. The logic gate 20 is a logic for starting the task D, and its input terminal is connected to the output terminals of the flip 70 knobs 16 and 17 and the output terminal of the flip-flop 14 for the operating condition signal Do for starting the task D. has been done. Logic gate 21 is a logic for activating task E, and its input terminal is connected to the output terminal of flip-flop 17 and the output terminal of 7-lip 70-tub 15 for the peripheral device interrupt signal INT. Logic gate 22 is a logic for starting task F, and its input terminal is connected to flip-flop 18.
and 19 output terminals. The clock terminals C of the knobs 11 to 19 of the full control unit 70 are connected to an appropriate lock generation circuit (not shown), and operate in synchronization with the operation of the system. After the logical waves corresponding to the predetermined task structure are formed in this way, the output signals i, a, b, c, and d of the task scheduler 10 are generated.

e、fは後述する割込み制御回路30および割込みアド
レス発生回路40に入力されるようになっている。
e and f are input to an interrupt control circuit 30 and an interrupt address generation circuit 40, which will be described later.

割込み制御回路30は前述した優先順位に従って論理が
組まれた論理回路であり、その出力端子は図示しないC
PHの割込み端子に接続されている。
The interrupt control circuit 30 is a logic circuit whose logic is configured according to the priority order described above, and its output terminal is connected to a C port (not shown).
Connected to the PH interrupt terminal.

その論理の一例を示すと同図のブロック30内に示した
ような論理式となる。したがって複数のタスクに対する
略同時の起動がなされても、予め決定された優先順位に
従って唯1つのタスクのみがCPUに対して割込み信号
Pを加えることにより割込みを発生させることができる
ようになっている。
An example of this logic is a logical expression as shown in block 30 in the figure. Therefore, even if multiple tasks are activated almost simultaneously, only one task can generate an interrupt by applying the interrupt signal P to the CPU according to the predetermined priority order. .

なお、タスクスケジューラ10と該割込み制御回路30
の接続を適宜変更することによシ、各タスク間の優先順
位の設定変更を簡単に行うことができる。
Note that the task scheduler 10 and the interrupt control circuit 30
By appropriately changing the connections between tasks, it is possible to easily change the priority settings between each task.

割込みアドレス発生回路40は前記タスクスケジューラ
lOの出力信号i、a、・・・f、を入力爆る適宜なエ
ンコーダ回路等によって構成されており、CPUに対し
て上記割込み制御回路30による割込みが発生した場合
割込みを行ったタスクの先頭アドレスを示す信号を形成
し、これをCPUに接続されたデータバスDBに対応し
たビット数分のデータとした後、該先頭アドレスデータ
をCPUに加えることによって、CPUに該割込みによ
るジャンプすべきジャンプ先アドレスを知らしめるもの
である。もちろん、上記エンコーダ回路は複数のタスク
に対する略同時の起動がなされた場合にそなえて、上述
した優先順位に基づく出力がなされるよう適宜の優先論
理をそなえたエンコーダ回路である。
The interrupt address generation circuit 40 is constituted by an appropriate encoder circuit or the like that receives the output signals i, a, ... f of the task scheduler IO, and generates an interrupt to the CPU by the interrupt control circuit 30. In this case, by forming a signal indicating the start address of the task that caused the interrupt, converting this into data for the number of bits corresponding to the data bus DB connected to the CPU, and then adding the start address data to the CPU, It notifies the CPU of the jump destination address to which to jump due to the interrupt. Of course, the encoder circuit described above is an encoder circuit equipped with appropriate priority logic so that an output based on the above-mentioned priority order is made in case a plurality of tasks are activated substantially simultaneously.

次に、第2図に示した実施例回路の全体的動作を簡単に
説明する。
Next, the overall operation of the embodiment circuit shown in FIG. 2 will be briefly explained.

あるタスクが実行可能なレディ状態にあることを所定の
動作条件信号が入力されることにより認知したタスクス
ケジューラ10は所定の動作を行うことにより起動可能
なタスクを判別し、該起動可能なタスクに対応した出力
信号をアクティブとする。これによって割込み制御回路
30はCPUに対して割込み信号Pを出力することによ
りCPUに対する割込みをかける。また、割込みアドレ
ス発生回路40はこれに伴って該割込みによってジャン
プするジャンプ先アドレスを形成し、これをCPUに加
える。CPUは割込みが生ずると今まで実行していた処
理を一時中断するとともに、所定の割込み前処理を行っ
た後、割込みアドレス発生回路40よシ該加えられたア
ドレス先にジャンプして該割込みを行ったタスク固有の
処理を行う。その処理が完了すると、CPUは次の処理
をすべく、人A理に対応した動作条件信号を再び夕〜り
〜ケジューラに加えるよう動作する。以上の動作が繰り
返し実行される。
The task scheduler 10 recognizes that a certain task is in an executable ready state by inputting a predetermined operating condition signal, performs a predetermined operation to determine an activatable task, and selects the activatable task. Activate the corresponding output signal. As a result, the interrupt control circuit 30 issues an interrupt to the CPU by outputting an interrupt signal P to the CPU. Additionally, the interrupt address generation circuit 40 generates a jump destination address to be jumped by the interrupt, and applies this to the CPU. When an interrupt occurs, the CPU temporarily suspends the processing it has been executing, performs predetermined interrupt preprocessing, and then uses the interrupt address generation circuit 40 to jump to the added address and process the interrupt. Perform task-specific processing. When the processing is completed, the CPU operates to apply the operating condition signal corresponding to the human operation to the scheduler again in the evening in order to carry out the next processing. The above operations are repeatedly executed.

なお、第2図に示したタスクスケジー−ラ10の回路構
成は第1図に示したタスク構造に対応して構成したもの
であり、これを適宜変更することにより任意の構造を有
するタスクのスケシー−リングに適用できることは勿論
である。他の回路構成についても同様であり、上述した
実施例に示したものと同等の機能を有するものであれば
いかなる回路構成にしてもよい。
The circuit configuration of the task scheduler 10 shown in FIG. 2 is configured to correspond to the task structure shown in FIG. Of course, it can be applied to rings. The same applies to other circuit configurations, and any circuit configuration may be used as long as it has the same function as that shown in the above-described embodiment.

また、この発明にかかるタスクスケジューリング回路f
、ROM(リード、オンリ、メモリ)あるいはPLA(
プログラマブル ロジック、アレイ)等によって構成す
れば、該ROMあるいはPLAの記憶内容玉適宜変更す
ることによって他のシステムにも適用できる汎用性を有
するタスクスケジューリング回路をスフジューリング機
能を低下させることなく容易に実現することができるよ
うになる。
Further, the task scheduling circuit f according to the present invention
, ROM (read, only, memory) or PLA (
If configured using programmable logic, arrays, etc., it is possible to easily create a task scheduling circuit with versatility that can be applied to other systems by appropriately changing the memory contents of the ROM or PLA without degrading the scheduling function. It becomes possible to realize it.

以上説明したように、この発明にかかるタスクスケジュ
ーリング回路によれば、タスクのスケシー−リングに必
要な機能をすべてハードウェアを用いて実現したことか
ら、従来のソフトウェアによる制御に比べてスケジュー
リングの速度が一段とはやくなり、リアルタイム処理に
おけるタスクのより効率的なスケジューリングを図るこ
とができるようになる。また、該タスクスケジューリン
グ回路を児換性を有するPLAあるいはROM等を用い
て構成することによシ、スケシー−リングの機能低下を
被ることなく、汎用的なタスクスケジューリング回路を
実現することができる。
As explained above, according to the task scheduling circuit according to the present invention, all the functions necessary for task scheduling are realized using hardware, so the scheduling speed is faster than that of conventional software control. This makes it possible to schedule tasks more efficiently in real-time processing. Further, by configuring the task scheduling circuit using a PLA or ROM having reversibility, a general-purpose task scheduling circuit can be realized without deteriorating the scheduling function.

【図面の簡単な説明】[Brief explanation of drawings]

第1図はタスク構造の一例を示した説明図、第2図は第
1図に示した構造のタスクのスケジューリングをこの発
明にかかるタスクスケジューリング回路によって実施し
た場合の回路構成例を示す図である。 10・・・タスクスケジューラ、20・・・割込み制御
回路、30・・・割込みアドレス発生回路。
FIG. 1 is an explanatory diagram showing an example of a task structure, and FIG. 2 is a diagram showing an example of a circuit configuration when scheduling a task having the structure shown in FIG. 1 is performed by a task scheduling circuit according to the present invention. . 10... Task scheduler, 20... Interrupt control circuit, 30... Interrupt address generation circuit.

Claims (1)

【特許請求の範囲】[Claims] 各タスクの動作条件にかかる信号を入力信号とし、該入
力信号に基づいて実行すべきタスクを決定する為の信号
を出力する第1の論理回路部と、予め決定された各タス
ク間の優先順位に基づいて前記第1の論理回路部の出力
信号のうち唯ひとつを選択し、該選択した信号に従って
中央処理装置に対する割込みを発生する第2の論理回路
部と、前記第1の論理回路部の出力信号に基づいて割込
むべきタスクの先頭アドレスを示す信号を前記中央処理
装置に加える第3の論理回路部とを具えたタスクスケジ
ューリング回路。
A first logic circuit section that receives a signal related to the operating conditions of each task as an input signal and outputs a signal for determining a task to be executed based on the input signal, and a predetermined priority order among each task. a second logic circuit section that selects only one of the output signals of the first logic circuit section based on the selected signal and generates an interrupt to the central processing unit according to the selected signal; a third logic circuit section that applies a signal indicating a start address of a task to be interrupted to the central processing unit based on the output signal.
JP13101182A 1982-07-27 1982-07-27 Task scheduling circuit Pending JPS5922146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13101182A JPS5922146A (en) 1982-07-27 1982-07-27 Task scheduling circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13101182A JPS5922146A (en) 1982-07-27 1982-07-27 Task scheduling circuit

Publications (1)

Publication Number Publication Date
JPS5922146A true JPS5922146A (en) 1984-02-04

Family

ID=15047886

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13101182A Pending JPS5922146A (en) 1982-07-27 1982-07-27 Task scheduling circuit

Country Status (1)

Country Link
JP (1) JPS5922146A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60250759A (en) * 1984-05-25 1985-12-11 Omron Tateisi Electronics Co Terminal equipment for data transmission
JPS61166343A (en) * 1985-01-17 1986-07-28 株式会社大川原製作所 Apparatus for producing expanded confectionary
JP2007109538A (en) * 2005-10-14 2007-04-26 Matsushita Electric Ind Co Ltd Negative ion generator
JP2009072721A (en) * 2007-09-21 2009-04-09 Panasonic Electric Works Co Ltd Electrostatic atomizer and hot air blower having the same

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60250759A (en) * 1984-05-25 1985-12-11 Omron Tateisi Electronics Co Terminal equipment for data transmission
JPS61166343A (en) * 1985-01-17 1986-07-28 株式会社大川原製作所 Apparatus for producing expanded confectionary
JPH0515410B2 (en) * 1985-01-17 1993-03-01 Okawara Mfg
JP2007109538A (en) * 2005-10-14 2007-04-26 Matsushita Electric Ind Co Ltd Negative ion generator
JP2009072721A (en) * 2007-09-21 2009-04-09 Panasonic Electric Works Co Ltd Electrostatic atomizer and hot air blower having the same

Similar Documents

Publication Publication Date Title
JPS6258341A (en) Input and output interruption processing system
JPS5922146A (en) Task scheduling circuit
EP2278454A1 (en) Method for correct-by-construction development of real-time-systems
Mazur et al. PLC implementation in the form of a System-on-a-Chip
Pereira et al. Co-designed FreeRTOS deployed on FPGA
Zagan et al. Improving the performances of the nMPRA processor using a custom interrupt management scheduling policy
JPH01246602A (en) Special function unit for programmable controller
Moisuc et al. Hardware event handling in the hardware real-time operating systems
JPS63214804A (en) Processor for plc and plc
JPS58166419A (en) One-chip microcomputer
JPH0266640A (en) Debugger task scheduling system
JPH025104A (en) Arithmetic processing unit
JPS62174832A (en) Information processor
CN116360941A (en) Multi-core DSP-oriented parallel computing resource organization scheduling method and system
JPS5999552A (en) Microcomputer
Harley et al. Real-time issues of transputers in high-performance motion control systems
JPH10143376A (en) Information processing device
JPH064306A (en) Method for dividing interruption processing
KR100257502B1 (en) Shifter operated without cluck
KR19990079125A (en) Implementation of numerical control device using single central processor
Tulpule et al. Event driven executive
JPH071478B2 (en) Micro program controller
JPH01161541A (en) Single-chip microcomputer for evaluation
JPS59218510A (en) Sequence controller
JPS6217843A (en) Multitasking device for sequence controller