JPH0484321A - Program preparing device - Google Patents

Program preparing device

Info

Publication number
JPH0484321A
JPH0484321A JP19797590A JP19797590A JPH0484321A JP H0484321 A JPH0484321 A JP H0484321A JP 19797590 A JP19797590 A JP 19797590A JP 19797590 A JP19797590 A JP 19797590A JP H0484321 A JPH0484321 A JP H0484321A
Authority
JP
Japan
Prior art keywords
module
program
information
address
modules
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
JP19797590A
Other languages
Japanese (ja)
Other versions
JP2574933B2 (en
Inventor
Toshiaki Niihori
新堀 俊明
Takakazu Sakurai
桜井 孝員
Toshihiro Kakiuchi
垣内 利博
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 JP2197975A priority Critical patent/JP2574933B2/en
Publication of JPH0484321A publication Critical patent/JPH0484321A/en
Application granted granted Critical
Publication of JP2574933B2 publication Critical patent/JP2574933B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To make a program module reusable so as to improve the productivity and maintenance service of this device by allowing the memory address of the information of a program to be the absolute value in the form of a load module. CONSTITUTION:This device is provided with an application program processing section 11, module information fetching processing section 12, basic module registering section 13, module editing section 14, and combined module registering section 15. When program parts are prepared, the information of the program is divided into an input, internal and output sections and the memory address of the information is made to be absolute value according to a fixed rule, then, the loading address is set at a fixed value. In addition, when the information is registered as the program parts, the information is registered after signal names are respectively imparted corresponding to the memory addresses of the input, internal, and output so that the signal names can be converted into the same absolute address when the information is delivered and received between other parts. Therefore, the software productivity of this device can be improved, since a program can be assembled hierarchically by collecting several program parts into one new parts.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプラントコントローラーを使用して、直接ディ
ジタル制御を行うプラント設備に使用するプログラムを
生成するプログラム作成装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a program creation device that uses a plant controller to create a program for use in plant equipment that performs direct digital control.

〔従来の技術〕[Conventional technology]

従来、定形的なプログラムパターンをプログラム部品と
して定義しておくことによってこのプログラム部品(ソ
ースプログラム)を参照するだけでそのプログラムテキ
ストを自動展開することができ入力作業の消力化できる
と云うことは、例えば特開昭62−1.28335号公
報にて知られている。
Conventionally, by defining a fixed program pattern as a program part, the program text can be automatically expanded just by referring to this program part (source program), which can save input work. , for example, is known from Japanese Patent Laid-Open No. 62-1.28335.

〔発明が解決しようとする問題〕[Problem that the invention seeks to solve]

上記従来技術は、一般的なバッチ処理のソフトウェア−
の生産性を向上させると云う観点においては十分機能を
果すと考える。なせならば、各プログラム部がひとつの
処理としてクローズしている為である。プラント設備制
御を行う直接ディジタル制御は、プラント毎にその仕様
が異なりこれを実現する為には、数百におよぶプログラ
ムの部品を1つのリアルタイム処理のプログラムとして
組立てなければならない。従来の技術においては、1)
一般にプラントコントローラーのプログラミング・ソー
ルは入力即ちマシーン語と云う動作をし中間言語状態が
ない為にプログラム部品と云う考えもなく又、部品を結
合させることが出来なく複数のプログラム部品を組み合
せて1つのプログラムに自動的にできない。
The above conventional technology is a general batch processing software.
We believe that this function is sufficient from the perspective of improving productivity. This is because each program section is closed as one process. Direct digital control, which controls plant equipment, has different specifications for each plant, and in order to achieve this, hundreds of program parts must be assembled into one real-time processing program. In conventional technology, 1)
In general, the programming console of a plant controller uses input, that is, machine language, and there is no intermediate language state, so there is no concept of program parts, and parts cannot be combined, so multiple program parts are combined into one. The program cannot do it automatically.

