JPH04286002A - Programmable controller and method and device for programming - Google Patents

Programmable controller and method and device for programming

Info

Publication number
JPH04286002A
JPH04286002A JP5089491A JP5089491A JPH04286002A JP H04286002 A JPH04286002 A JP H04286002A JP 5089491 A JP5089491 A JP 5089491A JP 5089491 A JP5089491 A JP 5089491A JP H04286002 A JPH04286002 A JP H04286002A
Authority
JP
Japan
Prior art keywords
programmable controller
program
sequence program
automatically
regularity
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
JP5089491A
Other languages
Japanese (ja)
Other versions
JP2916015B2 (en
Inventor
Atsushi Ito
厚 伊東
Shingo Furusawa
古澤 伸吾
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 JP5089491A priority Critical patent/JP2916015B2/en
Publication of JPH04286002A publication Critical patent/JPH04286002A/en
Application granted granted Critical
Publication of JP2916015B2 publication Critical patent/JP2916015B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)

Abstract

PURPOSE:To reduce work manhour and input error by automating production and edition for a sequence program which has the many repeating parts of basic constitution. CONSTITUTION:When an operator inputs and sets basic program constitution and a repeated preparing rule, a program automatic generating means 11 operates and obtains variable names in the basic program according to the repeated preparing rule, and gives respective variable names as the names of contact points and the like in respective programs prepared by copying the basic program. Then, the sequence program generated automatically is displayed in a screen with a ladder circuit diagram.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はプログラマブルコントロ
ーラに係り、特に、シーケンスプログラムが基本構成単
位の繰り返しにより構成される場合のシーケンスプログ
ラムの作成,編集を容易に行うに好適なプログラマブル
コントローラとそのプログラミング方法及びプログラミ
ング装置に関する。
[Field of Industrial Application] The present invention relates to a programmable controller, and in particular, a programmable controller and its programming method suitable for easily creating and editing a sequence program when the sequence program is composed of repeating basic structural units. and programming devices.

【0002】0002

【従来の技術】プログラマブルコントローラのシーケン
スプログラムを作成,編集する場合、シーケンスプログ
ラムを画面上にラダー回路図にて表示し、プログラムの
作成,編集を容易ならしめる技術が開発されている(例
えば、特開昭54−141978号,特開昭60−22
1807号)。図5は、ラダー回路図で表示されたシー
ケンスプログラムの例を表示するものである。ラダー回
路図で表示すると、プログラム作成者は視覚的にシーケ
ンスプログラムを認識することができる。図5のシーケ
ンスプログラムは、基本構成単位の繰り返しであり、こ
の基本構成単位中の各接点名(X00100,R000
,L00200等)やコイル名(Y00300等)等の
変数名のみが異なっている。このように、シーケンスプ
ログラムは、基本構成の同じ部分が幾段も繰り返されて
構成されることが多い。そこで、斯かるシーケンスプロ
グラムを作成,編集する場合、オペレータは、基本構成
単位の部分を何回もコピーし、各基本構成単位中の各変
数名を書き換える作業を行うことになる。
[Prior Art] When creating and editing a sequence program for a programmable controller, a technology has been developed that displays the sequence program on the screen as a ladder circuit diagram to facilitate the creation and editing of the program (for example, 1987-141978, JP-A-60-22
No. 1807). FIG. 5 shows an example of a sequence program displayed in a ladder circuit diagram. When displayed as a ladder circuit diagram, the program creator can visually recognize the sequence program. The sequence program in FIG. 5 is a repetition of a basic structural unit, and each contact name (X00100, R000
, L00200, etc.) and the variable names such as the coil name (Y00300, etc.) are different. In this way, sequence programs are often constructed by repeating the same basic structure many times. Therefore, when creating and editing such a sequence program, the operator has to copy parts of the basic structural units many times and rewrite each variable name in each basic structural unit.

【0003】0003

