JPH0792902A - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JPH0792902A
JPH0792902A JP23304393A JP23304393A JPH0792902A JP H0792902 A JPH0792902 A JP H0792902A JP 23304393 A JP23304393 A JP 23304393A JP 23304393 A JP23304393 A JP 23304393A JP H0792902 A JPH0792902 A JP H0792902A
Authority
JP
Japan
Prior art keywords
instruction
storage unit
execution
processing
unit
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
JP23304393A
Other languages
Japanese (ja)
Inventor
Tomohiro Kojima
智浩 小島
Toshiro Kasahara
敏郎 笠原
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP23304393A priority Critical patent/JPH0792902A/en
Publication of JPH0792902A publication Critical patent/JPH0792902A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide the programmable controller capable of making high-speed processing by a pipeline system of simple circuitry without providing additive circuits. CONSTITUTION:A control section 15 of this programmable controller 10 has a control section 20 to control the operations of respective sections so as to store the instruction read out of an instruction memory section 11 into an instruction register 13, to output the result obtd. by processing in an arithmetic section 14 to an execution result storage section 12, to read out the next instruction after determination of output data and to store the instruction into the instruction register 13.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はプログラマブルコントロ
ーラに係り、特に、パイプライン方式、すなわち、プロ
グラム命令の読み出しと実行処理をオーバラップして処
理する制御方式における高速処理技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programmable controller, and more particularly to a high-speed processing technique in a pipeline system, that is, a control system in which reading and execution of program instructions are processed in an overlapping manner.

【0002】[0002]

【従来の技術】図7は、従来のプログラマブルコントロ
ーラの構成を示すブロック図である。すなわち、1はプ
ログラムを記憶する記憶部、2は入力信号を受信する入
力部、3は前記入力信号により前記プログラムを実行す
るCPU、4はCPU3の演算結果を外部機器に出力す
る出力部、5は前記プログラムの実行処理手順を記憶す
るシステム記憶部である。
2. Description of the Related Art FIG. 7 is a block diagram showing a configuration of a conventional programmable controller. That is, 1 is a storage unit that stores a program, 2 is an input unit that receives an input signal, 3 is a CPU that executes the program according to the input signal, 4 is an output unit that outputs the calculation result of the CPU 3 to an external device, 5 Is a system storage unit that stores the execution processing procedure of the program.

【0003】図6は、従来のプログラマブルコントロー
ラの逐次処理、すなわち、プログラム命令の読み出しの
後に実行処理を行ない、以下読み出しと実行を交互に連
続して行なう方式のタイミングを示す図である。しかし
この処理方式では、命令の読み出し時間中には命令の実
行を行なうことができず、全処理時間は、記憶された命
令のアクセスに要する時間の凡そ2倍程度となってい
た。そこで、プログラムの高速処理を実現するために、
パイプライン方式、すなわち、最初の命令の読み出しと
実行処理に並行して次の命令の読み出しを行ない、以下
は次々に読み出しと実行処理を並行してを行なう、いわ
ゆる、パイプライン方式によって命令処理時間を短縮す
る処理が考え出されている。
FIG. 6 is a diagram showing the timing of the sequential processing of the conventional programmable controller, that is, the method of performing the execution processing after the reading of the program instruction, and subsequently performing the reading and the execution alternately and continuously. However, in this processing method, the instruction cannot be executed during the instruction reading time, and the total processing time is about twice as long as the time required to access the stored instruction. Therefore, in order to realize high-speed processing of programs,
In the pipeline method, that is, in the instruction processing time by the so-called pipeline method, in which the next instruction is read in parallel with the reading and execution processing of the first instruction, and the reading and execution processing are performed in parallel in the following. Have been devised to shorten.

【0004】[0004]

