JP2015056122A - Equipment management system - Google Patents

Equipment management system Download PDF

Info

Publication number
JP2015056122A
JP2015056122A JP2013190579A JP2013190579A JP2015056122A JP 2015056122 A JP2015056122 A JP 2015056122A JP 2013190579 A JP2013190579 A JP 2013190579A JP 2013190579 A JP2013190579 A JP 2013190579A JP 2015056122 A JP2015056122 A JP 2015056122A
Authority
JP
Japan
Prior art keywords
data
type
user
equipment
management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2013190579A
Other languages
Japanese (ja)
Other versions
JP6026377B2 (en
Inventor
敬 廣坂
Takashi Hirosaka
敬 廣坂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Industry and Control Solutions Co Ltd
Original Assignee
Hitachi Industry and Control Solutions 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 Hitachi Industry and Control Solutions Co Ltd filed Critical Hitachi Industry and Control Solutions Co Ltd
Priority to JP2013190579A priority Critical patent/JP6026377B2/en
Publication of JP2015056122A publication Critical patent/JP2015056122A/en
Application granted granted Critical
Publication of JP6026377B2 publication Critical patent/JP6026377B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an equipment management system capable of extracting data of types different by users even in the case of the users belonging to the same organization.SOLUTION: A first database 4 classifies equipment data 10 into a plurality of types to hold the equipment data 10, and a second database 5 holds management data 20 for searching the equipment data 10. The management data 20 includes type hierarchy management data 21 for hierarchizing and managing types of the equipment data, type/display condition relation data 24 for managing the equipment data by associating each type with a display condition for searching the equipment data, and type/user relation data 25 for managing the equipment data by associating each type with users having the authority to search the equipment data.

Description

本発明は、設備データを管理しユーザの要求に応じて表示する設備管理システムに関する。   The present invention relates to an equipment management system that manages equipment data and displays it in response to a user request.

設備管理システムでは、組織構造を考慮してユーザ毎に設備データの管理権限を与えることが望ましい。これに関する技術として特許文献1には、「ディレクトリサービスを利用して組織構造を考慮したユーザ管理をする場合に、下位組織ユーザ/グループの管理権限を、上位組織のユーザに委譲することを可能とし、かつ、所属変更が発生した際にもネットワーク資源に対するACL(Access Control List)を変更することなく、また、OU(組織単位)に対する管理者権限の変更も必要としないユーザ管理システムを提供する。」ための構成が記載されている。   In the equipment management system, it is desirable to give the authority to manage equipment data for each user in consideration of the organizational structure. As a technology related to this, Japanese Patent Laid-Open No. 2004-228867 discloses that “when managing a user in consideration of an organizational structure using a directory service, it is possible to delegate the administrative authority of a lower organization user / group to a user of an upper organization. In addition, a user management system is provided that does not change an ACL (Access Control List) for network resources even when a change in affiliation occurs, and does not require a change in administrator authority for an OU (organizational unit). "Is described.

特開2008−117052号公報JP 2008-117052 A

前記特許文献1には、組織構造を考慮した権限管理の仕組みが記載されている。しかし、特許文献1の権限管理では組織毎に表示権限を与えるものであるため、ユーザ毎に所望の管理するデータを抽出することができない。すなわち、ユーザ毎にデータ抽出のための権限の設定を行うためには、設定作業が煩雑になる。   Patent Document 1 describes a mechanism of authority management in consideration of an organizational structure. However, since the authority management in Patent Document 1 gives display authority for each organization, it is not possible to extract desired management data for each user. That is, in order to set authority for data extraction for each user, setting work becomes complicated.

例えば、ユーザが管理している設備データには単体設備や線形設備(複数位置間を結ぶ設備、例えば電線)などの複数の種別がある。例えば、ある組織に属するユーザAは単体設備のデータだけを抽出したい場合がある。また、同じ組織に属する他のユーザBは管理している全てのデータ(単体設備と線形設備の両方)を抽出したい場合がある。このような場合、組織毎に一律に管理権限を与える方法では、ユーザに応じて単体設備と線形設備を区別して抽出することができない。   For example, the facility data managed by the user includes a plurality of types such as a single facility and a linear facility (a facility connecting a plurality of positions, for example, an electric wire). For example, a user A belonging to a certain organization may want to extract only data of a single facility. In addition, another user B belonging to the same organization may want to extract all managed data (both single facility and linear facility). In such a case, the method of uniformly giving management authority for each organization cannot distinguish and extract the single equipment and the linear equipment according to the user.

そこで本発明の目的は、同一組織に属するユーザであっても、ユーザに応じて異なる種別のデータの抽出を可能とする設備管理システムを提供することにある。   Therefore, an object of the present invention is to provide an equipment management system that enables extraction of different types of data depending on users even if they belong to the same organization.

本発明は、設備データを管理するデータ管理装置を備える設備管理システムにおいて、データ管理装置は、設備データを複数の種別に分類して保持する第1のデータベースと、設備データを検索するための管理データを保持する第2のデータベースと、第1、第2のデータベースに対し設備データと管理データを登録し、管理データを用いて設備データを検索するデータ処理部とを有する。管理データには、設備データの種別を階層化して管理する種別階層管理データと、種別毎に設備データを検索するための表示条件を紐付けして管理する種別/表示条件関係データと、種別毎に設備データを検索する権限のあるユーザを紐付けして管理する種別/ユーザ関係データと、を含む構成とした。   The present invention relates to a facility management system including a data management device that manages facility data. The data management device includes a first database that classifies and holds facility data and a management for searching for facility data. A second database that holds data, and a data processing unit that registers facility data and management data in the first and second databases and searches facility data using the management data. The management data includes type hierarchy management data for managing the types of facility data in a hierarchy, type / display condition relation data for managing the display conditions for searching for facility data for each type, and for each type. And the type / user relation data for managing the user who has authority to search the facility data in association with each other.

本発明によれば、同一組織に属するユーザであってもユーザに応じて異なる種別のデータを抽出することが可能となり、ユーザの使い勝手が向上する。   According to the present invention, even for users belonging to the same organization, it is possible to extract different types of data depending on the user, and user convenience is improved.

設備管理システムの全体構成を示す図。The figure which shows the whole structure of an equipment management system. 設備データと管理データの具体例を示す図。The figure which shows the specific example of equipment data and management data. 管理データの紐付け状態を示す図。The figure which shows the tied | linking state of management data. 管理データをテーブル形式で記述した例を示す図。The figure which shows the example which described management data in the table format. 設備データの検索表示処理の流れを示すフローチャート。The flowchart which shows the flow of the search display process of equipment data. 抽出した設備データを表示する表示画面の例を示す図。The figure which shows the example of the display screen which displays the extracted equipment data. ユーザの管理変更に伴う管理データの変更例を示す図。The figure which shows the example of a change of the management data accompanying a user's management change.

以下、本発明の各実施例を図面を用いて説明する。各実施例では、設備データを階層的に管理するとともに(種別階層管理)、種別毎にその表示条件(抽出条件)とユーザとを対応付けて管理すること(紐付け管理)に特徴がある。   Embodiments of the present invention will be described below with reference to the drawings. Each embodiment is characterized by managing facility data hierarchically (type hierarchy management) and managing the display conditions (extraction conditions) and users in association with each type (linkage management).

図1は、実施例1における設備管理システムの全体構成を示す図である。設備管理システム1は、データ管理装置2と入力装置6と表示装置7を備える。データ管理装置2は設備データを保存・管理し、入力装置6から入力されたユーザ要求に応じて設備データを検索し、検索したデータを表示装置7に出力して表示させる。   FIG. 1 is a diagram illustrating an overall configuration of a facility management system according to the first embodiment. The facility management system 1 includes a data management device 2, an input device 6, and a display device 7. The data management device 2 stores and manages the facility data, retrieves the facility data in response to a user request input from the input device 6, and outputs the retrieved data to the display device 7 for display.

データ管理装置2は例えばサーバであり、データの登録や検索処理を行うデータ処理部3、設備データ10を保持する第1データベース4、設備データ10を検索抽出するための管理データ20を保持する第2データベース5を有する。   The data management device 2 is, for example, a server, a data processing unit 3 that performs data registration and search processing, a first database 4 that stores facility data 10, and a first database that stores management data 20 for searching and extracting facility data 10. 2 database 5.

データ処理部3は、プログラムを実行して、入力装置6から入力された設備データ10や管理データ20を、第1、第2データベース4、5に登録する。また、ユーザ要求を受けると管理データ20を用いて設備データ10を検索し、抽出した設備データを表示装置7に出力する。   The data processing unit 3 executes the program and registers the facility data 10 and the management data 20 input from the input device 6 in the first and second databases 4 and 5. In response to a user request, the facility data 10 is searched using the management data 20, and the extracted facility data is output to the display device 7.

第1データベース4は、各設備のデータである設備データ10を保持する。その際各設備データ10は、複数の項目に分類して記憶する。例えば、設備データを分類するため、設備名とその属性を示す項目(大・中・小)を組み合わせ、種別A大項目11、種別A中項目12、種別A小項目13、種別B項目14、のように分類する。ここでいう「種別」とは、設備を分類するための設備名や項目名のことである。この分類項目(種別)は、後述するように設備データの抽出するときの検索項目となる。   The first database 4 holds equipment data 10 that is data of each equipment. At that time, each piece of equipment data 10 is classified into a plurality of items and stored. For example, in order to classify the equipment data, the equipment name and the item (large / medium / small) indicating the attribute are combined, the type A large item 11, the type A medium item 12, the type A small item 13, the type B item 14, Classify as follows. The “type” here is an equipment name or item name for classifying equipment. This classification item (type) serves as a search item when facility data is extracted as will be described later.

第2データベース5は、設備データ10を検索するための管理データ20を保持する。管理データ20には、種別(設備、項目)を階層化して管理する種別階層管理データ21、表示条件を管理する表示条件管理データ22、ユーザを管理するユーザ管理データ23を有する。さらに本実施例では、上記した種別階層管理データ21と表示条件管理データ22の関係を紐付けする種別/表示条件関係データ24、種別階層管理データ21とユーザ管理データ23の関係を紐付けする種別/ユーザ関係データ25を有することに特徴がある。
なお、第1データベース4と第2データベース5は、共通のデータベースとして構成しても良い。
The second database 5 holds management data 20 for searching the facility data 10. The management data 20 includes type hierarchy management data 21 for managing the hierarchies of types (equipment, items), display condition management data 22 for managing display conditions, and user management data 23 for managing users. Further, in this embodiment, the type / display condition relationship data 24 for associating the relationship between the type hierarchy management data 21 and the display condition management data 22 and the type for associating the relationship between the type hierarchy management data 21 and the user management data 23. / It has the characteristic that it has the user relationship data 25.
The first database 4 and the second database 5 may be configured as a common database.

図2は、第1、第2データベース4、5が保持する設備データ10と管理データ20の具体例を示す図である。
(a)の設備データ10は、各設備をその属性を示す大項目(設置場所)、中項目(設備機能)、小項目(点検実施日)などの種別で分類し、それらの情報を記述する。例えば「消火設備A」は、「建屋A」に設置され、機能は「消火設備」であり、最新の点検実施日は「2013年6月26日」であることを示している。このように分類することで、分類項目(種別)をキーワードとして検索し所望の設備データを抽出することができる。
FIG. 2 is a diagram showing a specific example of facility data 10 and management data 20 held in the first and second databases 4 and 5.
The equipment data 10 of (a) classifies each equipment by types such as a large item (installation location), a medium item (equipment function), a small item (inspection date) indicating the attributes, and describes the information. . For example, “fire extinguishing equipment A” is installed in “building A”, the function is “fire extinguishing equipment”, and the latest inspection implementation date is “June 26, 2013”. By classifying in this way, it is possible to search for a classification item (type) as a keyword and extract desired facility data.

次に管理データ20の各データについて説明する。   Next, each data of the management data 20 will be described.

(b)の種別階層管理データ21は、設備データ10の種別(設備名、項目)を階層化して管理し、その上下関係を登録したものである。上下関係は後述するテーブル形式のデータとして登録するが、ここでは理解し易いようにイメージ化して示す。例えば、建屋A101は上位階層の設備であり、これに属する下位設備として消火設備A102と警報設備A103が含まれる。同様に建屋Bは上位階層の設備であり、これに属する下位設備として消火設備Bが含まれる(図示せず)。一方、消火設備点検104は上位の種別であるが、これに属する下位の種別がなく単独で構成する。このようにして、上下関係のある複数の各種別(設備)を階層グループにより管理する。その際、1つの階層グループが単一の種別(設備)で構成されても良く、また同一の種別が複数の階層グループに重複して登録されても良い。     The type hierarchy management data 21 in (b) is obtained by managing the type (equipment name, item) of the equipment data 10 in a hierarchical manner and registering the hierarchical relationship thereof. The vertical relationship is registered as data in a table format to be described later, but here it is shown as an image for easy understanding. For example, the building A101 is an upper level facility, and the fire extinguishing facility A102 and the alarm facility A103 are included as lower facilities belonging to the building A101. Similarly, the building B is a higher-level facility, and the fire extinguishing facility B is included as a lower facility belonging to the facility (not shown). On the other hand, the fire extinguishing equipment inspection 104 is an upper type, but there is no lower type belonging to it, and it is configured alone. In this manner, a plurality of various types (equipment) having a vertical relationship are managed by the hierarchical group. In that case, one hierarchy group may be comprised by the single classification (equipment), and the same classification may be registered redundantly in a plurality of hierarchy groups.

(c)の表示条件管理データ22は、表示条件名と検索式の関係を記述したもので、要求された表示条件名に対して設備データ10からデータを検索するための条件を規定している。例えば、表示条件名が「建屋A情報」であれば、設備データ10の大項目が「建屋A」となる条件で検索する。また、表示条件名が「消火設備点検情報」であれば、中項目が「消火設備」でかつ小項目(点検実施日)が30日超過していることを条件として検索する。   The display condition management data 22 in (c) describes the relationship between the display condition name and the search expression, and defines the conditions for retrieving data from the facility data 10 for the requested display condition name. . For example, if the display condition name is “building A information”, the search is performed under the condition that the major item of the facility data 10 is “building A”. If the display condition name is “fire extinguishing equipment inspection information”, the search is performed on the condition that the middle item is “fire extinguishing equipment” and the small item (inspection date) exceeds 30 days.

(d)のユーザ管理データ23は、特定の設備データを検索表示する権限のあるユーザ名を登録したものである。それぞれのユーザがどの設備を検索表示できるかについては、別途種別/ユーザ関係データ25で規定する。ユーザは、個人名だけでなくグループ名としても良い。   The user management data 23 of (d) is registered with a user name authorized to search and display specific equipment data. Which equipment each user can search and display is separately defined by the type / user relationship data 25. The user may be a group name as well as an individual name.

図3は、管理データ20の紐付け状態を示す図である。紐付け用データとして、種別/表示条件関係データ24と種別/ユーザ関係データ25がある。この紐付け状態を、図2(b)の種別階層管理データ21に重ねて表示したものである。   FIG. 3 is a diagram showing the association state of the management data 20. There are classification / display condition relation data 24 and classification / user relation data 25 as the association data. This linking state is displayed overlapping the type hierarchy management data 21 in FIG.

まず種別/表示条件関係データ24は、種別階層管理データ21内の各種別と、表示条件22とを紐付けている。例えば上位階層にある建屋A101に対しては、表示条件名の建屋A情報111を紐付けし、これを破線111sで示す。また下位階層にある消火設備A102に対しては、表示条件名の建屋A消火設備112を紐付けし(破線112s)、警報設備A103に対しては、建物A警報設備113を紐付けしている(破線113s)。さらに消火設備点検104に対しては、消火設備点検情報114を紐付けしている(破線114s)。   First, the type / display condition relationship data 24 associates various types in the type hierarchy management data 21 with the display conditions 22. For example, the building A 101 in the display condition name is linked to the building A 101 in the upper hierarchy, and this is indicated by a broken line 111 s. Moreover, the building A fire extinguishing equipment 112 of the display condition name is linked to the fire extinguishing equipment A102 in the lower hierarchy (broken line 112s), and the building A alarm equipment 113 is linked to the alarm equipment A103. (Dashed line 113s). Furthermore, the fire extinguishing equipment inspection information 114 is linked to the fire extinguishing equipment inspection 104 (broken line 114s).

一方種別/ユーザ関係データ25は、種別階層管理データ21内の各種別と、ユーザ名とを紐付けている。例えば上位階層にある建屋A101に対しては、ユーザA121を紐付けし、これを破線121sで示す。また、下位階層にある消火設備A102に対しては、ユーザB122を紐付けし(破線122s)、警報設備A103に対しては、ユーザC123を紐付けしている(破線123s)。さらに消火設備点検104に対しては、ユーザD124を紐付けしている(破線124s)。   On the other hand, the type / user relationship data 25 associates various types in the type hierarchy management data 21 with user names. For example, the user A121 is linked to the building A101 in the upper hierarchy, and this is indicated by a broken line 121s. Further, the user B122 is linked to the fire extinguishing equipment A102 in the lower hierarchy (broken line 122s), and the user C123 is linked to the alarm equipment A103 (broken line 123s). Further, the user D124 is linked to the fire extinguishing equipment check 104 (broken line 124s).

このような紐付け関係を設定することで、ユーザの検索表示権限を次のように設定することができる。例えばユーザA121は、上位階層の建屋A101と紐付けしている。これによりユーザAに与えられる表示条件名は、建屋A101に紐付けられた建屋A情報111だけでなく、建屋A101の下位階層である消火設備A102と警報設備A103に紐付けられた、建屋A消火設備112と建屋A警報設備113にまで範囲が及ぶことになる。一方ユーザB122は、下位階層の消火設備A102と紐付けしている。これによりユーザBに与えられる表示条件名は、消火設備A102に紐付けられた建物A消火設備112のみとなる。このように、階層化された種別構成において、ユーザの紐付けする種別を適宜選択することで、そのユーザが表示できるデータの範囲を容易に設定することが可能になる。   By setting such a linking relationship, the user's search display authority can be set as follows. For example, the user A121 is linked to the upper building A101. As a result, the display condition name given to the user A is not only the building A information 111 linked to the building A101, but also the building A fire extinguisher linked to the fire extinguishing equipment A102 and the alarm equipment A103 which are lower layers of the building A101. The range extends to the facility 112 and the building A alarm facility 113. On the other hand, the user B122 is linked to the fire extinguishing equipment A102 in the lower hierarchy. Thus, the display condition name given to the user B is only the building A fire extinguishing equipment 112 linked to the fire extinguishing equipment A102. As described above, in the hierarchical type configuration, by appropriately selecting the type associated with the user, the range of data that can be displayed by the user can be easily set.

図4は、管理データのデータ構造をテーブル形式で記述した例を示す図である。ここでは、管理データ20を構成する管理テーブルとして、種別を階層化して管理する種別階層管理テーブル21T、表示条件に対する検索式を定義する表示条件管理テーブル22T、種別階層と表示条件の関係を管理する種別/表示条件関係テーブル24T、種別階層とユーザとの関係を管理する種別/ユーザ関係テーブル25Tについて説明する。   FIG. 4 is a diagram illustrating an example in which the data structure of management data is described in a table format. Here, as a management table constituting the management data 20, a type hierarchy management table 21T that manages by hierarchizing types, a display condition management table 22T that defines a search expression for display conditions, and a relationship between the type hierarchy and display conditions are managed. The type / display condition relationship table 24T and the type / user relationship table 25T for managing the relationship between the type hierarchy and the user will be described.

(a)の種別階層管理テーブル21Tは、種別グループとそれを構成する各種別の階層レベルを記述している。例えばグループAには3個の種別(001,002,003)が含まれ、それぞれの階層レベル(1,2)と、種別の親子関係を記述している。このテーブルにより、注目する種別の階層関係(上位、下位階層の種別)を再帰的に検索することができる。   The type hierarchy management table 21T in (a) describes a type group and various hierarchical levels constituting the type group. For example, group A includes three types (001, 002, 003), and describes the hierarchy level (1, 2) and the parent-child relationship of the types. With this table, it is possible to recursively search the hierarchical relationship of the type of interest (the types of the upper and lower layers).

(b)の表示条件管理テーブル22Tは、表示条件名に対する検索式を記述する。このテーブルを利用することで、検索式を取得することができる。なお、検索式の他に検索対象とするテーブル名を記述しても良い。   The display condition management table 22T in (b) describes a search expression for the display condition name. By using this table, a search expression can be acquired. In addition to the search expression, a table name to be searched may be described.

(c)の種別階層/表示条件関係テーブル24Tは、種別名と表示条件名の紐付け状態を記述する。種別毎の表示条件は、このテーブルを検索することで取得できる。   The type hierarchy / display condition relationship table 24T in (c) describes the association state between the type name and the display condition name. The display conditions for each type can be acquired by searching this table.

(d)の種別階層/ユーザ関係テーブル25Tは、種別名とユーザ名の紐付け状態を記述する。ログインしたユーザに割り当てられた種別は、このテーブルを検索することで取得できる。   The type hierarchy / user relationship table 25T in (d) describes the association state between the type name and the user name. The type assigned to the logged-in user can be acquired by searching this table.

図5は、設備データの検索表示処理の流れを示すフローチャートである。以下の処理は、データ管理装置2のデータ処理部3が、第1、第2データベース4、5を参照しながら進行する。以下の説明では、ユーザが例えば図3におけるユーザA121の場合とする。   FIG. 5 is a flowchart showing the flow of the facility data search and display process. The following processing proceeds while the data processing unit 3 of the data management device 2 refers to the first and second databases 4 and 5. In the following description, it is assumed that the user is, for example, the user A121 in FIG.

S201でユーザが入力装置6からログインすると、データ処理部3はユーザ管理データ23を参照し、登録されているユーザAであることを確認する。
S202では、種別/ユーザ関係データ25を参照し、当該ユーザAが紐付けられた種別(第1の種別)を取得する。図3を参照し、ユーザA121は建屋A101に紐付けされていることが分かる。
When the user logs in from the input device 6 in S201, the data processing unit 3 refers to the user management data 23 and confirms that the user A is registered.
In S202, the type / user relationship data 25 is referred to, and the type (first type) associated with the user A is acquired. Referring to FIG. 3, it can be seen that the user A121 is linked to the building A101.

S203では、種別階層管理データ21を参照し、当該取得した第1の種別の下位階層に属する種別一覧(第2の種別)を取得する。図3を参照し、建屋A101の下位階層には消火設備A102と警報設備A103が属することが分かる。
S204では、種別/表示条件関係データ24を参照し、S202とS203で取得した各種別(第1、第2)に紐付けされた表示条件名を取得する。図3を参照し、対応する表示条件名として、建屋A情報111、建屋A消火設備112、建屋A警報設備113を取得する。なお、取得した各表示条件名を一旦表示装置7に表示し、ユーザに対し表示条件名を選択させるようにしても良い。
In S203, the type hierarchy management data 21 is referred to, and the type list (second type) belonging to the lower level of the acquired first type is acquired. Referring to FIG. 3, it can be seen that the fire extinguishing equipment A102 and the alarm equipment A103 belong to the lower hierarchy of the building A101.
In S204, the type / display condition relationship data 24 is referred to, and the display condition names associated with the various types (first and second) acquired in S202 and S203 are acquired. With reference to FIG. 3, the building A information 111, the building A fire extinguishing equipment 112, and the building A warning equipment 113 are acquired as corresponding display condition names. Each acquired display condition name may be displayed once on the display device 7 and the user may select a display condition name.

S205では、表示条件管理データ22を参照し、S204にて取得(選択)した表示条件名に対する検索式を取得する。
S206では、S205で取得した検索式を用いて、これに一致するデータを設備データ10から抽出する。
S207では、抽出した設備データを表示装置7に表示する。
In S205, the display condition management data 22 is referred to, and a search expression for the display condition name acquired (selected) in S204 is acquired.
In S206, data matching this is extracted from the equipment data 10 using the search expression acquired in S205.
In S207, the extracted equipment data is displayed on the display device 7.

図6は、抽出した設備データを表示する表示画面の例を示す図である。
ユーザ301がシステムにログインすると、まず設備グループの画面300が表示され、当該ユーザ301に関係する設備種別302と表示条件303が表示される。設備種別302では、ユーザ301に紐付けされた設備種別と、その下位階層に属する設備種別を検索して表示する。表示条件303は、各種別階層に設定された表示条件であり、表示条件が複数存在するときは件数を表示してユーザに選択させる。ユーザが所望の表示条件を選択すると、定義された検索式に従って該当する設備データを抽出する。
FIG. 6 is a diagram illustrating an example of a display screen that displays the extracted facility data.
When the user 301 logs in to the system, the equipment group screen 300 is displayed first, and the equipment type 302 and the display condition 303 related to the user 301 are displayed. In the equipment type 302, the equipment type associated with the user 301 and the equipment type belonging to the lower hierarchy are searched and displayed. The display condition 303 is a display condition set in various levels, and when there are a plurality of display conditions, the number of cases is displayed and the user is allowed to select. When the user selects a desired display condition, corresponding facility data is extracted according to a defined search expression.

設備台帳の画面310には設備データの抽出結果を表示する。抽出した結果、該当データが複数存在する場合は、データの件数を表示して、ユーザに選択させることができる。また、該当データを連想させる文字列を表示する場合もある。   On the equipment ledger screen 310, the equipment data extraction result is displayed. As a result of the extraction, if there are a plurality of corresponding data, the number of data can be displayed and the user can select it. In addition, a character string reminiscent of the corresponding data may be displayed.

このように実施例1では、設備データを階層的に管理するとともに(種別階層管理)、種別毎にその表示条件(抽出条件)とユーザとを対応付けて管理することで(紐付け管理)、同一組織に属するユーザであってもユーザに応じて異なる種別のデータを抽出することが可能となり、ユーザの使い勝手が向上する。   As described above, in the first embodiment, the facility data is managed hierarchically (type hierarchy management), and the display condition (extraction condition) and the user are managed in association with each type (linkage management). Even users belonging to the same organization can extract different types of data depending on the user, and user convenience is improved.

本実施例では、ユーザの管理する種別を変更する場合の処理について説明する。
図7は、ユーザの管理変更に伴う管理データの変更例を示す図である。
(a)の種別階層管理データ41では、種別A401と種別B402から構成され、種別A401には表示条件A411が、種別B402には表示条件B412が紐付けしている。ユーザに関しては、変更前には種別A401をユーザA421とユーザB422とで管理し、種別B402はどのユーザも管理していなかった。ユーザの管理変更後では、種別A401に対するユーザB422の管理を外し、種別B402をユーザA421とユーザB422とで管理するようにする。
In this embodiment, a process for changing the type managed by the user will be described.
FIG. 7 is a diagram illustrating an example of change in management data accompanying a change in user management.
The type hierarchy management data 41 in (a) includes a type A 401 and a type B 402, and the display condition A 411 is linked to the type A 401, and the display condition B 412 is linked to the type B 402. Regarding the user, the type A 401 was managed by the user A 421 and the user B 422 before the change, and no user was managed by the type B 402. After the user management change, the management of the user B 422 for the type A 401 is removed, and the type B 402 is managed by the user A 421 and the user B 422.

この場合の管理データ変更では、種別A401に対するユーザB422の紐付けを削除して、種別B402に対して新たにユーザB422’として紐付ける。また種別B402に対しては、新たにユーザA421’を紐付ける。当然ながら、ユーザA421とユーザA421’は同一ユーザであり、ユーザB422とユーザB422’は同一ユーザである。このようにユーザの管理変更は、紐付けする種別を変更することで容易に実行できる。   In the management data change in this case, the association of the user B422 with respect to the type A401 is deleted, and the association with the type B402 is newly made as the user B422 '. Further, the user A 421 ′ is newly associated with the type B 402. Of course, the user A421 and the user A421 'are the same user, and the user B422 and the user B422' are the same user. In this way, the management change of the user can be easily executed by changing the type to be associated.

(b)は種別/ユーザ関係テーブル45Tで、種別とユーザとの紐付け状態を記述したものである。紐付け状態は、種別名とユーザ名との組み合わせで記述できるが、このテーブル45Tでは、さらに紐付け状態の適用期間450を記述している。すなわち、記述された種別名とユーザ名との紐付け状態は、記述された適用期間450(適用開始日から適用終了日まで)が有効期間となり、それ以外の期間では無効になる。このように適用期間450を設けることで、種別/ユーザ関係データを容易に変更することができ、ユーザの管理変更が頻繁に必要になる組織では、使い勝手が向上する。   (B) is a type / user relationship table 45T which describes the association status between the type and the user. The association state can be described by a combination of the type name and the user name, but this table 45T further describes the application period 450 of the association state. In other words, the association state between the type name and the user name described is a valid period for the described application period 450 (from the application start date to the application end date), and is invalid for other periods. By providing the application period 450 in this manner, the type / user relationship data can be easily changed, and usability is improved in an organization that frequently requires user management changes.

1:設備管理システム、
2:データ管理装置、
3:データ処理部、
4:第1データベース、
5:第2データベース、
6:入力装置、
7:表示装置、
10:設備データ、
20:管理データ、
21,41:種別階層管理データ、
22:表示条件管理データ、
23:ユーザ管理データ、
24:種別/表示条件関係データ、
25:種別/ユーザ関係データ、
21T:種別階層管理テーブル、
22T:表示条件管理テーブル、
24T:種別/表示条件関係テーブル、
25T,45T:種別/ユーザ関係テーブル、
300:設備グループ画面、
310:設備台帳画面、
450:適用期間。
1: Facility management system,
2: Data management device
3: Data processing unit,
4: First database,
5: Second database,
6: Input device,
7: Display device,
10: Equipment data,
20: management data,
21, 41: Type hierarchy management data,
22: Display condition management data,
23: user management data,
24: Type / display condition relationship data,
25: Type / user relation data,
21T: Type hierarchy management table,
22T: Display condition management table,
24T: Type / display condition relationship table,
25T, 45T: Type / user relationship table,
300: Equipment group screen,
310: Equipment ledger screen,
450: Application period.

Claims (4)

設備データを管理するデータ管理装置を備える設備管理システムにおいて、
前記データ管理装置は、
前記設備データを複数の種別に分類して保持する第1のデータベースと、
前記設備データを検索するための管理データを保持する第2のデータベースと、
前記第1、第2のデータベースに対し前記設備データと管理データを登録し、前記管理データを用いて前記設備データを検索するデータ処理部とを有し、
前記管理データには、
前記設備データの種別を階層化して管理する種別階層管理データと、
前記種別毎に前記設備データを検索するための表示条件を紐付けして管理する種別/表示条件関係データと、
前記種別毎に前記設備データを検索する権限のあるユーザを紐付けして管理する種別/ユーザ関係データと、
を含むことを特徴とする設備管理システム。
In an equipment management system comprising a data management device for managing equipment data,
The data management device includes:
A first database that holds the facility data classified into a plurality of types;
A second database holding management data for retrieving the equipment data;
A data processing unit that registers the facility data and management data in the first and second databases, and retrieves the facility data using the management data;
The management data includes
Type hierarchy management data for hierarchizing and managing the types of the equipment data,
Type / display condition relationship data that links and manages display conditions for searching the facility data for each type,
Type / user relationship data for managing a user who is authorized to search the facility data for each type,
An equipment management system comprising:
請求項1に記載の設備管理システムであって、
前記データ処理部は、ユーザの要求により前記管理データを用いて前記設備データを検索するとき、
前記種別/ユーザ関係データを参照して、前記ユーザが紐付けられた第1の種別を取得し、
前記種別階層管理データを参照して、前記取得した第1の種別の下位階層に属する第2の種別を取得し、
前記種別/表示条件関係データを参照し、前記取得した第1、第2の種別に紐付けされたそれぞれの表示条件を取得し、
該取得したそれぞれの表示条件に従って前記設備データを検索することを特徴とする設備管理システム。
The facility management system according to claim 1,
The data processing unit, when searching the facility data using the management data according to a user request,
With reference to the type / user relationship data, the first type associated with the user is acquired,
Referring to the type hierarchy management data, obtaining a second type belonging to a lower hierarchy of the obtained first type;
Refer to the type / display condition relationship data, acquire the respective display conditions associated with the acquired first and second types,
A facility management system, wherein the facility data is searched according to the acquired display conditions.
請求項1または2に記載の設備管理システムであって、
前記種別/ユーザ関係データには、前記種別とこれに対するユーザとの紐付け状態が有効となる適用期間を記述したことを特徴とする設備管理システム。
The facility management system according to claim 1 or 2,
The facility management system described in the type / user relation data describes an application period in which the association state between the type and the user is valid.
請求項1または2に記載の設備管理システムであって、
前記データ管理装置には、ユーザからの要求を入力する入力装置と、検索した設備データを表示する表示装置とが接続され、
該表示装置には、前記ユーザに紐付けられた設備種別とその表示条件を設備グループ画面として表示し、
前記ユーザにより所望の表示条件が選択されると、該表示条件に従って検索した設備データを設備台帳画面として表示することを特徴とする設備管理システム。
The facility management system according to claim 1 or 2,
The data management device is connected to an input device for inputting a request from a user and a display device for displaying the retrieved equipment data.
In the display device, the equipment type and the display conditions associated with the user are displayed as an equipment group screen,
When a desired display condition is selected by the user, the equipment management system displays the equipment data searched according to the display condition as an equipment ledger screen.
JP2013190579A 2013-09-13 2013-09-13 Equipment management system Active JP6026377B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013190579A JP6026377B2 (en) 2013-09-13 2013-09-13 Equipment management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013190579A JP6026377B2 (en) 2013-09-13 2013-09-13 Equipment management system

Publications (2)

Publication Number Publication Date
JP2015056122A true JP2015056122A (en) 2015-03-23
JP6026377B2 JP6026377B2 (en) 2016-11-16

Family

ID=52820455

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013190579A Active JP6026377B2 (en) 2013-09-13 2013-09-13 Equipment management system

Country Status (1)

Country Link
JP (1) JP6026377B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058406A (en) * 2001-05-21 2003-02-28 Mitsubishi Electric Corp Facility information management system
JP2006235783A (en) * 2005-02-23 2006-09-07 Mitsubishi Electric Corp Management method for facility information
JP2011197732A (en) * 2010-03-17 2011-10-06 Mitsubishi Electric Corp Facility maintenance management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003058406A (en) * 2001-05-21 2003-02-28 Mitsubishi Electric Corp Facility information management system
JP2006235783A (en) * 2005-02-23 2006-09-07 Mitsubishi Electric Corp Management method for facility information
JP2011197732A (en) * 2010-03-17 2011-10-06 Mitsubishi Electric Corp Facility maintenance management system

Also Published As

Publication number Publication date
JP6026377B2 (en) 2016-11-16

Similar Documents

Publication Publication Date Title
TWI352904B (en) Method and computer readable medium for controllin
US11695580B2 (en) Systems and methods for providing category—sensitive chat channels
US20140278824A1 (en) Service context
JP2004362144A (en) Method for managing operation, execution device, and processing program
US20240012828A1 (en) Systems and methods for context development
JP2009145972A (en) Database system and control method for database system
JP2010033470A (en) Document management apparatus, document management program, and recording medium
JP5530173B2 (en) Directory system having organization structure management directory and program thereof
JP5045109B2 (en) Resource relationship information sharing system, method and program
US20180329926A1 (en) Image-based semantic accommodation search
JP2009217529A (en) Knowledge management system
JP6026377B2 (en) Equipment management system
JP6712614B2 (en) Page generation system, page generation method, and program
JP2010282304A (en) Data management retrieval system
CN104834661B (en) Management method, management equipment and management system
JP2009059026A (en) File retrieval device and file retrieval program
JP7149905B2 (en) anonymization system
JPWO2007046446A1 (en) Data management device and terminal device
CN108733709A (en) Method, apparatus and computer storage media for information management
JP2010170208A (en) Authority management system
JP2008234239A (en) Information retrieval system for electronic conference room
JP6212373B2 (en) Operation log management apparatus and method
JP4300149B2 (en) Field monitoring system, field monitoring method and field monitoring program
JP2004021949A (en) Mobile monitoring system
JP2008287663A (en) Resource management device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150826

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160609

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160705

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160725

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20161004

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161012

R150 Certificate of patent or registration of utility model

Ref document number: 6026377

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150