JP2005332058A - Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program - Google Patents

Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program Download PDF

Info

Publication number
JP2005332058A
JP2005332058A JP2004147846A JP2004147846A JP2005332058A JP 2005332058 A JP2005332058 A JP 2005332058A JP 2004147846 A JP2004147846 A JP 2004147846A JP 2004147846 A JP2004147846 A JP 2004147846A JP 2005332058 A JP2005332058 A JP 2005332058A
Authority
JP
Japan
Prior art keywords
interlock
control
condition
unit
interlocking
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
JP2004147846A
Other languages
Japanese (ja)
Inventor
Hidetoshi Muramatsu
秀俊 村松
Masato Tanigawa
正人 谷川
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.)
Mitsubishi Electric Engineering Co Ltd
Original Assignee
Mitsubishi Electric Engineering 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 Mitsubishi Electric Engineering Co Ltd filed Critical Mitsubishi Electric Engineering Co Ltd
Priority to JP2004147846A priority Critical patent/JP2005332058A/en
Publication of JP2005332058A publication Critical patent/JP2005332058A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Programmable Controllers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To easily set and change interlock control conditions by eliminating the development of a program for every interlock control system, and unitarily managing states of all equipment to be controlled by an interlock controller in a building or the like. <P>SOLUTION: A control condition input tool 6 inputs interlock origin equipment, interlock conditions, interlock destination equipment and interlock operations as control conditions, and transmits the inputted control conditions to an interlock controller 4. The interlock controller 4 sets the transmitted control conditions in an interlock control table. Furthermore, the interlock controller 4 inputs a status signal showing the status of warning equipment/general purpose equipment 1 in a real time, and detects the change of the status of the warning equipment/general purpose equipment 1, and when the detected change of the status of the warning equipment/general purpose equipment 1 is matched with the control conditions, the interlock controller 4 controls the interlock destination equipment to perform interlock operations. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、機器の連動制御における連動制御装置、制御条件入力ツール、連動制御方法および連動制御プログラムに関するものである。   The present invention relates to a linkage control device, a control condition input tool, a linkage control method, and a linkage control program in device linkage control.

従来の連動制御システムは、ビル内の警報設備や汎用設備機器などに対する連動制御条件について事前に仕様打ち合わせを行い、その連動制御システムの連動制御条件にあった内容でプログラムの開発をしていた。
特開平10−78805号公報
In the conventional interlock control system, specifications were discussed in advance regarding the interlock control conditions for alarm equipment and general-purpose equipment in the building, and the program was developed with the content that matched the interlock control conditions of the interlock control system.
Japanese Patent Laid-Open No. 10-78805

ビル管理制御装置などの従来の連動制御装置を使用する連動制御システムは、ビル内に設置されている空調機器や、照明機器などの汎用機器、ならびに警報信号などとの連動制御を行う場合に、連動制御システムごとにプログラム開発を行わなければならず、それにより開発コストや連動制御システムごとにプログラムの管理が必要である。
また、連動制御システムを使用する現地での調整を行う段階で細かな仕様変更が発生した場合にも、その都度、プログラムの変更が必要である。
A linked control system that uses a conventional linked control device such as a building management control device is used when performing linked control with air conditioning equipment installed in buildings, general equipment such as lighting equipment, and alarm signals. It is necessary to develop a program for each interlocking control system, thereby requiring development management and program management for each interlocking control system.
In addition, when a small specification change occurs at the stage of adjustment at the site where the interlock control system is used, it is necessary to change the program each time.

例えば、連動制御システムを使用する現地で、連動制御条件の変更要件が発生した場合、従来の技術では、以下のような手順が必要となる。
まず、現地の管理者から連動制御システムの提供者に対して、連動制御条件の変更を依頼する。
次に、連動制御システムの提供者は、連動制御システムの連動制御条件が記述されたプログラムソースを依頼された連動制御条件に合わせて修正する。
次に、連動制御システムの提供者は、修正したプログラムソースをコンパイルしてオブジェクトを作成する。
次に、連動制御システムの提供者は、作成したオブジェクトをその他のオブジェクトとリンクして修正プログラムを作成する。
次に、連動制御システムの提供者は、作成した修正プログラムの動作確認を行う。
次に、連動制御システムの提供者は、動作確認をした修正プログラムを現地の連動制御システムに反映する。
これにより、現地は連動制御条件の変更がなされた連動制御システムを使用することができる。
For example, when a requirement for changing the interlock control condition occurs at the site where the interlock control system is used, the following procedure is required in the conventional technology.
First, a local manager requests the provider of the interlock control system to change the interlock control conditions.
Next, the provider of the interlock control system modifies the program source in which the interlock control condition of the interlock control system is described according to the requested interlock control condition.
Next, the provider of the interlock control system creates an object by compiling the modified program source.
Next, the provider of the interlock control system creates a correction program by linking the created object with other objects.
Next, the provider of the interlock control system checks the operation of the created correction program.
Next, the provider of the interlock control system reflects the corrected program whose operation has been confirmed in the local interlock control system.
Thereby, the interlocking control system in which the interlocking control condition is changed can be used at the site.

また、連動制御システムで使用するプログラムをバージョン管理する場合、従来の技術では、連動制御条件に合わせてプログラムが作成されるため、機能の変更がなされたプログラムと共に、連動制御条件の変更がなされたプログラムもバージョン管理しなければならない。   In addition, when managing the version of a program used in the interlock control system, the conventional technology creates a program according to the interlock control condition, so the interlock control condition was changed together with the program whose function was changed. The program must also be versioned.

本発明は、上記のよう課題を解決するためになされたもので、第1の目的は連動制御システムごとのプログラム開発をなくし、ビルなどで連動制御装置により制御するあらゆる設備機器の状態を一元管理し、連動制御条件を容易に設定、変更することができるようにすることを目的とする。   The present invention has been made to solve the above-described problems. The first object is to eliminate the program development for each interlocking control system and to centrally manage the state of all equipment controlled by the interlocking control device in a building or the like. It is an object of the present invention to make it possible to easily set and change the interlock control conditions.

また、第2の目的は、連動制御システムを使用する現場で連動制御条件を容易に設定することができるようにすることを目的とする。   The second object is to make it possible to easily set the interlock control conditions at the site where the interlock control system is used.

また、第3の目的は、連動制御システムで使用するプログラムの管理を容易にすることができるようにすることを目的とする。   A third object is to facilitate management of programs used in the interlock control system.

本発明の連動制御装置は、機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態値記憶部と、連動元となる連動元機器と連動条件と、連動先となる連動先機器と連動動作とを記述した連動制御テーブルを記憶する連動制御テーブル記憶部と、連動制御テーブル記憶部に記憶される連動制御テーブルの連動元機器と連動条件と連動先機器と連動動作とを設定するテーブル設定部と、状態値記憶部に記憶される機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、連動制御テーブル記憶部にテーブル設定部により設定された連動制御テーブルの連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行部とを備えたことを特徴とする。   The interlock control device of the present invention inputs a state signal indicating the state of a device in real time, stores a state value storage unit that stores a change in the state of the device, a link source device that is a link source, a link condition, and a link destination The interlocking control table storage unit that stores the interlocking control table that describes the interlocking destination device and the interlocking operation, and the interlocking source device, interlocking condition, and interlocking destination device of the interlocking control table stored in the interlocking control table storage unit The table setting unit for setting the operation, the change in the state of the device stored in the state value storage unit, the change in the state of the device is detected, and the change in the state of the device is a linked control table A control execution unit that controls the interlock destination device to perform interlock operation when the interlock source device and the interlock condition of the interlock control table set by the table setting unit match in the storage unit. The And butterflies.

本発明の連動制御装置は、さらに、テーブル設定部に対して、連動制御テーブルの連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する制御条件入力ツールを備えたことを特徴とする。   The interlock control device of the present invention further includes a control condition input tool for inputting the interlock source device, the interlock condition, the interlock destination device, and the interlock operation of the interlock control table as interlock control conditions to the table setting unit. It is characterized by.

上記連動制御装置は、さらに、状態値記憶部が記憶する機器の状態の変化を監視して、連動制御テーブルの設定に基づいて、機器の制御を指示する制御プログラムを記憶する制御プログラム記憶部を備え、上記制御実行部は、制御プログラム記憶部に記憶される制御プログラムを実行することを特徴とする。   The interlock control device further includes a control program storage unit that monitors a change in the state of the device stored in the state value storage unit and stores a control program that instructs control of the device based on the setting of the interlock control table. The control execution unit executes a control program stored in a control program storage unit.

上記状態値記憶部は、機器の最新の状態を記憶する最新状態値テーブルと、機器の変化前の状態を記憶する状態値テーブルとを備えたことを特徴とする。   The state value storage unit includes a latest state value table that stores the latest state of the device and a state value table that stores a state before the change of the device.

本発明の制御条件入力ツールは、連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する動作入力部と、動作入力部から入力した連動制御条件を連動制御装置に送信する通信部とを備えたことを特徴とする。   The control condition input tool of the present invention transmits an interlock input condition, an interlock condition, an interlock target device and an interlock operation as interlock control conditions, and an interlock control condition input from the operation input section to the interlock controller. And a communication unit.

上記制御条件入力ツールは、さらに、上記動作入力部から入力した連動制御条件を表示する動作表示部と、上記動作入力部から入力し動作表示部に表示された連動制御条件を、上記連動制御装置の記憶する連動制御条件の形式に変換するテーブル変換部とを備えたことを特徴とする。   The control condition input tool further includes an operation display unit that displays an interlocking control condition input from the operation input unit, and an interlocking control condition that is input from the operation input unit and displayed on the operation display unit. And a table conversion unit for converting into the format of the interlocking control condition stored.

本発明の連動制御装置は、時刻を取得する時刻取得部と、機器を連動動作させる時刻の条件と、連動先となる連動先機器と連動動作とを記述したスケジュール動作テーブルを記憶するスケジュール動作テーブル記憶部と、スケジュール動作テーブル記憶部に記憶されるスケジュール動作テーブルの時刻の条件と連動先機器と連動動作とを設定するテーブル設定部と、時刻取得部により取得された時刻が、スケジュール動作テーブル記憶部に記憶されテーブル設定部により設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行部とを備えたことを特徴とする。   The interlock control device of the present invention includes a schedule operation table that stores a time acquisition unit that acquires time, a time condition for interlocking operation of devices, a schedule operation table that describes interlocking destination devices that are interlocking destinations, and interlocking operations. A storage unit, a table setting unit that sets a time condition of the schedule operation table stored in the schedule operation table storage unit, a link destination device, and a link operation, and a time acquired by the time acquisition unit is stored in the schedule operation table And a control execution unit that controls the interlock destination device to perform an interlock operation when the time condition of the schedule operation table matches the time condition of the schedule operation table set by the table setting unit. And

上記連動制御装置は、さらに、テーブル設定部に対して、スケジュール動作テーブルの時刻の条件と連動先機器と連動動作とを連動制御条件として入力する制御条件入力ツールを備えたことを特徴とする。   The interlock control device further includes a control condition input tool for inputting the time condition of the schedule operation table, the interlock destination device, and the interlock operation as interlock control conditions to the table setting unit.

上記連動制御装置は、さらに、時刻取得部が取得する時刻を監視して、スケジュール動作テーブルの設定に基づいて、機器の制御を指示する制御プログラムを記憶する制御プログラム記憶部を備え、上記制御実行部は、制御プログラム記憶部に記憶される制御プログラムを実行することを特徴とする。   The interlock control device further includes a control program storage unit for monitoring a time acquired by the time acquisition unit and storing a control program for instructing control of the device based on the setting of the schedule operation table. The unit executes a control program stored in the control program storage unit.

本発明の制御条件入力ツールは、時刻の条件と連動先機器と連動動作とを連動制御条件として入力する動作入力部と、動作入力部から入力した連動制御条件を連動制御装置に送信する通信部とを備えたことを特徴とする。   The control condition input tool of the present invention includes an operation input unit that inputs a time condition, a link destination device, and a link operation as a link control condition, and a communication unit that transmits the link control condition input from the operation input unit to the link control device. It is characterized by comprising.

上記制御条件入力ツールは、さらに、上記動作入力部から入力した連動制御条件を表示する動作表示部と、上記動作入力部から入力し動作表示部に表示された連動制御条件を、上記連動制御装置の記憶する連動制御条件の形式に変換するテーブル変換部とを備えたことを特徴とする。   The control condition input tool further includes an operation display unit that displays an interlocking control condition input from the operation input unit, and an interlocking control condition that is input from the operation input unit and displayed on the operation display unit. And a table conversion unit for converting into the format of the interlocking control condition stored.