【発明が解決しようとする課題】上記パイプライン方式
は、理論的には処理時間をメモリアクセス時間の1倍程
度に高速化することができる。一般的に、パイプライン
による命令処理ステップを細かく分析すると F(フェッチ):記憶部から命令レジスタへの命令の
読み出し D(デコード):演算部での命令の解読 EA(エクゼキューション・アドレス):命令の実行
アドレス生成 E(エクゼキューション):制御部による命令の実行 の4段階に分けられるが、通常は、命令を解読し、実行
アドレスを生成した後では、データとしての情報量は多
くなり、データを記憶するためのレジスタのビット数が
増加する。処理ステップにおける区切り、すなわち、プ
ログラムの途中で演算を一時停止する点を上記〜の
ステップのどの位置に設けるかによって、シーケンス回
路の規模が大きく相違してくる。例えば、記憶部から
オペコード16ビット、オペランド16ビットの命令が
読み出されたとすると、命令レジスタの命令全体は32
ビットである。演算部での解読ステップでは、オペラ
ンドはそのままで、オペコードの一部から演算制御信号
80本、レジスタ制御信号16本、I/Oアドレス16
本、メモリアドレス16本、計120本の信号が作り出
され、実行アドレスの生成ステップではI/Oアドレ
ス16本、メモリアドレス16本を作り、全部で120
本、最後の命令実行ステップでは、I/Oアドレス1
6本、メモリアドレス16本、演算データ16本、I/
O制御信号4本、メモリ制御信号4本、計56本で演算
結果を出力する。このように、32ビットの命令から各
種の信号が生成される。したがって、各ステップに区切
りを設けたときは、一時的にその状態を記憶するための
ビット数に大きな相違が生ずる。つまり、処理の区切り
をどこに置くかによって結果を記憶するためのレジスタ
のビット数が増加するわけである。
The pipeline method can theoretically speed up the processing time to about one time the memory access time. Generally, a detailed analysis of the instruction processing steps by the pipeline is as follows: F (Fetch): Read instruction from storage unit to instruction register D (Decode): Decode instruction in operation unit EA (Execution address): Instruction execution address generation E (execution): Execution of an instruction by the control unit can be divided into four stages, but usually after decoding the instruction and generating the execution address, the amount of information as data increases. , The number of bits in a register for storing data increases. The scale of the sequence circuit greatly differs depending on the position of the above steps (1) to (3) where the break in the processing step, that is, the point where the calculation is temporarily stopped in the middle of the program is provided. For example, if an instruction with an opcode of 16 bits and an operand of 16 bits is read from the storage unit, the entire instruction of the instruction register is 32 bits.
Is a bit. In the decoding step in the arithmetic unit, the operand is left unchanged, and a part of the opcode is used for 80 arithmetic control signals, 16 register control signals, and 16 I / O addresses.
A total of 120 signals are generated, including a book, 16 memory addresses, and 16 I / O addresses and 16 memory addresses in the execution address generation step.
In the last instruction execution step of the book, I / O address 1
6 lines, memory address 16 lines, operation data 16 lines, I /
A total of 56 O control signals and 4 memory control signals output the calculation result. In this way, various signals are generated from the 32-bit instruction. Therefore, when each step is divided, a large difference occurs in the number of bits for temporarily storing the state. In other words, the number of bits in the register for storing the result increases depending on where the processing break is placed.

【0005】また、処理の途中に行なわれる命令レジス
タから演算部へのデータの転送のため、命令の読み出し
と、命令の実行とを同時に処理しようとすると、記憶部
に実行結果を格納しないうちに、次の命令が読み出さ
れ、演算部の内容が変化してしまうから、高速化のため
各処理を完全に同期させてしまうと命令の処理が行なえ
ないことになる。そこで特開昭59−135506号公
報には、CPUとメモリの間に命令を一時的に記憶する
ための外部レジスタや、演算部の内容が処理の途中で変
化しないように、外部付加回路を設けたものが開示され
ている。
In order to transfer data from the instruction register to the arithmetic unit in the middle of processing, if an instruction reading and an instruction execution are attempted at the same time, the execution result is not stored in the storage unit. Since the next instruction is read and the content of the arithmetic unit changes, the processing of the instruction cannot be performed if the respective processes are perfectly synchronized for speeding up. In view of this, Japanese Patent Laid-Open No. 59-135506 provides an external register for temporarily storing instructions between the CPU and the memory, and an external additional circuit so that the contents of the arithmetic unit do not change during the process. Have been disclosed.

【0006】本発明は、特に上記のような付加回路を設
けることなく、低価格で高速処理が実行可能な、パイプ
ライン方式によるプログラマブルコントローラを提供す
ることを目的としてなされたものである。
The present invention has been made for the purpose of providing a programmable controller of a pipeline system capable of executing high-speed processing at a low cost without providing the above-mentioned additional circuit.

【0007】[0007]

