JPH08249019A - Arithmetic unit and programmable controller using the arithmetic unit - Google Patents

Arithmetic unit and programmable controller using the arithmetic unit

Info

Publication number
JPH08249019A
JPH08249019A JP7050892A JP5089295A JPH08249019A JP H08249019 A JPH08249019 A JP H08249019A JP 7050892 A JP7050892 A JP 7050892A JP 5089295 A JP5089295 A JP 5089295A JP H08249019 A JPH08249019 A JP H08249019A
Authority
JP
Japan
Prior art keywords
instruction
processor
execution module
master processor
executed
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.)
Withdrawn
Application number
JP7050892A
Other languages
Japanese (ja)
Inventor
Shinji Nakagawa
伸二 中川
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP7050892A priority Critical patent/JPH08249019A/en
Publication of JPH08249019A publication Critical patent/JPH08249019A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE: To increase the arithmetic processing speed for a slave processor by omitting a process where an unexected instruction is read again out of a memory and then interpreted. CONSTITUTION: When a master processor 2 reads an instruction out of an instruction memory 1, an instruction interpretation part 21 interprets the read instruction. If this instruction is not executed, the number of this instruction is stored in an interface register 22. Then the processor 2 applies an interruption to a slave processor 3 and interrupts its processing. The processor 3 takes the number out of the register 22 for the instruction that could not be executed by the processor 2 and instructs an executing module specifying part 32 to specify the head address of an executing module which is stored in an execution instruction table 31 in response to the instruction number that is taken out of the register 22. Then the processor 3 carries out the specified executing module.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マスタプロセッサと、
スレーブプロセッサとを備え、マスタプロセッサが実行
しない命令の実行をスレーブプロセッサが替わって実行
する演算装置およびその演算装置を使用したプログラマ
ブルコントローラに関する。
BACKGROUND OF THE INVENTION The present invention relates to a master processor,
The present invention relates to an arithmetic device including a slave processor, in which a slave processor executes instructions that a master processor does not execute, and a programmable controller using the arithmetic device.

【0002】[0002]

【従来の技術】従来より、内蔵する演算装置として、マ
スタプロセッサと、スレーブプロセッサとを有するマル
チCPU構成をなすプログラマブルコントローラ(以
下、PLCという)が存在する。
2. Description of the Related Art Conventionally, as a built-in arithmetic unit, there is a programmable controller (hereinafter referred to as PLC) having a multi-CPU configuration having a master processor and a slave processor.

【0003】このようなマルチCPU構成からなるPL
Cは、メモリから読み出された命令がマスタプロセッサ
で実行しない場合には、スレーブプロセッサがマスタプ
ロセッサに替わってその命令を実行するようになってい
る。
A PL having such a multi-CPU configuration
In C, when the instruction read from the memory is not executed by the master processor, the slave processor executes the instruction in place of the master processor.

【0004】さらに、詳しく説明すると、図4に示すよ
うに、マスタプロセッサが、メモリから読み出した命令
が実行しない命令である場合には(PLCに使用される
接点命令とは異なり、より複雑な命令、例えば、曜日の
計算をするような命令の場合には)、スレーブプロセッ
サに対してインタラプト(割込み)を駆けて(ステップ
401)、この命令の実行依頼をスレーブプロセッサに
出力する。
More specifically, as shown in FIG. 4, when the instruction read from the memory is not executed by the master processor (unlike the contact instruction used for PLC, a more complicated instruction is executed). For example, in the case of an instruction for calculating the day of the week), an interrupt (interruption) is sent to the slave processor (step 401) and an execution request for this instruction is output to the slave processor.

