JPH01149106A - Pattern control method for station equipment - Google Patents

Pattern control method for station equipment

Info

Publication number
JPH01149106A
JPH01149106A JP62307549A JP30754987A JPH01149106A JP H01149106 A JPH01149106 A JP H01149106A JP 62307549 A JP62307549 A JP 62307549A JP 30754987 A JP30754987 A JP 30754987A JP H01149106 A JPH01149106 A JP H01149106A
Authority
JP
Japan
Prior art keywords
control
station
equipments
station controller
equipment
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
JP62307549A
Other languages
Japanese (ja)
Inventor
Hiroyuki Oi
大井 裕幸
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 JP62307549A priority Critical patent/JPH01149106A/en
Publication of JPH01149106A publication Critical patent/JPH01149106A/en
Pending legal-status Critical Current

Links

Landscapes

  • Train Traffic Observation, Control, And Security (AREA)

Abstract

PURPOSE:To facilitate the change of software by classifying control contents to convert them to modules at the time of sequence control and assigning function codes to them with respect to software. CONSTITUTION:A station controller 1 directly controls power or the like of a process processing device 4 and equipments 1-(m) through a repeating relay 3 by command inputs from a station control panel 2 at the time of starting and terminating the work. Control information or the like of modes of equipments is transmitted from the station controller 1 to the process processing device 4. Thereafter, the station controller 1 turns on power sources of equipments. The process processing device 4 not only directly controls modes or the like of equipments 6 in accordance with received control information but also transmits state information or the like of each equipment to the station controller 1. When control contents like the number of control devices are changed, the logic of a program is kept as it is and a file where control contents are stored is changed to cope with this change.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、オンライン・リアルタイム監視、制御システ
ムの制御方法に係り、特に、パターン制御を行う時に制
御内容が変っても容易に対応できる制御のソフトウェア
作成方法に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to online real-time monitoring and a control method for a control system, and in particular, to a control method that can easily respond to changes in control content when performing pattern control. Concerning software creation methods.

〔従来の技術〕[Conventional technology]

従来のシステムは、複雑なシーケンス制御を行う時に、
プログラム内のロジックとして制御内容を組み込んでい
た。このため、制御内容が変化した場合に、プログラム
の修正を行う必要があり、非常にデバッグ効率、ソフト
のメンテナンス効率が悪かった。
Conventional systems, when performing complex sequence control,
The control contents were incorporated as logic within the program. Therefore, when the control contents change, it is necessary to modify the program, resulting in extremely poor debugging efficiency and software maintenance efficiency.

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

従来技術では、システムの始業・終業時等に、複数の機
器をシーケンス的に制御していく時に制御内容(制御機
器数、制御タイミング等)が変化した場合、プログラム
のロジックの変更が必要であり、ソフトウェアの変更が
困難であった。
With conventional technology, if the control content (number of controlled devices, control timing, etc.) changes when controlling multiple devices in sequence, such as when the system starts or ends, it is necessary to change the program logic. , software changes were difficult.

本発明の目的は、制御内容が変化しても容易にこれに対
応できるソフトウェアの作成方法を提供することにある
An object of the present invention is to provide a method for creating software that can easily adapt to changes in control content.

〔問題点を解決するための手段〕[Means for solving problems]

前記目的は、以下に示す方法により達成される。 The above object is achieved by the method shown below.

すなわち、複雑なシーケンス制御を行う時に、制御内容
をそれぞれ分類し、これをモジュール化し、ソフト的に
機能コードを割りあてる(各モジュール毎に機能コード
を持つ)。
That is, when performing complex sequence control, each control content is classified, modularized, and a function code is assigned by software (each module has a function code).

一方、シーケンス制御の内容については、制御順序に従
い機能コードおよび必要な情報を記憶するブロック構造
(機能コード単位)のファイルを作成する。
On the other hand, regarding the content of sequence control, a file with a block structure (function code unit) is created to store function codes and necessary information according to the control order.

メインのプログラムはこのファイルを先頭ブロックから
順に参照し、機能コードに従い制御を行う。そして制御
終了の機能コード参照時に処理を終了させる。
The main program refers to this file in order from the first block and performs control according to the function code. Then, the process is terminated when the function code for control termination is referenced.

〔作用〕[Effect]

本手段により、制御機器数、制御タイミング等の制御内
容の変更があった場合、プログラムのロジックは現状の
ままとし、制御内容を記憶するファイルの変更により、
対応が可能となる。
With this means, when there is a change in control content such as the number of controlled devices or control timing, the logic of the program remains as it is and the file that stores the control content is changed.
It becomes possible to respond.

〔実施例〕〔Example〕

