JPH09282013A - Hierarchizing program generation method - Google Patents

Hierarchizing program generation method

Info

Publication number
JPH09282013A
JPH09282013A JP8626896A JP8626896A JPH09282013A JP H09282013 A JPH09282013 A JP H09282013A JP 8626896 A JP8626896 A JP 8626896A JP 8626896 A JP8626896 A JP 8626896A JP H09282013 A JPH09282013 A JP H09282013A
Authority
JP
Japan
Prior art keywords
control
program
symbol
hierarchizing
generation method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP8626896A
Other languages
Japanese (ja)
Inventor
Satoshi Yoshida
聡 吉田
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co 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 Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP8626896A priority Critical patent/JPH09282013A/en
Publication of JPH09282013A publication Critical patent/JPH09282013A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To generate a plant control program whose control content is easily understood. SOLUTION: For generating the plant control program by using a program loader, the outline of control is described in a high-order hierarchy (a) and a hierarchizing symbol 1 for describing the detail of control is used in a low- order hierarchy (b) as the symbol for constituting the control program. The screen is opened from (a) to (b) and the content is easily understood.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、プログラマブル
コントローラ(PLCとも略記する)上で動作するプラ
ント制御用プログラム(単に、回路ともいう)、特に階
層化プログラムを作成するための方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a plant control program (also simply referred to as a circuit) operating on a programmable controller (also abbreviated as PLC), and more particularly to a method for creating a hierarchical program.

【0002】[0002]

【従来の技術】従来、プラント制御用プログラムはプロ
グラマーが制御仕様を見ながら、プログラムローダ上で
シンボル同志をデータ,信号の流れに従って結線するこ
とで、作成するようにしている。つまり、制御仕様書と
プラント制御用プログラムとが別々に存在することにな
る。
2. Description of the Related Art Conventionally, a plant control program is created by a programmer looking at control specifications and by connecting symbols on the program loader in accordance with the flow of data and signals. That is, the control specification and the plant control program are separately present.

【0003】[0003]

【発明が解決しようとする課題】しかし、プログラムロ
ーダにて作成されたプラント制御用プログラムでは通常
PLC用シーケンス言語が使用されるため、どのような
制御を行なっているのかは、このシーケンス言語を理解
できる技術者でなければ分からないという問題がある。
したがって、この発明の課題は、制御内容の理解が容易
なプログラム作成方法を提供することにある。
However, since the PLC control sequence language is normally used in the plant control program created by the program loader, it is necessary to understand this sequence language to see what kind of control is being performed. There is a problem that only a skilled engineer can understand.
Therefore, an object of the present invention is to provide a program creation method in which the control content can be easily understood.

【0004】[0004]

【課題を解決するための手段】このような課題を解決す
べく、この発明では、プログラマブルコントローラ上で
動作するプラント制御用プログラムをプログラムローダ
にて作成するに当たり、前記プログラムを構成するシン
ボルとして、上位階層では制御の概要を記述し下位階層
では制御の詳細を記述する階層化シンボルを用いるとと
もに、一方の階層で定義された属性を他方の階層へと相
互に引き継がせるようにしている。すなわち、階層化シ
ンボルを用いるとともに、定義された属性データの階層
間でのインヘリタンス機能を持たせることで、制御内容
の理解を容易にし、両ドキュメント間で属性データに矛
盾を生じさせないようにする。
In order to solve such a problem, according to the present invention, when a program control program which operates on a programmable controller is created by a program loader, a high-order symbol is used as a symbol constituting the program. Hierarchical symbols are used to describe the outline of control in the hierarchy and detailed control is used in the lower hierarchy, and the attributes defined in one hierarchy can be handed over to the other hierarchy. That is, by using the hierarchical symbol and providing the inheritance function between the layers of the defined attribute data, it is easy to understand the control content and prevent the attribute data from being inconsistent between the two documents.

【0005】[0005]

【発明の実施の形態】図1はこの発明の実施の形態を説
明するための説明図である。すなわち、図1(イ)は制
御仕様の概要を示すドキュメントで、PiD(比例・積
分・微分)制御の階層化シンボル1を用いた例である。
また、図1(ロ)は階層化されたPiD制御シンボル1
の下位階層の詳細定義ドキュメント例を示している。つ
まり、図1(イ)のドキュメントではPiD制御シンボ
ル1へのデータの流れや、制御全体の位置付けは理解で
きる。しかし、この情報だけではPiD制御プログラム
としての定義が不足するため、図1(ロ)に示すような
下位階層の詳細定義ドキュメントで詳細な定義を行なう
ようにしている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is an explanatory diagram for explaining an embodiment of the present invention. That is, FIG. 1A is a document showing an outline of control specifications, and is an example using a hierarchical symbol 1 of PiD (proportional / integral / derivative) control.
Further, FIG. 1B shows a hierarchical PiD control symbol 1
The example of the detailed definition document of the lower hierarchy of is shown. That is, in the document of FIG. 1A, the flow of data to the PiD control symbol 1 and the positioning of the entire control can be understood. However, since the definition as the PiD control program is insufficient only with this information, the detailed definition document of the lower hierarchy as shown in FIG. 1B is used for the detailed definition.