【0005】すると、実行依頼を受けたスレーブプロセ
ッサは、マスタプロセッサのプログラムカウンタを読み
出し(ステップ402)、このマスタプロセッサの実行
しない命令についてメモリにアクセスして読み出して
(ステップ403)解釈し(ステップ404)、この命
令に割り振られている命令番号を取り出す(ステップ4
05)。そして、このスレーブプロセッサは、この取り
出した命令番号を参照して、内蔵する命令テーブルに対
してアクセスを駆けて(ステップ406)命令テーブル
からこの命令番号の実行モジュールを取り出し、マスタ
プロセッサが実行しない命令を処理する(ステップ40
7)。
Then, the slave processor, which has received the execution request, reads the program counter of the master processor (step 402), accesses the memory for the instruction not executed by the master processor, reads it (step 403), and interprets it (step 404). ), Retrieves the instruction number assigned to this instruction (step 4
05). Then, the slave processor refers to the fetched instruction number, accesses the built-in instruction table (step 406), fetches the execution module of this instruction number from the instruction table, and the master processor does not execute the instruction. (Step 40)
7).

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上述の
ような従来のマルチCPU構成をとるPLCでは、スレ
ーブプロセッサがマスタプロセッサのプログラムカウン
タを読み取り、この値に基づいてメモリアドレスからマ
スタプロセッサが実行しない命令を再び読み出し、さら
に、この命令を解釈するという手順が必要となるので、
総じて演算処理に時間がかかるという問題点があった。
However, in the PLC having the conventional multi-CPU configuration as described above, the slave processor reads the program counter of the master processor, and based on this value, the instruction not executed by the master processor from the memory address. Is read again, and the procedure of interpreting this instruction is necessary.
There has been a problem that the arithmetic processing generally takes time.

【0007】そこで、本願発明は、上述の問題点に鑑
み、スレーブプロセッサが、マスタプロセッサが実行で
きなかった命令を再度、メモリから読み出し、解釈する
という工程を省略させて演算処理を高速化させた演算装
置およびその演算装置を使用したプログラムコントロー
ラを提供することを目的とする。
In view of the above problems, the present invention speeds up the arithmetic processing by omitting the step of the slave processor reading again the instruction that the master processor could not execute from the memory and interpreting it. An object of the present invention is to provide an arithmetic unit and a program controller using the arithmetic unit.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の発明は、マスタプロセッサと、スレ
ーブプロセッサとを備え、メモリから読み出された命令
を上記マスタプロセッサが実行しない場合には、上記ス
レーブプロセッサにこの命令を実行させる演算装置であ
って、上記マスタプロセッサは、自己が実行しない命令
の実行依頼を上記スレーブプロセッサに出力するととも
に、この命令の実行モジュールを特定する情報を上記ス
レーブプロセッサに供給し、上記スレーブプロセッサ
は、上記マスタプロセッサからの実行モジュールを特定
する情報から、上記マスタプロセッサが実行しない命令
の実行モジュールを特定することを特徴とする。
To achieve the above object, the invention according to claim 1 is provided with a master processor and a slave processor, and in the case where the master processor does not execute an instruction read from a memory. Is an arithmetic unit that causes the slave processor to execute this instruction, wherein the master processor outputs to the slave processor an execution request of an instruction that it does not execute, and the master processor outputs information specifying the execution module of the instruction. The slave processor supplies the slave processor with the slave processor, and the slave processor specifies the execution module of the instruction not executed by the master processor from the information specifying the execution module from the master processor.

【0009】請求項2記載の発明は、マスタプロセッサ
と、スレーブプロセッサを備え、メモリから読み出され
た命令を上記マスタプロセッサが実行しない場合には、
上記スレーブプロセッサにこの命令を実行させる演算装
置であって、上記マスタプロセッサは、命令を解釈する
命令解釈手段と、この命令解釈手段により読み出された
命令が実行しないものと判断された場合には、この命令
が有する固有の命令番号を格納する命令番号格納手段と
を具備する一方、上記スレーブプロセッサは、上記マス
タプロセッサが実行しない命令に対する実行モジュール
を格納する実行モジュール格納手段と、上記命令番号格
納手段に格納されている命令番号に基づき、上記実行モ
ジュール格納手段に格納されている当該モジュールを特
定する実行モジュール特定手段とを具備する。
According to a second aspect of the present invention, a master processor and a slave processor are provided, and when the master processor does not execute the instruction read from the memory,
An arithmetic unit for causing the slave processor to execute the instruction, wherein the master processor interprets the instruction, and an instruction interpreting means, and when the instruction read by the instruction interpreting means is determined not to be executed, , An instruction number storage means for storing a unique instruction number of the instruction, while the slave processor stores execution module storage means for storing an execution module for an instruction not executed by the master processor, and the instruction number storage And an execution module specifying means for specifying the module stored in the execution module storage means based on the instruction number stored in the means.

