JPH11353174A - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JPH11353174A
JPH11353174A JP10157830A JP15783098A JPH11353174A JP H11353174 A JPH11353174 A JP H11353174A JP 10157830 A JP10157830 A JP 10157830A JP 15783098 A JP15783098 A JP 15783098A JP H11353174 A JPH11353174 A JP H11353174A
Authority
JP
Japan
Prior art keywords
instruction
state
read
instructions
processing
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.)
Granted
Application number
JP10157830A
Other languages
Japanese (ja)
Other versions
JP3733746B2 (en
Inventor
Yoichi Tanaka
陽一 田中
Tatsuo Masuda
達男 増田
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.)
Panasonic Electric Works Co Ltd
Original Assignee
Matsushita Electric Works 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 Matsushita Electric Works Ltd filed Critical Matsushita Electric Works Ltd
Priority to JP15783098A priority Critical patent/JP3733746B2/en
Publication of JPH11353174A publication Critical patent/JPH11353174A/en
Application granted granted Critical
Publication of JP3733746B2 publication Critical patent/JP3733746B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Abstract

PROBLEM TO BE SOLVED: To provide the programmable controller which can execute at a high speed instruction words having extension instructions for expanding a data area and indirectly specifying addresses and is advantageous in cost. SOLUTION: In an IF state (stage), an instruction is read out and interpreted in an ID state (stage) and when it is an extension instruction, a return to the IF state (stage) is made to read a following instruction; and the contents of both the extension instruction and following instruction are interpreted together and the instructions begin to be processed (EX1...). When the read instruction is not the extension instruction (Expand), but a normal instruction, an instruction executing process such as data reading and writing, and an arithmetic process is performed according to the instruction interpretation(decoding) result.

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 having dedicated hardware capable of processing both basic bit operation instruction processing and multi-bit application instruction processing.

【0002】[0002]

【従来の技術】プログラマブルコントローラは、産業用
装置、機械、FA装置の制御に広く用いられている。最
も単純な構成は図7に示す通り、制御対象に接続された
各種I/O1と制御プログラムやデータを格納したメモ
リ2と汎用マイクロプロセッサ(以下MPUと言う)3
とで構成され、メモリ2に格納された命令をMPU3が
順次解釈実行することで制御機能を実現している。とこ
ろで制御対象となる装置の複雑化、さらなる高速化の要
求に応じて、より多数の入出力信号を高速に処理するこ
とが求められている。このため図8に示すようにビット
演算処理を主とする基本命令と複数ビットで構成される
データを処理する応用命令の−部を実行することができ
る専用ハードウェア(プロセッサ<以下BPUと言う
>)4で高速化を実現し、通信処理・周辺処理・応用命
令の実行などを行うMPU3、ユーザープログラムや内
部リレーの情報などを格納するメモリや、制御対象や周
辺装置などとの情報のやりとりを行う為の各種I/O1
などから構成されたプログラマブルコントローラが提供
されている。
2. Description of the Related Art Programmable controllers are widely used for controlling industrial equipment, machines, and FA equipment. The simplest configuration is, as shown in FIG. 7, various I / Os 1 connected to a control target, a memory 2 storing control programs and data, and a general-purpose microprocessor (hereinafter referred to as MPU) 3.
The control function is realized by the MPU 3 sequentially interpreting and executing the instructions stored in the memory 2. By the way, according to the complexity of the device to be controlled and the demand for higher speed, it is required to process a larger number of input / output signals at high speed. For this reason, as shown in FIG. 8, dedicated hardware (processor <hereinafter referred to as BPU>) capable of executing a basic instruction mainly for bit operation processing and a negative part of an application instruction for processing data composed of a plurality of bits. 4) Realizes high-speed processing, MPU 3 for performing communication processing, peripheral processing, execution of applied instructions, etc., memory for storing information of user programs and internal relays, and exchange of information with controlled objects and peripheral devices. Various I / O1 to perform
There is provided a programmable controller composed of the above.

【0003】そして更に高速化を図る手段として、ユー
ザーが作成した制御プログラムを高速実行に向く形式に
変換してからBPUで実行するという構成も提供されて
いる。このプログラマブルコントローラの構成例を図9
に示す。図9の構成では図8の構成に加えて、BPU4
のプログラムを格納するための第2のメモリ5を追加し
ている。第1のメモリ2に格納されたユーザーが作成し
た制御プログラムを変換して第2のメモリ5に転送し、
BPU4は第2のメモリ5からプログラムを読み込み順
次解釈実行することにより制御機能を実現する。図9の
構成例の場合、第2のメモリ5に展開する命令に第1の
メモリ2に格納された元の命令に比べて構造を単純化し
たRISC型の命令体系を採用したり、BPU4をパイ
プライン構成にすることにより、図8の構成に比べて更
に高速化を実現することができる。ただし命令メモリが
2組必要になることと、命令語の構成によってはMPU
3側とBPU4側でバスの構成が異なるため、バスイン
ターフェースユニット(BIU)6が新たに必要になる
など回路構成は複雑になり、その分コストも上昇する。
As means for further increasing the speed, there is also provided a configuration in which a control program created by a user is converted into a format suitable for high-speed execution and then executed by a BPU. FIG. 9 shows a configuration example of this programmable controller.
Shown in In the configuration of FIG. 9, in addition to the configuration of FIG.
The second memory 5 for storing the program is added. The control program created by the user stored in the first memory 2 is converted and transferred to the second memory 5,
The BPU 4 implements a control function by reading programs from the second memory 5 and sequentially interpreting and executing the programs. In the case of the configuration example of FIG. 9, the RISC-type instruction system whose structure is simplified as compared with the original instruction stored in the first memory 2 is adopted for the instruction to be expanded in the second memory 5, or the BPU 4 is used. By adopting the pipeline configuration, it is possible to further increase the speed as compared with the configuration in FIG. However, depending on the necessity of two sets of instruction memory and the configuration of instruction words, MPU
Since the bus configuration is different between the 3 side and the BPU 4 side, the circuit configuration becomes complicated, for example, a new bus interface unit (BIU) 6 is required, and the cost increases accordingly.