本発明の連動制御方法は、機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールが、連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する動作入力工程と、動作入力工程で入力した連動制御条件を連動制御装置に送信する通信工程とを実行し、機器を連動させる連動制御装置が、制御条件入力ツールから送信された連動制御条件に含まれる連動元機器と連動条件と連動先機器と連動動作とを連動制御テーブルに設定するテーブル設定工程と、機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態記憶工程と、状態記憶工程で記憶された最新状態値テーブルと状態値テーブルとに基づいて、機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、テーブル設定工程で設定された、連動制御テーブルの連動元となる連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程とを実行することを特徴とする。   In the interlock control method of the present invention, the control condition input tool for inputting the interlock control condition for interlocking the device to the interlock control device for interlocking the device performs the interlock source device, the interlock condition, the interlock destination device, and the interlock operation. An operation input process that is input as the interlock control condition and a communication process that transmits the interlock control condition input in the operation input process to the interlock control device, and the interlock control apparatus that interlocks the devices are transmitted from the control condition input tool. A table setting process that sets the linkage source device, linkage condition, linkage destination device, and linkage action included in the linked linkage control conditions in the linkage control table, and a status signal indicating the status of the device is input in real time, The state of the device is detected based on the state storage step for storing the change of the device, and the change in the state of the device based on the latest state value table and the state value table stored in the state storage step If the device in which the change is detected and the change in the device status match the interlocking source device and the interlocking condition that are the interlocking source of the interlocking control table set in the table setting process, And a control execution step of controlling to perform an interlocking operation.

本発明の連動制御方法は、機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールが、時刻の条件と連動先機器と連動動作とを連動制御条件として入力する動作入力工程と、動作入力工程で入力した連動制御条件を連動制御装置に送信する通信工程とを実行し、機器を連動させる連動制御装置が、制御条件入力ツールから送信された連動制御条件に含まれる時刻の条件と連動先機器と連動動作とをスケジュール動作テーブルに設定するテーブル設定工程と、時刻を取得する時刻取得工程と、時刻取得工程で取得された時刻が、テーブル設定工程で設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程とを実行することを特徴とする。   According to the interlock control method of the present invention, the control condition input tool for inputting the interlock control condition for interlocking the device to the interlock control device for interlocking the device sets the time condition, the interlock destination device, and the interlock operation to the interlock control condition. The interlock control device that executes the operation input step that is input as the communication step and the communication step that transmits the interlock control condition that is input in the operation input step to the interlock control device, and the interlock control device that interlocks the devices transmits the interlock control transmitted from the control condition input tool. The table setting step for setting the time condition included in the condition, the link destination device and the link operation in the schedule operation table, the time acquisition step for acquiring the time, and the time acquired in the time acquisition step are the table setting step. A control execution step for controlling the interlock destination device to perform the interlock operation when the time condition of the set schedule operation table is met. Characterized in that it.

本発明の連動制御プログラムは、上記連動制御方法をコンピュータに実行させる。   The interlock control program of the present invention causes a computer to execute the interlock control method.

本発明の制御条件入力プログラムは、連動元機器と連動条件と連動先機器と連動動作とを含む連動制御条件と、時刻の条件と連動先機器と連動動作とを含む連動制御条件との少なくともいずれかの連動制御条件を入力する動作入力工程と、動作入力工程で入力した連動制御条件を出力する出力工程とをコンピュータに実行させる。   The control condition input program of the present invention includes at least one of an interlocking control condition including an interlocking source device, an interlocking condition, an interlocking destination device, and an interlocking operation, and an interlocking control condition including a time condition, an interlocking destination device, and an interlocking operation. The computer is caused to execute an operation input step for inputting the interlock control condition and an output step for outputting the interlock control condition input in the operation input step.

本発明の連動制御プログラムは、連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力し、入力した連動制御条件を連動制御テーブルに設定するテーブル設定工程と、機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態記憶工程と、状態記憶工程で記憶された機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、テーブル設定工程で設定された、連動制御テーブルの連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程とをコンピュータに実行させる。   The interlock control program of the present invention inputs the interlock source device, the interlock condition, the interlock destination device, and the interlock operation as the interlock control condition, sets the input interlock control condition in the interlock control table, and the device state A state signal indicating that the state of the device is input in real time, and a change in the state of the device is detected by detecting a change in the state of the device stored in the state storage step. If the device and the change in device status match the interlocking source device and interlocking conditions in the interlocking control table set in the table setting process, control the interlocking device to perform interlocking operation. The computer executes the control execution process.

本発明の連動制御プログラムは、時刻の条件と連動先機器と連動動作とを連動制御条件として入力し、入力した連動制御条件をスケジュール動作テーブルに設定するテーブル設定工程と、時刻を取得する時刻取得工程と、時刻取得工程で取得された時刻が、テーブル設定工程で設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程とをコンピュータに実行させる。   The interlock control program of the present invention inputs a time condition, an interlocking destination device, and an interlock operation as an interlock control condition, sets the input interlock control condition in a schedule operation table, and acquires a time to acquire the time Control that controls the linked device to perform linked operation when the time acquired in the process and time acquisition step matches the time condition of the schedule operation table set in the table setting step The computer executes the execution process.

本発明によれば、連動制御装置が、状態値記憶部と連動制御テーブル記憶部とテーブル設定部と制御実行部とを備えたことにより、各機器の状態の変化にあわせて各機器を連動制御することができる。
また、連動制御テーブル記憶部の連動制御テーブルを変更するだけで、連動制御条件を変更することができ、連動制御条件の変更に伴うプログラム開発コストを削減する。
According to the present invention, the interlock control device includes the state value storage unit, the interlock control table storage unit, the table setting unit, and the control execution unit, so that each device is interlocked and controlled in accordance with the change in the state of each device. can do.
In addition, the interlock control condition can be changed simply by changing the interlock control table of the interlock control table storage unit, and the program development cost associated with the change of the interlock control condition is reduced.

さらに、連動制御装置が、制御条件入力ツールを備えたことにより、連動制御装置を使用する現場で容易に連動制御条件を変更することができ、利便性を向上する。
また、連動制御条件の変更に伴うプログラムの変更が無くなりコストを削減する。
また、連動制御条件の変更に伴うプログラムの変更が無くなり、バージョン管理するプログラム数が減少することにより、連動制御装置を使用するシステムの保守および連動制御装置で使用するプログラムの管理にかかるコストを削減する。
Further, since the interlock control device includes the control condition input tool, the interlock control condition can be easily changed at the site where the interlock control device is used, and convenience is improved.
In addition, there is no change in the program accompanying the change in the interlock control condition, thereby reducing the cost.
In addition, there is no change in the program associated with the change of the interlock control condition, and the number of programs to be version-controlled is reduced, thereby reducing the cost of maintaining the system that uses the interlock control device and managing the program used by the interlock control device. To do.

さらに、上記状態値記憶部が、最新状態値テーブルと状態値テーブルとを備えたことにより、連動制御する機器の変化の検出を容易にすることができる。   Further, since the state value storage unit includes the latest state value table and the state value table, it is possible to easily detect a change in the device to be interlocked.

さらに、制御条件入力ツールが、動作入力部と通信部とを備えたことにより、プログラムを変更することなく、連動制御条件を入力することができる。   Further, since the control condition input tool includes the operation input unit and the communication unit, it is possible to input the interlock control condition without changing the program.

さらに、制御条件入力ツールが、動作表示部を備えたことにより、入力した連動制御条件の確認を行え、連動制御条件の入力ミスによる連動制御する機器の誤作動を減少することができる。
さらに、制御条件入力ツールが、テーブル変換部を備えたことにより、連動制御装置で、制御条件入力ツールから入力された連動制御条件を形式変換する必要が無く、連動制御装置の負荷を軽減する。
Furthermore, since the control condition input tool includes the operation display unit, the input interlock control condition can be confirmed, and malfunctions of devices that perform interlock control due to an input error of the interlock control condition can be reduced.
Furthermore, since the control condition input tool includes the table conversion unit, it is not necessary for the interlock control device to convert the format of the interlock control condition input from the control condition input tool, and the load on the interlock control device is reduced.

さらに、連動制御装置が、時刻取得部とスケジュール動作テーブル記憶部とを備えたことにより、時刻を条件として、機器を連動制御することができ、利便性を向上する。   Further, since the interlock control device includes the time acquisition unit and the schedule operation table storage unit, the devices can be controlled in an interlocked manner on the condition of time, and convenience is improved.

さらに、連動制御条件の変更要件が発生した場合に以下の手順に示すように、連動制御条件を容易に設定変更することができる。
まず、現地の管理者は、連動制御条件を入力できる制御条件入力ツールを使用して連動制御条件の修正を行う。
次に、現地の管理者は、制御条件入力ツールを使用して修正内容を確認する。
これにより、現地は連動制御条件の変更がなされた連動制御システムを使用することができる。
Further, when a requirement for changing the interlock control condition occurs, the interlock control condition can be easily changed as shown in the following procedure.
First, the local manager corrects the interlock control condition using a control condition input tool that can input the interlock control condition.
Next, the local manager uses the control condition input tool to check the correction contents.
Thereby, the interlocking control system in which the interlocking control condition is changed can be used at the site.

実施の形態1.
図1は、実施の形態1における連動制御システムの構成例を示す図である。
図2は、実施の形態1における連動制御システムを構成する各装置の外観を示す図である。
図3は、実施の形態1における連動制御システムを構成する各装置のハードウェア構成図である。
図4は、実施の形態1における連動制御装置4のブロック図である。
図5は、実施の形態1における制御条件入力ツール6のブロック図である。
図6は、実施の形態1における連動制御条件を示す図である。
Embodiment 1 FIG.
FIG. 1 is a diagram illustrating a configuration example of an interlock control system according to the first embodiment.
FIG. 2 is a diagram showing the appearance of each device constituting the interlock control system in the first embodiment.
FIG. 3 is a hardware configuration diagram of each device constituting the interlock control system in the first embodiment.
FIG. 4 is a block diagram of the interlock control device 4 in the first embodiment.
FIG. 5 is a block diagram of the control condition input tool 6 in the first embodiment.
FIG. 6 is a diagram illustrating interlocking control conditions in the first embodiment.

実施の形態1における連動制御システムの構成について図1に基づいて説明する。
連動制御システムは、制御される機器である警報機器・汎用機器1と空調機7とを備える。
連動制御システムは、警報機器・汎用機器1や空調機7などの各機器を制御する連動制御装置4を備える。
連動制御システムは、警報機器・汎用機器1の状態を管理する集中管理装置2を備える。
連動制御システムは、空調機7の状態の管理と操作とを行う空調用集中コントローラ5を備える。
連動制御システムは、各機器を制御する連動制御条件を入力する制御条件入力ツールを備える。
The configuration of the interlock control system in the first embodiment will be described with reference to FIG.
The interlock control system includes an alarm device / general-purpose device 1 and an air conditioner 7 that are controlled devices.
The interlock control system includes an interlock control device 4 that controls each device such as the alarm device / general-purpose device 1 and the air conditioner 7.
The interlock control system includes a centralized management device 2 that manages the state of the alarm device / general-purpose device 1.
The interlock control system includes an air conditioning centralized controller 5 that manages and operates the state of the air conditioner 7.
The interlock control system includes a control condition input tool for inputting interlock control conditions for controlling each device.

警報機器・汎用機器1は、状態信号出力部1−a、操作信号入力部1−bを備える。
また、警報機器・汎用機器1は、通信線8、ならびに通信線9で連動制御装置4と接続される。
また、警報機器・汎用機器1は、通信線3で集中管理装置2と接続される。
集中管理装置2は、通信線10で連動制御装置4、ならびに空調用集中コントローラ5と接続される。
空調用集中コントローラ5は、通信線12で空調機7と接続される。
The alarm device / general-purpose device 1 includes a status signal output unit 1-a and an operation signal input unit 1-b.
The alarm device / general-purpose device 1 is connected to the interlock control device 4 through the communication line 8 and the communication line 9.
The alarm device / general-purpose device 1 is connected to the centralized management device 2 through the communication line 3.
The central management device 2 is connected to the interlock control device 4 and the central controller 5 for air conditioning via a communication line 10.
The central controller 5 for air conditioning is connected to the air conditioner 7 through the communication line 12.