2)各プログラム部品間の信号のメモリー絶対アドレス
化と接続を自動的に行うことができない。
2) Memory absolute addressing and connection of signals between program parts cannot be automatically performed.

3)システムの大規模化に伴い、プログラムの量は多く
なってきており、一元的プログラムのの構造では、プロ
グラム管理が出来なく階層化が必要だが、プログラム部
品をいくつか組み合せして新たな部品として登録し階層
的にプログラムを組立てて行くことができないと云う課
題があった。
3) As systems become larger, the amount of programs is increasing, and with a unified program structure, program management is not possible and layering is necessary. However, it is possible to create new parts by combining several program parts. There was a problem in that it was not possible to register as a program and assemble programs hierarchically.

本発明の目的は、これらの課題を解決しプラントコント
ローラのソフト生産性を向上することのできるプログラ
ム作成装置を提供することにある。
An object of the present invention is to provide a program creation device that can solve these problems and improve the software productivity of a plant controller.

〔課顯を解決するための手段〕[Means for resolving issues]

プログラムを生成する為に、モジュール登録を設け、マ
ン・マシーン部よりアブソケーションプログラムを生成
する為に必要な情報入力処理部を設け、その後モジュー
ルを取出し、モジュール編集を行う様な構成にした。
In order to generate a program, module registration is provided, an information input processing section necessary for generating an absorption program from the man-machine section is provided, and the module is then taken out and the module edited.

上記目的の複数のプログラム部品を1つのリアルタイム
処理のプログラムにする為には、プログラム部品を作成
する時に、プログラムの情報を入力・内部・出力に区別
し一定の規則にのってその情報のメモリアドレスを絶対
値化しさらにそのプログラムのローディングアドレスも
一定の値としておくことによって、あとから組合わされ
た時にメモリーアドレス・ローディングアドレスが実プ
ラント用に自動的に変更しやすくした。また、各プログ
ラム部品間の信号を自動的に接続させるために、プログ
ラム部品として登録する際に入力、内部・出力の各メモ
リーアドレスに対応して信号名称を付加して登録し、他
部品間の情報量は渡しにはその信号名称を合わせること
によって自動的に同一の絶対メモリーアドレスになるよ
うにした。
In order to combine multiple program parts for the above purpose into one real-time processing program, when creating a program part, distinguish program information into input, internal, and output, and store that information according to certain rules. By converting the address into an absolute value and also setting the loading address of the program to a constant value, it is easy to automatically change the memory address and loading address for the actual plant when the program is combined later. In addition, in order to automatically connect signals between each program part, when registering as a program part, signal names are added and registered corresponding to each input, internal/output memory address, and connections between other parts are added. The amount of information is automatically transferred to the same absolute memory address by matching the signal names.

さらに、最小のプログラム部品をいくつか組み合せ大き
なプログラム部品とする為に、プログラム部品を蓄積し
ておく記憶部とは別に、大きなプログラム部品の中に使
用されているプログラム部品の識別コードと部品のプロ
グラム上でのならべ方と各部品間の情報の接続のさせ方
の情報を大きなプログラム部品の情報として記憶する記
憶部をもたせた。即ち最小のプログラム部品は、部品の
コードと各信号名とマシーン語がプログラム部品の実体
で有り、大きなプログラム部品はそれを構成しているモ
ジュールコードと並びと接続情報になっている。大きな
プログラム部品としてはマシーン語がなく、マシーン語
を引き出してくる情報だけを記憶していることが特徴と
なっている。
Furthermore, in order to combine some of the smallest program parts into a larger program part, in addition to the storage part that stores the program parts, the identification code of the program parts used in the large program part and the program of the part are stored. A storage unit is provided to store information on how to arrange the above parts and how to connect information between each part as information of a large program part. That is, for the smallest program component, the component code, each signal name, and machine language are the substance of the program component, and the large program component is the module code, arrangement, and connection information that constitute it. It is characterized by the fact that there is no machine language as a large program component, and only the information that elicits the machine language is memorized.