【0004】[0004]

【発明が解決しようとする課題】先にも述べた通り高速
化の要求により、プログラマブルコントローラを構成す
るための専用ハードウェア(プロセッサ)を開発してシ
ステム全体の動作速度の向上を進めてきた。その際、専
用ハードウェアで実行するための命令語は、汎用マイク
ロプロセッサのそれとは異なりプログラマブルコントロ
ーラの構成を考慮して最適なものが開発されてきた。
As described above, in response to the demand for high speed, dedicated hardware (processor) for configuring a programmable controller has been developed to improve the operation speed of the entire system. At that time, an instruction word to be executed by dedicated hardware has been developed in consideration of the configuration of a programmable controller, which is different from that of a general-purpose microprocessor.

【0005】その一方でより多数の入出力信号を処理し
たいという要求もあるが、一度専用ハードウェアの命令
語を定めてしまうと、その要求に応えることが難しくな
るという問題が生じることがある。この問題の説明のた
め、図10に専用ハードウェアの命令語の構造の例を示
す。命令語は16bit 長でそのうちの6bit が命令の種
類を示すオベコード部分(OP Code)、残りの10bit が
データ番号(DATA No.)を示す部分であるとする。この場
合、1つの命令で扱えるデータは10bit で表現できる
1024個となり、命令語を開発した時点ではこのデー
タ点数で十分であるという判断のもと、このような命令
語が定義された。しかしより多数の入出力信号を処理し
たいという要求、すなわちより多くのデータ点数を扱い
たいという要求に対しては、この命令語では対応できな
い場合がある。
On the other hand, there is a demand to process a larger number of input / output signals. However, once a dedicated hardware command is determined, it may be difficult to meet the demand. To explain this problem, FIG. 10 shows an example of the structure of an instruction word of dedicated hardware. It is assumed that the instruction word is 16 bits long, of which 6 bits are an Obe code portion (OP Code) indicating the type of instruction, and the remaining 10 bits are a portion indicating a data number (DATA No.). In this case, the number of data that can be handled by one instruction is 1024, which can be expressed by 10 bits. At the time of developing the instruction word, such an instruction word was defined based on the judgment that this number of data points was sufficient. However, a request to process a larger number of input / output signals, that is, a request to handle a larger number of data points, may not be able to be handled by this command.

【0006】そこでより多くのデータ点数を扱えるよう
に命令語を修正することを検討する必要あるが、それま
での開発資産を無駄にしないため、修正した命令語は従
来の命令語と上位互換性を持たせることが望まれる。そ
の条件を満足するように修正した命令語の構成例を図1
1に示す。命令語の中で未使用のコードを拡張命令とし
て使用することにし、拡張命令を前置した命令語はデー
タ番号にあらかじめ定めた値を加算して解釈するものと
する。図11の例では拡張命令(Expand1 )を前
置した命令語にはデータ番号に1024を、拡張命令
(Expand2)を前置した命令語にはデータ番号に
2048を加算して解釈するものとする。すなわち図1
1(a)はXリレー100番に対するST命令(スター
ト命令)、図11(b)はXリレー1124番に対する
ST命令、図11(c)はXリレー2 148番に対する
ST命令と解釈される。
Therefore, it is necessary to consider modifying the instruction word so as to handle a larger number of data points. However, the modified instruction word is upwardly compatible with the conventional instruction word so as not to waste development resources up to that time. It is desirable to have FIG. 1 shows a configuration example of a command word modified to satisfy the condition.
It is shown in FIG. An unused code in the instruction word is used as an extension instruction, and the instruction word preceding the extension instruction is interpreted by adding a predetermined value to the data number. In the example of FIG. 11, it is assumed that 1024 is added to the data number for the instruction word prefixed with the extension instruction (Expand1), and 2048 is added to the data number for the instruction word prefixed with the extension instruction (Expand2). . That is, FIG.
1 (a) is interpreted as an ST instruction (start instruction) for X relay 100, FIG. 11 (b) is interpreted as an ST instruction for X relay 1124, and FIG. 11 (c) is interpreted as an ST instruction for X relay 2 148.

【0007】このように命令語の未使用コードをデータ
領域の拡張に用いる拡張命令として使用することによ
り、多数の入出力信号を処理したいという要求に応える
ことができる。また同様に未使用コードをインデックス
修飾と呼ぶデータアドレスの間接指定に用いることによ
り、プログラム開発の自由度を上げることにも役立てる
ことができる。ところでこのような拡張命令を追加する
前の命令語が図8の構成のプログラマブルコントローラ
と同時に開発されたものである場合、命令語を実行する
BPU4は追加された拡張命令を解釈実行できないた
め、このような命令語を使用することはできない。また
ユーザーが作成した制御プログラムをまったく別の形式
の命令語に変換してから実行する図9の構成のプログラ
マブルコントローラではこのような拡張命令の追加にも
対応できるが、その場合にはデータ点数の増加と処理速
度の向上と引き替えにコスト上昇という欠点も生じるこ
とになる。
By using an unused code of an instruction word as an extension instruction used to extend a data area, it is possible to meet a demand for processing a large number of input / output signals. Similarly, by using an unused code for indirect specification of a data address called an index modification, it is possible to increase the degree of freedom in program development. By the way, if the instruction word before adding such an extended instruction is developed simultaneously with the programmable controller having the configuration of FIG. 8, the BPU 4 executing the instruction word cannot interpret and execute the added extended instruction. Such a command cannot be used. Further, the programmable controller having the configuration shown in FIG. 9, which converts the control program created by the user into a completely different type of instruction word and then executes it, can cope with the addition of such an extended instruction. In exchange for the increase in the processing speed and the increase in the processing speed, there is also a disadvantage that the cost increases.