【課題を解決するための手段】上記の課題を解決するた
めの手段は、特許請求の範囲に記載されている。すなわ
ち、本発明の目的は、プログラムを記憶する記憶部と、
入力信号を受信する入力部と、前記入力信号により前記
プログラムを実行するCPUと、前記CPUの演算結果
を外部機器に出力する出力部と、前記プログラムの実行
処理手順を記憶するシステム記憶部を有するプログラマ
ブルコントローラにおいて、プログラム命令を格納する
命令記憶部、前記命令の実行結果を記録する実行結果記
憶部からなる記憶部と、前記命令記憶部から読み出した
命令を記憶する命令レジスタ、前記命令を解読する演算
部、前記命令の実行を指令する制御部からなるCPUを
有し、命令の読み出しと、これに続く解読、実行アドレ
ス生成、実行の各処理は、前記命令の読み出しに続い
て、次の命令の読み出し以下の処理を並行的に開始しタ
イミング制御による連続処理を行なうことを特徴とする
プログラマブルコントローラによって達成される。
[Means for Solving the Problems] Means for solving the above problems are described in the claims. That is, an object of the present invention is to provide a storage unit that stores a program,
An input unit that receives an input signal, a CPU that executes the program according to the input signal, an output unit that outputs a calculation result of the CPU to an external device, and a system storage unit that stores an execution processing procedure of the program In a programmable controller, an instruction storage unit that stores a program instruction, a storage unit that includes an execution result storage unit that records the execution result of the instruction, an instruction register that stores the instruction read from the instruction storage unit, and the instruction is decoded It has a CPU composed of an arithmetic unit and a control unit for instructing the execution of the above-mentioned instruction, and the reading of the instruction and the subsequent decoding, execution address generation, and execution of each processing are performed after the reading of the above-mentioned instruction. The following steps are started in parallel and continuous processing is performed by timing control. It is accomplished by rollers.

【0008】[0008]

【作用】上記の構成により、パイプライン方式による処
理を行なうプログラマブルコントローラに、特別な付加
回路を設ける必要がなく、高速処理を実行することがで
き、また、動作タイミングの変更により従来の直列処理
方式による処理も可能となり、前記命令の読み出しと前
記命令の実行を並行処理することができる。
With the above construction, it is possible to perform high-speed processing without providing a special additional circuit to the programmable controller that performs processing by the pipeline method, and the conventional serial processing method by changing the operation timing. Is also possible, and reading of the instruction and execution of the instruction can be performed in parallel.

【0009】[0009]

【実施例】図1は、本発明の一実施例のプログラマブル
コントローラ10の構成を示すブロック図である。入力
部2、出力部4、システム記憶部5は概ね従来技術に準
じた構成を有する。CPU20は、命令レジスタ13、
演算部14、制御部15を含み、記憶部は命令記憶部1
1と実行結果記憶部12からなる。本実施例の特徴は、
記憶部が命令記憶部11と実行結果記憶部12を有し、
命令記憶部11は、特定のコードに変換された命令が格
納され、命令レジスタ13に命令読み出しアドレスを出
力する。命令レジスタ13は、命令記憶部11から読み
出された命令を一時記憶しておくレジスタである。実行
結果記憶部12は、CPU20に対し実行アドレスを出
力すると共に、演算部14による実行結果を格納する。
1 is a block diagram showing the configuration of a programmable controller 10 according to an embodiment of the present invention. The input unit 2, the output unit 4, and the system storage unit 5 have a configuration according to the related art. The CPU 20 includes an instruction register 13,
The storage unit includes a calculation unit 14 and a control unit 15, and the storage unit is the instruction storage unit 1.
1 and the execution result storage unit 12. The feature of this embodiment is that
The storage unit has an instruction storage unit 11 and an execution result storage unit 12,
The instruction storage unit 11 stores an instruction converted into a specific code and outputs an instruction read address to the instruction register 13. The instruction register 13 is a register for temporarily storing the instruction read from the instruction storage unit 11. The execution result storage unit 12 outputs the execution address to the CPU 20 and also stores the execution result by the calculation unit 14.