〔作用〕[Effect]

プログラムの情報を入力・内部・出力と3区分してロー
ドモジュールの形態で絶対アドレス化しているのは、メ
モリーアドレスを再アドレッシングする際に自動化しや
すくする為である。この理由は、内部と出力のメモリー
は、一義的に決定できるが、入力メモリーは、他のモジ
ュールの出力メモリーである。従って全部のモジュール
の出力メモリーがアドレッシングされてからでないと入
力メモリーのアドレスを決定することが出来ない為区別
して管理している。各プログラム部品の先頭アドレスを
一定にしているのも自動的にプログラム部品のローディ
ングアドレスを変更するのを容易にする為である。さら
に階層化プログラミングを行う時にプログラムの階層情
報は、ロードモジュールではなく、階層化しようとする
プログラムを引き出してくる情報、即ちプログラムのコ
ードと配列情報と接続情報としている。これによって多
重階層化が実現できる。
The reason why program information is divided into three categories, input, internal, and output, and converted into absolute addresses in the form of load modules is to facilitate automation when re-addressing memory addresses. The reason for this is that the internal and output memories can be uniquely determined, but the input memory is the output memory of another module. Therefore, the addresses of the input memories cannot be determined until the output memories of all modules have been addressed, so they are managed separately. The reason why the start address of each program component is kept constant is to make it easy to automatically change the loading address of the program component. Furthermore, when performing hierarchical programming, the hierarchical information of the program is not a load module, but information that extracts the program to be hierarchically created, that is, program code, arrangement information, and connection information. This makes it possible to realize multiple hierarchies.

この様に、プログラムモジュールのローディング先頭ア
ドレス及びメモリーアドレスを格一化することによって
、複数のモジュールを一〇のプログラムに組上げる時、
各モジュールのアドレス変更を容易に行うことが出来る
様になる。
In this way, by standardizing the loading start address and memory address of program modules, when assembling multiple modules into 10 programs,
It becomes possible to easily change the address of each module.

〔実施例〕〔Example〕

第1図より第4図を用いて本発明の一実施例を示す。第
1図は、全体構成を示す。本発明の特長はプログラムの
基本モジュールを一定の規則にのっとってプログラミン
グし、それを予めツール2を使用して本体であるモジュ
ール編集装置10に登録し、この基本モジュールを使用
してプログラムを作成する為にプログラムの骨組となる
情報と各モジュールの入力信号を定義して作成するとこ
ろにある。ここで1は、プログラム作成の為の情報すな
わち使用するプログラムモジュールのコード、モジュー
ルの配列、モジュール間接続情報をを入力及び表示する
装置で有る。
An embodiment of the present invention will be shown using FIGS. 1 to 4. FIG. FIG. 1 shows the overall configuration. The feature of the present invention is that the basic module of a program is programmed according to certain rules, it is registered in advance in the module editing device 10 which is the main body using the tool 2, and the program is created using this basic module. Therefore, the information that forms the framework of the program and the input signals for each module are defined and created. Here, 1 is a device for inputting and displaying information for creating a program, that is, codes of program modules to be used, module arrangement, and inter-module connection information.