【0008】一方、図7のように専用ハードウェア(B
PU)を用いずにMPU3のソフトウェア処理だけで命
令を解釈実行することもできるが、この場合は高速処理
の要求に応えることが難しくなる。
On the other hand, as shown in FIG. 7, dedicated hardware (B
The instruction can be interpreted and executed only by the software processing of the MPU 3 without using the PU, but in this case, it becomes difficult to meet the demand for high-speed processing.

【0009】本発明は上述の点に鑑みて為されたもの
で、その目的とするところは、データの領域の拡大やア
ドレスの間接指定を行うための拡張命令をもった命令語
を高速に実行することができ、しかもコスト的にも安価
なプログラマブルコントローラを提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above points, and has as its object to quickly execute an instruction word having an extended instruction for expanding a data area or indirectly specifying an address. It is another object of the present invention to provide a programmable controller which can be implemented at a low cost.

【0010】[0010]

【発明を解決するための手段】請求項1の発明では、制
御対象に接続されたI/Oと、制御プログラムやデータ
を格納するメモリと、通信処理・周辺処理・応用命令の
実行を少なくとも行う汎用マイクロプロセッサとを備え
るとともに、通常の命令の前に配置することでデータ領
域の拡張やアドレスの間接指定を可能とした専用の拡張
命令や、基本的なビット演算命令、複数ビットの応用命
令等の命令語を順次読み込み、基本的なビット演算命
令、複数ビットの応用命令であればそれらの命令の処理
を実行し、拡張命令を読み込んだ場合には、後続の通常
命令も読み込み、これら拡張命令,通常命令をあわせて
命令の内容を解釈した後、命令の処理を実行する専用ハ
ードウェアを備えたことを特徴する。
According to the first aspect of the present invention, at least an I / O connected to a control target, a memory for storing a control program and data, and communication processing, peripheral processing, and execution of application instructions are performed. It has a general-purpose microprocessor and a dedicated extended instruction that can be expanded before the normal instruction to expand the data area and indirectly specify the address, basic bit operation instructions, multi-bit applied instructions, etc. Are sequentially read, the basic bit operation instruction, and if it is a multi-bit application instruction, the processing of those instructions is executed. If an extended instruction is read, the subsequent normal instruction is also read. The present invention is characterized in that special hardware is provided for executing the processing of the instruction after interpreting the contents of the instruction together with the normal instruction.

【0011】請求項2の発明では、請求項1の発明にお
いて、上記専用ハードウェアの制御をステートマシンで
行い、命令読み出しを行うステートから通常命令か拡張
命令かを判断する処理を独立したステートに分離したこ
とを特徴とする。
According to a second aspect of the present invention, in the first aspect of the present invention, the dedicated hardware is controlled by a state machine, and a process of determining whether an instruction is a normal instruction or an extended instruction from an instruction reading state is changed to an independent state. It is characterized by being separated.

【0012】請求項3の発明では、請求項1の発明にお
いて、上記専用ハードウェアの制御をステートマシンで
行い、命令読み出しを行うステートを、最初の1語目を
読み出すステートと2語目以降の命令語を読み出すステ
ートとで構成したことを特徴とする。
According to a third aspect of the present invention, in the first aspect of the present invention, the dedicated hardware is controlled by a state machine, and the instruction readout state is changed to a state in which the first word is read and a state in which the first word is read. And a state for reading a command word.

【0013】請求項4の発明では、請求項1乃至3の何
れかの発明において、拡張命令を読み込む処理におい
て、読み込んだ拡張命令の内容を後で判別できるための
最小限のデータ量に変換して内部の専用記憶手段に記憶
し該記憶データを用いて命令実行の処理を行うことを特
徴とする。
According to a fourth aspect of the present invention, in the processing for reading an extension instruction according to any one of the first to third aspects, the content of the read extension instruction is converted into a minimum data amount that can be determined later. Stored in dedicated internal storage means for executing the instruction execution process using the stored data.

【0014】請求項5の発明では、請求項1乃至4の何
れかの発明において、上記専用ハードウェアが実行処理
する命令中、類似処理を行う命令を複数のグループに分
類し、上記専用ハードウェアを制御するステートマシン
の命令実行を行うステートをグループ別に独立させたこ
とを特徴とする。
According to a fifth aspect of the present invention, in the invention of any one of the first to fourth aspects, among the instructions executed by the dedicated hardware, instructions for performing similar processing are classified into a plurality of groups, and The state of executing the instruction of the state machine for controlling the state is controlled independently for each group.

【0015】[0015]

【発明の実施の形態】本発明は、データ点数の拡張やア
ドレスの間接指定を行うための拡張命令を追加した命令
語を実行するプログラマブルコントローラを実現するに
あたり、動作速度とコストのトレードオフを考慮して図
8の構成を採用することにする。ここで拡張命令を実行
する専用ハードウェアたるBPU4は、通常命令を読み
込んだ時はその処理を、拡張命令を読み込んだときは更
に後続の通常命令を読み込んであわせて命令の内容を解
釈し、命令を実行することが可能なものとする。 以下
本発明を、実施形態により説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention considers a trade-off between operating speed and cost in implementing a programmable controller that executes an instruction word to which an extended instruction for extending the number of data points and indirectly specifying an address is added. Then, the configuration of FIG. 8 is adopted. Here, the BPU 4 serving as dedicated hardware for executing the extension instruction interprets the processing of the instruction when the ordinary instruction is read and interprets the contents of the instruction together with the subsequent ordinary instruction when the extension instruction is read. Can be executed. Hereinafter, the present invention will be described with reference to embodiments.

【0016】(実施形態1)本実施形態は図11
(b)、(c)に示すように、通常の命令だけでなく別
に定めた拡張命令(Expand)を通常の命令の前に
配置することによりデータ領域の拡張やアドレスの間接
指定が可能となる命令語を定義し、その命令語を順次読
み込み解釈実行する専用ハードウェアを実現し、それを
用いて図8と同様な構成のプログラマブルコントローラ
を実現したもので、BPU4の制御を図1で示すステー
トマシンで実現した。図1で用いられているステートの
意味は IF:命令読み出し(Instruction Fetch ) ID:命令解読(Instruction Decode) EX:実行(Execute) で、図1ではIFステート(ステージ)で命令を読み出
し、それを、IDステート(ステージ)で解釈した後、
もしそれが拡張命令だった場合は再びIFステート(ス
テージ)に戻ってさらに後続の命令読み出し処理を行
い、拡張命令と後続の命令とを併せて命令の内容を解釈
して命令の処理実行(EX1,…)に移る。また読み出
した命令が拡張命令(Expand)ではなく通常命令
だった場合は命令解釈(解読)結果に従ってデータの読
み書きや演算処理等の命令実行処理に移る。なお図では
ステートマシンの一部のみを図示している。またハード
ウェア構成は図8と同じであるから、図8を参照し、こ
こでは図示しない。 (実施形態2)本発明のように拡張命令を前置した命令
の場合、上述したように命令解読と命令読み出しが繰り
返されることになるが、この命令解読処理を本実施形態
では、図2のステートマシンの状態遷移で示すように ID1:通常命令または拡張命令を判断する処理 ID2:それ以外の命令解読処理 に分割しており、IF1ステート(ステージ)で命令を
読み出し、命令解読ステート(ステージ)ID1で通常
命令又は拡張命令の判断処理をすることにより、命令実
行の高速化を図ることができる。
(Embodiment 1) This embodiment is shown in FIG.
As shown in (b) and (c), by arranging not only a normal instruction but also a separately defined expansion instruction (Expand) before the normal instruction, it is possible to expand a data area and indirectly specify an address. A dedicated hardware which defines an instruction word, sequentially reads and interprets the instruction word, and realizes a programmable controller having the same configuration as that shown in FIG. 8 using the hardware, controls the BPU 4 in the state shown in FIG. Realized by machine. The meaning of the state used in FIG. 1 is IF: Instruction Fetch (Instruction Fetch) ID: Instruction Decode (Instruction Decode) EX: Execute (Execute), and in FIG. 1 an instruction is read in the IF state (stage) and is read. , After interpreting in the ID state (stage),
If the instruction is an extension instruction, the process returns to the IF state (stage) again to perform a subsequent instruction reading process, interprets the contents of the instruction together with the extension instruction and the subsequent instruction, and executes the processing of the instruction (EX1). , ...). If the read instruction is not an extended instruction (Expand) but a normal instruction, the process proceeds to instruction execution processing such as data reading / writing or arithmetic processing according to the instruction interpretation (decoding) result. In the figure, only a part of the state machine is shown. Since the hardware configuration is the same as that of FIG. 8, reference is made to FIG. 8 and not shown here. (Embodiment 2) In the case of an instruction preceded by an extension instruction as in the present invention, instruction decoding and instruction reading are repeated as described above. In this embodiment, this instruction decoding processing is performed in FIG. As shown by the state transition of the state machine, ID1: processing for judging a normal instruction or an extended instruction ID2: divided into other instruction decoding processing, an instruction is read in the IF1 state (stage), and the instruction decoding state (stage) is read. The execution of the instruction can be speeded up by performing the judgment processing of the normal instruction or the extended instruction with ID1.