以下、本発明の一実施例を第1図ないし第5図により説
明する。
An embodiment of the present invention will be described below with reference to FIGS. 1 to 5.

第1図はシステムの全体構成を示す。駅制御装置lは、
始終業時等に駅制御卓2からの指令入力により、中継リ
レー3を介して、プロセス処理袋M4、設備1”m(5
)、の電源の制御等をダイレクトに行う。また、駅制御
装置1からプロセス処理装置i!4に対して、設備m+
1〜m+n(6)のモードの制御情報等を送信する。そ
の後、駅制御装置1は、設備m+1〜m+nの電源を投
入する。
FIG. 1 shows the overall configuration of the system. The station control device l is
By inputting commands from the station control console 2 at the start and end of the workday, the process processing bag M4 and the equipment 1"m (5
), directly controls the power supply, etc. In addition, the process processing device i! from the station control device 1! 4, equipment m+
Control information etc. for modes 1 to m+n(6) are transmitted. After that, the station control device 1 turns on the power of the equipment m+1 to m+n.

インテリジェント化されたプロセス処理装置4は、受信
した制御情報に従って、設備m+1〜m+n(6)に対
してモード等の制御をダイレクトに行うほか、各設備の
状態情報等を、駅制御装置1に対して送信する。
The intelligent process processing device 4 directly controls the mode etc. of the equipment m+1 to m+n (6) according to the received control information, and also transmits the status information of each equipment to the station control device 1. and send.

第2図はシステム始業時の制御順序の流れ図である。こ
の流れ図に従って始業時に、条件を判定しながら制御を
行なっていく。尚、駅制御装置1が設備1〜m、m+1
〜m+nの全ての電源を同時に投入するようにしてもよ
い。
FIG. 2 is a flowchart of the control sequence at the start of the system. According to this flowchart, control is performed while determining conditions at the start of work. In addition, the station control device 1 controls equipment 1 to m, m+1
It is also possible to turn on all the power supplies of ~m+n at the same time.

第3図は第2図で示す制御を行う時の制御内容記憶ファ
イルの構成を示す。機能コードを以下に示すように割り
あてる。
FIG. 3 shows the structure of a control content storage file when the control shown in FIG. 2 is performed. Assign function codes as shown below.

機能コード1:電源ON、OFF処理 機能コード2:モード制御処理 H3: D E L A Y処理 〃  4:プロセス状態判定処理 〃  5:タスク起動処理 〃  6:ダミーブロック 機能コード7:制御終了 尚、機能コード5,6は第3図に示していない。Function code 1: Power ON/OFF processing Function code 2: Mode control processing H3: D E L A Y processing 〃  4: Process status determination processing 〃  5: Task startup processing 6: Dummy block Function code 7: Control end Note that function codes 5 and 6 are not shown in FIG.

このようなものを設けておくことは自由である。You are free to set up something like this.

第4図は、機能コードが1の場合のブロック内アイテム
の例を示す。M¥IJ御装置1に設けられたメインプロ
グラムは、1バイト目の機能コードを判定し、該当のモ
ジュールヘジャンプする。ブロックの2バイトないし8
バイト目は、機能コードによりアイテムの内容が異なる
。各モジュールは、2〜8バイトの情報により所定の処
理を行う。第4図において、設備コードとは、リレー出
力を行う時のリレーのソフト的アドレスをサーチするた
めの情報である。また、制御処理コードとは、電源の人
、切を判別する情報である。
FIG. 4 shows an example of items within a block when the function code is 1. The main program provided in the M\IJ control device 1 determines the function code of the first byte and jumps to the corresponding module. 2 to 8 bytes of block
The contents of the item in the byte differ depending on the function code. Each module performs predetermined processing using 2 to 8 bytes of information. In FIG. 4, the equipment code is information for searching the software address of the relay when performing relay output. Further, the control processing code is information for determining whether the power is on or off.

第5図は上記のメインプログラムの処理の概略を示す。FIG. 5 shows an outline of the processing of the above main program.

本実施例によれば、設備の数、処理待ち時間制御順序の
変更等があった場合に、プログラムのロジックを変更す
ることなく、記憶ファイルの各ブロック内のアイテムの
割り付け、あるいは、ブロックを並べ変える等により対
応が、可能となり、デパック効率、メンテナンス効率が
あがる。
According to this embodiment, when there is a change in the number of equipment, processing waiting time control order, etc., the items in each block of the storage file can be allocated or the blocks can be arranged without changing the logic of the program. It becomes possible to respond by changing, etc., increasing depacking efficiency and maintenance efficiency.

特に、駅制御装置1は各駅に設置されるものであり、各
駅での制御は、各駅毎に異なっている。
In particular, the station control device 1 is installed at each station, and the control at each station is different for each station.