ここよりプログラムの骨組すなわち配列と各モジュール
の入力情報を定義する。この情報は、アプリケーション
プログラム処理部11に入力され、モジュール配列情報
とモジュール接続情報に分離管理される。これらの情報
はモジュール情報取出し処理部12にわたされ、ここで
プログラム生成に必要なモジュールを基本モジュール登
録部13より取り呂し、配列情報に従ってモジュールの
配列が行なわれる。この結果モジュール編集部14では
、まずモジュールを配列し各モジュールのプログラム容
量より各モジュールのアドレッシングを行うと同時にモ
ジュール接続情報に従って各モジュールの入力メモリー
アドレスを他のモジュールの出力メモリーに変更する処
理を行う。本発明の基本はモジュールの入力信号は、必
ず他のモジュールの8力信号であると云う考えになって
いることで有る。さらな組合せモジュール登録部15に
は、該13に登録されている基本モジュールを複数組合
せして1つのモジュールとして使用スる場合の情報が登
録されている。ここへの情報の入力は、該1の端末装置
を使用して行う。必要な情報は、組合せたモジュールの
コードとその中に使用している基本モジュールのコード
及びそれらの配列と接続関係の情報で有る。即ち該15
の中には、組合せモジュールとして登録されたモジュー
ルの中に存在している基本モジュールのコートN。
From here, define the framework of the program, that is, the arrangement, and the input information for each module. This information is input to the application program processing section 11 and is managed separately into module arrangement information and module connection information. These pieces of information are passed to the module information retrieval processing section 12, which retrieves modules necessary for program generation from the basic module registration section 13, and arranges the modules according to the arrangement information. As a result, the module editing section 14 first arranges the modules, addresses each module based on the program capacity of each module, and at the same time changes the input memory address of each module to the output memory of another module according to the module connection information. . The basis of the present invention is that the input signal of a module is always an 8-power signal of another module. Further, in the combination module registration section 15, information is registered when a plurality of basic modules registered in the module 13 are combined and used as one module. Information is input here using the first terminal device. The necessary information includes the codes of the combined modules, the codes of the basic modules used therein, and information on their arrangement and connection relationships. That is, said 15
Among them, the code N of the basic module existing in the module registered as a combination module.

とそれらの配列とモジュール間信号の情報が有り、プロ
グラムの実体は含まれていない。実際にプログラムを作
成する時、1より組合せたモジュールのコード島を入力
すると、該12でそれが組合せモジュールであることを
判別し、該15から組合せモジュールの情報を取り出し
その結果該13より必要な基本モジュールを取り出しモ
ジュールの配列及び接続の情報を14へ渡しモジュール
の編集を行う様にしている。
It contains information on their arrangement and inter-module signals, and does not contain the actual program. When actually creating a program, if you input the code island of the combined module from 1, it will be determined in 12 that it is a combination module, and the information on the combined module will be extracted from 15. The basic module is taken out and information on the arrangement and connection of the modules is passed to 14 for editing the module.

第2図から第4図でプログラムの編集がどの様に行なわ
れるかを説明する。
How a program is edited will be explained with reference to FIGS. 2 to 4.

第2図は、14のモジュール編集処理の流れを示す。第
3図は、14bで決定されたローディング先頭アドレス
情報によって各モジュールの先頭アドレスがどの様に変
わるかを示し、第4図は14c〜eで決ったメモリーア
ドレス変更情報によってどの様に各モジュールのメモリ
アドレスが変るかを示す。
FIG. 2 shows the flow of 14 module editing processes. Figure 3 shows how the start address of each module changes depending on the loading start address information determined in 14b, and Figure 4 shows how the start address of each module changes depending on the memory address change information determined in 14c to 14e. Indicates whether the memory address changes.

第2図で該モジュール編集部14の処理の流れを説明す
る。
The processing flow of the module editing section 14 will be explained with reference to FIG.