【0017】図3(a)、(b)の命令実行時のタイミ
ングチャートに示すように、通常命令のみの場合は命令
解読ステート(ステージ)を分割しない図1のステート
マシンを用いた構成(図3(a)の場合)でも本実施形
態のように命令解読ステート(ステージ)を分割した構
成(図3(b)の場合)でも、命令実行時間は変わらな
い。しかし通常命令の前に拡張命令が配置された命令を
実行する場合は、本実施形態では図3(e) に示すよう
に、最初の命令語を読み込んでそれが拡張命令であると
判断し、更に命令語を読み込む動作が速くなるので、命
令解読ステート(ステージ)を分割しない図1のステー
トマシンを用いた図3(d)の場合に比べて命令実行時
間を短縮することができる。 尚ハードウェア構成は図8
と同じであるから,図8を参照し、ここでは図示しな
い。
As shown in the timing charts at the time of instruction execution in FIGS. 3A and 3B, the configuration using the state machine of FIG. 1 in which the instruction decoding state (stage) is not divided in the case of only ordinary instructions (FIG. 3) 3 (a)) or the configuration in which the instruction decoding state (stage) is divided as in the present embodiment (in the case of FIG. 3 (b)), the instruction execution time does not change. However, when executing an instruction in which an extension instruction is arranged before a normal instruction, in the present embodiment, as shown in FIG. 3E, the first instruction word is read and determined to be an extension instruction. Further, since the operation of reading the instruction word becomes faster, the instruction execution time can be reduced as compared with the case of FIG. 3D using the state machine of FIG. 1 in which the instruction decoding state (stage) is not divided. The hardware configuration is shown in FIG.
Therefore, FIG. 8 is referred to and not shown here.