【0010】請求項3記載の発明は、請求項2記載の発
明において、上記命令番号格納手段は、上記マスタプロ
セッサが実行しない命令が有する固有の命令番号および
この命令が実行されるときの実行条件を格納することを
特徴とする。
According to a third aspect of the present invention, in the second aspect of the present invention, the instruction number storage means has a unique instruction number of an instruction not executed by the master processor and an execution condition when the instruction is executed. Is stored.

【0011】請求項4記載の発明は、請求項1,2また
は3記載の演算装置の発明をプログラマブルコントロー
ラに適用したことを特徴とする。
According to a fourth aspect of the present invention, the invention of the arithmetic unit according to the first, second or third aspect is applied to a programmable controller.

【0012】[0012]

【作用】本発明によれば、マスタプロセッサにおいて、
実行しない命令の実行依頼がスレーブプロセッサに出力
されるとともに、この命令の実行モジュールを特定する
情報がスレーブプロセッサに供給される。すると、スレ
ーブプロセッサにおいて、マスタプロセッサが実行しな
い命令の実行モジュールが特定され、マスタプロセッサ
に替わってこの命令が実行される。
According to the present invention, in the master processor,
The execution request of the instruction that is not executed is output to the slave processor, and the information specifying the execution module of this instruction is supplied to the slave processor. Then, in the slave processor, the execution module of the instruction that the master processor does not execute is specified, and this instruction is executed in place of the master processor.

【0013】[0013]

【実施例】以下、本発明の実施例を説明する。Embodiments of the present invention will be described below.

【0014】図1は本発明に係るPLCに使用された演
算装置の実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of an arithmetic unit used in a PLC according to the present invention.

【0015】この実施例の演算装置は、命令メモリ1
と、マスタプロセッサ2と、スレーブプロセッサ3とか
ら構成されている。
The arithmetic unit of this embodiment comprises an instruction memory 1
And a master processor 2 and a slave processor 3.

【0016】命令メモリ1は、ROM(Read Onky Memo
ry) ,RAM(Randam Access Memory) 等の記録手段で
あって、例えばPLCを実行させるラダー命令でなる処
理プログラムが格納されている。
The instruction memory 1 is a ROM (Read Onky Memo).
ry), a RAM (Randam Access Memory), and the like, and stores a processing program including a ladder instruction for executing a PLC, for example.

【0017】マスタプロセッサ2は、命令解釈部21,
インタフェースレジスタ22で主に構成されている。
The master processor 2 includes an instruction interpretation unit 21,
The interface register 22 is mainly configured.

【0018】ここで、命令解釈部21は、命令メモリ1
から読み出された命令の処理内容を解釈するものであっ
て、読み出した命令が自己(マスタプロセッサ2)が処
理できない命令の場合には、この読み出した命令の有す
る命令番号,この読み出した命令が有する処理条件、例
えば実行処理中に必要となるデータの格納場所等を示す
オペランド等をインタフェースレジスタ22に格納する
ようになっている。
Here, the instruction interpreting section 21 uses the instruction memory 1
If the read instruction is an instruction that cannot be processed by itself (master processor 2), the instruction number of this read instruction and this read instruction are interpreted. The interface register 22 stores processing conditions, such as an operand indicating a storage location of data required during execution processing.

【0019】インタフェースレジスタ22は、上述した
実行しない命令の命令番号、処理条件等を格納するよう
になっている。
The interface register 22 is adapted to store the instruction number, the processing condition and the like of the above-mentioned instruction which is not executed.

【0020】スレーブプロセッサ3は、命令実行テーブ
ル31と、実行モジュール特定部32とから主に構成さ
れている。
The slave processor 3 is mainly composed of an instruction execution table 31 and an execution module specifying unit 32.

【0021】ここで、命令実行テーブル31は、マスタ
プロセッサ2が実行しない命令に対する実行モジュール
を格納している。
Here, the instruction execution table 31 stores an execution module for an instruction that the master processor 2 does not execute.

【0022】実行モジュール特定部32は、スレーブ3
がマスタプロセッサ2から命令の実行依頼のためのイン
タラプト受けた場合には、インタフェースレジスタ22
から読み出されたマスタプロセッサ2が実行しない命令
の命令番号を参照し、命令実行テーブル31に格納され
ている該当実行モジュールを特定するようになってい
る。
The execution module specifying unit 32 is the slave 3
Is received from the master processor 2, the interface register 22
By referring to the instruction number of the instruction which the master processor 2 does not execute read from, the corresponding execution module stored in the instruction execution table 31 is specified.