図2は、実施の形態1における連動制御システムを構成する各装置の外観を示す図である。
実施の形態1における連動制御システムを構成する装置には、連動制御装置4と制御条件入力ツール6と集中管理装置2と空調用集中コントローラ5とがある。
図2において、連動制御システムを構成する各装置は、システムユニット910、CRT(Cathode Ray Tube)表示装置901、キーボード(K/B)902、マウス903、コンパクトディスク装置(CDD)905、プリンタ装置906、スキャナ装置907を備え、これらはケーブルで接続されている。
さらに、連動制御システムを構成する各装置は、FAX機932、電話器931とケーブルで接続され、また、ローカルエリアネットワーク(LAN)942、ウェブサーバ941を介してインターネット940に接続されている。
FIG. 2 is a diagram showing the appearance of each device constituting the interlock control system in the first embodiment.
The devices constituting the interlock control system in the first embodiment include the interlock control device 4, the control condition input tool 6, the central management device 2, and the central controller 5 for air conditioning.
In FIG. 2, each device constituting the interlock control system includes a system unit 910, a CRT (Cathode Ray Tube) display device 901, a keyboard (K / B) 902, a mouse 903, a compact disc device (CDD) 905, and a printer device 906. And a scanner device 907, which are connected by a cable.
Further, each device constituting the interlock control system is connected to the FAX machine 932 and the telephone 931 via a cable, and is connected to the Internet 940 via a local area network (LAN) 942 and a web server 941.

ただし、連動制御装置4と集中管理装置2と空調用集中コントローラ5は、システムユニット910の外部接続装置であるCRT表示装置901、キーボード902、マウス903、CDD905、プリンタ装置906、スキャナ装置907、FAX機932、電話器931を備えなくてもよい。   However, the interlock control device 4, the central management device 2, and the air conditioning central controller 5 are a CRT display device 901, a keyboard 902, a mouse 903, a CDD 905, a printer device 906, a scanner device 907, a FAX, which are external connection devices of the system unit 910. The machine 932 and the telephone 931 may not be provided.

図3は、実施の形態1における連動制御システムを構成する各装置のハードウェア構成図である。
実施の形態1における連動制御システムを構成する装置には、連動制御装置4と制御条件入力ツール6と集中管理装置2と空調用集中コントローラ5とがある。
図3において、連動制御システムを構成する各装置は、プログラムを実行するCPU(Central Processing Unit)911を備えている。CPU911は、バス912を介してROM913、RAM914、通信ボード915、CRT表示装置901、K/B902、マウス903、FDD(Flexible Disk Drive)904、磁気ディスク装置920、CDD905、プリンタ装置906、スキャナ装置907と接続されている。
RAM914は、揮発性メモリの一例である。ROM913、FDD904、CDD905、磁気ディスク装置920、光ディスク装置は、不揮発性メモリの一例である。これらは、記憶装置あるいは記憶部の一例である。
通信ボード915は、FAX機932、電話器931、LAN942等に接続されている。
例えば、通信ボード915、K/B902、FDD904などは、情報入力部の一例である。
また、例えば、通信ボード915、スキャナ装置907、CRT表示装置901などは、出力部の一例である。
FIG. 3 is a hardware configuration diagram of each device constituting the interlock control system in the first embodiment.
The devices constituting the interlock control system in the first embodiment include the interlock control device 4, the control condition input tool 6, the central management device 2, and the central controller 5 for air conditioning.
In FIG. 3, each device configuring the interlock control system includes a CPU (Central Processing Unit) 911 that executes a program. The CPU 911 includes a ROM 913, a RAM 914, a communication board 915, a CRT display device 901, a K / B 902, a mouse 903, an FDD (Flexible Disk Drive) 904, a magnetic disk device 920, a CDD 905, a printer device 906, and a scanner device 907 via a bus 912. Connected with.
The RAM 914 is an example of a volatile memory. The ROM 913, the FDD 904, the CDD 905, the magnetic disk device 920, and the optical disk device are examples of nonvolatile memories. These are examples of a storage device or a storage unit.
The communication board 915 is connected to a FAX machine 932, a telephone 931, a LAN 942, and the like.
For example, the communication board 915, K / B 902, FDD 904, and the like are examples of the information input unit.
Further, for example, the communication board 915, the scanner device 907, the CRT display device 901, and the like are examples of the output unit.

ここで、通信ボード915は、LAN942に限らず、直接、インターネット940、或いはISDN等のWAN(ワイドエリアネットワーク)に接続されていても構わない。直接、インターネット940、或いはISDN等のWANに接続されている場合、連動制御システムを構成する各装置は、インターネット940、或いはISDN等のWANに接続され、ウェブサーバ941は不用となる。
磁気ディスク装置920には、オペレーティングシステム(OS)921、ウィンドウシステム922、プログラム群923、ファイル群924が記憶されている。プログラム群923は、CPU911、OS921、ウィンドウシステム922により実行される。
Here, the communication board 915 is not limited to the LAN 942 but may be directly connected to the Internet 940 or a WAN (Wide Area Network) such as ISDN. When directly connected to a WAN such as the Internet 940 or ISDN, each device constituting the interlock control system is connected to a WAN such as the Internet 940 or ISDN, and the web server 941 is unnecessary.
The magnetic disk device 920 stores an operating system (OS) 921, a window system 922, a program group 923, and a file group 924. The program group 923 is executed by the CPU 911, the OS 921, and the window system 922.

上記プログラム群923には、以下に述べる実施の形態の説明において「〜部」として説明する機能を実行するプログラムが記憶されている。プログラムは、CPU911により読み出され実行される。
ファイル群924には、以下に述べる実施の形態の説明において、「〜の判定結果」、「〜の計算結果」、「〜の処理結果」として説明するものが、「〜ファイル」として記憶されている。
また、以下に述べる実施の形態の説明において説明するフローチャートの矢印の部分は主としてデータの入出力を示し、そのデータの入出力のためにデータは、磁気ディスク装置920、FD(Flexible Disk)、光ディスク、CD(コンパクトディスク)、MD(ミニディスク)、DVD(Digital Versatile Disk)等のその他の記録媒体に記録される。あるいは、信号線やその他の伝送媒体により伝送される。
The program group 923 stores programs that execute functions described as “˜units” in the description of the embodiments described below. The program is read and executed by the CPU 911.
In the file group 924, what is described as “determination result of”, “calculation result of”, and “processing result of” in the description of the embodiment described below is stored as “˜file”. Yes.
In addition, the arrow portion of the flowchart described in the description of the embodiment described below mainly indicates input / output of data, and for the input / output of the data, the data is a magnetic disk device 920, an FD (Flexible Disk), an optical disk. , CD (compact disc), MD (mini disc), DVD (Digital Versatile Disk) and other recording media. Alternatively, it is transmitted through a signal line or other transmission medium.

また、以下に述べる実施の形態の説明において「〜部」として説明するものは、ROM913に記憶されたファームウェアで実現されていても構わない。或いは、ソフトウェアのみ、或いは、ハードウェアのみ、或いは、ソフトウェアとハードウェアとの組み合わせ、さらには、ファームウェアとの組み合わせで実施されても構わない。   In addition, what is described as “unit” in the description of the embodiment described below may be realized by firmware stored in the ROM 913. Alternatively, it may be implemented by software alone, hardware alone, a combination of software and hardware, or a combination of firmware.

また、以下に述べる実施の形態を実施するプログラムは、また、磁気ディスク装置920、FD(Flexible Disk)、光ディスク、CD(コンパクトディスク)、MD(ミニディスク)、DVD(Digital Versatile Disk)等のその他の記録媒体による記録装置を用いて記憶されても構わない。   In addition, programs for carrying out the embodiments described below also include magnetic disk device 920, FD (Flexible Disk), optical disc, CD (compact disc), MD (mini disc), DVD (Digital Versatile Disc), and the like. You may memorize | store using the recording device by this recording medium.

ただし、連動制御装置4と集中管理装置2と空調用集中コントローラ5は、外部接続装置であるCRT表示装置901、キーボード902、マウス903、FDD904、CDD905、プリンタ装置906、スキャナ装置907と接続しなくてもよい。   However, the interlock control device 4, the central management device 2, and the air conditioning central controller 5 are not connected to the CRT display device 901, keyboard 902, mouse 903, FDD 904, CDD 905, printer device 906, and scanner device 907 which are external connection devices. May be.

実施の形態1における連動制御装置4の構成について図4に基づいて説明する。
連動制御装置4は、状態信号出力部1−aと通信を行う通信部A4−aを備える。
連動制御装置4は、操作信号入力部1−bと通信を行う通信部B4−bを備える。
連動制御装置4は、集中管理装置2と通信を行う通信部C4−cを備える。
連動制御装置4は、空調用集中コントローラ5と通信を行う通信部D4−iを備える。
連動制御装置4は、各通信部で受信、ならびに送信するために通信用データと内部処理用データの相互変換をする通信変換部4−dを備える。
連動制御装置4は、警報機器・汎用機器1などの最新の状態を示す最新状態値テーブル4−e1と、警報機器・汎用機器1などの変化前の状態を示す状態値テーブル4−e2とを記憶する状態値記憶部4−Eを備える。
連動制御装置4は、警報機器・汎用機器1などに対する操作指令を出力する操作指令部4−fを備える。
連動制御装置4は、連動制御のプログラムである制御プログラム4−nを記憶する制御プログラム記憶部4−Nを備える。
連動制御装置4は、制御プログラム記憶部4−Nに記憶される制御プログラム4−nを実行する制御プログラム実行部(制御実行部)4−gを備える。
連動制御装置4は、警報機器・汎用機器1などに対して連動元となる連動元機器と連動条件と連動先となる連動先機器と連動動作とを記述した連動制御テーブル4−hを記憶する連動制御テーブル記憶部4−Hを備える。
連動制御装置4は、警報機器・汎用機器1などに対して動作させる機器である対象機器と動作させる時間である動作時間とを記述したスケジュール動作テーブル4−lを記憶するスケジュール動作テーブル記憶部4−Lを備える。
連動制御装置4は、日付と時刻とを取得する時刻取得部4−jを備える。
連動制御装置4は、制御条件入力ツール6と通信を行う通信部E4−kを備える。
連動制御装置4は、制御条件入力ツール6から入力した各機器の連動制御条件を、連動制御テーブル記憶部4−Hに記憶される連動制御テーブル4−hとスケジュール動作テーブル記憶部4−Lに記憶されるスケジュール動作テーブル4−lとのいずれかに設定するテーブル設定部4−mを備える。
The configuration of the interlock control device 4 in the first embodiment will be described with reference to FIG.
The interlock control device 4 includes a communication unit A4-a that communicates with the state signal output unit 1-a.
The interlock control device 4 includes a communication unit B4-b that communicates with the operation signal input unit 1-b.
The interlock control device 4 includes a communication unit C4-c that communicates with the central management device 2.
The interlock control device 4 includes a communication unit D4-i that communicates with the air conditioning centralized controller 5.
The interlock control device 4 includes a communication conversion unit 4-d that performs mutual conversion between communication data and internal processing data for reception and transmission by each communication unit.
The interlock control device 4 includes a latest state value table 4-e1 indicating the latest state of the alarm device / general equipment 1 and a state value table 4-e2 indicating a state before the change of the alarm device / general equipment 1 or the like. A state value storage unit 4-E for storing is provided.
The interlock control device 4 includes an operation command unit 4-f that outputs an operation command to the alarm device / general-purpose device 1 or the like.
The interlock control device 4 includes a control program storage unit 4-N that stores a control program 4-n that is a program of interlock control.
The interlock control device 4 includes a control program execution unit (control execution unit) 4-g that executes a control program 4-n stored in the control program storage unit 4-N.
The interlock control device 4 stores an interlock control table 4-h that describes the interlock source device that is the interlock source, the interlock condition, the interlock destination device that is the interlock destination, and the interlock operation for the alarm device / general-purpose device 1 or the like. The interlock control table storage unit 4-H is provided.
The interlock control device 4 stores a schedule operation table storage unit 4 that stores a schedule operation table 4-1 describing a target device that is a device operated by the alarm device / general-purpose device 1 and an operation time that is an operation time. -L is provided.
The interlock control device 4 includes a time acquisition unit 4-j that acquires the date and time.
The interlock control device 4 includes a communication unit E4-k that communicates with the control condition input tool 6.
The interlock control device 4 stores the interlock control conditions of each device input from the control condition input tool 6 in the interlock control table 4-h and the schedule operation table storage unit 4-L stored in the interlock control table storage unit 4-H. A table setting unit 4-m is provided for setting to any one of the stored schedule operation tables 4-l.