【0010】次に、本実施例の動作を図1、図2を参照
して説明する。図2に示すような基本動作クロック21
により、制御部15は、命令読み出しアドレス22aを
出力し、命令23aを命令レジスタ13へ読み出す。次
にこの命令23aの処理を演算部14で行ない実行アド
レス24aを出力し、演算の結果25aを実行結果記憶
部12へ出力する。出力データが確定した直後に次の命
令23bを命令レジスタ13へ格納する。このようにし
て命令23a、23b…の読み出しと実行とを同時に行
なうことができ、パイプラインの区切りを命令読み出し
の直後としているので、命令読み出しのための命令レジ
スタ13を設けておくだけで命令23a、23b…を連
続して読み出すことができ、同時に実行も連続して行な
うこうとができるから、高速処理連続が可能となり、し
たがって回路構成も単純化することができる。これによ
り、一命令の処理時間をメモリアクセス時間と概ね等し
い時間に設定することが可能となった。
Next, the operation of this embodiment will be described with reference to FIGS. Basic operation clock 21 as shown in FIG.
Accordingly, the control unit 15 outputs the instruction read address 22a and reads the instruction 23a into the instruction register 13. Next, the processing of this instruction 23a is performed by the arithmetic unit 14 to output the execution address 24a, and the arithmetic result 25a is output to the execution result storage unit 12. Immediately after the output data is fixed, the next instruction 23b is stored in the instruction register 13. In this way, the instructions 23a, 23b, ... Can be read and executed at the same time, and the pipeline is delimited immediately after the instruction is read. Therefore, only by providing the instruction register 13 for reading the instruction, the instruction 23a can be provided. , 23b ... Can be continuously read out and simultaneously executed simultaneously. Therefore, high-speed processing can be continuously performed, and therefore the circuit configuration can be simplified. This makes it possible to set the processing time for one instruction to a time approximately equal to the memory access time.

【0011】図3は、命令レジスタ13、演算部14、
制御部15を1つのLSIとした場合のプログラマブル
コントローラ50のCPU30の構成を示すブロック図
である。命令レジスタ13、演算部14、制御部15は
1つのLSI32に組みこまれ、命令の処理をLSI3
2が実行するように構成したものである。LSI32の
なかに命令レジスタ13、演算部14、制御部15を組
みこみ、命令の処理をハードウェア的に処理することが
可能のように構成し、このCPUの構成によって、パイ
プライン方式による処理を実行することにより高速化が
可能であることを示す実施例である。以上の処理におい
て処理時間を制限するものはメモリのアクセス時間のみ
であるから、図1において、命令記憶部11、実行結果
記憶部12に高速処理能力有するメモリを使用したとす
れば、同じ回路構成によって、さらに一段と進んだ高速
処理の実行が可能である。
FIG. 3 shows an instruction register 13, an arithmetic unit 14,
3 is a block diagram showing a configuration of a CPU 30 of the programmable controller 50 when the control unit 15 is one LSI. FIG. The instruction register 13, the arithmetic unit 14, and the control unit 15 are incorporated into one LSI 32, and the instruction processing is performed by the LSI 3
2 is configured to execute. The instruction register 13, the arithmetic unit 14, and the control unit 15 are incorporated in the LSI 32 so that the processing of instructions can be performed by hardware, and the processing of the pipeline system is performed by the configuration of this CPU. This is an embodiment showing that the execution speed can be increased. In the above processing, the processing time is limited only by the memory access time. Therefore, in FIG. 1, if a memory having a high-speed processing capability is used for the instruction storage unit 11 and the execution result storage unit 12, the same circuit configuration is used. By this, it is possible to execute a further advanced high-speed processing.

【0012】図4は、他の実施例の構成を示す図で、図
1の実施例では、命令レジスタは1つの命令しか記憶し
ないが、本実施例の命令レジスタ43では複数の命令を
記憶できるようにしたものである。このようにすればJ
MP命令等があった場合にもJMP命令以降の分岐アド
レスを、あらかじめ読み出すことができ、JMP命令を
読み出した時点で、すかさず目的の分岐先へ処理を移行
することができ高速処理の実行が可能となる。図5は、
命令レジスタ43と命令記憶部41の関係を示す図であ
る。命令記憶部41から命令を読み出し、命令レジスタ
43へ転送すると同時に、すでに命令レジスタ43に格
納されている命令をプッシュ、すなわち移送を行なう。
このようにすれば、数ステップ後の命令を読み出すこと
が可能となる。
FIG. 4 is a diagram showing the configuration of another embodiment. In the embodiment of FIG. 1, the instruction register stores only one instruction, but the instruction register 43 of this embodiment can store a plurality of instructions. It was done like this. If you do this, J
Even if there is an MP instruction etc., the branch address after the JMP instruction can be read in advance, and when the JMP instruction is read, the processing can be immediately transferred to the target branch destination and high-speed processing can be executed. Becomes Figure 5
4 is a diagram showing a relationship between an instruction register 43 and an instruction storage unit 41. FIG. The instruction is read from the instruction storage unit 41 and transferred to the instruction register 43, and at the same time, the instruction already stored in the instruction register 43 is pushed, that is, transferred.
By doing so, it becomes possible to read the instruction after several steps.