【発明が解決しようとする課題】上述した様に、基本構
成単位の繰り返しによりシーケンスプログラムを作成,
編集する場合、コピー作業と変数名の書換作業を繰り返
すことになる。これらの作業は、プログラマブルコント
ローラのユーザ側が行う作業であり、ユーザ工数が増大
するという問題がある。また、斯かる作業は単純である
が、変数名の書き換えミスが発生しやすいという問題も
ある。
[Problem to be Solved by the Invention] As mentioned above, creating a sequence program by repeating basic structural units,
When editing, copying and rewriting variable names are repeated. These operations are performed by the user of the programmable controller, and there is a problem in that the user's man-hours increase. Further, although such work is simple, there is also the problem that errors in rewriting variable names are likely to occur.

【0004】これに対し、図6に示す様に、変数名を変
化させる規則性をサブルーチンにて作成し、自動的に変
数名を付与することも可能であるが、この場合、シーケ
ンスプログラムがラダー回路図で表示されないので、プ
ログラムを視覚的に認識することができず、デバッグ効
率が悪いという問題がある。
On the other hand, as shown in FIG. 6, it is possible to create a regularity for changing variable names in a subroutine and automatically assign variable names, but in this case, the sequence program Since it is not displayed in the circuit diagram, the program cannot be visually recognized, resulting in poor debugging efficiency.

【0005】本発明の目的は、基本構成単位の繰り返し
部分を含むシーケンスプログラムの作成,編集と視覚に
よるプログラムの確認を容易にするプログラマブルコン
トローラのプログラミング方法及びその装置を提供する
ことにある。
An object of the present invention is to provide a programming method and apparatus for a programmable controller that facilitates the creation, editing, and visual confirmation of a sequence program including repeated portions of basic structural units.

【0006】[0006]

【課題を解決するための手段】上記目的は、基本構成単
位の繰り返しで構成され変数名のみが繰り返し毎に規則
性を持って変化する繰り返し部分を有するシーケンスプ
ログラムの作成,編集を行うにあたり、前記基本構成単
位と前記変数名の規則性が指定されたとき、前記基本構
成単位のコピーを自動的に繰り返し且つ変数名を前記規
則性に従って自動的に付与して前記繰り返し部分を自動
生成し、自動生成結果をラダー回路に変換して表示する
ことで、達成される。
[Means for Solving the Problems] The above object is to create and edit a sequence program that is composed of repeating basic structural units and has a repeating part in which only variable names change with regularity for each repeat. When the basic structural unit and the regularity of the variable name are specified, the repeated part is automatically generated by automatically repeating copies of the basic structural unit and automatically assigning variable names according to the regularity. This is achieved by converting the generated results into a ladder circuit and displaying it.

【0007】[0007]

【作用】作成,編集結果がラダー回路図で表示されるた
めプログラム作成者は視覚的にシーケンスプログラムを
確認することができ、また、コピーや変数名の書き換え
等の単純作業を装置側が自動的に行うので、入力作業の
工数が減りミスが低減する。
[Function] The creation and editing results are displayed in a ladder circuit diagram, allowing the program creator to visually check the sequence program, and the device automatically performs simple tasks such as copying and rewriting variable names. This reduces input work and reduces errors.

【0008】[0008]