実施の形態1における制御条件入力ツール6の構成について図5に基づいて説明する。
図5において、以下のものを備える。
制御条件入力ツール6は、連動制御装置と通信を行う通信部F6−aを備える。
制御条件入力ツール6は、連動制御装置4のテーブル設定部4−mに対する連動制御テーブル4−hの連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する動作入力部6−cを備える。
また、動作入力部6−cは、連動制御装置4のテーブル設定部4−mに対するスケジュール動作テーブル4−lの対象機器と動作時間とを連動制御条件として入力する。
制御条件入力ツール6は、動作入力部6−cが入力した連動制御条件を、連動制御テーブル4−hまたはスケジュール動作テーブル4−lに変換するテーブル変換部6−bを備える。
また、テーブル変換部6−bは、連動制御装置4から連動制御テーブル4−hとスケジュール動作テーブル4−lとを取得する。
制御条件入力ツール6は、テーブル変換部6−bが取得した連動制御テーブル4−hとスケジュール動作テーブル4−lとの内容を表示する動作表示部6−dを備える。
The configuration of the control condition input tool 6 in the first embodiment will be described with reference to FIG.
In FIG. 5, the following are provided.
The control condition input tool 6 includes a communication unit F6-a that communicates with the interlock control device.
The control condition input tool 6 is an operation input unit for inputting the interlock source device, the interlock condition, the interlock destination device, and the interlock operation of the interlock control table 4-h to the table setting unit 4-m of the interlock control device 4 as the interlock control condition. 6-c.
The operation input unit 6-c inputs the target device and the operation time of the schedule operation table 4-l for the table setting unit 4-m of the interlock control device 4 as the interlock control conditions.
The control condition input tool 6 includes a table conversion unit 6-b that converts the interlock control condition input by the operation input unit 6-c into the interlock control table 4-h or the schedule operation table 4-l.
In addition, the table conversion unit 6-b acquires the interlock control table 4-h and the schedule operation table 4-l from the interlock control device 4.
The control condition input tool 6 includes an operation display unit 6-d that displays the contents of the interlocking control table 4-h and the schedule operation table 4-l acquired by the table conversion unit 6-b.

図6は実施の形態1に関わる連動制御テーブル4−hについてあらわした図である。
実施の形態1における連動制御テーブル4−hに示される連動元機器(汎用機器1、空調エリア2、汎用機器3、汎用機器4)と連動先機器(空調エリア1、汎用機器2、空調エリア4)との連動制御条件について図6に基づいて説明する。
FIG. 6 shows the interlock control table 4-h according to the first embodiment.
The interlock source device (general-purpose device 1, air-conditioning area 2, general-purpose device 3, general-purpose device 4) and the interlock-destination device (air-conditioning area 1, general-purpose device 2, air-conditioning area 4) shown in the interlock control table 4-h in the first embodiment. ) And the interlocking control condition will be described with reference to FIG.

次に動作について説明する。
集中管理装置2は、ビル内のあらゆる警報機器の状態、ならびに汎用機器(照明や空調機など)の状態を管理する装置である。
連動制御装置4は、通信線8〜11により状態信号出力部1−a、操作信号入力部1−b、空調用集中コントローラ5、集中管理装置2と接続され、各々の情報を管理している。
連動制御装置4は、通信部A4−a、通信部B4−b、通信部C4−c、通信部D4−iにより集中管理装置2や、警報機器・汎用機器1、空調機7の情報を収集し、通信変換部4−dにより数値データに変換して、状態値記憶部4−Eの最新状態値テーブル4−e1に記憶する。
制御条件入力ツール6は、通信線11で連動制御装置4と接続することが可能であり、動作入力部6−c、動作表示部6−dにより連動制御条件を設定することができる。
設定入力された連動制御条件は、テーブル変換部6−bにより、連動制御テーブル4−h、スケジュール動作テーブル4−lに変換され、通信部F6−aにより通信部E4−kに伝達される。
通信部E4−kに伝達された連動制御条件は、テーブル設定部4−mにより、連動制御装置4の連動制御テーブル4−h、ならびにスケジュール動作テーブル4−lに設定される。
Next, the operation will be described.
The centralized management device 2 is a device that manages the state of all alarm devices in the building and the state of general-purpose devices (such as lighting and air conditioners).
The interlock control device 4 is connected to the status signal output unit 1-a, the operation signal input unit 1-b, the air conditioning central controller 5, and the central management device 2 through the communication lines 8 to 11, and manages each information. .
The interlock control device 4 collects information on the central management device 2, the alarm device / general-purpose device 1, and the air conditioner 7 by the communication unit A4-a, the communication unit B4-b, the communication unit C4-c, and the communication unit D4-i. Then, it is converted into numerical data by the communication conversion unit 4-d and stored in the latest state value table 4-e1 of the state value storage unit 4-E.
The control condition input tool 6 can be connected to the interlock control device 4 through the communication line 11, and the interlock control condition can be set by the operation input unit 6-c and the operation display unit 6-d.
The interlock control conditions set and input are converted into the interlock control table 4-h and the schedule operation table 4-l by the table conversion unit 6-b, and transmitted to the communication unit E4-k by the communication unit F6-a.
The interlock control condition transmitted to the communication unit E4-k is set in the interlock control table 4-h and the schedule operation table 4-l of the interlock control device 4 by the table setting unit 4-m.

ここで、最新状態値テーブル4−e1と状態値テーブル4−e2は、各機器に対応した状態を格納するためのテーブルで、同じ機器番号の配列で構成される。
最新状態値テーブル4−e1と状態値テーブル4−e2とを図7および図8に示す。
最新状態値テーブル4−e1と状態値テーブル4−e2は、機器番号が固定であれば、それぞれ図7の(a)、図7の(b)のように各機器の状態のみを格納してもいいし、機器番号が固定でなければ、それぞれ図8の(a)、図8の(b)のように各機器の番号と状態を対応付けて格納してもいい。
Here, the latest state value table 4-e1 and the state value table 4-e2 are tables for storing a state corresponding to each device, and are configured by an array of the same device numbers.
The latest state value table 4-e1 and the state value table 4-e2 are shown in FIGS.
If the device number is fixed, the latest state value table 4-e1 and the state value table 4-e2 store only the state of each device as shown in FIGS. 7A and 7B, respectively. Alternatively, if the device number is not fixed, the number and state of each device may be stored in association with each other as shown in FIG. 8 (a) and FIG. 8 (b), respectively.

最新状態値テーブル4−e1に格納するデータは、各機器から収集したばかりの最新の状態であり、状態値テーブル4−e2は、前回までの状態を格納する。
通信変換部4−dにより変換された機器の状態を示す数値データを最新状態値テーブル4−e1に格納する。
最新状態値テーブル4−e1にデータが格納されると、制御プログラム実行部4−gが最新状態値テーブル4−e1のデータと状態値テーブル4−e2のデータとを比較する。
連動制御装置4は、状態値記憶部4−Eのデータが変化したことを制御プログラム実行部4−gが検知すると、連動制御テーブル4−hのテーブルを確認し、連動制御条件に一致した場合に、連動制御テーブル4−hに設定されている連動動作を操作指令部4−fに伝達し、通信変換部4−dにより該当機器の通信プロトコルに変換して、通信部A〜Dを用い操作指令を送信する。
その後、最新状態値テーブル4−e1のデータ内容を、状態値テーブル4−e2に書き換えを行う。
また、制御プログラム実行部4−gは、時刻取得部4−jにより、スケジュール動作テーブル4−lに設定された時間に、スケジュール動作テーブル4−lに設定されている各汎用機器や空調機7などの対象機器と、対象機器に対する動作内容とを、操作指令部4−fに伝達し、通信変換部4−dにより該当機器の通信プロトコルに変換して、通信部A〜Dを用いて操作指令を送信する。
The data stored in the latest status value table 4-e1 is the latest status just collected from each device, and the status value table 4-e2 stores the status up to the previous time.
Numerical data indicating the state of the device converted by the communication conversion unit 4-d is stored in the latest state value table 4-e1.
When data is stored in the latest state value table 4-e1, the control program execution unit 4-g compares the data in the latest state value table 4-e1 with the data in the state value table 4-e2.
When the control program execution unit 4-g detects that the data in the state value storage unit 4-E has changed, the interlocking control device 4 checks the table of the interlocking control table 4-h and matches the interlocking control conditions. In addition, the interlocking operation set in the interlocking control table 4-h is transmitted to the operation command unit 4-f, converted into the communication protocol of the corresponding device by the communication conversion unit 4-d, and the communication units A to D are used. Send an operation command.
Thereafter, the data contents of the latest state value table 4-e1 are rewritten to the state value table 4-e2.
In addition, the control program execution unit 4-g uses the time acquisition unit 4-j to set each general-purpose device or air conditioner 7 set in the schedule operation table 4-l at the time set in the schedule operation table 4-l. Is transmitted to the operation command unit 4-f, converted into the communication protocol of the corresponding device by the communication conversion unit 4-d, and operated using the communication units A to D. Send a command.

ここで、制御プログラム記憶部4−Nに記憶される制御プログラム4−nが、CPU911により読み出され実行されることにより、制御プログラム実行部4−gは各処理を行う。   Here, when the control program 4-n stored in the control program storage unit 4-N is read and executed by the CPU 911, the control program execution unit 4-g performs each process.

例えば、警報機器・汎用機器1としてビル内のカードリーダーが設置されており、あるエリアの空調機(空調エリア1)をカードリーダーの接点信号のOFFからONへの変化(OFF→ON)によって運転(ON)させ、ONからOFFへの変化(ON→OFF)で停止(OFF)させたい場合、ならびにあるエリアの空調機(空調エリア2)の停止から運転への変化(OFF→ON)によって、送風機(汎用機器2)をONさせ、運転から停止への変化(ON→OFF)によって、送風機をOFFさせたい場合、ならびに運転SW(スイッチ)(汎用機器3)パルス信号によって空調エリア4を運転(ON)させ、停止SW(汎用機器4)パルス信号によって(停止)させたい場合、制御条件入力ツール6により、図6の動作内容を入力して、連動制御テーブル4−hに設定する。   For example, a card reader in a building is installed as an alarm device / general-purpose device 1, and an air conditioner (air conditioning area 1) in an area is operated by changing the contact signal of the card reader from OFF to ON (OFF → ON). (ON), when you want to stop (OFF) with a change from ON to OFF (ON → OFF), and with a change from stop to operation of an air conditioner (air conditioning area 2) in a certain area (OFF → ON), When the blower (general-purpose device 2) is turned on and the blower is turned off by a change from operation to stop (ON → OFF), and the operation SW (switch) (general-purpose device 3) operates the air conditioning area 4 by a pulse signal ( ON) and stop SW (general-purpose equipment 4) If you want to stop (stop) with a pulse signal, input the operation details shown in FIG. Te, set the interlocking control table 4-h.

警報機器・汎用機器1として、カードリーダーからのON信号が状態信号出力部1−aから出力されて通信線8により、通信部A4−aが受信し、通信変換部4−dにより変換され、状態値記憶部4−Eの汎用機器1の状態がOFFからONに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−EのOFFからONへの変化を検知すると、汎用機器1の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア1に属する空調機7に対して運転させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部D4−iにより運転指令を送信する。
次にカードリーダーからOFF信号が状態信号出力部1−aとして通信線8により、通信部A4−aが受信し、通信変換部4−dにより変換され、状態値記憶部4−Eの汎用機器1の状態がONからOFFに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−EのONからOFFへの変化を検知すると、汎用機器1の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア1に属する空調機7に対して停止させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部D4−iにより停止指令を送信する。
As an alarm device / general-purpose device 1, an ON signal from a card reader is output from the status signal output unit 1-a, received by the communication unit A4-a via the communication line 8, and converted by the communication conversion unit 4-d, The state of the general-purpose device 1 in the state value storage unit 4-E is changed from OFF to ON and managed.
When the control program execution unit 4-g detects the change of the state value storage unit 4-E from OFF to ON, the operation content corresponding to the change of the general-purpose device 1 is retrieved from the interlock control table 4-h and interlocked. A command for operating the air conditioner 7 belonging to the air conditioning area 1 set in the control table 4-h is transmitted to the operation command unit 4-f, converted into a communication protocol by the communication conversion unit 4-d, and communicated. An operation command is transmitted by the part D4-i.
Next, the OFF signal from the card reader is received as the status signal output unit 1-a by the communication line 8 by the communication unit A4-a, converted by the communication conversion unit 4-d, and the general-purpose device of the status value storage unit 4-E. The state of 1 changes from ON to OFF and is managed.
When the control program execution unit 4-g detects the change of the state value storage unit 4-E from ON to OFF, the operation content corresponding to the change of the general-purpose device 1 is searched from the interlock control table 4-h, and the interlock is performed. A command to stop the air conditioners 7 belonging to the air conditioning area 1 set in the control table 4-h is transmitted to the operation command unit 4-f, converted into a communication protocol by the communication conversion unit 4-d, and communicated. A stop command is transmitted by the part D4-i.

以上のように、汎用機器のOFF→ONやON→OFFという連動元動作条件に応じた空調エリアへの運転、停止といった連動先動作内容を、連動制御テーブルに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
またカードリーダーの状態を汎用機器1の状態という、あらかじめ連動制御装置4の状態値記憶部4−Eに割り付けるので、連動元機器としてあらゆる汎用機器に対応することができる。
また、設定内容は専用の制御条件入力ツール6により現地で自由に変更が行えるので、現場での細かな仕様変更にも対応できる。
As described above, interlocking control can be performed by setting the interlocking destination operation contents such as operation and stop to the air conditioning area according to the interlocking source operation condition of OFF → ON or ON → OFF of general-purpose equipment in the interlocking control table. There is no need to develop a new program.
Further, since the state of the card reader is preliminarily assigned to the state value storage unit 4-E of the interlock control device 4, which is the state of the general-purpose device 1, any general-purpose device can be used as the interlock source device.
In addition, the setting contents can be freely changed locally by using the dedicated control condition input tool 6, so that it is possible to cope with detailed specification changes at the site.