【0013】以下、本発明の処理方式と構成を、プログ
ラマブルコントローラのCPUに適用した実施例の具体
的構成と効果について説明する。本実施例の適用によ
り、パイプラインの方式のステップ、すなわち、命令
読み出し200ns解読3ns実行アドレス生成3
ns実行200nsのうち、区切り位置を命令読み出
しの直後とすることにより、200nsの処理時間の短
縮が図られた。またこれにより、概ね10%の原価低減
を図ることができ、装置本体の大きさも約2割の削減を
みるなどの大きな効果が得られた。
The specific configuration and effect of an embodiment in which the processing system and configuration of the present invention are applied to a CPU of a programmable controller will be described below. By applying this embodiment, the steps of the pipeline system, that is, instruction reading 200 ns decoding 3 ns execution address generation 3
In the ns execution of 200 ns, the processing time of 200 ns was shortened by setting the delimiter position immediately after the instruction reading. Further, as a result, the cost can be reduced by about 10%, and the size of the main body of the apparatus can be reduced by about 20%.

【0014】[0014]

【発明の効果】本発明のプログラマブルコントローラに
よれば、通常のパイプライン処理回路の構成で必要とさ
れている実行アドレスレジスタが不要で、特別な付加回
路を設けることなく高速処理が可能となり、しかも、回
路構成が単純になるため、装置全体としての原価低減に
極めて有効である。さらに、タイミングの多少の変更で
従来の、命令読み出し、実行を繰り返し実行処理する方
式にも対応が可能となるなどの顕著な効果を奏するもの
である。
According to the programmable controller of the present invention, the execution address register, which is required in the normal pipeline processing circuit configuration, is unnecessary, and high-speed processing is possible without providing a special additional circuit. Since the circuit configuration is simple, it is extremely effective in reducing the cost of the entire device. Further, the present invention has a remarkable effect that it can be adapted to a conventional method of repeatedly executing instruction reading and execution by slightly changing the timing.

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

【図1】本発明のプログラマブルコントローラの一実施
例の構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of a programmable controller of the present invention.

【図2】本発明の一実施例における命令読み出しアドレ
スを出力し命令格納レジスタへ読み出す動作タイミング
を示す図である。
FIG. 2 is a diagram showing an operation timing of outputting an instruction read address and reading it to an instruction storage register according to an embodiment of the present invention.

【図3】本発明のプログラマブルコントローラの他の実
施例のCPUの構成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of a CPU of another embodiment of the programmable controller of the present invention.

【図4】本発明の他の実施例で命令レジスタが複数の命
令を記憶できるようにした構成図である。
FIG. 4 is a block diagram showing an instruction register capable of storing a plurality of instructions in another embodiment of the present invention.

【図5】図4の命令レジスタと命令記憶部の関係を示す
詳細図である。
5 is a detailed view showing the relationship between the instruction register and the instruction storage unit of FIG.

【図6】従来のプログラマブルコントローラの処理方式
のタイミングを示す図である。
FIG. 6 is a diagram showing a timing of a processing method of a conventional programmable controller.

【図7】従来のプログラマブルコントローラの構成を示
すブロック図である。
FIG. 7 is a block diagram showing a configuration of a conventional programmable controller.

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