まず14aのプログラム・モジュール配列を1の入力端
末より入力されたモジュール配列情報、すなわちモジュ
ールの並びを決める一貫番号によって決定する。次に1
4bの各モジュールの先頭アドレス(これは一定の/4
000すなわち16進数で4000番地としである。)
と容量により、プログラム・モジュール先頭アドレス情
報を決定する。メモリーアドレスに関しては、まず14
cの出力メモリーアドレスを決定するが、これはモジュ
ールの並びに従って若い並びのモジュールより順番にア
ドレス付けしてい<、14dの内部メモリアドレス情報
を決定する。出力メモリが割付されると、さらに内部メ
モリを呂カメモリ−の後の空いているエリアに割付する
。出力メモリとのリンケージにより14eの入力メモリ
ーアドレス情報を決定する。入力メモリーは、アプリケ
ーション情報で入力された各モジュールの接続情報即ち
どのモジュールの何番目の出力メモリーが入力となるか
と云う情報より、既に割付けられた出力メモリアドレス
を該当モジュールの入力メモリーアドレスとする。14
fのプログラム・モジュールの先頭アドレスと各メモリ
ーのアドレス変更を行ない、最後に14gのロードモジ
ュールを出方する。
First, the program/module arrangement of the program module 14a is determined by the module arrangement information inputted from the input terminal 1, that is, the consistent number that determines the arrangement of the modules. Next 1
The start address of each module in 4b (this is a constant /4
000, that is, address 4000 in hexadecimal. )
The program module start address information is determined based on the and capacity. Regarding memory address, first 14
The output memory address of c is determined, and the internal memory address information of 14d is determined by addressing in order from the youngest module according to the arrangement of modules. When the output memory is allocated, the internal memory is further allocated to an empty area after the outer memory. The input memory address information of 14e is determined by the linkage with the output memory. The input memory sets the already allocated output memory address as the input memory address of the corresponding module based on the connection information of each module inputted in the application information, that is, the information about which module and which output memory is the input. 14
The start address of the f program module and the addresses of each memory are changed, and finally the 14g load module is output.

第3図でプログラム・モジュール先頭アドレスの決定方
法を説明する。
The method for determining the program module start address will be explained with reference to FIG.

ある処理が4つのモジュール、モジュールA。A certain process has four modules, module A.

B、C,Dにより構成される場合を例として説明する。A case where the circuit is configured by B, C, and D will be explained as an example.

モジュールA20は/4000〜/401F。Module A20 is /4000 to /401F.

モジュールB21は/4000〜/402F、モジュー
ルC22は/4000〜/401F、ジュールD23は
/4000〜/403 Fの様に登録されており、モジ
ュール編集処理によりモジュールA、B、C,Dの順に
配列処理され、その特番モジュールの容量に応じて先頭
アドレスが決定される。
Module B21 is registered as /4000 to /402F, module C22 is registered as /4000 to /401F, module D23 is registered as /4000 to /403F, and modules are arranged in the order of A, B, C, and D by module editing processing. The first address is determined according to the capacity of the special number module.

この例の場合は30に示す様に、モジュールAは740
00〜/401F、モジュールBは/4020〜/40
4F、モジュールCは/4050〜/406F、モジュ
−7L/ Dは/4070〜/40AFとなる。
In this example, module A is 740, as shown at 30.
00~/401F, module B is /4020~/40
4F, module C is /4050~/406F, module-7L/D is /4070~/40AF.

第4図でメモリーアドレスの決定方法について説明する
。モジュール編集前は各モジュール毎に入力はM2O3
より、出力はM2O3より取られている。本例の場合、
モジュールAの入力信号aはM2O3,bはM2O3,
cはM2O3,出力信号dはM2O3,eはM2O3,
fはM2O3゜gはM2O3となっている。モジュール
B、Cに関しても第4図に示す様になっている。
A method for determining memory addresses will be explained with reference to FIG. Before editing the module, enter M2O3 for each module.
Therefore, the output is taken from M2O3. In this example,
Input signal a of module A is M2O3, b is M2O3,
c is M2O3, output signal d is M2O3, e is M2O3,
f is M2O3°g is M2O3. Modules B and C are also arranged as shown in FIG.

モジュール編集後は、配列情報に基づきモジュールA、
B、Cの順となり、出力メモリ力5xoo1より順にM
OO7まで割付られる。次に入力メモリーが信号名称a
s be Cv es gt dによりリンケージがと
られ、各々MOOS、MOO6,MOO7゜MOO2,
MOO4,MOOlと取うレル。
After editing the module, module A,
B, C in order, and M in order from output memory power 5xoo1
Allocated up to OO7. Next, input memory is signal name a
The linkage is taken by s be CV es gt d, respectively MOOS, MOO6, MOO7゜MOO2,
Rell to take MOO4, MOOl.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、従来モジュール
化しても再利用出来なかったプログラムモジュールが再
利用出来ることが可能となり、生産性と保守性を著しく
向上させることが出来る。
As described above, according to the present invention, it becomes possible to reuse program modules that could not be reused even when modularized in the past, and productivity and maintainability can be significantly improved.

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