ある空調エリア2の運転という変化信号を、空調用集中コントローラ5から通信部D4−iにより受信し、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの空調エリア2の状態がOFFからONに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの空調エリア2のOFFからONへの変化を検知すると、空調エリア2の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている汎用機器2(送風機)に対して運転させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部B4−bにより操作信号入力部1−bとして運転指令を送信する。
次に、ある空調エリア2の停止という変化信号を、空調用集中コントローラ5から通信部D4−iにより受信し、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの空調エリア2の状態がONからOFFに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの空調エリア2のONからOFFへの変化を検知すると、空調エリア2の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている汎用機器2に対して停止させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部B4−bにより操作信号入力部1−bとして停止指令を送信する。
A change signal of operation of a certain air conditioning area 2 is received from the air conditioning centralized controller 5 by the communication unit D4-i, converted into a protocol by the communication conversion unit 4-d, and the state of the air conditioning area 2 of the state value storage unit 4-E Are managed from OFF to ON.
When the control program execution unit 4-g detects a change from OFF to ON of the air conditioning area 2 in the state value storage unit 4-E, the operation content corresponding to the change of the air conditioning area 2 is retrieved from the interlock control table 4-h. Then, a command for operating the general-purpose device 2 (blower) set in the interlock control table 4-h is transmitted to the operation command unit 4-f and converted into a communication protocol by the communication conversion unit 4-d. The operation command is transmitted as the operation signal input unit 1-b by the communication unit B4-b.
Next, a change signal indicating stoppage of a certain air conditioning area 2 is received from the air conditioning centralized controller 5 by the communication unit D4-i, converted into a protocol by the communication conversion unit 4-d, and the air conditioning area of the state value storage unit 4-E. 2 is managed by changing from ON to OFF.
When the control program execution unit 4-g detects a change from ON to OFF of the air conditioning area 2 in the state value storage unit 4-E, the operation content corresponding to the change in the air conditioning area 2 is retrieved from the interlock control table 4-h. Then, a command to stop the general-purpose device 2 set in the interlocking control table 4-h is transmitted to the operation command unit 4-f, converted into a communication protocol by the communication conversion unit 4-d, and the communication unit A stop command is transmitted as the operation signal input unit 1-b by B4-b.

以上のように、空調エリアのOFF→ON、ON→OFFという連動元動作条件に応じた汎用機器へのON、OFFといった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
また、送風機の状態を汎用機器2の状態という、あらかじめ連動制御装置4で定義してある操作指令部内のメモリに割り付けるので、連動先機器としてあらゆる汎用機器に対応することができる。
また設定内容は専用の制御条件入力ツール6により現地で自由に変更が行えるので、現場での細かな仕様変更にも対応できる。
As described above, interlock control is performed by setting the interlock destination operation content such as ON / OFF to the general-purpose device according to the interlock source operation condition of the air conditioning area OFF → ON and ON → OFF in the interlock control table 4-h. Therefore, there is no need to develop a new program.
Further, since the state of the blower is assigned to the memory in the operation command unit defined in advance by the interlock control device 4, which is the state of the general-purpose device 2, it can correspond to any general-purpose device as the interlocking destination device.
Moreover, since the setting contents can be freely changed locally by using the dedicated control condition input tool 6, it is possible to cope with detailed specification changes at the site.

汎用機器3の運転SWからのパルス信号(OFF→ON→OFF)が、状態信号出力部1−aから出力されて通信線8により通信部A4−aが受信すると、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの汎用機器3の状態がOFFからON、そしてOFFへと変化する。
制御プログラム実行部4−gが状態値記憶部4−Eの汎用機器3のOFFからONへの変化を検知すると、汎用機器3の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア4に対して運転(ON)させる指令を操作指令部4−fに伝達し、通信変換部4−dによりプロトコル変換して、通信部D4−iにより空調用集中コントローラ5に対して運転指令を送信する。
また、汎用機器4の停止SWからのパルス信号(OFF→ON→OFF)が、状態信号出力部1−aから出力されて通信線8により通信部A4−aが受信すると、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの汎用機器4の状態がOFFからON、そしてOFFへと変化する。
制御プログラム実行部4−gが状態値記憶部4−Eの汎用制御4のOFFからONへの変化を検知すると、汎用制御4の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア4に対して停止(OFF)させる指令を操作指令部4−fに伝達し、通信変換部4−dによりプロトコル変換して、通信部Dにより空調用集中コントローラに対して停止指令を送信する。
When the pulse signal (OFF → ON → OFF) from the operation SW of the general-purpose device 3 is output from the state signal output unit 1-a and received by the communication unit A4-a through the communication line 8, the communication conversion unit 4-d The protocol conversion is performed, and the state of the general-purpose device 3 in the state value storage unit 4-E changes from OFF to ON and to OFF.
When the control program execution unit 4-g detects a change from OFF to ON of the general-purpose device 3 in the state value storage unit 4-E, the operation content corresponding to the change of the general-purpose device 3 is retrieved from the interlock control table 4-h. Then, a command for operating (ON) the air-conditioning area 4 set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and protocol conversion is performed by the communication conversion unit 4-d. An operation command is transmitted to the central controller 5 for air conditioning by the part D4-i.
When the pulse signal (OFF → ON → OFF) from the stop SW of the general-purpose device 4 is output from the status signal output unit 1-a and received by the communication unit A4-a via the communication line 8, the communication conversion unit 4- The protocol is converted by d, and the state of the general-purpose device 4 in the state value storage unit 4-E changes from OFF to ON and OFF.
When the control program execution unit 4-g detects a change from OFF to ON of the general-purpose control 4 in the state value storage unit 4-E, the operation content corresponding to the change in the general-purpose control 4 is retrieved from the interlock control table 4-h. Then, a command to stop (OFF) the air-conditioning area 4 set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and protocol conversion is performed by the communication conversion unit 4-d to perform communication. Part D transmits a stop command to the air conditioning centralized controller.

以上のように、汎用機器のOFF→ON→OFFや、ON→OFF→ONというパルス信号の連動元動作条件に応じた空調エリアへの運転、停止といった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
すなわち、条件と状態とスケジュールとに基づいて動作する制御プログラムにおいて、条件と状態とスケジュールとをすべて外部から取得するようにしたことを特徴としている。
すなわち、条件と状態とスケジュールとの変更はすべて制御プログラムの外部にあるテーブルに記憶し、制御プログラムはテーブルのみを参照して動作することにより変更に対応することができる。
また運転スイッチや停止スイッチの状態を汎用機器3,4の状態という、あらかじめ連動制御装置4の状態値記憶部4−Eに割り付けるので、連動元機器としてあらゆる汎用機器に対応することができる。
また設定内容は専用の制御条件入力ツール6により現地で自由に変更が行えるので、現場での細かな仕様変更にも対応できる。
As described above, the interlocking control table 4- shows the interlocking destination operation contents such as operation and stop to the air-conditioning area according to the interlocking source operating condition of the pulse signal such as OFF → ON → OFF of the general-purpose device and ON → OFF → ON. Since the interlock control can be performed by setting h, it is not necessary to develop a new program.
That is, a control program that operates based on conditions, states, and schedules is characterized in that all conditions, states, and schedules are acquired from the outside.
That is, all changes in conditions, states, and schedules are stored in a table outside the control program, and the control program can respond to the changes by operating with reference only to the table.
In addition, since the state of the operation switch and the stop switch is assigned in advance to the state value storage unit 4-E of the interlocking control device 4, which is the state of the general-purpose devices 3 and 4, any general-purpose device can be supported as the interlocking source device.
Moreover, since the setting contents can be freely changed locally by using the dedicated control condition input tool 6, it is possible to cope with detailed specification changes at the site.

上記実施の形態1では、制御条件入力ツール6がテーブル変換部6−bを備え、動作入力部6−cから入力された連動制御条件を、連動制御テーブル4−hまたはスケジュール動作テーブル4−lに変換する例を示した。
ただし、制御条件入力ツール6がテーブル変換部6−bを備えず、動作入力部6−cから入力された連動制御条件を、連動制御装置4のテーブル設定部4−mで変換しても構わない。
In the first embodiment, the control condition input tool 6 includes the table conversion unit 6-b, and the interlock control condition input from the operation input unit 6-c is converted into the interlock control table 4-h or the schedule operation table 4-l. An example of conversion to is shown.
However, the control condition input tool 6 does not include the table conversion unit 6-b, and the interlocking control condition input from the operation input unit 6-c may be converted by the table setting unit 4-m of the interlocking control device 4. Absent.

上記実施の形態1では、連動制御装置4が連動制御テーブル4−hを記憶する連動制御テーブル記憶部4−Hとスケジュール動作テーブル4−lを記憶するスケジュール動作テーブル記憶部4−Lとを備える例を示した。
ただし、連動制御装置4は、連動制御テーブル記憶部4−Hとスケジュール動作テーブル記憶部4−Lとの少なくともいずれかを備えればよい。
In the first embodiment, the interlock control device 4 includes the interlock control table storage unit 4-H that stores the interlock control table 4-h and the schedule operation table storage unit 4-L that stores the schedule operation table 4-l. An example is shown.
However, the interlock control device 4 may include at least one of the interlock control table storage unit 4-H and the schedule operation table storage unit 4-L.

上記実施の形態1では、連動制御システムは、警報機器・汎用機器1を管理する集中管理装置2と、空調機7を管理する空調用集中コントローラ5とを備える例を示した。
ただし、集中管理装置2と空調用集中コントローラ5とを備えず、連動制御装置4で警報機器・汎用機器1と空調器7とを管理しても構わない。
In the first embodiment, the example in which the interlock control system includes the centralized management device 2 that manages the alarm device / general-purpose device 1 and the centralized controller 5 for air conditioning that manages the air conditioner 7 has been described.
However, the central control device 2 and the central controller 5 for air conditioning may not be provided, and the alarm device / general-purpose device 1 and the air conditioner 7 may be managed by the interlock control device 4.

実施の形態2.
上記実施の形態1では、一つの連動元機器に対して一つの連動先機器を連動制御する例を示した。
実施の形態2では、一つの連動元機器に対して複数の連動先機器の連動制御する例を示す。
以下、上記実施の形態1と異なる、一つの連動元機器に対して複数の連動先機器の連動制御する部分について説明する。
その他の部分は、上記実施の形態1と同様であるものとする。
Embodiment 2. FIG.
In the first embodiment, the example in which one linkage destination device is linked and controlled with respect to one linkage source device has been described.
In the second embodiment, an example is shown in which interlocking control of a plurality of interlocking destination devices is performed on one interlocking source device.
In the following, a part for controlling the interlocking of a plurality of interlocking destination devices with respect to a single interlocking source device, which is different from the first embodiment, will be described.
Other parts are the same as those in the first embodiment.

図9は実施の形態2に関わる連動制御テーブル4−hについてあらわした図である。
例えば、ビル内の照明機器(汎用機器1)が設置されており、ある複数のエリアの空調機(空調エリア1〜X)を照明機器の接点信号のOFFからONへの変化(OFF→ON)によって運転(ON)させ、ONからOFFへの変化(ON→OFF)で停止(OFF)させたい場合、ならびに、あるエリアの空調機(空調エリア5)の停止から運転への変化(OFF→ON)によって、複数の照明機器(汎用機器3〜X)をONさせ、運転から停止への変化(ON→OFF)によって、照明機器をOFFさせたい場合、制御条件入力ツール6により、図9の動作内容を入力して、連動制御テーブル4−hに設定する。
FIG. 9 is a diagram showing the interlock control table 4-h according to the second embodiment.
For example, a lighting device (general-purpose device 1) in a building is installed, and the air conditioners (air conditioning areas 1 to X) in a plurality of areas change from OFF to ON (OFF → ON) of the contact signal of the lighting device. If you want to stop (OFF) by switching from ON to OFF (ON → OFF), or change from stop to operation of an air conditioner (air conditioning area 5) in a certain area (OFF → ON) ) To turn on a plurality of lighting devices (general-purpose devices 3 to X) and turn off the lighting device by a change from operation to stop (ON → OFF), the operation of FIG. The contents are input and set in the interlocking control table 4-h.