【0018】(実施形態3)ところで命令を実行するB
PU4には命令を読み込むための命令レジスタは1つし
か無いため、読み込んだ命令語が拡張命令であった場合
はその情報をBPU4内部に記憶して更に後続の命令を
読み込む。拡張命令を読み込んだという情報を記憶しな
いと命令レジスタの内容が後続命令で上書きされてしま
うためであるが、この拡張命令を読み込んだと言う情報
は最初の命令語を読み込む度にクリアしなければ、いま
実行している命令が拡張命令を前置していない命令であ
っても、前に実行された命令が拡張命令付きの命令だっ
た場合にその拡張命令の情報が現在の命令実行に悪影響
を及ぼすことになる。
(Embodiment 3) By the way, B for executing an instruction
Since the PU 4 has only one instruction register for reading an instruction, if the read instruction word is an extension instruction, the information is stored in the BPU 4 and further instructions are read. If you do not store the information that the extension instruction has been read, the contents of the instruction register will be overwritten by the subsequent instruction.However, the information that reads this extension instruction must be cleared every time the first instruction word is read. Even if the currently executed instruction does not precede the extended instruction, if the previously executed instruction is an instruction with an extended instruction, the information of the extended instruction will adversely affect the current instruction execution Will be exerted.

【0019】また命令語を読む込むときに無条件に拡張
命令の情報をクリアすると、拡張命令を読み込んだ後の
命令読み込みで拡張命令がクリアされてしまうので、正
しく命令を実行することができなくなる。このように
「最初の命令語を読み込んだ時に拡張命令情報をクリ
ア」しなければならないが、これを実現するためには命
令語読み込みと拡張命令情報のセットとクリアに関して
複雑な制御回路を構成する必要が生じる。そこでステー
トマシンの命令読み出し処理を、最初の1語目を読み出
すステートと2語目以降の命令語を読み出すステートの
2つで実現することで、命令を実行する専用ハードウェ
アの制御回路を簡単にする。
If the information of the extension instruction is unconditionally cleared when the instruction word is read, the extension instruction is cleared by reading the instruction after the extension instruction is read, so that the instruction cannot be executed correctly. . As described above, “extended instruction information must be cleared when the first instruction word is read”. To realize this, a complicated control circuit is configured for instruction word reading and setting and clearing of the extended instruction information. Need arises. Therefore, by executing the instruction reading process of the state machine in two states, one for reading the first word and the other for reading the second and subsequent words, the control circuit of dedicated hardware for executing instructions can be simplified. I do.

【0020】本実施形態のBPU4を制御するステート
マシンの状態遷移は上記実施形態と同様に図2に示すス
テートマシンの状態遷移を用いる。図4は本実施形態の
命令実行時のタイミングチャートを示す。
The state transition of the state machine that controls the BPU 4 of this embodiment uses the state transition of the state machine shown in FIG. 2 as in the above embodiment. FIG. 4 is a timing chart at the time of executing an instruction according to the present embodiment.

【0021】本実施形態では図4(a)又は(c)に示
す命令読み出しを行うIF1ステート(ステージ)で拡
張命令情報を図4(b)又は(d)に示すようにBPU
4内の拡張命令情報レジスタ(図示せず)をクリアする
ので、通常命令のみの図4(a)、(b)の場合でも拡
張命令が前置された図4(c)、(d)の場合でも、命
令読み出し開始時に前の命令の影響を取り消すことがで
きる。そして解読の結果最初に読み込んだ命令語が拡張
命令でさらに命令語を読み込む必要があるときはIF1
ステート(ステージ)ではなくIF2ステート(ステー
ジ)に遷移して命令読み出しを行い、この時には命令解
読の結果セットされた拡張命令情報(Expand1)
をクリアしないので、この拡張命令情報(Expand
1)を用いて誤りなく命令を実行することができる。
In this embodiment, in the IF1 state (stage) for reading the instruction shown in FIG. 4A or 4C, the extended instruction information is stored in the BPU as shown in FIG. 4B or 4D.
Since the extension instruction information register (not shown) in FIG. 4 is cleared, even in the case of FIGS. 4 (a) and 4 (b) where only the normal instruction is used, the extension instruction of FIGS. Even in this case, the effect of the previous instruction can be canceled at the start of the instruction reading. If the first instruction read as a result of decoding is an extended instruction and it is necessary to read another instruction, IF1
The instruction is read by transiting to the IF2 state (stage) instead of the state (stage), and at this time, the extended instruction information (Expand1) set as a result of the instruction decoding
Is not cleared, the extended instruction information (Expand
The instruction can be executed without error using 1).

【0022】このようにデータ領域の拡張やアドレスの
間接指定を行うための拡張命令を読み込んだ時には、そ
の情報をBPU4内部の専用記憶手段である拡張命令情
報レジスタに記憶するが、このとき拡張命令を命令語の
形式そのままで保存するのではなく、拡張命令の判別が
できる必要最小限の情報量に変換して記憶すると、ハー
ドウェアの規模を削減することができる。 ここで図1
0で示したように命令語のデータ幅を16bit とし、拡
張命令の種類が合計7種だとすると、命令語の形式でそ
のまま記憶する場合には16bit 長の記憶場所が必要に
なるが、7種の拡張命令を表現するには拡張命令の有無
1bit と拡張命令の番号を示す3bit の合計4bit でで
きるため、そのように拡張命令情報を変換すれば4bit
の記憶場所ですむことになる。
When the extension instruction for extending the data area or indirectly specifying the address is read in this way, the information is stored in the extension instruction information register which is a dedicated storage means in the BPU 4. Is stored in the form of the command word as it is, instead of being stored as it is, by converting it into the minimum necessary amount of information that can determine the extension command, the scale of the hardware can be reduced. Here, FIG.
As shown by 0, assuming that the data width of the instruction word is 16 bits and the types of the extended instructions are seven in total, a 16-bit storage location is required to store the instruction word format as it is. An extended instruction can be expressed by a total of 4 bits: 1 bit for the presence or absence of the extended instruction and 3 bits indicating the number of the extended instruction.
Memory location.

【0023】図4で示した「拡張命令情報レジスタ」
は、このように拡張命令の有無、種類を判別するために
必要最小限のbit 幅で構成されている。
"Extended instruction information register" shown in FIG.
Is constituted by the minimum bit width necessary to determine the presence / absence and type of the extension instruction.