1…記憶部 2…入
力部 3、20、30…CPU 4…出
力部 5…システム記憶部 10、50…プログラマブルコントローラ 11、41…命令記憶部 12…
実行結果記憶部 13、43…命令レジスタ 14…
演算部 15、45…制御部 16…命令読み出しバス 17…
実行バス 18…命令データバス 19…
制御記号 21…動作クロック 22…
命令読み出しアドレス 23…命令 24…
実行アドレス 25…実行結果 32…LSI 33…
マイコン 34…マイコンデータバス 35…
周辺インターフェース 36…外部I/Oバス
DESCRIPTION OF SYMBOLS 1 ... Storage unit 2 ... Input unit 3, 20, 30 ... CPU 4 ... Output unit 5 ... System storage unit 10, 50 ... Programmable controller 11, 41 ... Instruction storage unit 12 ...
Execution result storage unit 13, 43 ... Instruction register 14 ...
Arithmetic unit 15, 45 ... Control unit 16 ... Instruction read bus 17 ...
Execution bus 18 ... Instruction data bus 19 ...
Control symbol 21 ... Operation clock 22 ...
Instruction read address 23 ... Instruction 24 ...
Execution address 25 ... Execution result 32 ... LSI 33 ...
Microcomputer 34 ... Microcomputer data bus 35 ...
Peripheral interface 36 ... External I / O bus

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラムを記憶する記憶部と、入力信
号を受信する入力部と、前記入力信号により前記プログ
ラムを実行するCPUと、前記CPUの演算結果を外部
機器に出力する出力部と、前記プログラムの実行処理手
順を記憶するシステム記憶部を有するプログラマブルコ
ントローラにおいて、 プログラム命令を格納する命令記憶部、前記命令の実行
結果を記録する実行結果記憶部からなる記憶部と、 前記命令記憶部から読み出した命令を記憶する命令レジ
スタ、前記命令を解読する演算部、前記命令の実行を指
令する制御部からなるCPUを有し、 命令の読み出しと、これに続く解読、実行アドレス生
成、実行の各処理は、前記命令の読み出しに続いて、次
の命令の読み出し以下の処理を並行的に開始し、タイミ
ング制御による連続処理を行なうことを特徴とするプロ
グラマブルコントローラ。
1. A storage unit for storing a program, an input unit for receiving an input signal, a CPU for executing the program according to the input signal, an output unit for outputting a calculation result of the CPU to an external device, and In a programmable controller having a system storage unit that stores a program execution processing procedure, an instruction storage unit that stores a program instruction, a storage unit that is an execution result storage unit that records an execution result of the instruction, and read from the instruction storage unit An instruction register for storing the instruction, an arithmetic unit for decoding the instruction, and a CPU including a control unit for instructing the execution of the instruction, and reading the instruction and subsequent decoding, execution address generation, and execution processing. After reading the above-mentioned instruction, the following processing for reading the next instruction is started in parallel, and the timing control continues. A programmable controller characterized by performing processing.
JP23304393A 1993-09-20 1993-09-20 Programmable controller Pending JPH0792902A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23304393A JPH0792902A (en) 1993-09-20 1993-09-20 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23304393A JPH0792902A (en) 1993-09-20 1993-09-20 Programmable controller

Publications (1)

Publication Number Publication Date
JPH0792902A true JPH0792902A (en) 1995-04-07

Family

ID=16948913

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23304393A Pending JPH0792902A (en) 1993-09-20 1993-09-20 Programmable controller

Country Status (1)

Country Link
JP (1) JPH0792902A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002084421A1 (en) * 2001-04-09 2002-10-24 Mitsubishi Denki Kabushiki Kaisha Programmable controller

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002084421A1 (en) * 2001-04-09 2002-10-24 Mitsubishi Denki Kabushiki Kaisha Programmable controller
US7076641B2 (en) 2001-04-09 2006-07-11 Mitsubishi Denki Kabushiki Kaisha Programmable controller
DE10196152B3 (en) * 2001-04-09 2014-11-20 Mitsubishi Denki K.K. Programmable control device

Similar Documents

Publication Publication Date Title
JPS6351287B2 (en)
JPH0545985B2 (en)
JPH1083303A (en) Electronic circuit and method for using coprocessor
KR100188374B1 (en) Central processing unit and an arithmetic operation processing unit
JPH0792902A (en) Programmable controller
US4723258A (en) Counter circuit
JPH0377137A (en) Information processor
JP2558831B2 (en) Pipeline control method
JP3825709B2 (en) Pipeline processing method and processor device
JPH03136136A (en) Instruction execution time control system
JP2000020309A (en) Digital signal processor
JPS6242301B2 (en)
JP2845780B2 (en) Data transfer control circuit
JP2504263B2 (en) Data processing device
JPH09101891A (en) Information processor and exception processing sequencer
JPS61161509A (en) System and device for operating high speed sequence
JPH0546389A (en) Parallel processor
JPH0222417B2 (en)
JPH0744448A (en) Memory access device
JPH10301776A (en) Information processor and pipe line processing method
JPS6028014B2 (en) microprocessor
JPH08297583A (en) Processor and method for interruption processing
JPS6128140B2 (en)
JPH0194437A (en) Information processor
JPH0342721A (en) Information processor