警報機器・汎用機器1として、照明機器からのON信号が状態信号出力部1−aから出力されて通信線8により、通信部A4−aが受信し、通信変換部4−dにより変換され状態値記憶部4−Eの汎用機器1の状態がOFFからONに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの汎用機器1のOFFからONへの変化を検知すると、汎用機器1の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア1〜Xに属する複数の空調機7に対して運転させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部D4−iにより運転指令を送信する。
次に照明機器からのOFF信号が状態信号出力部1−aから出力されて通信線8により、通信部A4−aが受信し、通信変換部4−dにより変換され状態値記憶部4−Eの汎用機器1の状態がONからOFFに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの汎用機器1のONからOFFへの変化を検知すると、汎用機器1の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている空調エリア1〜Xに属する複数の空調機7に対して停止させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部D4−iにより停止指令を送信する。
As an alarm device / general-purpose device 1, an ON signal from the lighting device is output from the state signal output unit 1-a, received by the communication unit A4-a via the communication line 8, and converted by the communication conversion unit 4-d. The state of the general-purpose device 1 in the value storage unit 4-E is changed from OFF to ON and managed.
When the control program execution unit 4-g detects a change from OFF to ON of the general-purpose device 1 in the state value storage unit 4-E, the operation content corresponding to the change of the general-purpose device 1 is retrieved from the interlock control table 4-h. Then, a command for operating the plurality of air conditioners 7 belonging to the air conditioning areas 1 to X set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and the communication conversion unit 4-d It converts into a communication protocol and transmits a driving | operation command by communication part D4-i.
Next, an OFF signal from the lighting device is output from the state signal output unit 1-a and is received by the communication unit A4-a via the communication line 8, and is converted by the communication conversion unit 4-d, and the state value storage unit 4-E. The general-purpose device 1 is managed by changing the state from ON to OFF.
When the control program execution unit 4-g detects a change from ON to OFF of the general-purpose device 1 in the state value storage unit 4-E, the operation content corresponding to the change of the general-purpose device 1 is retrieved from the interlock control table 4-h. Then, a command to stop the plurality of air conditioners 7 belonging to the air conditioning areas 1 to X set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and the communication conversion unit 4-d It converts into a communication protocol and transmits a stop command by communication part D4-i.

以上のように、汎用機器のOFF→ONや、ON→OFFという連動元動作条件に応じた複数の空調エリアへの運転、停止といった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
また照明機器の状態を汎用機器1の状態という、あらかじめ連動制御装置4の状態値記憶部4−Eに割り付けるので、連動元機器としてあらゆる汎用機器に対応することができる。
また設定内容は専用の制御条件入力ツール6により現地で自由に変更が行えるので、現場での細かな仕様変更にも対応できる。
As described above, the interlocking destination operation contents such as operation and stop to a plurality of air conditioning areas corresponding to the interlocking source operation condition of OFF → ON of general-purpose devices and ON → OFF are set in the interlocking control table 4-h. Because linked control can be performed with, there is no need to develop a new program.
In addition, since the state of the lighting device is assigned in advance to the state value storage unit 4-E of the interlock control device 4, which is the state of the general-purpose device 1, any general-purpose device can be used as the interlock source device.
Moreover, since the setting contents can be freely changed locally by using the dedicated control condition input tool 6, it is possible to cope with detailed specification changes at the site.

ある空調エリア5の運転という変化信号を、空調用集中コントローラ5から通信部D4−iにより受信し、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの空調エリア5の状態がOFFからONに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの空調エリア2のOFFからONへの変化を検知すると、空調エリア5の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている複数の汎用機器3〜X(照明機器3〜X)に対して運転させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部B4−bにより操作信号入力部1−bとして運転指令を送信する。
次に、ある空調エリア5の停止という信号を、空調用集中コントローラ5から通信部D4−iにより受信し、通信変換部4−dによりプロトコル変換され、状態値記憶部4−Eの空調エリア5の状態がONからOFFに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの空調エリア2のONからOFFへの変化を検知すると、空調エリア5の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されている汎用機器3〜X(照明機器3〜X)に対して停止させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部B4−bにより操作信号入力部1−bとして停止指令を送信する。
A change signal of operation of a certain air-conditioning area 5 is received from the air-conditioning centralized controller 5 by the communication unit D4-i, protocol-converted by the communication conversion unit 4-d, and the state of the air-conditioning area 5 of the state value storage unit 4-E Are managed from OFF to ON.
When the control program execution unit 4-g detects a change from OFF to ON of the air conditioning area 2 in the state value storage unit 4-E, the operation content corresponding to the change of the air conditioning area 5 is retrieved from the interlock control table 4-h. Then, a command for operating the plurality of general-purpose devices 3 to X (lighting devices 3 to X) set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and the communication conversion unit 4-f is transmitted. The communication protocol is converted by d, and the operation command is transmitted as the operation signal input unit 1-b by the communication unit B4-b.
Next, a signal to stop an air conditioning area 5 is received from the air conditioning centralized controller 5 by the communication unit D4-i, converted into a protocol by the communication conversion unit 4-d, and the air conditioning area 5 of the state value storage unit 4-E. The state is managed from ON to OFF.
When the control program execution unit 4-g detects a change from ON to OFF of the air conditioning area 2 in the state value storage unit 4-E, the operation content corresponding to the change in the air conditioning area 5 is retrieved from the interlock control table 4-h. Then, a command to stop the general-purpose devices 3 to X (illumination devices 3 to X) set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and the communication conversion unit 4-d It converts into a communication protocol and transmits a stop instruction | command as operation signal input part 1-b by communication part B4-b.

以上のように、空調エリアのOFFからON、ON→OFFという連動元動作条件に応じた複数の汎用機器へのON、OFFといった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
また、照明機器3〜Xの状態を汎用機器3〜Xの状態という、あらかじめ連動制御装置4で定義してある操作指令部内のメモリに割り付けるので、連動先機器としてあらゆる汎用機器に対応することができる。
また、設定内容は専用の制御条件入力ツール6により現地で自由に変更が行えるので、現場での細かな仕様変更にも対応できる。
As described above, by setting in the interlocking control table 4-h the interlocking destination operation contents such as ON and OFF to a plurality of general-purpose devices according to the interlocking source operating condition from OFF to ON, ON → OFF of the air conditioning area. Because interlocking control can be performed, there is no need to develop a new program.
In addition, since the state of the lighting devices 3 to X is assigned to the memory in the operation command unit defined in advance by the interlock control device 4, which is the state of the general devices 3 to X, it can correspond to any general-purpose device as the interlock destination device. it can.
In addition, the setting contents can be freely changed locally by using the dedicated control condition input tool 6, so that it is possible to cope with detailed specification changes at the site.

実施の形態3.
上記実施の形態では、一つの連動元動作条件による条件で連動先機器を連動制御する例を示した。
実施の形態3では、複数の連動元動作による条件で連動先機器を連動制御する例を示す。
以下、上記実施の形態1と異なる、複数の連動元動作による条件で連動先機器を連動制御する部分について説明する。
その他の部分は、上記実施の形態1と同様であるものとする。
Embodiment 3 FIG.
In the above-described embodiment, the example in which the interlocking destination device is interlocked under the condition based on one interlocking source operation condition has been described.
In the third embodiment, an example is shown in which interlocking destination devices are interlocked under conditions based on a plurality of interlocking source operations.
In the following, a portion for controlling the interlocking device to be interlocked under a condition based on a plurality of interlocking source operations, which is different from that of the first embodiment, will be described.
Other parts are the same as those in the first embodiment.

図10は実施の形態3に関わる連動制御テーブル4−hについてあらわした図である。
例えば、ビル内に複数の照明機器1〜X(汎用機器1〜X)が設置されており、これら複数の照明機器がすべて点灯(ON)したことで、ある複数の空調エリア1〜Xを運転。また複数の空調エリア5〜Xのいずれか一つのエリアでも運転したことで、換気扇(汎用機器5〜X)を運転させたい場合は、制御条件入力ツール6により図10の動作内容を入力して、連動制御テーブル4−hに設定する。
FIG. 10 is a diagram showing the interlock control table 4-h according to the third embodiment.
For example, a plurality of lighting devices 1 to X (general-purpose devices 1 to X) are installed in a building, and the plurality of lighting devices are all turned on (ON), thereby operating a plurality of air conditioning areas 1 to X. . In addition, when the operation is performed in any one of the plurality of air-conditioning areas 5 to X, and the ventilation fan (general-purpose equipment 5 to X) is to be operated, the operation content of FIG. Are set in the interlock control table 4-h.

汎用機器1〜Xとして、照明機器1〜Xが接続されており、例えば照明機器1からのON信号が状態信号出力部1−aから出力されて通信線8により、通信部A4−aが受信し、通信変換部4−dにより変換され状態値記憶部4−Eの汎用機器1の状態がOFFからONに変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの汎用機器1のOFFからONへの変化を検知すると、汎用機器1の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動元条件であるその他の照明機器2〜Xの状態も合わせて状態確認部4−eの確認を実施し、連動元条件である「and」、つまり汎用機器1〜XすべてがON状態になった場合にのみ、連動制御テーブル4−hで設定されている空調エリア1〜Xに属する空調機7に対して運転させる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部D4−iにより運転指令を送信する。
また、例えば空調エリア5の運転信号が空調用集中コントローラ5から通信線10により、通信部D4−iが受信し、通信変換部4−dにより変換され状態値記憶部4−Eの空調エリア5の状態が停止(OFF)から運転(ON)に変化して管理される。
制御プログラム実行部4−gが状態値記憶部4−Eの空調エリア5のOFFからONへの変化を検知すると、空調エリア5の変化に応じた動作内容を、連動制御テーブル4−hから検索して、連動制御テーブル4−hで設定されているその他の連動元条件も検索する。
ここで、連動元条件にある「or」、つまり空調エリア5〜Xのいずれか空調エリアが運転した場合に、汎用機器5〜Xに対してONさせる指令を操作指令部4−fに伝達し、通信変換部4−dにより通信プロトコルに変換して、通信部B4−bによりON指令を送信する。
As the general-purpose devices 1 to X, the lighting devices 1 to X are connected. For example, an ON signal from the lighting device 1 is output from the state signal output unit 1-a and is received by the communication unit A4-a through the communication line 8. Then, the state of the general-purpose device 1 converted by the communication conversion unit 4-d and managed in the state value storage unit 4-E is changed from OFF to ON and managed.
When the control program execution unit 4-g detects a change from OFF to ON of the general-purpose device 1 in the state value storage unit 4-E, the operation content corresponding to the change of the general-purpose device 1 is retrieved from the interlock control table 4-h. Then, the state confirmation unit 4-e is also checked with the states of the other lighting devices 2 to X that are the interlocking source conditions, and “and” that is the interlocking source conditions, that is, all the general-purpose devices 1 to X are turned on. Only when it becomes the state, a command to operate the air conditioners 7 belonging to the air conditioning areas 1 to X set in the interlock control table 4-h is transmitted to the operation command unit 4-f, and the communication conversion unit 4 The communication protocol is converted by -d, and the operation command is transmitted by the communication unit D4-i.
Further, for example, the operation signal of the air conditioning area 5 is received by the communication unit D4-i from the air conditioning centralized controller 5 through the communication line 10, and converted by the communication conversion unit 4-d, and the air conditioning area 5 of the state value storage unit 4-E. The state is changed from stop (OFF) to operation (ON) and managed.
When the control program execution unit 4-g detects a change from OFF to ON of the air conditioning area 5 in the state value storage unit 4-E, the operation content corresponding to the change of the air conditioning area 5 is retrieved from the interlock control table 4-h. Then, other interlocking source conditions set in the interlocking control table 4-h are also searched.
Here, when “or” in the interlocking source condition, that is, when any one of the air conditioning areas 5 to X is operated, a command to turn on the general-purpose devices 5 to X is transmitted to the operation command unit 4-f. The communication conversion unit 4-d converts the communication protocol, and the communication unit B4-b transmits an ON command.

以上のように、複数の汎用機器が「すべてON」、または「すべてOFF」という連動元動作条件に応じた複数の汎用機器へのON、OFFといった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要が無い。
また、複数の空調エリアの「いずれかがON」や「いずれかがOFF」という連動元条件に応じた複数の空調エリアへのON、OFFといった連動先動作内容を、連動制御テーブル4−hに設定することで連動制御が行えるので、新たにプログラムを開発する必要がない。
また、設定内容は専用の制御条件入力ツール6により現地で自由に変更が行え、また連動元条件に「and」や「or」という条件を設定できるのでるので、現場での細かな仕様変更にも対応できる。
As described above, the interlocking control table 4-h shows the interlocking destination operation contents such as ON and OFF of the plurality of general-purpose devices according to the interlocking source operation condition that the plurality of general-purpose devices are “all ON” or “all OFF”. Since interlock control can be performed by setting to, there is no need to develop a new program.
In addition, the interlocking control table 4-h stores the interlocking destination operation contents such as ON / OFF to the plurality of air conditioning areas corresponding to the interlocking source condition “one is ON” or “one is OFF” in the plurality of air conditioning areas. Linked control can be performed by setting, so there is no need to develop a new program.
In addition, the setting contents can be freely changed on site with the dedicated control condition input tool 6 and the conditions such as “and” and “or” can be set as the interlocking source condition. Can also respond.