【実施例】以下、本発明の一実施例を図面を参照して説
明する。図4は、本発明の一実施例に係るプログラマブ
ルコントローラとそれに接続されるプログラミング装置
の構成図である。プログラマブルコントローラ1は、各
種演算処理を行うCPU2と、シーケンスプログラムを
格納したメモリ3と、インタフェース(I/F)4と、
図示しない制御対象との間に設けられる入出力ポート(
I/O)5とを備えてなる。プログラミング装置10は
、プログラマブルコントローラ1のメモリ3に格納する
シーケンスプログラムをプログラミングする装置であり
、各種演算を行うCPU11と、メインメモリ12と、
外部メモリとしてのハードディスク13及びフレキシブ
ルディスク14と、作成,編集対象のシーケンスプログ
ラムをラダー回路図表示するCRT及びキーボード15
と、プリンタ16と、インタフェース17とからなり、
このインタフェース17をプログラマブルコントローラ
1のインタフェース4に接続して、修正,編集対象のシ
ーケンスプログラムをプログラマブルコントローラ1の
メモリ3からメインメモリ12にコピーして修正,編集
を行い、修正,編集結果をCRT15にラダー回路図表
示し、プリンタ16でプリントアウトし、バグがないこ
とを確認してからプログラマブルコントローラ1のメモ
リ3に書き込む。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 4 is a configuration diagram of a programmable controller and a programming device connected thereto according to an embodiment of the present invention. The programmable controller 1 includes a CPU 2 that performs various calculation processes, a memory 3 that stores sequence programs, an interface (I/F) 4,
Input/output ports (
I/O) 5. The programming device 10 is a device for programming a sequence program to be stored in the memory 3 of the programmable controller 1, and includes a CPU 11 that performs various calculations, a main memory 12,
A hard disk 13 and a flexible disk 14 as external memories, and a CRT and keyboard 15 that display ladder circuit diagrams of sequence programs to be created and edited.
, a printer 16, and an interface 17,
This interface 17 is connected to the interface 4 of the programmable controller 1, the sequence program to be modified or edited is copied from the memory 3 of the programmable controller 1 to the main memory 12, modified or edited, and the modified or edited results are transferred to the CRT 15. A ladder circuit diagram is displayed, printed out using a printer 16, and written into the memory 3 of the programmable controller 1 after confirming that there are no bugs.