【0006】したがって、プログラムを作成するに当た
って階層化シンボルを用いることにより、図1(イ)の
ように制御仕様の概要を表示したのち、そこで用いられ
ている階層化シンボルを図1(ロ)のように開くことに
より、制御内容の理解を容易にしながらプログラムを作
成することが可能となる。このとき、図1(イ)で定義
するTAG,スケールまたは単位等の内容(属性)情報
2は、図1(ロ)のドキュメントに受け継がれるように
なっている(インヘリタンス機能と呼ばれる)。逆に、
図1(ロ)で属性データ2を変更した場合は、変更した
内容が図1(イ)のドキュメントに受け継がれるインヘ
リタンス機能を持たせるようにしており、これにより、
上位,下位ドキュメント間でデータが不一致となること
がない。
Therefore, by using a hierarchical symbol in creating a program, an outline of the control specification is displayed as shown in FIG. 1 (a), and then the hierarchical symbol used therein is shown in FIG. 1 (b). By opening like this, it becomes possible to create a program while facilitating the understanding of the control contents. At this time, the content (attribute) information 2 such as TAG, scale, or unit defined in FIG. 1B is inherited in the document in FIG. 1B (called an inheritance function). vice versa,
When the attribute data 2 is changed in FIG. 1 (b), the changed contents have an inheritance function inherited in the document in FIG. 1 (a).
Data will not be inconsistent between upper and lower documents.

【0007】[0007]

【発明の効果】この発明によれば、階層化シンボルを用
いるとともに、定義された属性データについて上位,下
位ドキュメント間でのインヘリタンス機能を持たせるこ
とで、制御内容の理解を容易にしつつプログラムを作成
することができるだけでなく、両ドキュメント間で矛盾
を生じさせないようにすることができるという利点が得
られる。
According to the present invention, a hierarchical symbol is used and a defined attribute data is provided with an inheritance function between upper and lower documents, thereby making it easy to understand the control contents and create a program. In addition to being able to do so, there is an advantage that it is possible to prevent inconsistency between both documents.

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

【図1】この発明による実施の形態を説明するための説
明図である。
FIG. 1 is an explanatory diagram for explaining an embodiment according to the present invention.

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

1…階層化シンボル、2…属性データ。 1 ... Hierarchical symbol, 2 ... Attribute data.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラマブルコントローラ上で動作す
るプラント制御用プログラムをプログラムローダにて作
成するに当たり、前記プログラムを構成するシンボルと
して、上位階層では制御の概要を記述し下位階層では制
御の詳細を記述する階層化シンボルを用いるとともに、
一方の階層で定義された属性を他方の階層へと相互に引
き継がせるようにしたことを特徴とする階層化プログラ
ム作成方法。
1. When a program control program that operates on a programmable controller is created by a program loader, an outline of control is described in a higher layer and a detail of control is described in a lower layer as symbols constituting the program. While using layered symbols,
A method for creating a layered program, characterized in that the attributes defined in one layer are passed over to the other layer.
JP8626896A 1996-04-09 1996-04-09 Hierarchizing program generation method Pending JPH09282013A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8626896A JPH09282013A (en) 1996-04-09 1996-04-09 Hierarchizing program generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8626896A JPH09282013A (en) 1996-04-09 1996-04-09 Hierarchizing program generation method

Publications (1)

Publication Number Publication Date
JPH09282013A true JPH09282013A (en) 1997-10-31

Family

ID=13882081

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8626896A Pending JPH09282013A (en) 1996-04-09 1996-04-09 Hierarchizing program generation method

Country Status (1)

Country Link
JP (1) JPH09282013A (en)

Similar Documents

Publication Publication Date Title
JP6611434B2 (en) Reusable graphical elements with rapidly editable features for use in user display of plant monitoring systems
US8516383B2 (en) System and method for developing animated visualization interfaces
Haugen et al. Adding standardized variability to domain specific languages
US20130297050A1 (en) Multiple applications utilized in an industrial automation system displayed as a single application
Karsai et al. Composition and cloning in modeling and meta-modeling
US6120550A (en) Design file templates for implementation of logic designs
US8181157B2 (en) Custom language support for project documentation and editing
US7913228B2 (en) Translation viewer for project documentation and editing
CN108369481B (en) Method and system for creating configurable forms, configuring forms, and for correlating forms with forms
US20090089671A1 (en) Programmable controller programming with embedded macro capability
US20060248480A1 (en) In situ user interface template editing
EP1536325B1 (en) Gui application development support device and method, and computer program
US20090326694A1 (en) System and method for developing automated templates for knowledge capture
JP2009009560A (en) System for configuring process control environment using graphic element
US7899846B2 (en) Declarative model editor generation
US20080189675A1 (en) Method and system for providing tooling instructions through parameterization as an aid for software application development
CN115495069B (en) Model-driven coal industry software process implementation method, device and equipment
JP7067520B2 (en) Development support equipment, control methods for development support equipment, information processing programs, and recording media
JPH09282013A (en) Hierarchizing program generation method
Quan et al. Towards structure from motion for linear features through reference points
KR101085114B1 (en) System for providing programable logic controller software development environment
Esbai et al. Model-driven transformation for gwt with approach by modeling: From uml model to mvp web applications
US20220147025A1 (en) Configuring modular industrial plants
JPH07191716A (en) Controller
JP3712641B2 (en) Editor device and recording medium recording editor program