【0023】上述の特定方法を説明すると、実行モジュ
ール特定部32は、インタフェースレジスタ22からの
命令番号に所定の演算を施すことにより、命令実行テー
ブル31に格納されている実行モジュールの先頭アドレ
スを特定している。例えば、図2に示すように、命令1
の命令番号にオフセットを加算させた値を命令1の実行
モジュールの先頭アドレスとしている。
Explaining the above identification method, the execution module identification unit 32 identifies the start address of the execution module stored in the instruction execution table 31 by performing a predetermined operation on the instruction number from the interface register 22. are doing. For example, as shown in FIG.
The value obtained by adding the offset to the instruction number of is used as the start address of the execution module of the instruction 1.

【0024】また、上述の構成を有するスレーブプロセ
ッサ3は、実行モジュールの実行を終了すると、その旨
の通知をマスタプロセッサ2にもどするように構成され
ている。
When the execution of the execution module is completed, the slave processor 3 having the above-mentioned configuration is configured to return a notification to that effect to the master processor 2.

【0025】次に、この実施例の動作を図3を参照して
説明する。
Next, the operation of this embodiment will be described with reference to FIG.

【0026】マスタプロセッサ2が、内蔵するプログラ
ムカウンタ(図示せず)より、プログラムカウンタの示
すカウント値をアクセスアドレスとして命令メモリ1に
対してアクセスを駆けると、命令メモリ1からこのアク
セスアドレスに格納されている命令が読み出される。
When the master processor 2 makes an access to the instruction memory 1 from a built-in program counter (not shown) using the count value indicated by the program counter as an access address, the instruction memory 1 stores the instruction memory 1 at this access address. Instruction is read.

【0027】すると、命令解釈部21は、命令メモリ1
から読み出された命令を解釈し、その結果、読み出され
た命令が実行しない命令である場合には、この読み出し
た命令の有する命令番号および処理条件をインタフェー
スレジスタ22に格納する。その後、マスタプロセッサ
2は、スレーブプロセッサ3に対してインターラプトを
駆けた後(ステップ301)、処理を中断する。
Then, the instruction interpreter 21 determines that the instruction memory 1
The instruction read from is interpreted, and as a result, when the read instruction is an instruction that is not executed, the instruction number and processing condition of the read instruction are stored in the interface register 22. After that, the master processor 2 interrupts the slave processor 3 (step 301) and then interrupts the processing.

【0028】スレーブプロセッサ3は、マスタプロセッ
サ2からインタラプトを受けると、インタフェースレジ
スタ22に格納されているマスタプロセッサ2が実行し
なかった命令が有する命令番号,処理条件(インタフェ
ース情報)を取り出し(ステップ303)、実行モジュ
ール特定部32に指示して、この命令番号に対応する命
令実行テーブル31内に格納されている実行モジュール
の先頭アドレスを特定し、特定した実行モジュールを実
行する(ステップ305)。
When the slave processor 3 receives the interrupt from the master processor 2, the slave processor 3 fetches the instruction number and the processing condition (interface information) stored in the interface register 22 which the instruction not executed by the master processor 2 (step 303). ), Instructs the execution module identification unit 32 to identify the start address of the execution module stored in the instruction execution table 31 corresponding to this instruction number, and executes the identified execution module (step 305).

【0029】その後、スレーブプロセッサ3は、実行モ
ジュールの実行を終了すると、その旨の通知をマスタプ
ロセッサ2に出力して、マスタプロセッサ2に制御を戻
す。
After that, when the execution of the execution module is completed, the slave processor 3 outputs a notification to that effect to the master processor 2 and returns control to the master processor 2.

【0030】マスタプロセッサ2は、中断を解除し、命
令メモリ1から実行しなかった命令の次のアドレスに格
納されている命令を読み出し、解釈して上述と同様な処
理を行う。
The master processor 2 cancels the interruption, reads the instruction stored at the address next to the unexecuted instruction from the instruction memory 1, interprets it, and performs the same processing as described above.