【0024】(実施形態4)ところで、命令を解読した
後は、解読した内容に従ってデータの読み書きや演算処
理などの命令実行処理が行われる。これが図2のステー
トマシンで示したEX1、EX2ステート(ステージ)
であるが、プログラマブルコントローラの命令の種類に
よりアクセスするデータのアドレスも様々であり、そも
そも命令の種類によってはメモリヘのアクセスが必要な
いものや1つだけメモリからの読み込みが必要なもの、
1つのデータを読み込んでそれを基に演算処理を行いそ
の結果を再び1つのメモリに書き込むものや、複数のメ
モリの値を読み込んで演算処理を行いその結果を複数の
メモリに書き込むものなど様々なものがあり、それらを
すべて場合分けしてEX1、EX2、…ステート(ステ
ージ)で実行するとステート1つあたりの処理が複雑に
なり、命令実行にかかる時間も多くなってしまう。そこ
でプログラマブルコントローラの命令をメモリヘのアク
セスの様子などに注目してよく似た処理を行う命令のグ
ループに分類して、ステートマシンの命令実行を行うス
テートを命令のグループ別に独立して持たせることによ
り、命令の実行速度を向上させることにしたのが本実施
形態である。
(Embodiment 4) By the way, after a command is decoded, an instruction execution process such as data read / write or arithmetic processing is performed according to the decoded content. This is the EX1, EX2 state (stage) shown in the state machine of FIG.
However, the address of the data to be accessed varies depending on the type of the instruction of the programmable controller. Depending on the type of the instruction, the one that does not need to access the memory or the one that only needs to be read from the memory,
There are various types such as one that reads one data and performs arithmetic processing based on it and writes the result to one memory again, and one that reads values of multiple memories and performs arithmetic processing and writes the result to multiple memories. If all of these are executed in the EX1, EX2,... States (stages), the processing per state becomes complicated, and the time required for executing the instructions also increases. Therefore, the instructions of the programmable controller are classified into groups of instructions that perform similar processing by focusing on the state of access to the memory, etc., and the state that executes the instructions of the state machine is independently provided for each group of instructions. In this embodiment, the execution speed of the instruction is improved.

【0025】図5は本実施形態のステートマシンの状態
遷移を示し、図6は実施形態2の場合の命令実行時と本
実施形態の命令実行時を比較するためののタイミングチ
ャートを示す。
FIG. 5 shows the state transition of the state machine of the present embodiment, and FIG. 6 shows a timing chart for comparing the instruction execution time in the second embodiment with the instruction execution time in the present embodiment.

【0026】本実施形態のステートマシンは図2のステ
ートマシンに比べてステートD2の後のEX1、EX
2、EX3、…の命令実行に関するステートが命令のグ
ループ分けに応じて複数(EXA1,…、EXB1,
…、EXC1,…、)に分割している。このためステー
トマシンの規模は大きくなり、専用ハードウェアである
BPU4の規模も大きくなるが、その反面EXステート
(ステージ)の1つが実行する処理の内容は少なくなる
ため、ステート(ステージ)1つにかかる時間を少なく
することができる。図6(b)に示すように命令のグル
ープ分けに応じて複数に分割することによりEXステー
ト(ステージ)に関する処理が図6(a)に示す場合に
比べて速くなり、その結果命令実行速度を向上させるこ
とができる。
The state machine of this embodiment is different from the state machine of FIG. 2 in that EX1 and EX after the state D2.
, EXB3,..., EXB1,..., EXB1,.
.., EXC1,...). For this reason, the scale of the state machine is increased, and the scale of the BPU 4 which is dedicated hardware is also increased. On the other hand, since the content of processing executed by one of the EX states (stages) is reduced, only one state (stage) is required. Such time can be reduced. As shown in FIG. 6B, by dividing the instruction into a plurality of groups in accordance with the instruction grouping, the processing related to the EX state (stage) is faster than that in the case shown in FIG. 6A, and as a result, the instruction execution speed is reduced. Can be improved.

【0027】[0027]

【発明の効果】請求項1の発明は、制御対象に接続され
たI/Oと、制御プログラムやデータを格納するメモリ
と、通信処理・周辺処理・応用命令の実行を少なくとも
行う汎用マイクロプロセッサとを備えるとともに、通常
の命令の前に配置することでデータ領域の拡張やアドレ
スの間接指定を可能とした専用の拡張命令や、基本的な
ビット演算命令、複数ビットの応用命令等の命令語を順
次読み込み、基本的なビット演算命令、複数ビットの応
用命令であればそれらの命令の処理を実行し、拡張命令
を読み込んだ場合には、後続の通常命令も読み込み、こ
れら拡張命令,通常命令をあわせて命令の内容を解釈し
た後、命令の処理を実行する専用ハードウェアを備えた
ので、データ領域の拡大やアドレスの間接指定を行うた
めの拡張命令を持った命令語を高速に実行することがで
き、また構成も簡単でコストも安価であるという効果が
ある。
According to the first aspect of the present invention, there is provided an I / O connected to a control target, a memory for storing a control program and data, and a general-purpose microprocessor for performing at least communication processing, peripheral processing, and execution of application instructions. In addition to special instructions, such as special extended instructions that enable data area expansion and indirect addressing by placing them before normal instructions, basic bit operation instructions, and multi-bit applied instructions, If it is a sequential read, basic bit operation instruction, or multi-bit application instruction, execute the processing of those instructions. If an extended instruction is read, the subsequent normal instruction is also read. In addition, the dedicated hardware that executes the instruction processing after interpreting the instruction content is provided, so it has extended instructions for expanding the data area and indirectly specifying addresses. Instruction word to be able to run faster, and there is an effect that the configuration is also a simple cost is also inexpensive.