実施の形態4.
上記実施の形態では、連動元機器の動作に対して連動先機器を連動制御する例を示した。
実施の形態4では、所定の時間に連動先機器を連動制御する例を示す。
以下、上記実施の形態1と異なる、所定の時間に連動先機器を連動制御する部分について説明する。
その他の部分は、上記実施の形態1と同様であるものとする。
Embodiment 4 FIG.
In the above-described embodiment, the example in which the interlocking destination device is interlocked with respect to the operation of the interlocking source device has been described.
In the fourth embodiment, an example of interlocking control of an interlocking destination device at a predetermined time is shown.
Hereinafter, a part different from the first embodiment described above for interlocking control of the interlocking destination device at a predetermined time will be described.
Other parts are the same as those in the first embodiment.

図11は、実施の形態4に関わる連動制御テーブル4−hについてあらわした図である。
制御入力ツール6により各汎用機器や空調機の制御スケジュールを設定する。
例えば、図11のように、9:00に汎用機器1〜XをONという設定、または、10:00に空調エリア1〜XをOFFという設定を、テーブル変換部6−bで変換し、通信部F6−aにより連動制御装置4に送信し、スケジュール動作テーブル4−lに設定する。
FIG. 11 is a diagram illustrating the interlock control table 4-h according to the fourth embodiment.
A control schedule for each general-purpose device or air conditioner is set by the control input tool 6.
For example, as shown in FIG. 11, the setting that the general equipment 1 to X is turned on at 9:00 or the setting that the air conditioning areas 1 to X are turned off at 10:00 is converted by the table conversion unit 6-b, and communication is performed. The data is transmitted to the interlock control device 4 by the part F6-a and set in the schedule operation table 4-1.

制御プログラム実行部4−gは、時刻取得部4−jで取得される時刻を定期的にモニタし、スケジュール動作テーブル4−lを参照する。ここで、制御プログラム実行部4−gは、9:00を確認したことで、スケジュール動作テーブル4−lを参照し、9:00に動作させる対象機器が存在するか確認し、対象機器である汎用機器1〜Xに対してONという内容を、操作指令部4−fに伝達する。そうすることで通信変換部4−dが通信部B4−bにより汎用機器1〜Xに運転信号を送信する。
また、制御プログラム実行部4−gは、10:00を確認したことで、スケジュール動作テーブル4−lを参照し、10:00に動作させる対象機器が存在するか確認し、対象機器である空調エリア1〜Xに対してOFFという内容を、操作指令部4−fに伝達する。そうすることで通信変換部4−dが通信部D4−iにより空調用集中コントローラ5に対して空調エリア1〜Xに運転信号を送信する。
The control program execution unit 4-g periodically monitors the time acquired by the time acquisition unit 4-j and refers to the schedule operation table 4-l. Here, the control program execution unit 4-g confirms 9:00, refers to the schedule operation table 4-l, confirms whether there is a target device to be operated at 9:00, and is a target device. The content of ON for the general-purpose devices 1 to X is transmitted to the operation command unit 4-f. By doing so, communication conversion part 4-d transmits an operation signal to general-purpose equipment 1-X by communication part B4-b.
In addition, the control program execution unit 4-g confirms 10:00, refers to the schedule operation table 4-l, confirms whether there is a target device to be operated at 10:00, and performs air conditioning as the target device. The content of OFF for areas 1 to X is transmitted to the operation command unit 4-f. By doing so, the communication conversion unit 4-d transmits an operation signal to the air conditioning areas 1 to X to the air conditioning centralized controller 5 through the communication unit D4-i.

以上のように、スケジュール動作テーブル4−lの設定内容に応じた、各汎用機器や空調機器の時間に連動した動作が行えるので、新たにプログラム開発をする必要がない。
また、設定、変更は専用の制御条件入力ツール6により現地でも自由に変更を行うことができる。
As described above, since the operation linked to the time of each general-purpose device or air-conditioning device can be performed according to the setting contents of the schedule operation table 4-1, it is not necessary to newly develop a program.
Further, the setting and changing can be freely changed at the site by using the dedicated control condition input tool 6.

実施の形態1における連動制御システムの構成例を示す図。FIG. 3 is a diagram illustrating a configuration example of an interlock control system in the first embodiment. 実施の形態1における連動制御システムを構成する各装置の外観を示す図。FIG. 2 is a diagram illustrating an appearance of each device that configures the interlock control system according to the first embodiment. 実施の形態1における連動制御システムを構成する各装置のハードウェア構成図。FIG. 3 is a hardware configuration diagram of each device constituting the interlock control system in the first embodiment. 実施の形態1における連動制御装置4のブロック図。FIG. 3 is a block diagram of the interlock control device 4 in the first embodiment. 実施の形態1における制御条件入力ツール6のブロック図。FIG. 3 is a block diagram of a control condition input tool 6 in the first embodiment. 実施の形態1における連動制御条件を示す図。FIG. 6 is a diagram illustrating interlocking control conditions in the first embodiment. 最新状態値テーブル4−e1と状態値テーブル4−e2とを示す図。The figure which shows the newest state value table 4-e1 and the state value table 4-e2. 最新状態値テーブル4−e1と状態値テーブル4−e2とを示す図。The figure which shows the newest state value table 4-e1 and the state value table 4-e2. 実施の形態2における連動制御条件を示す図。The figure which shows the interlocking control conditions in Embodiment 2. FIG. 実施の形態3における連動制御条件を示す図。FIG. 10 is a diagram illustrating interlocking control conditions in the third embodiment. 実施の形態4における連動制御条件を示す図。The figure which shows the interlocking control conditions in Embodiment 4. FIG.

符号の説明Explanation of symbols

1 警報機器・汎用機器、1−a 状態信号出力部、1−b 操作信号入力部、2 集中管理装置、3,8,9,10,11,12 通信線、4 連動制御装置、4−a 通信部A、4−b 通信部B、4−c 通信部C、4−d 通信変換部、4−E 状態値記憶部、4−e1 最新状態値テーブル、4−e2 状態値テーブル、4−f 操作指令部、4−g 制御プログラム実行部、4−H 連動制御テーブル記憶部、4−h 連動制御テーブル、4−i 通信部D、4−j 時刻取得部、4−k 通信部E、4−L スケジュール動作テーブル記憶部、4−l スケジュール動作テーブル、4−m テーブル設定部、4−N 制御プログラム記憶部、4−n 制御プログラム、5 空調用集中コントローラ、6 制御条件入力ツール、6−a 通信部F、6−b テーブル変換部、6−c 動作入力部、6−d 動作表示部、7 空調機、901 CRT表示装置、902 K/B、903 マウス、904 FDD、905 CDD、906 プリンタ装置、907 スキャナ装置、910 システムユニット、911 CPU、912 バス、913 ROM、914 RAM、915 通信ボード、920 磁気ディスク装置、921 OS、922 ウィンドウシステム、923 プログラム群、924 ファイル群、931 電話器、932 FAX機、940 インターネット、941 ウェブサーバ、942 LAN。   1 alarm device / general equipment, 1-a status signal output unit, 1-b operation signal input unit, 2 centralized management device, 3, 8, 9, 10, 11, 12 communication line, 4 interlock control device, 4-a Communication unit A, 4-b communication unit B, 4-c communication unit C, 4-d communication conversion unit, 4-E state value storage unit, 4-e1 latest state value table, 4-e2 state value table, 4- f operation command section, 4-g control program execution section, 4-H interlock control table storage section, 4-h interlock control table, 4-i communication section D, 4-j time acquisition section, 4-k communication section E, 4-L schedule operation table storage unit, 4-l schedule operation table, 4-m table setting unit, 4-N control program storage unit, 4-n control program, 5 air conditioning centralized controller, 6 control condition input tool, 6 -A communication part F, -B Table conversion unit, 6-c operation input unit, 6-d operation display unit, 7 air conditioner, 901 CRT display device, 902 K / B, 903 mouse, 904 FDD, 905 CDD, 906 printer device, 907 scanner device , 910 system unit, 911 CPU, 912 bus, 913 ROM, 914 RAM, 915 communication board, 920 magnetic disk unit, 921 OS, 922 window system, 923 program group, 924 file group, 931 telephone, 932 FAX machine, 940 Internet, 941 Web server, 942 LAN.

Claims (17)