【0031】この実施例では、上述のように、マスタプ
ロセッサ2において実行しないものと命令解釈部21で
判断された場合には、インターフェースレジス22にこ
の命令が有する固有の命令番号等が格納され、そして、
スレーブプロセッサ3の実行モジュール特定部32が、
インタフェースレジスタ22に格納されている命令番号
に基づき、命令実行テーブル31に格納されている実行
モジュールの先頭アドレスを特定し、この特定された実
行モジュールが実行されるので、スレーブプロセッサ3
は、マスタプロセッサ2が実行しなかった命令を再度、
命令メモリ1から読み出し、解釈するという工程を省略
することができる。このため、この実施例の演算装置
は、演算処理を高速に行うことができる。
In this embodiment, as described above, when the instruction interpreting section 21 determines that the master processor 2 does not execute the instruction, the interface register 22 stores the unique instruction number and the like of this instruction, And
The execution module identification unit 32 of the slave processor 3
Based on the instruction number stored in the interface register 22, the start address of the execution module stored in the instruction execution table 31 is specified, and the specified execution module is executed. Therefore, the slave processor 3
Reissues an instruction that the master processor 2 did not execute,
The step of reading from the instruction memory 1 and interpreting can be omitted. Therefore, the arithmetic unit of this embodiment can perform arithmetic processing at high speed.

【0032】[0032]

【発明の効果】以上説明したように、本発明の演算装置
によれば、マスタプロセッサにおいて、実行しない命令
の実行依頼がスレーブプロセッサに出力されるととも
に、この命令の実行モジュールを特定する情報がスレー
ブプロセッサに供給される。すると、スレーブプロセッ
サにおいて、マスタプロセッサが実行しない命令の実行
モジュールが特定され、マスタプロセッサに替わってこ
の命令が実行される。
As described above, according to the arithmetic unit of the present invention, in the master processor, an execution request of an instruction that is not executed is output to the slave processor, and information specifying the execution module of this instruction is transmitted to the slave processor. Supplied to the processor. Then, in the slave processor, the execution module of the instruction that the master processor does not execute is specified, and this instruction is executed in place of the master processor.

【0033】このため、スレーブプロセッサが、マスタ
プロセッサが実行しなかった命令を再度、メモリから読
み出し、解釈するという工程を省略することができ、演
算処理を高速化させることが可能となる。
Therefore, it is possible to omit the step of the slave processor reading again the instruction that the master processor did not execute from the memory and interpreting it, and it is possible to speed up the arithmetic processing.

【0034】また、本発明の演算装置は、プログラムコ
ントローラに適用すると好適である。
The arithmetic unit of the present invention is preferably applied to a program controller.

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

【図1】本発明に係るPLCの演算装置の一実施例の構
成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of an embodiment of a PLC arithmetic unit according to the present invention.

【図2】命令モジュールを特定する処理を説明する図。FIG. 2 is a diagram illustrating a process of specifying an instruction module.

【図3】この実施例を動作を説明するフローチャート。FIG. 3 is a flowchart for explaining the operation of this embodiment.

【図4】従来のPLCの演算装置の動作を説明するフロ
ーチャート。
FIG. 4 is a flowchart illustrating an operation of a conventional PLC arithmetic unit.

【符号の説明】[Explanation of symbols]