第1図、本発明の一実施例を示す構成図、第2図はモジ
一−ル編集処理の説明図、第3図は先頭アドレスの決定
方法の説明図、第4図はアドレス決定方法の説明図であ
る。 1・・・プログラミング情報六方及び表示装置、2・・
・プログラミング・ツール、3・・・ロードモジュール
、lO・・・モジュール編集装置、11・・・アプリケ
ーションプログラム情報処理部、12・・・モジュール
情報数比し処理部、13・・・基本モジュール賛録部、
14・・・モジュール編集部。 \−〜ノ 第 図 モジュール編集前
Fig. 1 is a configuration diagram showing an embodiment of the present invention, Fig. 2 is an explanatory diagram of module editing processing, Fig. 3 is an explanatory diagram of the method of determining the start address, and Fig. 4 is an illustration of the method of determining the address. It is an explanatory diagram. 1...Programming information hexagonal and display device, 2...
- Programming tool, 3... Load module, IO... Module editing device, 11... Application program information processing section, 12... Module information number ratio processing section, 13... Basic module support Department,
14...Module editorial department. \-~ノ Graph module before editing

Claims (1)

【特許請求の範囲】 1、機能毎にプログラムをモジュール化しそのプログラ
ムの入力情報・内部情報・出力情報に信号名称をつけそ
れぞれのメモリーを一定規則に従つて絶対アドレス化し
さらにモジュール化されたプログラムのローディングア
ドレスも一定にしマシーン語としてそのモジュールにコ
ードを付加するプログラム入力部とそのマシーン語をモ
ジュール単位に登録し蓄積できるモジュール記憶部と登
録されているモジュールを指定されたモジュールの配列
順とモジュールコードによつて取り出し一定になつてい
たローディングアドレスを配列と各モジュールのマシー
ン語容量よりローディングアドレスが連続してとられる
ように各モジュールの先頭アドレスを変更し一定の規則
に基づいて絶対アドレス化されていた出力メモリーと内
部メモリーをモジュールの配列順に従つて連続してとら
れるように一義的に再絶対アドレス化しさらに各モジュ
ールの入力情報は、他のモジュールの出力情報の同一信
号名称の絶対アドレスと同一になるように再絶対アドレ
ス化するプログラムモジュールをターゲットマシーンの
ロードモジュールとしてもつプログラム編集部を設けた
ことを特徴とするプログラム作成装置。 2、請求項1において、複数のモジュールを組合せひと
つのモジュールとして登録する為にモジュールコードと
モジュール配列及び組合されたモジュール内の各モジュ
ールの信号接続情報を入力し新しいモジュールコードを
付加する入力部と組合されたモジュールのモジュールコ
ードに対しそれに含まれるモジュールコードと各モジュ
ールの配列・接続情報を登録蓄積しておく記憶部を付加
したソフト作成装置。
[Claims] 1. A program is modularized for each function, the input information, internal information, and output information of the program are given signal names, and each memory is made into an absolute address according to a certain rule. A program input section that keeps the loading address constant and adds a code to the module as machine language, a module storage section that can register and store the machine language for each module, and the arrangement order of the registered modules and the module code. The loading address, which had been constant, is taken out by the array, and the start address of each module is changed so that the loading address is taken consecutively according to the machine word capacity of each module, and the address is converted to an absolute address based on a certain rule. The output memory and internal memory are uniquely re-absolutely addressed so that they can be taken consecutively in the order of module arrangement, and the input information of each module is the same as the absolute address of the same signal name of the output information of other modules. What is claimed is: 1. A program creation device comprising: a program editing section having a program module for re-absolute addressing as a load module of a target machine. 2. In claim 1, an input section for inputting the module code, module arrangement, and signal connection information of each module in the combined module and adding a new module code in order to combine a plurality of modules and register them as one module; A software creation device that includes a storage unit that registers and stores module codes included in the module codes of combined modules and arrangement/connection information of each module.
JP2197975A 1990-07-27 1990-07-27 Program creation device Expired - Lifetime JP2574933B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2197975A JP2574933B2 (en) 1990-07-27 1990-07-27 Program creation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2197975A JP2574933B2 (en) 1990-07-27 1990-07-27 Program creation device