【0009】図1は、本発明の一実施例に係るプログラ
ミング方法の説明図である。オペレータの行う作業は、
基本構成単位のプログラム(基本プログラムという。図
1の例では、接点X100とR000を直列接続したも
のに接点L200を並列接続し、これにコイルY300
を直列に接続した構成)を画面上で作成し、各接点名の
規則性を指定する。図示の例では、基本構成単位の繰り
返し毎に、接点名Xについては+1づつ増加し、接点名
Rは変化せず、コイル名Yは+2づつ増加し、接点名L
は変化しないことを指定している。この他に、基本構成
単位の繰り返し数つまりコピーの回数nを指定する。こ
れにより、図2に示す様に、プログラミング装置10の
CPU11のプログラム自動生成手段は、メインメモリ
12上で基本プログラムを自動的にn回コピーし、各構
成単位中の各接点名,コイル名を指定された規則に従っ
て自動付与し、図1の右側に示すシーケンスプログラム
を生成しこれをラダー回路図でCRT15に表示する。 オペレータは、このラダー回路図を視覚にて確認し、バ
グがあれば、キーボード15から正しいデータを入力し
て修正する。
FIG. 1 is an explanatory diagram of a programming method according to an embodiment of the present invention. The work performed by the operator is
Program of basic structural unit (referred to as basic program. In the example of Fig. 1, contact L200 is connected in parallel to contacts X100 and R000 connected in series, and coil Y300 is connected in parallel to this.
on the screen, and specify the regularity of each contact name. In the illustrated example, each time the basic structural unit is repeated, the contact name X increases by +1, the contact name R remains unchanged, the coil name Y increases by +2, and the contact name L
specifies that it does not change. In addition, the number of repetitions of the basic structural unit, that is, the number of copies n is specified. As a result, as shown in FIG. 2, the program automatic generation means of the CPU 11 of the programming device 10 automatically copies the basic program n times on the main memory 12, and saves each contact name and coil name in each constituent unit. The sequence program shown on the right side of FIG. 1 is automatically assigned according to the specified rules, and is displayed on the CRT 15 in the form of a ladder circuit diagram. The operator visually checks this ladder circuit diagram and, if there is a bug, inputs correct data from the keyboard 15 to correct it.

【0010】図3は、上述したプログラム自動生成手段
の機能説明図である。基本プログラムを繰り返すことで
シーケンスプログラムを自動生成するCPU11は、こ
の自動生成を行うときに、メインメモリ12中に、基本
プログラムテーブル20と、作成規則テーブル21と、
生成プログラムテーブル22を用意する。そして、オペ
レータがキーボード15から基本プログラムを入力した
とき、そのオペコードと各オペコードに対応する変数名
を基本プログラムテーブル20に格納する。また、オペ
レータが、各変数名の規則性つまり各初期値と、関数(
繰り返し規則)、設定値(繰り返し数n)を入力指定し
たとき、これを作成規則テーブル21に格納する。そし
て、CPU12は、オペレータからの演算実行指令入力
を受けたとき、各変数名毎にカウンタを用いて変数名の
繰り返し規則に従った番号を演算して求める。図示の例
では、変数名Aは、初期値が“X100”で、関数が“
+1”で、設定値が“10”であるため、“X100,
X101,X102,……,X110”なる番号(生成
変数名)を求める。変数名B,Cは、夫々関数が指定さ
れていないので、つまり不変値となる。変数名Dは、初
期値が“Y300”で、関数が“+2”で、設定値が“
10”であるため、“Y300,Y302,Y304,
……,Y320”なる番号(生成変数名)を求める。
FIG. 3 is a functional explanatory diagram of the above-mentioned automatic program generation means. The CPU 11, which automatically generates a sequence program by repeating a basic program, stores in the main memory 12 a basic program table 20, a creation rule table 21,
A generated program table 22 is prepared. When the operator inputs a basic program from the keyboard 15, the operation code and the variable name corresponding to each operation code are stored in the basic program table 20. In addition, the operator determines the regularity of each variable name, that is, each initial value, and the function (
When a set value (repetition rule) and setting value (repetition number n) are input and specified, these are stored in the creation rule table 21. When the CPU 12 receives an operation execution command input from the operator, the CPU 12 uses a counter for each variable name to calculate a number according to the variable name repetition rule. In the illustrated example, variable name A has an initial value of “X100” and a function of “X100”.
+1” and the setting value is “10”, so “X100,
Find the numbers (generated variable names) "X101, X102, ..., Y300”, the function is “+2”, and the setting value is “
10”, so “Y300, Y302, Y304,
..., Y320" (generated variable name).

【0011】生成プログラムテーブル22は、基本プロ
グラムのオペコード及び変数名を基本プログラム毎に格
納するエリアが繰り返し数だけ用意され、各エリア22
a,22b,〜,22kの変数名格納場所に、前述した
ようにカウンタを用いて演算された各生成変数名が順に
割り振られ、格納される。このようにして、自動生成さ
れテーブル22に格納されたシーケンスプログラムは、
自動的にラダー回路図データに変換されてCRT15に
表示される。
The generated program table 22 has as many areas as the number of repetitions for storing the operation code and variable name of the basic program for each basic program.
Each generated variable name calculated using the counter as described above is sequentially allocated and stored in the variable name storage locations a, 22b, . . . , 22k. The sequence program automatically generated and stored in the table 22 in this way is
It is automatically converted into ladder circuit diagram data and displayed on the CRT 15.

【0012】0012

【発明の効果】本発明によれば、オペレータは基本プロ
グラムの構成と繰り返し規則とを指定するのみで、基本
プログラムを繰り返したシーケンスプログラムが自動生
成されラダー回路図表示されるため、プログラム生成の
工数が低減し、プログラムのバグの発生が低減する。
[Effects of the Invention] According to the present invention, the operator only needs to specify the structure of the basic program and the repetition rules, and a sequence program that repeats the basic program is automatically generated and displayed in a ladder circuit diagram. This reduces the occurrence of program bugs.

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

【図1】本発明の一実施例に係るシーケンスプログラム
のプログラミング方法の説明図である。
FIG. 1 is an explanatory diagram of a sequence program programming method according to an embodiment of the present invention.

【図2】図1に示すプログラミング方法の概念説明図で
ある。
FIG. 2 is a conceptual explanatory diagram of the programming method shown in FIG. 1;

【図3】図1に示すプログラミング方法の自動生成機能
の説明図である。
FIG. 3 is an explanatory diagram of an automatic generation function of the programming method shown in FIG. 1;

【図4】プログラマブルコントローラとプログラミング
装置の構成図である。
FIG. 4 is a configuration diagram of a programmable controller and a programming device.

【図5】従来のシーケンスプログラムの説明図である。FIG. 5 is an explanatory diagram of a conventional sequence program.

【図6】従来のシーケンスプログラムの説明図である。FIG. 6 is an explanatory diagram of a conventional sequence program.

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

1…プログラマブルコントローラ、10…プログラミン
グ装置、11…CPU、12…メインメモリ、15…C
RT,キーボード、20…基本プログラムテーブル、2
1…作成規則テーブル、22…生成プログラムテーブル
DESCRIPTION OF SYMBOLS 1...Programmable controller, 10...Programming device, 11...CPU, 12...Main memory, 15...C
RT, keyboard, 20...basic program table, 2
1...Creation rule table, 22...Generation program table.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  作成,編集したシーケンスプログラム
をラダー回路に変換して画面に表示するプログラマブル
コントローラにおいて、基本構成単位の繰り返しで構成
され変数名のみが繰り返し毎に規則性を持って変化する
繰り返し部分を有するシーケンスプログラムの作成,編
集を行うにあたり、前記基本構成単位と前記変数名の規
則性が指定されたとき、前記基本構成単位のコピーを自
動的に繰り返し且つ変数名を前記規則性に従って自動的
に付与して前記繰り返し部分を自動生成し、結果をラダ
ー回路に変換して表示することを特徴とするプログラマ
ブルコントローラのプログラミング方法。
[Claim 1] In a programmable controller that converts a created and edited sequence program into a ladder circuit and displays it on a screen, a repeating part consisting of repeating basic structural units and only variable names changing with regularity with each repeat. When creating and editing a sequence program with A method for programming a programmable controller, characterized in that the repeating part is automatically generated by assigning the same to the programmable controller, and the result is converted into a ladder circuit and displayed.
【請求項2】  作成,編集したシーケンスプログラム
をラダー回路に変換して画面に表示するプログラマブル
コントローラにおいて、基本構成単位の繰り返しで構成
され変数名のみが繰り返し毎に規則性を持って変化する
繰り返し部分を有するシーケンスプログラムの作成,編
集を行う手段が、前記基本構成単位と前記変数名の規則
性を外部から指定させる手段と、指定された前記基本構
成単位のコピーを自動的に繰り返し且つ変数名を前記規
則性に従って自動的に付与して前記繰り返し部分を自動
生成する手段とを有し、自動生成結果をラダー回路に変
換して表示することを特徴とするプログラマブルコント
ローラのプログラミング装置。
[Claim 2] In a programmable controller that converts a created and edited sequence program into a ladder circuit and displays it on a screen, a repeating part is composed of repeating basic structural units and only variable names change with regularity with each repeat. means for creating and editing a sequence program having: a means for externally specifying the regularity of the basic structural unit and the variable name; and a means for automatically repeating copying of the specified basic structural unit and specifying the variable name. A programming device for a programmable controller, comprising means for automatically generating the repeated portion by automatically adding it according to the regularity, and converting the automatically generated result into a ladder circuit and displaying it.
【請求項3】  作成,編集したシーケンスプログラム
をラダー回路に変換して画面に表示するプログラマブル
コントローラにおいて、基本構成単位の繰り返しで構成
され変数名のみが繰り返し毎に規則性を持って変化する
繰り返し部分を有するシーケンスプログラムの作成,編
集を行うプログラミング手段であって、前記基本構成単
位と前記変数名の規則性を外部から指定させる手段と、
指定された前記基本構成単位のコピーを自動的に繰り返
し且つ変数名を前記規則性に従って自動的に付与して前
記繰り返し部分を自動生成する手段とを有するプログラ
ミング手段を有し、自動生成結果をラダー回路に変換し
て表示することを特徴とするプログラマブルコントロー
ラ。
[Claim 3] In a programmable controller that converts a created and edited sequence program into a ladder circuit and displays it on a screen, a repeating part is composed of repeating basic structural units and only variable names change with regularity with each repeat. a programming means for creating and editing a sequence program having: a means for externally specifying the regularity of the basic structural unit and the variable name;
programming means that automatically repeats a copy of the specified basic structural unit and automatically generates the repeated part by automatically assigning variable names according to the regularity, and converts the automatically generated result into a ladder. A programmable controller that converts into a circuit and displays it.
JP5089491A 1991-03-15 1991-03-15 Programming device for programmable controller Expired - Lifetime JP2916015B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5089491A JP2916015B2 (en) 1991-03-15 1991-03-15 Programming device for programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5089491A JP2916015B2 (en) 1991-03-15 1991-03-15 Programming device for programmable controller

Publications (2)

Publication Number Publication Date
JPH04286002A true JPH04286002A (en) 1992-10-12
JP2916015B2 JP2916015B2 (en) 1999-07-05

Family

ID=12871446

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5089491A Expired - Lifetime JP2916015B2 (en) 1991-03-15 1991-03-15 Programming device for programmable controller

Country Status (1)

Country Link
JP (1) JP2916015B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6952811B1 (en) 1998-07-30 2005-10-04 Mitsubishi Denki Kabushiki Kaisha Ladder circuit editing system
US7124371B1 (en) 1999-08-03 2006-10-17 Fujitsu Limited GUI screen generating apparatus, GUI screen generating method and storage medium recording GUI screen generating program
JP2011233113A (en) * 2010-04-30 2011-11-17 Toshiba Corp Plant control system and program relocation method
WO2014155717A1 (en) * 2013-03-29 2014-10-02 三菱電機株式会社 Sequence program component creation program and sequence program component creation device
WO2021181796A1 (en) 2020-03-12 2021-09-16 オムロン株式会社 Support device, support program, and support method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6952811B1 (en) 1998-07-30 2005-10-04 Mitsubishi Denki Kabushiki Kaisha Ladder circuit editing system
US7124371B1 (en) 1999-08-03 2006-10-17 Fujitsu Limited GUI screen generating apparatus, GUI screen generating method and storage medium recording GUI screen generating program
JP2011233113A (en) * 2010-04-30 2011-11-17 Toshiba Corp Plant control system and program relocation method
WO2014155717A1 (en) * 2013-03-29 2014-10-02 三菱電機株式会社 Sequence program component creation program and sequence program component creation device
US9626160B2 (en) 2013-03-29 2017-04-18 Mitsubishi Electric Corporation Sequence-program-component creation program and sequence-program-component creation device
WO2021181796A1 (en) 2020-03-12 2021-09-16 オムロン株式会社 Support device, support program, and support method
JP2021144521A (en) * 2020-03-12 2021-09-24 オムロン株式会社 Support device, support program, and support method

Also Published As

Publication number Publication date
JP2916015B2 (en) 1999-07-05

Similar Documents

Publication Publication Date Title
JPH04286002A (en) Programmable controller and method and device for programming
JP6794668B2 (en) Programming device
JP3326713B2 (en) Graphical programming method
CN114518875A (en) Graphical programming system and programming method thereof
JP3585158B2 (en) Operation screen creation method for programmable display device
JPH02275539A (en) Debugging system
JPH04294424A (en) Interactive screen controller for computer system
JPH06282462A (en) Debugging system for semiconductor test device control program
JPH03294960A (en) Data editing device
JPH0954688A (en) Gui design supporting method
JP2754533B2 (en) Flow chart creation device
JPS63187338A (en) Expression input device being capable of checking expression syntax
JPH0439746A (en) Program development supporting device
JPH0667931A (en) Single chip microcomputer simulator
JPH04191906A (en) User program execution control system for programmable controller
JPH11184685A (en) Control program developing device
KR850000326B1 (en) Controller for controlling the progress of work
JP3283055B2 (en) Program editing device
JPH08123975A (en) Command generation system of graphics editing device
JPH04307601A (en) Ladder program debugging method
JPH04282768A (en) Simulator
JPS63163964A (en) Drawing issuing system for flow chart
JPH05282011A (en) Automatic allocating and granting device for pc address
JPS63292230A (en) Method for developing program of portable information equipment
JPH06114460A (en) Method for rearranging punching order

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090416

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090416

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100416

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100416

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110416

Year of fee payment: 12

EXPY Cancellation because of completion of term