機器を連動させる連動制御装置において、
機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態値記憶部と、
連動元となる連動元機器と連動条件と、連動先となる連動先機器と連動動作とを記述した連動制御テーブルを記憶する連動制御テーブル記憶部と、
連動制御テーブル記憶部に記憶される連動制御テーブルの連動元機器と連動条件と連動先機器と連動動作とを設定するテーブル設定部と、
状態値記憶部に記憶される機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、連動制御テーブル記憶部にテーブル設定部により設定された連動制御テーブルの連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行部と
を備えたことを特徴とする連動制御装置。
In the interlock control device that interlocks the equipment,
A state value storage unit that inputs a state signal indicating the state of the device in real time and stores a change in the state of the device;
A linkage control table storage unit that stores a linkage control table that describes a linkage source device that is a linkage source, a linkage condition, a linkage destination device that is a linkage destination, and a linkage operation;
A table setting unit for setting a linkage source device, a linkage condition, a linkage destination device, and a linkage operation of the linkage control table stored in the linkage control table storage unit;
The change in the state of the device stored in the state value storage unit is detected, and the change in the state of the device is detected and the change in the device state is set in the interlock control table storage unit by the table setting unit An interlock control device, comprising: a control execution unit that controls the interlock destination device to perform an interlock operation when the interlock source device and the interlock condition match in the interlock control table.
上記連動制御装置は、さらに、テーブル設定部に対して、連動制御テーブルの連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する制御条件入力ツールを備えたことを特徴とする請求項1記載の連動制御装置。   The interlock control device further includes a control condition input tool for inputting, as the interlock control condition, the interlock source device, the interlock condition, the interlock destination device, and the interlock operation of the interlock control table to the table setting unit. The interlock control device according to claim 1. 上記連動制御装置は、さらに、状態値記憶部が記憶する機器の状態の変化を監視して、連動制御テーブルの設定に基づいて、機器の制御を指示する制御プログラムを記憶する制御プログラム記憶部を備え、
上記制御実行部は、制御プログラム記憶部に記憶される制御プログラムを実行することを特徴とする請求項1記載の連動制御装置。
The interlock control device further includes a control program storage unit that monitors a change in the state of the device stored in the state value storage unit and stores a control program that instructs control of the device based on the setting of the interlock control table. Prepared,
The interlock control apparatus according to claim 1, wherein the control execution unit executes a control program stored in a control program storage unit.
上記状態値記憶部は、
機器の最新の状態を記憶する最新状態値テーブルと、
機器の変化前の状態を記憶する状態値テーブルと
を備えたことを特徴とする請求項1記載の連動制御装置。
The state value storage unit
Latest state value table that stores the latest state of the device,
The interlock control apparatus according to claim 1, further comprising a state value table that stores a state before change of the device.
機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールにおいて、
連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する動作入力部と、
動作入力部から入力した連動制御条件を連動制御装置に送信する通信部と
を備えたことを特徴とする制御条件入力ツール。
In the control condition input tool for inputting the interlock control condition for interlocking the device to the interlock control device for interlocking the device,
An operation input unit for inputting the interlock source device and the interlock condition, the interlock destination device and the interlock operation as the interlock control condition,
A control condition input tool comprising: a communication unit that transmits the interlock control condition input from the operation input unit to the interlock control device.
上記制御条件入力ツールは、さらに、
上記動作入力部から入力した連動制御条件を表示する動作表示部と、
上記動作入力部から入力し動作表示部に表示された連動制御条件を、上記連動制御装置の記憶する連動制御条件の形式に変換するテーブル変換部と
を備えたことを特徴とする請求項5記載の制御条件入力ツール。
The control condition input tool further includes:
An operation display unit for displaying the interlock control condition input from the operation input unit;
6. A table conversion unit for converting the interlock control condition input from the operation input unit and displayed on the operation display unit into a format of the interlock control condition stored in the interlock control device. Control condition input tool.
機器を連動させる連動制御装置において、
時刻を取得する時刻取得部と、
機器を連動動作させる時刻の条件と、連動先となる連動先機器と連動動作とを記述したスケジュール動作テーブルを記憶するスケジュール動作テーブル記憶部と、
スケジュール動作テーブル記憶部に記憶されるスケジュール動作テーブルの時刻の条件と連動先機器と連動動作とを設定するテーブル設定部と、
時刻取得部により取得された時刻が、スケジュール動作テーブル記憶部に記憶されテーブル設定部により設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行部と
を備えたことを特徴とする連動制御装置。
In the interlock control device that interlocks the equipment,
A time acquisition unit for acquiring time;
A schedule operation table storage unit that stores a schedule operation table that describes a time condition for interlocking operation of a device, a synchronization destination device that is a synchronization destination, and a synchronization operation;
A table setting unit for setting the time condition of the schedule operation table stored in the schedule operation table storage unit, the link destination device, and the link operation;
When the time acquired by the time acquisition unit matches the time condition of the schedule operation table stored in the schedule operation table storage unit and set by the table setting unit, the interlock operation is performed with respect to the target device. An interlock control device comprising a control execution unit that performs control as described above.
上記連動制御装置は、さらに、テーブル設定部に対して、スケジュール動作テーブルの時刻の条件と連動先機器と連動動作とを連動制御条件として入力する制御条件入力ツールを備えたことを特徴とする請求項7記載の連動制御装置。   The interlock control device further includes a control condition input tool that inputs, to the table setting unit, the time condition of the schedule operation table, the interlock destination device, and the interlock operation as the interlock control condition. Item 8. The interlock control device according to item 7. 上記連動制御装置は、さらに、時刻取得部が取得する時刻を監視して、スケジュール動作テーブルの設定に基づいて、機器の制御を指示する制御プログラムを記憶する制御プログラム記憶部を備え、
上記制御実行部は、制御プログラム記憶部に記憶される制御プログラムを実行することを特徴とする請求項7記載の連動制御装置。
The interlock control device further includes a control program storage unit that monitors a time acquired by the time acquisition unit and stores a control program that instructs control of the device based on the setting of the schedule operation table,
The interlock control apparatus according to claim 7, wherein the control execution unit executes a control program stored in a control program storage unit.
機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールにおいて、
時刻の条件と連動先機器と連動動作とを連動制御条件として入力する動作入力部と、
動作入力部から入力した連動制御条件を連動制御装置に送信する通信部と
を備えたことを特徴とする制御条件入力ツール。
In the control condition input tool for inputting the interlock control condition for interlocking the device to the interlock control device for interlocking the device,
An operation input unit for inputting a time condition, a link destination device and a link operation as a link control condition;
A control condition input tool comprising: a communication unit that transmits the interlock control condition input from the operation input unit to the interlock control device.
上記制御条件入力ツールは、さらに、
上記動作入力部から入力した連動制御条件を表示する動作表示部と、
上記動作入力部から入力し動作表示部に表示された連動制御条件を、上記連動制御装置の記憶する連動制御条件の形式に変換するテーブル変換部と
を備えたことを特徴とする請求項10記載の制御条件入力ツール。
The control condition input tool further includes:
An operation display unit for displaying the interlock control condition input from the operation input unit;
11. A table conversion unit for converting the interlock control condition input from the operation input unit and displayed on the operation display unit into a format of the interlock control condition stored in the interlock control device. Control condition input tool.
機器を連動させる連動制御方法において、
機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールが、
連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力する動作入力工程と、
動作入力工程で入力した連動制御条件を連動制御装置に送信する通信工程とを実行し、
機器を連動させる連動制御装置が、
制御条件入力ツールから送信された連動制御条件に含まれる連動元機器と連動条件と連動先機器と連動動作とを連動制御テーブルに設定するテーブル設定工程と、
機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態記憶工程と、
状態記憶工程で記憶された機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、テーブル設定工程で設定された、連動制御テーブルの連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程と
を実行することを特徴とする連動制御方法。
In the interlock control method for interlocking devices,
A control condition input tool for inputting interlock control conditions for interlocking devices to the interlock control device for interlocking devices.
An operation input process for inputting the interlock source device, the interlock condition, the interlock destination device, and the interlock operation as the interlock control condition,
A communication process for transmitting the interlock control condition input in the operation input process to the interlock control device;
A linked control device that links devices
A table setting step for setting a linkage source device, a linkage condition, a linkage destination device, and a linkage operation included in the linkage control condition transmitted from the control condition input tool in the linkage control table;
A state storage step for inputting a state signal indicating the state of the device in real time and storing a change in the state of the device;
The change source of the linkage control table that is set in the table setting process, and the change in the status of the device that is detected in the status storage process is detected in the table setting process. A linked control method, comprising: executing a control execution step of controlling the linked destination device to perform linked operation when the device and the linked condition match.
機器を連動させる連動制御方法において、
機器を連動させる連動制御装置に対して、機器を連動させる連動制御条件を入力する制御条件入力ツールが、
時刻の条件と連動先機器と連動動作とを連動制御条件として入力する動作入力工程と、
動作入力工程で入力した連動制御条件を連動制御装置に送信する通信工程とを実行し、
機器を連動させる連動制御装置が、
制御条件入力ツールから送信された連動制御条件に含まれる時刻の条件と連動先機器と連動動作とをスケジュール動作テーブルに設定するテーブル設定工程と、
時刻を取得する時刻取得工程と、
時刻取得工程で取得された時刻が、テーブル設定工程で設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程と
を実行することを特徴とする連動制御方法。
In the interlock control method for interlocking devices,
A control condition input tool for inputting interlock control conditions for interlocking devices to the interlock control device for interlocking devices.
An operation input step of inputting the time condition, the interlocking device and the interlocking operation as interlocking control conditions;
A communication process for transmitting the interlock control condition input in the operation input process to the interlock control device;
A linked control device that links devices
A table setting step for setting a time condition, a link destination device and a link operation included in the link control condition transmitted from the control condition input tool in the schedule operation table;
A time acquisition step of acquiring time;
A control execution step for controlling the interlock destination device to perform the interlock operation when the time acquired in the time acquisition step matches the time condition of the schedule operation table set in the table setting step; The interlock control method characterized by performing.
請求項12または請求項13記載の連動制御方法をコンピュータに実行させる連動制御プログラム。   14. An interlock control program for causing a computer to execute the interlock control method according to claim 12. 機器を連動させる連動制御条件を入力する制御条件入力プログラムにおいて、
連動元機器と連動条件と連動先機器と連動動作とを含む連動制御条件と、時刻の条件と連動先機器と連動動作とを含む連動制御条件との少なくともいずれかの連動制御条件を入力する動作入力工程と、
動作入力工程で入力した連動制御条件を出力する出力工程と
をコンピュータに実行させる制御条件入力プログラム。
In the control condition input program that inputs interlock control conditions for interlocking devices,
An operation that inputs at least one of the interlock control conditions including the interlock source device, the interlock condition, the interlock destination device, and the interlock operation, and the interlock control condition including the time condition, the interlock destination device, and the interlock operation. Input process;
A control condition input program for causing a computer to execute an output process for outputting the interlock control condition input in the operation input process.
連動制御条件に基づいて機器を連動させる連動制御プログラムにおいて、
連動元機器と連動条件と連動先機器と連動動作とを連動制御条件として入力し、入力した連動制御条件を連動制御テーブルに設定するテーブル設定工程と、
機器の状態を示す状態信号をリアルタイムに入力して、機器の状態の変化を記憶する状態記憶工程と、
状態記憶工程で記憶された機器の状態の変化を検出して、機器の状態の変化が検出された機器と機器の状態の変化とが、テーブル設定工程で設定された、連動制御テーブルの連動元機器と連動条件とに一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程と
をコンピュータに実行させる連動制御プログラム。
In a linked control program that links devices based on linked control conditions,
A table setting step for inputting the interlocking source device, the interlocking condition, the interlocking destination device, and the interlocking operation as the interlocking control condition, and setting the input interlocking control condition in the interlocking control table;
A state storage step for inputting a state signal indicating the state of the device in real time and storing a change in the state of the device;
The change source of the linkage control table that is set in the table setting process, and the change in the status of the device that is detected in the status storage process is detected in the table setting process. An interlock control program that causes a computer to execute a control execution step for controlling an interlocking device to perform an interlocking operation when the device and the interlocking conditions are matched.
連動制御条件に基づいて機器を連動させる連動制御プログラムにおいて、
時刻の条件と連動先機器と連動動作とを連動制御条件として入力し、入力した連動制御条件をスケジュール動作テーブルに設定するテーブル設定工程と、
時刻を取得する時刻取得工程と、
時刻取得工程で取得された時刻が、テーブル設定工程で設定された、スケジュール動作テーブルの時刻の条件に一致する場合に、連動先機器に対して、連動動作をするように制御する制御実行工程と
をコンピュータに実行させる連動制御プログラム。
In a linked control program that links devices based on linked control conditions,
A table setting step for inputting a time condition, a link destination device and a link operation as a link control condition, and setting the input link control condition in the schedule operation table;
A time acquisition step of acquiring time;
A control execution step for controlling the interlock destination device to perform the interlock operation when the time acquired in the time acquisition step matches the time condition of the schedule operation table set in the table setting step; Linked control program that causes a computer to execute.
JP2004147846A 2004-05-18 2004-05-18 Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program Pending JP2005332058A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004147846A JP2005332058A (en) 2004-05-18 2004-05-18 Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004147846A JP2005332058A (en) 2004-05-18 2004-05-18 Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program

Publications (1)

Publication Number Publication Date
JP2005332058A true JP2005332058A (en) 2005-12-02

Family

ID=35486703

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004147846A Pending JP2005332058A (en) 2004-05-18 2004-05-18 Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program

Country Status (1)

Country Link
JP (1) JP2005332058A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100456179C (en) * 2005-12-09 2009-01-28 北京北方微电子基地设备工艺研究中心有限责任公司 Method of controlling semiconductor etching equipment
WO2012063627A1 (en) * 2010-11-08 2012-05-18 株式会社 山武 Engineering device and point information creation method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100456179C (en) * 2005-12-09 2009-01-28 北京北方微电子基地设备工艺研究中心有限责任公司 Method of controlling semiconductor etching equipment
WO2012063627A1 (en) * 2010-11-08 2012-05-18 株式会社 山武 Engineering device and point information creation method
JP2012103770A (en) * 2010-11-08 2012-05-31 Yamatake Corp Engineering device and point information creation method
CN103201692A (en) * 2010-11-08 2013-07-10 阿自倍尔株式会社 Engineering device and point information creation method
TWI420427B (en) * 2010-11-08 2013-12-21 Azbil Corp Engineering device and point information
CN103201692B (en) * 2010-11-08 2015-06-10 阿自倍尔株式会社 Engineering device and point information creation method

Similar Documents

Publication Publication Date Title
US7917232B2 (en) Building automation system data management
US8055386B2 (en) Building automation system data management
US20070055759A1 (en) Building automation system data management
US10348587B2 (en) Equipment management system and program
JP2019080164A (en) Communication system, control device, setting device, setting method, and program
US11625018B2 (en) Method and system for configuring virtual controllers in a building management system
US11720074B2 (en) Method and system for managing virtual controllers in a building management system
US11940786B2 (en) Building management system and method with virtual controller and failsafe mode
JP2002268707A (en) Controller and tool, and system constituted of the same
US20210382449A1 (en) Building management system with control logic distributed between a virtual controller and a smart edge controller
JP3521843B2 (en) Air conditioner monitoring system
JP2000269998A (en) Setting method for decentralized system
JP2010038430A (en) Remote control system and its initial setting method
US11880191B2 (en) Remote activation of the wireless service interface of a control device via a bus system
JP3251423B2 (en) Programming equipment for programmable controllers and functional units for programmable controllers
JP2005332058A (en) Interlock controller, control condition input tool, interlock control method, interlock control program, and control condition input program
JP2012194815A (en) Air conditioner control interface device, air conditioner, and air conditioner control system
WO2019225364A1 (en) Network management device, system provided with network management device, network management method, management program, and recording medium
CN113545013B (en) Network management device, management method, and recording medium
JP5721762B2 (en) Equipment management system, monitoring device and monitoring program
JP4509979B2 (en) CONTROL SYSTEM, PROGRAMMABLE DISPLAY AND SERVER COMPUTER, PROGRAM FOR PROGRAMMABLE DISPLAY AND SERVER COMPUTER, AND RECORDING MEDIUM CONTAINING THE PROGRAM
CN107770237B (en) Schedule control device, facility management system, and schedule control method
WO2021059504A1 (en) Apparatus management device and software generation method
JP2008033575A5 (en)
JP2004171282A (en) Client device, control system equipped with this client device and its program

Legal Events

Date Code Title Description
A621 Written request for application examination

Effective date: 20070227

Free format text: JAPANESE INTERMEDIATE CODE: A621

A977 Report on retrieval

Effective date: 20090813

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090825

A02 Decision of refusal

Effective date: 20091222

Free format text: JAPANESE INTERMEDIATE CODE: A02