Publications (2)

Publication Number Publication Date
JPH0484321A true JPH0484321A (en) 1992-03-17
JP2574933B2 JP2574933B2 (en) 1997-01-22

Family

ID=16383434

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2197975A Expired - Lifetime JP2574933B2 (en) 1990-07-27 1990-07-27 Program creation device

Country Status (1)

Country Link
JP (1) JP2574933B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS613243A (en) * 1984-06-18 1986-01-09 Yamatake Honeywell Co Ltd Varying method of arithmetic state
JPS6375836A (en) * 1986-09-18 1988-04-06 Canon Inc Program forming device
JPH02140825A (en) * 1988-11-21 1990-05-30 Fujitsu Ltd Method for processing rearrangement of program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS613243A (en) * 1984-06-18 1986-01-09 Yamatake Honeywell Co Ltd Varying method of arithmetic state
JPS6375836A (en) * 1986-09-18 1988-04-06 Canon Inc Program forming device
JPH02140825A (en) * 1988-11-21 1990-05-30 Fujitsu Ltd Method for processing rearrangement of program

Also Published As

Publication number Publication date
JP2574933B2 (en) 1997-01-22

Similar Documents

Publication Publication Date Title
Tiegelkamp et al. IEC 61131-3: Programming industrial automation systems
DE10049049B4 (en) System and method for configuring process control for use with a Profibus device network
US6334076B1 (en) Method of and apparatus for automatically generating control programs for computer controlled systems
US6826432B2 (en) Process for programming an automation application
JPH0650442B2 (en) Facility group control method and system
KR920704228A (en) Integrated manufacturing system
CN113327101A (en) Technical management method for realizing product configuration by using PDM integrated system
KR0182361B1 (en) Programming equipment of programmable controller and function unit for programmable controller
JPH0484321A (en) Program preparing device
JPH01267777A (en) Production system and production interface system and interfacing of production system
CN114245883B (en) Program development device, engineering method, and storage medium
US20030188292A1 (en) System and method for configuration using an object tree formed of hierarchically graduatable objects
Stecken et al. Classification method for an automated linking of models in the co-simulation of production systems
US11188061B2 (en) Configuration of an automation system
JPS6217805A (en) Display method for program error in nc device
US20020046234A1 (en) Method for the organization of a process having at least one processing device for carrying out a predefinable subprocess
CN208044951U (en) Internet of Things sand table apparatus for demonstrating
JP3335728B2 (en) Programmable controller
JPS63180159A (en) System set-up system for microcomputer system
SHUKLA et al. FLEXIBLE MANUFACTURING SYSTEM
Turban et al. Integrating expert systems and operations research: A conceptual framework
CN114004108A (en) Configurable process logic configuration batch generation method and device
Brandl et al. ASPECT—a CASE-tool for control functions originating from mechanical layout
JPH0360935A (en) Work stage analyzing/standard time setting device
RU2249852C2 (en) Method for coordination of data blocks for automated engineering of programmed controllers software

Legal Events

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

Free format text: PAYMENT UNTIL: 20071024

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20081024

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20091024

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20091024

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20101024

Year of fee payment: 14

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101024

Year of fee payment: 14