1 命令メモリ 2 マスタプロセッサ 3 スレーブプロセッサ 22 命令解釈部 23 インタフェースレジスタ 31 命令実行テーブル 32 実行モジュール特定部 1 Instruction Memory 2 Master Processor 3 Slave Processor 22 Instruction Interpretation Unit 23 Interface Register 31 Instruction Execution Table 32 Execution Module Specification Unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 マスタプロセッサと、スレーブプロセッ
サとを備え、メモリから読み出された命令を上記マスタ
プロセッサが実行しない場合には、上記スレーブプロセ
ッサにこの命令を実行させる演算装置であって、 上記マスタプロセッサは、 自己が実行しない命令の実行依頼を上記スレーブプロセ
ッサに出力するとともに、この命令の実行モジュールを
特定する情報を上記スレーブプロセッサに供給し、 上記スレーブプロセッサは、 上記マスタプロセッサからの実行モジュールを特定する
情報から、上記マスタプロセッサが実行しない命令の実
行モジュールを特定することを特徴とする演算装置。
1. An arithmetic unit comprising a master processor and a slave processor, wherein the slave processor executes the instruction when the instruction read from the memory is not executed by the master processor. The processor outputs an execution request for an instruction that it does not execute to the slave processor and supplies information specifying the execution module of this instruction to the slave processor, and the slave processor receives the execution module from the master processor. An arithmetic unit characterized by specifying an execution module of an instruction that the master processor does not execute from the specifying information.
【請求項2】 マスタプロセッサと、スレーブプロセッ
サを備え、メモリから読み出された命令を上記マスタプ
ロセッサが実行しない場合には、上記スレーブプロセッ
サにこの命令を実行させる演算装置であって、 上記マスタプロセッサは、 命令を解釈する命令解釈手段と、 この命令解釈手段により読み出された命令が実行しない
ものと判断された場合には、この命令が有する固有の命
令番号を格納する命令番号格納手段と、 を具備する一方、 上記スレーブプロセッサは、 上記マスタプロセッサが実行しない命令に対する実行モ
ジュールを格納する実行モジュール格納手段と、 上記命令番号格納手段に格納されている命令番号に基づ
き、上記実行モジュール格納手段に格納されている当該
モジュールを特定する実行モジュール特定手段と、 を具備することを特徴とする演算装置。
2. An arithmetic unit comprising a master processor and a slave processor, wherein the slave processor executes the instruction when the instruction read from the memory is not executed by the master processor. An instruction interpreting means for interpreting the instruction, and an instruction number storing means for storing a unique instruction number of the instruction when it is determined that the instruction read by the instruction interpreting means does not execute, On the other hand, the slave processor includes an execution module storage means for storing an execution module for an instruction not executed by the master processor, and an execution module storage means for storing the execution module on the basis of an instruction number stored in the instruction number storage means. Execution module specifying means for specifying the stored module and Arithmetic apparatus characterized by comprising a.
【請求項3】 上記命令番号格納手段は、上記マスタプ
ロセッサが実行しない命令が有する固有の命令番号およ
びこの命令が実行されるときの実行条件を格納すること
を特徴とする請求項2記載の演算装置。
3. The operation according to claim 2, wherein the instruction number storage means stores a unique instruction number of an instruction not executed by the master processor and an execution condition when the instruction is executed. apparatus.
【請求項4】 請求項1,2または3記載の演算装置を
使用したことを特徴とするプログラマブルコントロー
ラ。
4. A programmable controller using the arithmetic unit according to claim 1, 2, or 3.
JP7050892A 1995-03-10 1995-03-10 Arithmetic unit and programmable controller using the arithmetic unit Withdrawn JPH08249019A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7050892A JPH08249019A (en) 1995-03-10 1995-03-10 Arithmetic unit and programmable controller using the arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7050892A JPH08249019A (en) 1995-03-10 1995-03-10 Arithmetic unit and programmable controller using the arithmetic unit

Publications (1)

Publication Number Publication Date
JPH08249019A true JPH08249019A (en) 1996-09-27

Family

ID=12871391

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7050892A Withdrawn JPH08249019A (en) 1995-03-10 1995-03-10 Arithmetic unit and programmable controller using the arithmetic unit

Country Status (1)

Country Link
JP (1) JPH08249019A (en)

Similar Documents

Publication Publication Date Title
EP0349004A3 (en) Data processor capable of treating interrupt at a high speed
JPH08249019A (en) Arithmetic unit and programmable controller using the arithmetic unit
JPH06324861A (en) System and method for controlling cpu
JPH08249024A (en) Programmable controller
JP3330767B2 (en) Information processing apparatus and trace acquisition method in information processing apparatus
JP3024719B2 (en) Arithmetic processing method of programmable controller
JPH03269752A (en) Information processing system and input/output controller used for the same
JPH0259829A (en) Microcomputer
JP2880658B2 (en) Runaway detection device for multitask program
JPS5842891B2 (en) Meirei Seigiyohoushiki
JPS63247861A (en) Co-processor control method
JPH0934516A (en) Programmable controller for sequence control
JPH01145750A (en) Instruction control system
JPH08249022A (en) Multiprocessor arithmetic unit and programmable controller having the arithmetic unit
JPH0652482B2 (en) Sequence controller
JPH04311225A (en) System for executing microprocessor instruction
JPH0635757A (en) Abnormality detector of cpu
JPH01271847A (en) Program debugging system
JPH08249184A (en) Arithmetic unit and programmable controller using the arithmetic unit
JPH06348581A (en) Memory access controller
JPH05143391A (en) Memory tracing method for virtual storage type computer
JPH04102959A (en) Exception processing system for information processor
JPS6141016B2 (en)
JPH05108342A (en) Programmable controller
JPH07334215A (en) Sequence control method of programmable controller

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20020604