【0028】請求項2の発明は、請求項1の発明におい
て、上記専用ハードウェアの制御をステートマシンで行
い、命令読み出しを行うステートから通常命令か拡張命
令かを判断する処理を独立したステートに分離したの
で、上記拡張命令を前置した命令を実行する際の高速化
を実現することができるという効果がある。
According to a second aspect of the present invention, in the first aspect of the present invention, the dedicated hardware is controlled by a state machine, and the process of determining whether the instruction is a normal instruction or an extended instruction from the state in which the instruction is read is changed to an independent state. Because of the separation, there is an effect that it is possible to realize high-speed execution of the instruction preceding the extended instruction.

【0029】請求項3の発明は、請求項1の発明におい
て、上記専用ハードウェアの制御をステートマシンで行
い、命令読み出しを行うステートを、最初の1語目を読
み出すステートと2語目以降の命令語を読み出すステー
トとで構成したので、命令読み出しと拡張命令の情報の
記憶処理を簡単にすることができ、制御回路の設計を容
易にできるという効果がある。
According to a third aspect of the present invention, in the first aspect of the present invention, the dedicated hardware is controlled by a state machine, and a state in which an instruction is read is a state in which the first word is read and a state in which the first word is read. Since the configuration is made up of a state in which the instruction word is read, it is possible to simplify the instruction reading and the storage processing of the information of the extension instruction, and it is possible to easily design the control circuit.

【0030】請求項4の発明は、請求項1乃至3の何れ
かの発明において、拡張命令を読み込む処理において、
読み込んだ拡張命令の内容を後で判別できるための最小
限のデータ量に変換して内部の専用記憶手段に記憶し該
記憶データを用いて命令実行の処理を行うので、読み込
んだ拡張命令の情報を記憶する記憶手段の規模を削減す
ることができ、プログラマブルコントローラの中の命令
を実行する専用ハードウェア部分の規模を削減すること
ができるという効果がある。
According to a fourth aspect of the present invention, in the processing for reading an extension instruction according to any one of the first to third aspects,
The content of the read extended instruction is converted into a minimum data amount that can be determined later and stored in an internal dedicated storage unit, and the instruction is executed using the stored data. And the size of a dedicated hardware portion for executing instructions in the programmable controller can be reduced.

【0031】請求項5の発明は、請求項1乃至4の何れ
かの発明において、上記専用ハードウェアが実行処理す
る命令中、類似処理を行う命令を複数のグループに分類
し、上記専用ハードウェアを制御するステートマシンの
命令実行を行うステートをグループ別に独立させたの
で、命令実行速度を向上させることができるという効果
がある。
According to a fifth aspect of the present invention, in any one of the first to fourth aspects of the present invention, among the instructions executed by the dedicated hardware, instructions for performing similar processing are classified into a plurality of groups, and Since the state of executing the instruction of the state machine for controlling the state is made independent for each group, there is an effect that the instruction execution speed can be improved.

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

【図1】実施形態1に用いる専用ハードウェアを制御す
るステートマシンの構成図である。
FIG. 1 is a configuration diagram of a state machine that controls dedicated hardware used in a first embodiment.

【図2】実施形態2に用いる専用ハードウェアを制御す
るステートマシンの構成図である。
FIG. 2 is a configuration diagram of a state machine that controls dedicated hardware used in a second embodiment.

【図3】同上の動作説明用タイミングチャートである。FIG. 3 is a timing chart for explaining the above operation.

【図4】実施形態3の動作説明用タイミングチャートで
ある。
FIG. 4 is a timing chart for explaining the operation of the third embodiment.

【図5】実施形態4に用いる専用ハードウェアを制御す
るステートマシンの構成図である。
FIG. 5 is a configuration diagram of a state machine that controls dedicated hardware used in a fourth embodiment.

【図6】同上の動作説明用タイミングチャートである。FIG. 6 is a timing chart for explaining the above operation.

【図7】プログラマブルコントローラの一例を示す構成
図である。
FIG. 7 is a configuration diagram illustrating an example of a programmable controller.

【図8】プログラマブルコントローラの別の例を示す構
成図である。
FIG. 8 is a configuration diagram showing another example of the programmable controller.

【図9】プログラマブルコントローラの他の例を示す構
成図である。
FIG. 9 is a configuration diagram showing another example of a programmable controller.

【図10】プログラマブルコントローラの命令語の構造
説明図である。
FIG. 10 is an explanatory diagram of a structure of a command word of the programmable controller.

【図11】(a)は通常命令の説明図である。(b)は
通常命令と拡張命令との説明図である。(c)は通常命
令と別の拡張命令との説明図である。
FIG. 11A is an explanatory diagram of a normal instruction. (B) is an explanatory diagram of a normal instruction and an extended instruction. (C) is an explanatory diagram of a normal instruction and another extended instruction.

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