本発明によれば、各駅で駅独自のファイルを用意し、他
は共通とすることができるので、設備−膜化の面でも効
果がある。
According to the present invention, each station can prepare a station-specific file while others can be made common, which is also effective in terms of equipment integration.

(発明の効果〕 本発明によれば、ソフトウェアの変更に伴う、ソフトウ
ェアの修正時間、デバッグ時間が短縮され、また、オン
ライン稼動時の不具合の発生率も低くなる。
(Effects of the Invention) According to the present invention, software modification time and debugging time associated with software changes are shortened, and the occurrence rate of problems during online operation is also reduced.

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

第1図は本発明の一実施例のシステム全体構成図、第2
図は制御順序図、第3図はファイルの構成因、第4図は
ブロックの内容を示す図、第5図はプログラムの処理概
略を示す図である。 1・・・駅制御装置、2・・・駅制御卓、3・・・中継
リレー、4・・・プロセス処理装置、5・・・設備1〜
m、6・・・設第 1 図 第 2 図 第 3 目 第 4 口
Figure 1 is an overall system configuration diagram of an embodiment of the present invention;
3 is a control sequence diagram, FIG. 3 is a diagram showing the configuration factors of files, FIG. 4 is a diagram showing the contents of blocks, and FIG. 5 is a diagram showing an outline of program processing. DESCRIPTION OF SYMBOLS 1... Station control device, 2... Station control console, 3... Relay relay, 4... Process processing device, 5... Equipment 1~
m, 6...Settings Figure 1 Figure 2 Figure 3 Eye 4th mouth

Claims (1)

【特許請求の範囲】 1、駅制御装置、駅制御卓および監視、制御の対象とな
る各種設備からなる駅設備管理システムにおいて、 前記各設備のパターン制御を行う時、処理内容をモジュ
ール化し、これに機能コードを割りあて、制御順序に従
つて処理内容をファイルに、機能コード単位にブロック
化して記憶し、さらに、各ブロック内には、前記機能コ
ードに対応してアイテムを定義して記憶することを特徴
とする駅設備のパターン制御方法。
[Claims] 1. In a station equipment management system consisting of a station control device, a station control console, and various equipment to be monitored and controlled, when performing pattern control of each equipment, processing contents are modularized and this A function code is assigned to the function code, and the processing contents are stored in a file in blocks according to the function code according to the control order, and items are defined and stored in each block corresponding to the function code. A pattern control method for station equipment characterized by the following.
JP62307549A 1987-12-07 1987-12-07 Pattern control method for station equipment Pending JPH01149106A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62307549A JPH01149106A (en) 1987-12-07 1987-12-07 Pattern control method for station equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62307549A JPH01149106A (en) 1987-12-07 1987-12-07 Pattern control method for station equipment

Publications (1)

Publication Number Publication Date
JPH01149106A true JPH01149106A (en) 1989-06-12

Family

ID=17970429

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62307549A Pending JPH01149106A (en) 1987-12-07 1987-12-07 Pattern control method for station equipment

Country Status (1)

Country Link
JP (1) JPH01149106A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105501258A (en) * 2015-11-27 2016-04-20 青岛海信网络科技股份有限公司 Information sending method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105501258A (en) * 2015-11-27 2016-04-20 青岛海信网络科技股份有限公司 Information sending method and device

Similar Documents

Publication Publication Date Title
TW201816598A (en) Task switching method and related device
CN102820948B (en) Inverter, inverter communication system, communication method thereof
JPH01149106A (en) Pattern control method for station equipment
CN113472828A (en) Method, device and system for remote data acquisition and control
JPH02285403A (en) Production control computer system
GB2281132A (en) A process control method
JP2923864B2 (en) Distributed control system
KR100470913B1 (en) Method and apparatus for binding for devices
JPS61236466A (en) Production technology information supplying system
KR100221491B1 (en) Method for controlling dual robot
JPH0643920A (en) Tool control system
JP3212991B2 (en) production management system
JP3365421B2 (en) Robot controller
JPS62277249A (en) Tool controlling device
JPS63187749A (en) Circuit connection system
JP2857381B2 (en) Dynamic simulator
JPS60150952A (en) Unfinished job supervisory type production system
CN113568333A (en) Data processing method, control system and equipment
JPH069006B2 (en) Automatic control method for remote monitoring and control system
JPH04215108A (en) Control method for multi axis servo system
CN114741107A (en) Program online upgrading method and system and air conditioner
JPS63279350A (en) Terminal connection system for on-line transaction control system
JPS6385938A (en) Controller for multiplex parallel operation of program
JPS6254657A (en) Physical distribution control method
CN106843052A (en) A kind of motion controller system