IF 命令読み出しのステート(ステージ) ID 命令解読のステート(ステージ) EX1,… 実行のステート(ステージ) IF Instruction reading state (stage) ID Instruction decoding state (stage) EX1,... Execution state (stage)

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】制御対象に接続されたI/Oと、制御プロ
グラムやデータを格納するメモリと、通信処理・周辺処
理・応用命令の実行を少なくとも行う汎用マイクロプロ
セッサとを備えるとともに、通常の命令の前に配置する
ことでデータ領域の拡張やアドレスの間接指定を可能と
した専用の拡張命令や、基本的なビット演算命令、複数
ビットの応用命令等の命令語を順次読み込み、基本的な
ビット演算命令、複数ビットの応用命令であればそれら
の命令の処理を実行し、拡張命令を読み込んだ場合に
は、後続の通常命令も読み込み、これら拡張命令,通常
命令をあわせて命令の内容を解釈した後、命令の処理を
実行する専用ハードウェアを備えたことを特徴するプロ
グラマブルコントローラ。
An I / O connected to an object to be controlled, a memory for storing a control program and data, a general-purpose microprocessor for performing at least communication processing, peripheral processing, and execution of applied instructions, and a general instruction A special extension instruction that enables the data area to be expanded and the address can be indirectly specified by placing it in front of, a basic bit operation instruction, a multi-bit application instruction, etc. If the instruction is an arithmetic instruction or a multi-bit application instruction, execute the processing of those instructions. If an extended instruction is read, the subsequent ordinary instruction is also read, and the contents of the instruction are interpreted together with these extended instructions and ordinary instructions. And a dedicated controller for executing instruction processing.
【請求項2】上記専用ハードウェアの制御をステートマ
シンで行い、命令読み出しを行うステートから通常命令
か拡張命令かを判断する処理を独立したステートに分離
したことを特徴とする請求項1記載のプログラマブルコ
ントローラ。
2. The method according to claim 1, wherein the control of the dedicated hardware is performed by a state machine, and a process of judging whether the instruction is a normal instruction or an extended instruction is separated into an independent state from a state in which the instruction is read. Programmable controller.
【請求項3】上記専用ハードウェアの制御をステートマ
シンで行い、命令読み出しを行うステートを、最初の1
語目を読み出すステートと2語目以降の命令語を読み出
すステートとで構成したことを特徴とする請求項1記載
のプログラマブルコントローラ。
3. A state in which the dedicated hardware is controlled by a state machine and an instruction is read out by a first one.
2. The programmable controller according to claim 1, wherein the programmable controller comprises a state for reading a word and a state for reading an instruction word after the second word.
【請求項4】拡張命令を読み込む処理において、読み込
んだ拡張命令の内容を後で判別できるための最小限のデ
ータ量に変換して内部の専用記憶手段に記憶し該記憶デ
ータを用いて命令実行の処理を行うことを特徴とする請
求項1乃至3の何れか記載のプログラマブルコントロー
ラ。
4. A process for reading an extended instruction, converting the content of the read extended instruction into a minimum data amount that can be determined later, storing the converted data in an internal dedicated storage means, and executing the instruction using the stored data. The programmable controller according to any one of claims 1 to 3, wherein the processing is performed.
【請求項5】上記専用ハードウェアが実行処理する命令
中、類似処理を行う命令を複数のグループに分類し、上
記専用ハードウェアを制御するステートマシンの命令実
行を行うステートをグループ別に独立させたことを特徴
とする請求項1乃至4の何れか記載のプログラマブルコ
ントローラ。
5. The instructions executed by the dedicated hardware are classified into a plurality of groups for executing similar processing, and the states for executing instructions of a state machine for controlling the dedicated hardware are made independent for each group. The programmable controller according to any one of claims 1 to 4, wherein:
JP15783098A 1998-06-05 1998-06-05 Programmable controller Expired - Fee Related JP3733746B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP15783098A JP3733746B2 (en) 1998-06-05 1998-06-05 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP15783098A JP3733746B2 (en) 1998-06-05 1998-06-05 Programmable controller

Publications (2)

Publication Number Publication Date
JPH11353174A true JPH11353174A (en) 1999-12-24
JP3733746B2 JP3733746B2 (en) 2006-01-11

Family

ID=15658268

Family Applications (1)

Application Number Title Priority Date Filing Date
JP15783098A Expired - Fee Related JP3733746B2 (en) 1998-06-05 1998-06-05 Programmable controller

Country Status (1)

Country Link
JP (1) JP3733746B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226276A (en) * 2008-06-09 2008-09-25 Matsushita Electric Works Ltd Programmable controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226276A (en) * 2008-06-09 2008-09-25 Matsushita Electric Works Ltd Programmable controller

Also Published As

Publication number Publication date
JP3733746B2 (en) 2006-01-11

Similar Documents

Publication Publication Date Title
JP3330378B2 (en) Real-time programming language accelerator
US20030221087A1 (en) Information processing system
WO2009098737A1 (en) External device access apparatus, its controlling method and system lsi
EP0240606B1 (en) Pipe-line processing system and microprocessor using the system
US7603542B2 (en) Reconfigurable electric computer, semiconductor integrated circuit and control method, program generation method, and program for creating a logic circuit from an application program
JPH0683615A (en) Computer for executing instruction set emulation
JPH0619711B2 (en) Data processing system with priority branch mechanism
JP3733746B2 (en) Programmable controller
US6766448B2 (en) Microcomputer for transferring program data to an internal memory from an external memory connected via a bus and a method therefor
JPH056281A (en) Information processor
JP2826309B2 (en) Information processing device
US20010023481A1 (en) Processor that executes control signals included in operand section of control instruction
JP2000112754A (en) Data processor
JPH08249018A (en) Multiprocessor arithmetic unit and programmable controller having the arithmetic unit
US6832309B2 (en) Generation of modified commands repeatedly from feedback or base command
JP4813823B2 (en) Test system and test method
JP2009258936A (en) Information processor, information processing method and computer program
JP2000029508A (en) Programmable controller
JP2782987B2 (en) Computer equipment
JP2000231494A (en) Software execution system and software executing method
JPS6362065A (en) Data transfer control system
JPS5829051A (en) Operation processing device
JP3027984B2 (en) Single chip microcomputer
JPH11134202A (en) Task switching device
JPH0131218B2 (en)

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050624

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050705

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20051010

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

Free format text: PAYMENT UNTIL: 20081028

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20091028

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20091028

Year of fee payment: 4

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

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

Free format text: PAYMENT UNTIL: 20091028

Year of fee payment: 4

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20101028

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20101028

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111028

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20111028

Year of fee payment: 6

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

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

Free format text: PAYMENT UNTIL: 20111028

Year of fee payment: 6

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20111028

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121028

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees