WO2017183265A1 - データベース構築装置、データベース構築方法、および、データベース構築プログラム - Google Patents

データベース構築装置、データベース構築方法、および、データベース構築プログラム Download PDF

Info

Publication number
WO2017183265A1
WO2017183265A1 PCT/JP2017/005084 JP2017005084W WO2017183265A1 WO 2017183265 A1 WO2017183265 A1 WO 2017183265A1 JP 2017005084 W JP2017005084 W JP 2017005084W WO 2017183265 A1 WO2017183265 A1 WO 2017183265A1
Authority
WO
WIPO (PCT)
Prior art keywords
original data
specifying information
information
database
data specifying
Prior art date
Application number
PCT/JP2017/005084
Other languages
English (en)
French (fr)
Inventor
健嗣 多谷
Original Assignee
株式会社岩崎電機製作所
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 株式会社岩崎電機製作所 filed Critical 株式会社岩崎電機製作所
Priority to US15/567,674 priority Critical patent/US10572457B2/en
Priority to CN201780001385.5A priority patent/CN107533505A/zh
Publication of WO2017183265A1 publication Critical patent/WO2017183265A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/211Schema design and management
    • G06F16/212Schema design and management with details for data modelling support
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures

Definitions

  • the present invention relates to a database construction device, a database construction method, and a database construction program.
  • Patent Document 1 discloses a data input device.
  • the data input device includes a database storage device, a data sheet input / output device, a setting file storage device, a table update command creation device, and a database management device.
  • the database storage device stores a database composed of a plurality of tables.
  • the data sheet input / output device displays an input table.
  • This input table is preset in correspondence with a plurality of update operation menus for the database.
  • This input table includes item names and item value input fields for all items to be input. By using the data sheet input / output device, it is possible to input an item value in each item value input column of the input table.
  • the setting file storage device stores a comparison table between the update job menu and the item names of the input table necessary for the update job menu, and a comparison table of the item names of the input table and the item names of the table.
  • the table update command creation device creates a table update command for each table with reference to the comparison table of the setting file storage device.
  • the table update command is for substituting the item value input to the data sheet input / output device for the item value of each table corresponding to the input table.
  • the database management apparatus executes a table update command and updates the item values of each table at once. According to the data input device disclosed in Patent Document 1, it is possible to batch input, batch delete, and batch update all necessary data for data spanning multiple screens or multiple tables in a database with a single operation. .
  • Patent Document 2 discloses a data processing system.
  • a registered user terminal device and a server having a database are connected via a network.
  • the terminal device includes initial setting text, reading means, data processing means, and holding means.
  • the initial setting text includes processing information for performing data processing when data is transferred from the database to another database.
  • the reading means reads information of a database that is a data processing target from the server as an information text.
  • the data processing means processes the information text based on the initial setting text to create an output information text.
  • the holding means holds output information text that can be transferred to another database. According to the data processing system disclosed in Patent Document 2, data migration becomes easier.
  • Patent Document 3 discloses a data management system.
  • the data management system includes a column management file, a row management file, and a value management file.
  • the column management file defines at least a column ID in advance and stores it statically. This column ID uniquely indicates each data item constituting the record to be managed.
  • the row management file dynamically stores the row ID corresponding to the read record when the record is read. The row ID uniquely indicates the read record.
  • the value management file uniquely specifies the item value of the data item of the read record by the row ID and the column ID and dynamically stores the value. According to the data management system disclosed in Patent Document 3, data of various formats can be exchanged with each other.
  • An object of the present invention is to provide a database construction device, a database construction method, and a database construction program that facilitate the manifestation of the measurement conditions of the added data in order to improve the efficiency of the work for constructing the database.
  • the database construction device 62 includes an original file storage unit 82, a specified information input unit 80, and a storage device control unit 84.
  • the original file storage unit 82 stores the original file.
  • the original file includes a plurality of original data 120 and original data specifying information 122 each indicating a measured value.
  • the original data identification information 122 is associated with each of the plurality of original data 120 in a one-to-one manner and indicates a combination of a plurality of types of measurement conditions of values indicated by the original data 120.
  • the designation information input unit 80 inputs designation information 130 described below.
  • the designation information 130 indicates designation of any combination of a plurality of types of measurement conditions indicated by the original data specifying information 122 and designation of any of the original data 120.
  • the storage device control unit 84 controls the database storage device 60.
  • the database storage device 60 stores a database.
  • the database includes a plurality of database configuration data and configuration data specifying information 160 and 162 respectively indicating measured values.
  • the configuration data specifying information 160 and 162 is associated with each of a plurality of database configuration data. Thereby, the database storage device 60 is controlled so that at least a part of the database is constructed based on the original file.
  • the storage device control unit 84 includes a configuration data specifying information storage unit 92 and a database construction unit 90.
  • the configuration data specifying information storage unit 92 stores the configuration data specifying information 160 and 162 in association with the original data specifying information 122.
  • the database construction unit 90 constructs a database by controlling the database storage device 60. Thereby, the original data 120 described below is stored in the database storage device 60 in association with the configuration data specifying information 160 and 162 as at least a part of the database. The original data 120 is specified by the specification information.
  • the database construction unit 90 associates the configuration data specifying information 160 and 162 stored in the configuration data specifying information storage unit 92 in association with the original data specifying information 122 with the original data 120. Values corresponding to the original data specifying information 122 are associated with the original data 120 on a one-to-one basis.
  • Values corresponding to the original data 120 are associated with the original data specifying information 122 on a one-to-one basis.
  • the original data 120 and the original data identification information 122 are indirectly associated with each other because the value for associating the original data 120 with the original data identification information 122 is equal to the value for associating the original data identification information 122 with the original data 120. It is attached.
  • the configuration data specifying information 160 and 162 is information indicating a combination of a plurality of types of measurement conditions of values indicated by the database configuration data.
  • the configuration data specifying information storage unit 92 stores information indicating combinations of a plurality of types of measurement conditions indicated by the designation information as configuration data specifying information 160 and 162.
  • a value for the database construction unit 90 to associate with the original data specification information 122 corresponding to the original data 120 specified by the specification information is added to the configuration data specification information stored in the configuration data specification information storage unit 92.
  • a value for associating with the original data 120 specified by the designation information and the value for associating the configuration data specifying information 160 and 162 stored in the configuration data specifying information storage unit 92 with the original data specifying information 122 Specifying based on the value for associating with the original data 120, and specifying the original data 120 and the configuration data specified based on the value for associating with the original data specifying information 122 and the value for associating with the 120 original data Information 160 and 162 is stored in the database storage device 60.
  • the original file storage unit 82 stores the original file.
  • the database construction unit 90 controls the database storage device 60.
  • the original data 120 is stored in the database storage device 60 in association with the configuration data specifying information 160 and 162 as at least a part of the database. Since the information association is performed according to the control of the database construction unit 90, the effort for constructing the database is greater than when the association is performed according to the operation of the operator each time the original data 120 is stored. And time. That is, the work for constructing the database is made efficient.
  • the original data 120 stored in the database storage device 60 is one-to-one correspondence in the original file with a plurality of types of measurement conditions for the measured values indicated by the original data 120.
  • the database construction unit 90 associates the configuration data specifying information 160 and 162 stored in the configuration data specifying information storage unit 92 in association with the original data specifying information 122 with the original data 120.
  • the original data specifying information 122 indicates a plurality of types of measurement conditions for the measured values indicated by the original data 120.
  • the configuration data specifying information 160 and 162 indicate a plurality of types of measurement conditions for the measured values indicated by the database configuration data.
  • a plurality of types of measurement conditions for the measured values indicated by the database configuration data are measured values indicated by the original data 120. It corresponds to a plurality of types of measurement conditions.
  • the influence of the interaction between these measurement conditions can be suppressed as compared to the case where these measurement conditions can be affected by each other. Since the influence of the interaction is suppressed, the measurement condition of the original data 120 is easily clarified as compared with the case where the measurement conditions can be influenced and changed.
  • the database construction method includes an original file storage step S100, a designation information input step S102, a configuration data specifying information storage step S104, and a storage control step S106.
  • the original file storage step S100 is a step in which the storage unit 32 of the computer 10 stores the original file.
  • the computer 10 includes a storage unit 32, a control unit 30, and information input units 36 and 40.
  • This original file includes a plurality of original data 120 and original data specifying information 122 each indicating a measured value.
  • the original data specifying information 122 indicates a combination of a plurality of types of measurement conditions of values indicated by the original data 120 in a one-to-one correspondence with the plurality of original data 120.
  • the designation information is input to the information input units 36 and 40.
  • the designation information indicates designation of any combination of a plurality of types of measurement conditions indicated by the original data specifying information 122 and designation of any of the original data 120.
  • the configuration data specifying information storage step S104 the storage unit 32 stores the configuration data specifying information 160 and 162 in association with the original data specifying information 122.
  • the storage control step S106 is a step in which the control unit 30 controls the storage unit 32. By this control, the storage unit 32 stores the original data 120 described below as at least a part of the database.
  • the database includes a plurality of database configuration data indicating the measured values and configuration data specifying information 160 and 162 associated with each of the plurality of database configuration data.
  • the original data 120 stored as at least a part of the database is designated by the designation information.
  • the original data 120 is stored in association with the original data specifying information 122 in the configuration data specifying information storing step S104. , 162.
  • Values corresponding to the original data specifying information 122 are associated with the original data 120 on a one-to-one basis.
  • Values corresponding to the original data 120 are associated with the original data specifying information 122 on a one-to-one basis.
  • the original data 120 and the original data identification information 122 are indirectly associated with each other because the value for associating the original data 120 with the original data identification information 122 is equal to the value for associating the original data identification information 122 with the original data 120. It is attached.
  • the configuration data specifying information 160 and 162 is information indicating a combination of a plurality of types of measurement conditions of values indicated by the database configuration data.
  • the configuration data specifying information storage step S104 includes a step in which the storage unit 32 stores information indicating combinations of a plurality of types of measurement conditions indicated by the designation information as configuration data specifying information 160 and 162.
  • the values to be associated with the original data specifying information 122 corresponding to the original data 120 specified by the specifying information are stored in the configuration data specifying information 160 and 162 stored in the configuration data specifying information storing step S104.
  • the step of associating with the original data 120 as a value to be associated, the original data 120 designated by the designation information, and the configuration data specifying information 160 and 162 stored in the configuration data specifying information storing step S104 are converted into the original data specifying information 122.
  • Storage unit 32 stores data 120 and configuration data specifying information 160 and 162. And a step of storing.
  • the original file storage unit 82 stores the original file in the original file storage step S100.
  • the storage control step S106 the storage unit 32 stores the original data 120 specified by the specification information as at least a part of the database. Since the information association is performed according to the control of the control unit 30, the labor and time for constructing the database are compared with the case where the association is performed by the operation of the operator each time the original data 120 is stored. And can be suppressed. That is, the work for constructing the database is made efficient.
  • the original data 120 stored in the storage unit 32 in the storage control step S106 is one-to-one correspondence in the original file with a plurality of types of measurement conditions for the measured values indicated by the original data 120.
  • the configuration data identification information 160 and 162 stored in association with the original data identification information 122 in the configuration data identification information storage step S104 is associated with the original data 120.
  • the original data specifying information 122 indicates a plurality of types of measurement conditions for the measured values indicated by the original data 120.
  • the configuration data specifying information 160 and 162 indicate a plurality of types of measurement conditions for the measured values indicated by the database configuration data.
  • a plurality of types of measurement conditions for the measured values indicated by the database configuration data are measured values indicated by the original data 120. It corresponds to a plurality of types of measurement conditions.
  • the database construction program causes the computer 10 to execute the original file storage step 100, the designation information input step S102, the configuration data specifying information storage step S104, and the storage control step S106.
  • the original file storage step S100 is a step in which the storage unit 32 of the computer 10 stores the original file.
  • the computer 10 includes a storage unit 32, a control unit 30, and information input units 36 and 40.
  • This original file includes a plurality of original data 120 and original data specifying information 122 each indicating a measured value.
  • the original data specifying information 122 indicates a combination of a plurality of types of measurement conditions of values indicated by the original data 120 in a one-to-one correspondence with the plurality of original data 120.
  • the designation information is input to the information input units 36 and 40.
  • the designation information indicates designation of any combination of a plurality of types of measurement conditions indicated by the original data specifying information 122 and designation of any of the original data 120.
  • the configuration data specifying information storage step S104 the storage unit 32 stores the configuration data specifying information 160 and 162 in association with the original data specifying information 122.
  • the storage control step S106 is a step in which the control unit 30 controls the storage unit 32. By this control, the storage unit 32 stores the original data 120 described below as at least a part of the database.
  • the database includes a plurality of database configuration data indicating the measured values and configuration data specifying information 160 and 162 associated with each of the plurality of database configuration data.
  • the original data 120 stored as at least a part of the database is designated by the designation information.
  • the original data 120 is stored in association with the original data specifying information 122 in the configuration data specifying information storing step S104. , 162.
  • Values corresponding to the original data specifying information 122 are associated with the original data 120 on a one-to-one basis.
  • Values corresponding to the original data 120 are associated with the original data specifying information 122 on a one-to-one basis.
  • the original data 120 and the original data identification information 122 are indirectly associated with each other because the value for associating the original data 120 with the original data identification information 122 is equal to the value for associating the original data identification information 122 with the original data 120. It is attached.
  • the configuration data specifying information 160 and 162 is information indicating a combination of a plurality of types of measurement conditions of values indicated by the database configuration data.
  • the configuration data specifying information storage step S104 includes a step in which the storage unit 32 stores information indicating combinations of a plurality of types of measurement conditions indicated by the designation information as configuration data specifying information 160 and 162.
  • the values to be associated with the original data specifying information 122 corresponding to the original data 120 specified by the specifying information are stored in the configuration data specifying information 160 and 162 stored in the configuration data specifying information storing step S104.
  • the step of associating with the original data 120 as a value to be associated, the original data 120 designated by the designation information, and the configuration data specifying information 160 and 162 stored in the configuration data specifying information storing step S104 are converted into the original data specifying information 122.
  • Storage unit 32 stores data 120 and configuration data specifying information 160 and 162. And a step of storing.
  • the labor and time for constructing the database can be reduced as compared with the case where the association is performed by the operation of the operator each time the original data 120 is stored. That is, the work for constructing the database is made efficient.
  • the plurality of types of measurement conditions for the measured values indicated by the database configuration data are plural for the measured values indicated by the original data 120. Corresponds to various measurement conditions. As a result, it is possible to promote the manifestation of a plurality of types of measurement conditions that affect the database configuration data. As a result, when the work for constructing the database is made efficient, it is possible to promote the manifestation of the measurement conditions of the data constituting the database.
  • the database construction device in order to improve the efficiency of the work for constructing the database, it is urged to reveal the measurement conditions of the data constituting the database. it can.
  • FIG. 1 is a conceptual diagram showing a hardware configuration of a known computer 10.
  • the hardware configuration of the computer 10 will be described with reference to FIG.
  • the computer 10 includes a control unit 30, a storage unit 32, a fixed disk 34, a mouse 36, a display device 38, a keyboard 40, a connector 42, and a communication I / O (Input / Output). 44.
  • the control unit 30 is realized by a CPU (Central Processing Unit) or the like.
  • the control unit 30 executes the program read from the storage unit 32, thereby controlling each device constituting the computer 10 according to a procedure defined in the program.
  • the storage unit 32 is realized by a ROM (Read Only Memory), a RAM (Random Access Memory), or the like.
  • the storage unit 32 stores programs and data.
  • the fixed disk 34 records a program.
  • the mouse 36 and keyboard 40 generate signals in response to operator input. As a result, information is input to the computer 10.
  • the display device 38 displays information as an image.
  • a USB (Universal Serial Bus) memory 22 is connected to the connector 42.
  • the program and information recorded in the USB memory 22 are read into the control unit 30 via the connector 42.
  • the communication I / O 44 communicates with a computer (not shown) via the Internet 20.
  • FIG. 2 is a functional block diagram of the virtual database storage device 60 and the virtual database construction device 62. Based on FIG. 2, the configuration and functions of the virtual database storage device 60 and the virtual database construction device 62 according to the present embodiment will be described.
  • the control unit 30, the storage unit 32, the fixed disk 34, the mouse 36, the display device 38, the keyboard 40, the connector 42, and the communication I / O 44 of the computer 10 described above are a virtual database storage device.
  • 60 and the virtual database construction device 62 are configured.
  • the virtual database storage device 60 stores a database. In the case of this embodiment, the virtual database storage device 60 generates information for quality control based on the contents of the database.
  • the virtual database construction device 62 controls the virtual database storage device 60 so that the database is updated.
  • the virtual database storage device 60 includes a database storage unit 70, an information analysis unit 72, and an analysis result display unit 74.
  • the database storage unit 70 stores a database.
  • the information analysis unit 72 generates predetermined information according to the contents of the database and a predetermined procedure.
  • the analysis result display unit 74 displays the information generated by the information analysis unit 72.
  • the use of information generated by the information analysis unit 72 and displayed by the analysis result display unit 74 is quality control. The specific contents of this information and the procedure for generating this information are not directly related to the present invention. Therefore, detailed description thereof will not be repeated here.
  • the virtual database construction device 62 includes a designation information input unit 80, an original file storage unit 82, a storage device control unit 84, and a request display unit 86.
  • the designation information is input to the designation information input unit 80 by the operator. Specific contents of the designation information in the present embodiment will be described later.
  • the original file storage unit 82 stores the original file. Specific contents of the original file in the present embodiment will be described later.
  • the storage device control unit 84 controls the virtual database storage device 60.
  • the request display unit 86 displays information indicating that input of specified information is requested.
  • the storage device control unit 84 includes a database construction unit 90 and a configuration data specifying information storage unit 92.
  • the database construction unit 90 controls the virtual database storage device 60 to cause it to construct a database.
  • the configuration data specifying information storage unit 92 stores a configuration data specifying information file and a template file. The structure of the configuration data specifying information file and the template file in the configuration data specifying information storage unit 92 will be described later.
  • control unit 30 As described above, the control unit 30, the storage unit 32, the fixed disk 34, the mouse 36, the display device 38, the keyboard 40, the connector 42, and the communication I / O 44 of the computer 10 are the virtual database.
  • the storage device 60 and the virtual database construction device 62 are configured. These configurations are realized by the control unit 30 executing the program read from the storage unit 32. Generally, such a program is distributed in a state where it is recorded on a computer-readable recording medium such as the USB memory 22. Such a program may be distributed via the Internet 20. Such a program is once recorded on the fixed disk 34.
  • the program executed by the control unit 30 is a program stored in the fixed disk 34 and stored in the storage unit 32. Therefore, the most essential part of the present invention is software recorded on a computer-readable recording medium such as the USB memory 22.
  • FIG. 3 is a flowchart of a program executed by the control unit 30 of the computer 10 according to the present embodiment.
  • this program causes the computer 10 to execute a plurality of steps described below.
  • the plurality of steps include an original file storage step S100, a designation information input step S102, a configuration data specifying information storage step S104, a storage control step S106, an additional determination step S108, an additional original file storage step S110, and an additional storage control step S112. It is.
  • the computer 10 implements a database construction method including the plurality of steps.
  • the specific content of each of these processes is demonstrated.
  • the original file storage unit 82 (actually the storage unit 32) stores the original file.
  • the original file includes a plurality of original data 120 and a plurality of original data specifying information 122.
  • the original data specifying information 122 is associated with any one of the original data 120 on a one-to-one basis.
  • the designation information input unit 80 receives a display command for the original data 120.
  • the database construction unit 90 (actually the control unit 30) reads the original file from the original file storage unit 82.
  • the database construction unit 90 causes the request display unit 86 (actually the display device 38) to display the contents of the original file together with information requesting specification of the original data formation condition.
  • the designation information input unit 80 receives the designation information.
  • the designation information indicates any of the original data specifying information 122.
  • the designation information includes a combination of information indicating the original data formation condition.
  • the configuration data specifying information storage unit 92 (actually the storage unit 32) stores the configuration data specifying information.
  • the configuration data specifying information storage unit 92 stores any of the configuration data specifying information and any of the original data specifying information 122 in association with each other.
  • the database construction unit 90 controls the virtual database storage device 60.
  • the database storage unit 70 (actually the storage unit 32) of the virtual database storage device 60 stores the original data 120 described below in association with the configuration data specifying information.
  • the original data 120 is associated with the original data specifying information 122 stored in the original data specifying information storage unit 92 in the original file.
  • the original data 120 stored in the database storage unit 70 is database configuration data.
  • a database is constructed.
  • the database includes a plurality of database configuration data and a plurality of configuration data specifying information. Each piece of configuration data specifying information is associated with one of the database configuration data.
  • the virtual database storage device 60 is controlled by the database construction unit 90 based on the original file.
  • the database construction unit 90 determines whether or not new designation information has been input to the designation information input unit 80.
  • the input of such new designation information is regarded as a request for adding database configuration data. If there is a request for adding database configuration data (YES in S108), the process proceeds to additional original file storage step S110. If not (NO in S108), the process ends.
  • the original file storage unit 82 stores a new original file.
  • the database construction unit 90 controls the virtual database storage device 60 so that new database configuration data is added to the database based on the new original file.
  • the procedure for adding new database configuration data is the same as the procedure for storing the database configuration data in the database storage unit 70 in the storage control step S106. Therefore, the configuration data specifying information is also associated with newly added database configuration data.
  • an inspection device applies an alternating current to the electronic component (not shown) described above.
  • the inspection apparatus measures the current flowing through the electronic component and the resistance of the electronic component.
  • the inspection apparatus sequentially stores the current and resistance values measured by itself. Each time the inspection apparatus performs measurement three times (in the case of this embodiment, this number is a constant value determined based on the Y coordinate value 158 of template data described later), the inspection apparatus stores it. The value is stored in the original file storage unit 82 (S100).
  • FIG. 4 is a conceptual diagram showing the structure of the original file in this embodiment.
  • the original file has original data 120, original data specifying information 122, explanation information 124, an X coordinate value 126, and a Y coordinate value 128.
  • the original data 120 is data that can be part of a database stored in the virtual database storage device 60.
  • the current value and the resistance value correspond to the original data 120.
  • the original data specifying information 122 is information for specifying the original data 120.
  • the original data specifying information 122 indicates two types of measurement conditions. In the present embodiment, these measurement conditions can be varied independently of each other.
  • the commentary information 124 indicates what kind of information each of the original data 120 and the original data specifying information 122 is. In the case shown in FIG.
  • the X coordinate value 126 indicates a value associated with the original data 120, the original data specifying information 122, or the comment information 124.
  • the Y coordinate value 128 indicates a value different from the X coordinate value 126 associated with the original data 120, the original data specifying information 122, or the comment information 124.
  • the original data 120, the original data specifying information 122, and the explanation information 124 are shown side by side on a two-dimensional plane by being associated with the X coordinate value 126 and the Y coordinate value 128. It becomes possible. This also makes it possible to uniquely specify the original data 120, the original data specifying information 122, and the commentary information 124.
  • the X coordinate value 126 is also a value for associating any one of the explanation information 124 with the original data 120 and the original data specifying information 122.
  • the original data 120 and the original data specifying information 122 are associated with the explanation information 124 having the common X coordinate value 126 associated therewith. Thereby, what kind of information each original data 120 and each original data specifying information 122 is indicated by the explanation information 124 having the associated X coordinate value 126 in common.
  • the three data “100”, “100”, and “200” associated with the X coordinate value 126 “1” are the explanation information 124 “voltage value”. Is associated with. This indicates that these three data are voltage values.
  • the three data “4”, “5”, and “6” associated with the X coordinate value 126 “3” are associated with the description information 124 “current value”. This indicates that these three data are current values.
  • the Y coordinate value 128 is also a value for associating the original data 120 and the original data specifying information 122 with each other.
  • the original data 120 and the original data specifying information 122 are indirectly associated with each other because the associated Y coordinate value 128 is common.
  • each original data 120 is obtained is indicated by what kind of original data identification information 122 each original data 120 is associated with. Will be.
  • the original data 120 of “4” associated with the Y coordinate value 128 of “2” is also “100” associated with the Y coordinate value 128 of “2”. And “20”.
  • the operator stores the original file in the original file storage unit 82 and then inputs the designation information into the designation information input unit 80 (S102).
  • the procedure for inputting the designation information is as follows. First, the operator inputs a display command for the original data 120 to the designation information input unit 80. When a display command for the original data 120 is input, the database construction unit 90 reads the original file from the original file storage unit 82. When the original file is read, the database construction unit 90 causes the request display unit 86 to display the content of the original file together with information requesting specification of the original data formation condition. FIG. 5 shows an example of an image displayed on the request display unit 86 at this time.
  • a measurement condition check box 130 In this image, a measurement condition check box 130, a registered data check box 132, a data type check box 134, and an OK button 136 are shown.
  • the operator operates the mouse 36 to check one of the measurement condition check boxes 130, one of the registered data check boxes 132, and one of the data type check boxes 134.
  • at least two of the measurement condition check boxes 130 must be checked. Since there are only two measurement condition check boxes 130 displayed on the request display section 86, the operator must check both of the measurement condition check boxes 130 after all. In this case, it is assumed that the operator has checked both the measurement condition check box 130, the second registered data check box 132 from the top, and the data type check box 134 corresponding to the description information 124 "current value".
  • the combination of information indicating the measurement condition check box 130 checked by the operator corresponds to the combination of information indicating the original data formation condition.
  • the designation information includes a combination of information indicating a plurality of types of original data formation conditions, information indicating data that becomes a part of the database, and information indicating a type of data that becomes a part of the database. including.
  • “information indicating data that becomes part of the database” is information indicating the registered data check box 132 checked by the operator.
  • the “information indicating the type of data to be a part of the database” referred to here is information indicating the data type check box 134 checked by the operator.
  • FIG. 6 is a conceptual diagram showing the structure of the template file in the present embodiment.
  • the template file includes the measurement data reference destination coordinates 140, the reference destination file name 142, the data explanation information reference destination coordinates 144, the first condition explanation reference reference coordinates 146, the first condition data reference destination coordinates 148, and the second.
  • Condition comment reference destination coordinates 150, second condition data reference destination coordinates 152, storage target information 154, X coordinate values 156, and Y coordinate values 158 are included.
  • the measurement data reference destination coordinate 140 indicates the X coordinate value 126 and the Y coordinate value 128 of each data included in the original file.
  • the reference destination file name 142 indicates the file name of the original file.
  • the data comment information reference destination coordinates 144 indicate the X coordinate value 126 and the Y coordinate value 128 of the comment information 124 described below in the original file.
  • This commentary information 124 is about data corresponding to the coordinates indicated by the measurement data reference destination coordinates 140.
  • the first condition comment reference destination coordinates 146 indicate the X coordinate value 126 and the Y coordinate value 128 of the comment information 124 described below in the original file.
  • This commentary information 124 is commentary information about any of the original data specifying information 122 in the original file. Since the original data specifying information 122 indicates the measurement conditions, the explanation information 124 explains the measurement conditions. Hereinafter, this measurement condition is referred to as “first measurement condition”.
  • the first condition data reference destination coordinate 148 indicates the X coordinate value 126 and the Y coordinate value 128 of the data of the first measurement condition included in the original file.
  • the second condition comment reference destination coordinates 150 indicate the X coordinate value 126 and the Y coordinate value 128 of the comment information 124 described below in the original file.
  • the comment information 124 is comment information about any of the original data specifying information 122 that is different from the first measurement condition in the original file. Since the original data specifying information 122 indicates the measurement conditions, the explanation information 124 explains the measurement conditions. Hereinafter, this measurement condition is referred to as “second measurement condition”.
  • the second condition data reference destination coordinate 152 indicates the X coordinate value 126 and the Y coordinate value 128 of the data of the second measurement condition included in the original file.
  • the number of types of the original data specifying information 122 associated with the original data 120 in the original file, and the number of sets of information describing the measurement conditions in the template file and measurement condition data are: It is determined to match.
  • the storage target information 154 is information indicating whether or not storage in the database is necessary. In the present embodiment, when this is “ ⁇ ”, the necessity is not yet determined. When this is “1”, the original data 120 associated therewith is included in the database. When this is “0”, the original data 120 associated therewith is not included in the database. “1” in the storage target information 154 is specified by a combination of information indicating data that is part of the database and information indicating the type of data that is part of the database.
  • the “information indicating the data that becomes part of the database among the specified information” here refers to information indicating the registered data check box 132 checked by the operator.
  • the “information indicating the type of data to be a part of the database” referred to here is information indicating the data type check box 134 checked by the operator.
  • X coordinate value 156 includes measurement data reference destination coordinates 140, reference destination file name 142, data explanation information reference destination coordinates 144, first condition explanation reference destination coordinates 146, first condition data reference destination coordinates 148, and second condition explanation reference. A value associated with the destination coordinate 150, the second condition data reference destination coordinate 152, or the storage target information 154 is shown.
  • Y coordinate value 158 includes measurement data reference destination coordinates 140, reference destination file name 142, data explanation information reference destination coordinates 144, first condition explanation reference destination coordinates 146, first condition data reference destination coordinates 148, and second condition explanation reference. This indicates a value different from the X coordinate value 156 associated with the destination coordinate 150, the second condition data reference destination coordinate 152, or the storage target information 154.
  • the destination coordinates 150, the second condition data reference destination coordinates 152, and the storage target information 154 can be shown side by side on a two-dimensional plane by being associated with the X coordinate value 156 and the Y coordinate value 158. become.
  • the reference destination coordinate 148, the second condition explanation reference destination coordinate 150, the second condition data reference destination coordinate 152, and the storage target information 154 are indirectly associated with each other because the associated Y coordinate value 158 is common. It has been.
  • the database construction unit 90 changes the content of the template file based on the content of the original file.
  • the change is that each reference destination coordinate other than the measurement data reference destination coordinate 140 is rewritten to the information indicated by the reference destination coordinate.
  • the contents of the storage target information 154 are also rewritten. That is, the data comment information reference destination coordinate 144 is rewritten to the same content as the comment information 124 associated with each data in the original file.
  • the first condition comment reference coordinate 146 is rewritten with the comment information 124 of the first measurement condition in the original file.
  • the first condition data reference destination coordinate 148 is rewritten to the original data specifying information 122 of the first measurement condition in the original file.
  • the second condition explanation reference coordinate 150 is rewritten to the explanation information 124 of the second measurement condition in the original file.
  • the second condition data reference destination coordinates 152 are rewritten to the original data specifying information 122 of the second measurement condition in the original file.
  • the content of the storage target information 154 is set to “1” or “0” based on a combination of information indicating data that is part of the database and information indicating the type of data that is part of the database. Rewritten.
  • the check corresponds to the seventh of the storage target information 154 from the top in FIG. 6.
  • FIG. 7 is a conceptual diagram showing the structure of the configuration data specifying information file.
  • the description information 124 of the first measurement condition and the original data specifying information 122 of the first measurement condition are handled as the first measurement condition information 160 of the database.
  • the explanation information 124 of the second measurement condition and the original data specifying information 122 of the second measurement condition are handled as the second measurement condition information 162 of the database.
  • the first measurement condition information 160 and the second measurement condition information 162 are configuration data specifying information in a database.
  • the database is configured in advance so that the first measurement condition information 160 and the second measurement condition information 162 are the configuration data specifying information.
  • the content of the configuration data specifying information matches the content of the establishment condition of the original data 120.
  • each piece of information constituting the configuration data specifying information file is associated with the Y coordinate value 158.
  • the configuration data specifying information file the configuration data specifying information and the original data specifying information 122 are associated with each other.
  • the configuration data specification information storage unit 92 stores the configuration data specification information file.
  • the configuration data specifying information storage unit 92 stores any of the configuration data specifying information and any of the original data specifying information 122 in association with each other (S104).
  • the database construction unit 90 reads the original data 120 described below in the original file.
  • the original data 120 is associated with the coordinates indicated by the measurement data reference destination coordinates 140 described below.
  • the coordinates are associated with the storage target information 154 that is “1” in the configuration data specifying information file.
  • the database storage unit 70 stores the original data 120 in association with the configuration data specifying information described below under the control of the database construction unit 90.
  • the configuration data specifying information is associated with the storage target information 154 that is “1” described above in the configuration data specifying information file.
  • the associated configuration data specifying information includes measurement condition information corresponding to the checked measurement condition check box 130.
  • the database storage unit 70 of the virtual database storage device 60 stores any of the following original data 120 in association with the configuration data specifying information.
  • the original data 120 is associated with the original data specifying information 122 stored in the original data specifying information storage unit 92 in the original file.
  • a database is constructed.
  • the database construction unit 90 controls the virtual database storage device 60 so as to do so (S106).
  • the original file storage unit 82 determines whether or not there is a request for adding database configuration data from the operator (S108). If there is an addition request (YES in S108), the original file storage unit 82 stores a new original file (S110).
  • the storage device control unit 84 adds the new database configuration data to the database based on the new original file and the configuration data specification information file stored in the configuration data specification information storage unit 92. 60 is controlled (S112). Thereafter, as long as there is a request for adding database configuration data (YES in S106), the processes in S108 and S110 are repeated.
  • the original data specifying information 122 indicates a plurality of types of measurement conditions for the values indicated by the original data 120.
  • the configuration data specifying information 160 and 162 indicate a plurality of types of measurement conditions for the values indicated by the database configuration data. Based on the correspondence relationship between the original data specifying information 122 and the configuration data specifying information 160 and 162, the plurality of types of measurement conditions for the values indicated by the database configuration data should correspond to the plurality of types of measurement conditions for the values indicated by the original data 120. It becomes. As a result, it is possible to promote the manifestation of a plurality of types of measurement conditions that affect the database configuration data.
  • a combination of at least some of the conditions is common.
  • the measurement conditions are reflected in the database configuration data. Since the measurement conditions are reflected in the database configuration data, it is possible to further promote the manifestation of the measurement conditions of the added data in order to improve the efficiency of the work for constructing the database compared to the case where it is not. .
  • a plurality of types of measurement conditions for the value indicated by the original data 120 can be varied independently of each other. Thereby, compared with the case where those measurement conditions can be influenced and fluctuate
  • the original data designated by the designation information can be made a part of the database.
  • the original data designated by the designation information can be made a part of the database.
  • the database construction method and database construction program according to the present embodiment can promote the manifestation of the formation conditions of data constituting the database in order to improve the efficiency of the work for constructing the database.
  • the multiple types of measurement conditions indicated by the original data identification information may not be able to vary independently of each other. For example, any of those measurement conditions may be determined based on any two or more of the other measurement conditions. Any of these measurement conditions may be determined based on any of the other measurement conditions and the measurement conditions not indicated by the original data specifying information.
  • the association between the original data specifying information 122 and the configuration data specifying information may not be based on a rule that at least some combinations of the measurement conditions indicated by them are common.
  • the database construction device according to the present invention is not limited to one realized by a single computer together with the database storage device 60. That is, the database construction device according to the present invention may construct a database of the database storage device 60 connected via the Internet 20.
  • the use of the database is not limited to quality control.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの成立条件の顕在化を促す。 データベース構築装置62は、原ファイル記憶部82と、構成データ特定情報記憶部92と、データベース構築部90とを備える。データベース構築部90は、次に述べられる原データ120のいずれかをデータベースの少なくとも一部として構成データ特定情報に対応付けてデータベース記憶装置60に記憶させる。その原データ120は、原データ特定情報122のうち構成データ特定情報記憶部92が記憶するものへ原ファイルにおいて対応付けられているものである。原データ特定情報122が複数種類の原データ成立条件を示している。構成データ特定情報が複数種類のデータベース構成データ成立条件を示している。

Description

データベース構築装置、データベース構築方法、および、データベース構築プログラム
 本発明は、データベース構築装置、データベース構築方法、および、データベース構築プログラムに関する。
 特許文献1はデータ入力装置を開示する。このデータ入力装置は、データベース格納装置と、データシート入出力装置と、設定ファイル記憶装置と、テーブル更新命令作成装置と、データベース管理装置とを備える。データベース格納装置は、複数のテーブルから構成されたデータベースを格納する。データシート入出力装置は入力表を表示する。この入力表は、データベースに対する複数の更新業務メニューに対応して予め設定されたものである。この入力表は、入力すべき項目の全てについて項目名とその項目値入力欄を備える。データシート入出力装置により、入力表の各項目値入力欄に項目値を入力することが可能である。設定ファイル記憶装置は、更新業務メニューとこの更新業務メニューで必要な入力表の項目名との対照表、および、入力表の項目名とテーブルの項目名との対照表を格納する。テーブル更新命令作成装置は、設定ファイル記憶装置の対照表を参照して、テーブル更新命令をテーブル毎に作成する。テーブル更新命令は、入力表に対応する各テーブルの項目値にデータシート入出力装置に入力された項目値を代入するためのものである。データベース管理装置は、テーブル更新命令を実行し、各テーブルの項目値を一括して更新する。特許文献1に開示されているデータ入力装置によれば、一度の操作で、複数の画面、あるいはデータベースの複数のテーブルにまたがるデータについて必要な全てのデータを一括入力、一括削除、および一括更新できる。
 特許文献2はデータ加工システムを開示する。このデータ加工システムにおいて、登録利用者の端末装置とデータベースを有するサーバとがネットワークを介して接続される。端末装置は、初期設定テキストと、読込手段と、データ加工手段と、保持手段とを備える。初期設定テキストは、データベースから他のデータベースへデータ移行する際のデータ加工を行う加工情報からなる。読込手段は、サーバから、データ加工対象となるデータベースの情報を、情報テキストとして読み込む。データ加工手段は、初期設定テキストに基づいて、情報テキストをデータ加工して出力情報テキストを作成する。保持手段は、他のデータベースに移行可能とする出力情報テキストを保持する。特許文献2に開示されているデータ加工システムによれば、データ移行がより簡単となる。
 特許文献3はデータ管理システムを開示する。このデータ管理システムは、列管理ファイルと、行管理ファイルと、値管理ファイルとを備える。列管理ファイルは、少なくとも、列IDを予め定義して静的に格納する。この列IDは、管理対象のレコードを構成する各データ項目を一意に示す。行管理ファイルは、レコードの読込時に、行IDを読込レコードに対応して動的に格納する。行IDは、読込レコードを一意に示す。値管理ファイルは、レコードの読込時に、読込レコードのデータ項目の項目値を行IDと列IDとにより一意に特定して動的に格納する。特許文献3に開示されているデータ管理システムによれば、多種多様なフォーマットのデータを互いに交換することができる。
特開2007-26389号公報 特開2005-251061号公報 特開2007-213551号公報
 しかしながら、特許文献1に開示されたデータ入力装置と特許文献2に開示されたデータ加工システムと特許文献3に開示されたデータ管理システムとには、様々な要因がデータに影響を与えることに対する対策が不十分であるという問題点がある。
 この問題点について具体的に説明する。例えばデータを分析することによって何らかの知識を得ようとする場合、分析者の予定しない要因がその分析の基礎となるデータに影響を及ぼすと、その影響は分析結果の妥当性にも及ぶ。影響が及ぶので、分析者の予定しない要因の影響は排除されるべきである。この例に限られず、データは何らかの要因の影響を受けた上で得られるものである。その要因の影響が何ら配慮されることなくデータが分析された場合、そのデータから導き出された知識の信頼性は損なわれる。
 本発明は、このような問題を解消するものである。その目的は、データベースを構築するための作業を効率化するにあたり、その追加されるデータの測定条件の顕在化を促すデータベース構築装置、データベース構築方法、および、データベース構築プログラムを提供することにある。
 図面を参照して本発明のデータベース構築装置、データベース構築方法、および、データベース構築プログラムを説明する。なお、この欄で図中の符号を使用したのは、発明の内容の理解を助けるためであって、内容を図示した範囲に限定する意図ではない。
 上記課題を解決するために、本発明のある局面に従うと、データベース構築装置62は、原ファイル記憶部82と、指定情報入力部80と、記憶装置制御部84とを備える。原ファイル記憶部82は、原ファイルを記憶する。原ファイルは、測定された値をそれぞれ示す複数の原データ120と原データ特定情報122とを含む。原データ特定情報122は複数の原データ120それぞれに1対1で対応付けられ原データ120が示す値の複数種類の測定条件の組み合わせを示す。指定情報入力部80は、次に述べられる指定情報130を入力する。その指定情報130は、原データ特定情報122が示す複数種類の測定条件のいずれかの組み合わせの指定、および、原データ120のいずれかの指定を示すものである。記憶装置制御部84は、データベース記憶装置60を制御する。データベース記憶装置60はデータベースを記憶する。データベースは測定された値をそれぞれ示す複数のデータベース構成データと構成データ特定情報160,162とを含む。構成データ特定情報160,162は複数のデータベース構成データそれぞれに対応付けられる。これにより、データベース記憶装置60は原ファイルに基づいてデータベースの少なくとも一部が構築されるように制御される。記憶装置制御部84が、構成データ特定情報記憶部92と、データベース構築部90とを有している。構成データ特定情報記憶部92は、原データ特定情報122に対応付けて構成データ特定情報160,162を記憶する。データベース構築部90は、データベース記憶装置60を制御することによりデータベースを構築する。これにより、次に述べられる原データ120がデータベースの少なくとも一部として構成データ特定情報160,162に対応付けてデータベース記憶装置60に記憶される。その原データ120は、指定情報によって指定されているものである。データベース構築部90は、構成データ特定情報記憶部92が原データ特定情報122に対応付けて記憶する構成データ特定情報160,162をその原データ120に対応付ける。原データ120には原データ特定情報122と対応付けるための値が1対1で対応付けられている。原データ特定情報122には原データ120と対応付けるための値が1対1で対応付けられている。原データ120と原データ特定情報122とは、原データ120を原データ特定情報122と対応付けるための値と原データ特定情報122を原データ120と対応付けるための値とが等しいことによって間接的に対応付けられている。構成データ特定情報160,162が、データベース構成データが示す値の複数種類の測定条件の組み合わせを示す情報である。構成データ特定情報記憶部92が、指定情報によって示される複数種類の測定条件の組み合わせを示す情報を構成データ特定情報160,162として記憶する。データベース構築部90が、指定情報によって指定された原データ120が対応する、原データ特定情報122と対応付けるための値を、構成データ特定情報記憶部92が記憶した構成データ特定情報に、原データ120と対応付けるための値として対応付け、指定情報によって指定された原データ120と構成データ特定情報記憶部92が記憶した構成データ特定情報160,162とを、原データ特定情報122と対応付けるための値と原データ120と対応付けるための値とに基づいて特定し、かつ、原データ特定情報122と対応付けるための値と120原データと対応付けるための値とに基づいて特定された原データ120と構成データ特定情報160,162とを、データベース記憶装置60に記憶させる。
 本発明にかかるデータベース構築装置62においては、原ファイル記憶部82が原ファイルを記憶する。データベース構築部90は、データベース記憶装置60を制御する。これにより、原データ120がデータベースの少なくとも一部として構成データ特定情報160,162に対応付けてデータベース記憶装置60に記憶される。情報の対応付けがデータベース構築部90の制御にしたがって実施されるので、原データ120が記憶されるたびにオペレータの操作にしたがってその対応付けが実施される場合に比べ、データベースを構築するための労力と時間とを抑えられる。すなわち、データベースを構築するための作業が効率化される。データベース記憶装置60に記憶される原データ120は、原データ120が示す測定された値についての複数種類の測定条件へ原ファイルにおいて1対1で対応付けられているものである。データベース構築部90は、構成データ特定情報記憶部92が原データ特定情報122に対応付けて記憶する構成データ特定情報160,162をその原データ120に対応付ける。原データ120が示す測定された値についての複数種類の測定条件を原データ特定情報122が示している。データベース構成データが示す測定された値についての複数種類の測定条件を構成データ特定情報160,162が示している。これにより、原データ特定情報122と構成データ特定情報160,162との対応関係に基づき、データベース構成データが示す測定された値についての複数種類の測定条件は、原データ120が示す測定された値についての複数種類の測定条件に対応することとなる。これにより、そのデータベース構成データが影響を受ける複数種類の測定条件の顕在化を促すことができる。その結果、データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの測定条件の顕在化を促すことができる。
 もしくは、上述した原データ特定情報122が示す複数種類の測定条件が互いに独立して変動可能であることが望ましい。
 複数種類の測定条件が互いに独立して変動可能である場合、それらの測定条件が互いの影響を受けて変動し得る場合に比べ、それらの測定条件間の相互作用の影響を抑えることができる。その相互作用の影響が抑えられるので、それらの測定条件が互いの影響を受けて変動し得る場合に比べ、原データ120の測定条件が明確化されやすくなる。
 本発明の他の局面に従うと、データベース構築方法は、原ファイル記憶工程S100と、指定情報入力工程S102と、構成データ特定情報記憶工程S104と、記憶制御工程S106とを備える。原ファイル記憶工程S100は、コンピュータ10の記憶部32が、原ファイルを記憶する工程である。このコンピュータ10は、記憶部32と制御部30と情報入力部36,40とを備える。この原ファイルは、測定された値をそれぞれ示す複数の原データ120と原データ特定情報122とを含む。この原データ特定情報122は、複数の原データ120それぞれに1対1で対応付けられ原データ120が示す値の複数種類の測定条件の組み合わせを示す。指定情報入力工程S102においては、指定情報が情報入力部36,40に入力される。指定情報は、原データ特定情報122が示す複数種類の測定条件のいずれかの組み合わせの指定、および、原データ120のいずれかの指定を示す。構成データ特定情報記憶工程S104は、記憶部32が、原データ特定情報122に対応付けて構成データ特定情報160,162を記憶する工程である。記憶制御工程S106は、制御部30が記憶部32を制御する工程である。この制御により、データベースの少なくとも一部として次に述べられる原データ120を記憶部32が記憶する。データベースは、測定された値をそれぞれ示す複数のデータベース構成データと複数のデータベース構成データそれぞれに対応付けられる構成データ特定情報160,162とを含む。データベースの少なくとも一部として記憶される原データ120は、指定情報によって指定されている。データベースの少なくとも一部として原データ120のいずれかが記憶されるにあたり、その原データ120は、構成データ特定情報記憶工程S104にて原データ特定情報122に対応付けて記憶された構成データ特定情報160,162に対応付けられる。原データ120には原データ特定情報122と対応付けるための値が1対1で対応付けられている。原データ特定情報122には原データ120と対応付けるための値が1対1で対応付けられている。原データ120と原データ特定情報122とは、原データ120を原データ特定情報122と対応付けるための値と原データ特定情報122を原データ120と対応付けるための値とが等しいことによって間接的に対応付けられている。構成データ特定情報160,162が、データベース構成データが示す値の複数種類の測定条件の組み合わせを示す情報である。構成データ特定情報記憶工程S104が、指定情報によって示される複数種類の測定条件の組み合わせを示す情報を構成データ特定情報160,162として記憶部32が記憶する工程を有する。記憶制御工程S106は、指定情報によって指定された原データ120が対応する、原データ特定情報122と対応付けるための値を、構成データ特定情報記憶工程S104において記憶された構成データ特定情報160,162に、原データ120と対応付けるための値として対応付ける工程と、指定情報によって指定された原データ120と構成データ特定情報記憶工程S104において記憶された構成データ特定情報160,162とを、原データ特定情報122と対応付けるための値と原データ120と対応付けるための値とに基づいて特定し、かつ、原データ特定情報122と対応付けるための値と原データ120と対応付けるための値とに基づいて特定された原データ120と構成データ特定情報160,162とを記憶部32が記憶する工程とを有している。
 本発明にかかるデータベース構築方法においては、原ファイル記憶工程S100にて原ファイル記憶部82が原ファイルを記憶する。記憶制御工程S106において、データベースの少なくとも一部として指定情報によって指定されている原データ120を記憶部32が記憶する。情報の対応付けが制御部30の制御にしたがって実施されるので、原データ120が記憶されるたびにオペレータの操作によってその対応付けが実施される場合に比べ、データベースを構築するための労力と時間とを抑えられる。すなわち、データベースを構築するための作業が効率化される。記憶制御工程S106において記憶部32に記憶される原データ120は、原データ120が示す測定された値についての複数種類の測定条件へ原ファイルにおいて1対1で対応付けられているものである。構成データ特定情報記憶工程S104において原データ特定情報122に対応付けて記憶される構成データ特定情報160,162がその原データ120に対応付けられる。原データ120が示す測定された値についての複数種類の測定条件を原データ特定情報122が示している。データベース構成データが示す測定された値についての複数種類の測定条件を構成データ特定情報160,162が示している。これにより、原データ特定情報122と構成データ特定情報160,162との対応関係に基づき、データベース構成データが示す測定された値についての複数種類の測定条件は、原データ120が示す測定された値についての複数種類の測定条件に対応することとなる。これにより、そのデータベース構成データが影響を受ける複数種類の測定条件の顕在化を促すことができる。その結果、データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの測定条件の顕在化を促すことができる。
 本発明の他の局面に従うと、データベース構築プログラムは、原ファイル記憶工程100と、指定情報入力工程S102と、構成データ特定情報記憶工程S104と、記憶制御工程S106とをコンピュータ10に実行させるものである。原ファイル記憶工程S100は、コンピュータ10の記憶部32が、原ファイルを記憶する工程である。このコンピュータ10は、記憶部32と制御部30と情報入力部36,40とを備える。この原ファイルは、測定された値をそれぞれ示す複数の原データ120と原データ特定情報122とを含む。この原データ特定情報122は、複数の原データ120それぞれに1対1で対応付けられ原データ120が示す値の複数種類の測定条件の組み合わせを示す。指定情報入力工程S102においては、指定情報が情報入力部36,40に入力される。指定情報は、原データ特定情報122が示す複数種類の測定条件のいずれかの組み合わせの指定、および、原データ120のいずれかの指定を示す。構成データ特定情報記憶工程S104は、記憶部32が、原データ特定情報122に対応付けて構成データ特定情報160,162を記憶する工程である。記憶制御工程S106は、制御部30が記憶部32を制御する工程である。この制御により、データベースの少なくとも一部として次に述べられる原データ120を記憶部32が記憶する。データベースは、測定された値をそれぞれ示す複数のデータベース構成データと複数のデータベース構成データそれぞれに対応付けられる構成データ特定情報160,162とを含む。データベースの少なくとも一部として記憶される原データ120は、指定情報によって指定されている。データベースの少なくとも一部として原データ120のいずれかが記憶されるにあたり、その原データ120は、構成データ特定情報記憶工程S104にて原データ特定情報122に対応付けて記憶された構成データ特定情報160,162に対応付けられる。原データ120には原データ特定情報122と対応付けるための値が1対1で対応付けられている。原データ特定情報122には原データ120と対応付けるための値が1対1で対応付けられている。原データ120と原データ特定情報122とは、原データ120を原データ特定情報122と対応付けるための値と原データ特定情報122を原データ120と対応付けるための値とが等しいことによって間接的に対応付けられている。構成データ特定情報160,162が、データベース構成データが示す値の複数種類の測定条件の組み合わせを示す情報である。構成データ特定情報記憶工程S104が、指定情報によって示される複数種類の測定条件の組み合わせを示す情報を構成データ特定情報160,162として記憶部32が記憶する工程を有する。記憶制御工程S106は、指定情報によって指定された原データ120が対応する、原データ特定情報122と対応付けるための値を、構成データ特定情報記憶工程S104において記憶された構成データ特定情報160,162に、原データ120と対応付けるための値として対応付ける工程と、指定情報によって指定された原データ120と構成データ特定情報記憶工程S104において記憶された構成データ特定情報160,162とを、原データ特定情報122と対応付けるための値と原データ120と対応付けるための値とに基づいて特定し、かつ、原データ特定情報122と対応付けるための値と原データ120と対応付けるための値とに基づいて特定された原データ120と構成データ特定情報160,162とを記憶部32が記憶する工程とを有している。
 本発明にかかるデータベース構築プログラムにおいては、原データ120が記憶されるたびにオペレータの操作によってその対応付けが実施される場合に比べ、データベースを構築するための労力と時間とを抑えられる。すなわち、データベースを構築するための作業が効率化される。原データ特定情報122と構成データ特定情報160,162との対応関係に基づき、データベース構成データが示す測定された値についての複数種類の測定条件は、原データ120が示す測定された値についての複数種類の測定条件に対応する。これにより、そのデータベース構成データが影響を受ける複数種類の測定条件の顕在化を促すことができる。その結果、データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの測定条件の顕在化を促すことができる。
 本発明にかかるデータベース構築装置、データベース構築方法、および、データベース構築プログラムによれば、データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの測定条件の顕在化を促すことができる。
周知のコンピュータのハードウェア構成を示す概念図である。 本発明の一実施形態にかかる仮想データベース構築装置および仮想データベース記憶装置の機能ブロック図である。 本発明の一実施形態にかかるデータベース構築方法の制御の手順を示すフローチャートである。 本発明の一実施形態にかかる原ファイルの構造を示す概念図である。 本発明の一実施形態において要求表示部に表示される画像の一例を示す概念図である。 本発明の一実施形態にかかるテンプレートファイルの内容を示す概念図である。 本発明の一実施形態にかかる構成データ特定情報ファイルの内容を示す概念図である。
 以下、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品には同一の符号を付してある。それらの名称および機能も同一である。したがって、それらについての詳細な説明は繰返さない。
[コンピュータのハードウェア構成の説明]
 以下、本発明の一実施形態について説明する。図1は、周知のコンピュータ10のハードウェア構成を示す概念図である。図1に基づいて、コンピュータ10のハードウェア構成が説明される。本実施形態にかかるコンピュータ10は、制御部30と 、記憶部32と、固定ディスク34と、マウス36と、表示装置38と、キーボード40と、コネクタ42と、通信I/O(Input/Output)44とを有する。制御部30は、CPU(Central Processing Unit)などによって実現される。制御部30は、記憶部32から読出したプログラムを実行することにより、そのプログラムにおいて定められた手順に従ってコンピュータ10を構成する各装置を制御する。記憶部32は、ROM(Read only memory)およびRAM(Random access memory)などによって実現される。記憶部32は、プログラムとデータとを記憶する。固定ディスク34は、プログラムを記録する。マウス36およびキーボード40は、オペレータの入力に応じて信号を生成する。これにより、コンピュータ10に情報が入力される。表示装置38は、情報を画像として表示する。コネクタ42にはUSB(Universal Serial Bus)メモリ22が接続される。USBメモリ22に記録されたプログラムおよび情報はコネクタ42を介して制御部30に読み込まれる。通信I/O44は、インターネット20を介して図示されないコンピュータと通信する。
[仮想データベース構築装置および仮想データベース記憶装置の機能の説明]
 図2は、仮想データベース記憶装置60および仮想データベース構築装置62の機能ブロック図である。図2に基づいて、本実施形態にかかる仮想データベース記憶装置60および仮想データベース構築装置62の構成とその機能とが説明される。上述されたコンピュータ10の、制御部30と 、記憶部32と、固定ディスク34と、マウス36と、表示装置38と、キーボード40と、コネクタ42と、通信I/O44とは、仮想データベース記憶装置60と、仮想データベース構築装置62とを構成する。仮想データベース記憶装置60は、データベースを記憶する。本実施形態の場合、仮想データベース記憶装置60は、データベースの内容に基づいて品質管理のための情報を生成する。仮想データベース構築装置62は、データベースが更新されるように仮想データベース記憶装置60を制御する。
 仮想データベース記憶装置60が、データベース記憶部70と、情報解析部72と、解析結果表示部74とを有する。データベース記憶部70は、データベースを記憶する。情報解析部72は、データベースの内容と、予め定められた手順とにしたがって、所定の情報を生成する。解析結果表示部74は、情報解析部72が生成した情報を表示する。本実施形態の場合、情報解析部72が生成し解析結果表示部74が表示する情報の用途は品質管理である。この情報の具体的な内容およびこの情報を生成するための手順は本発明と直接の関係がない。したがって、ここではその詳細な説明は繰り返されない。
 仮想データベース構築装置62が、指定情報入力部80と、原ファイル記憶部82と、記憶装置制御部84と、要求表示部86とを有する。指定情報入力部80には、オペレータによって、指定情報が入力される。本実施形態における指定情報の具体的な内容は後述される。原ファイル記憶部82は、原ファイルを記憶する。本実施形態における原ファイルの具体的な内容は後述される。記憶装置制御部84は、仮想データベース記憶装置60を制御する。要求表示部86は、指定情報の入力を要求する旨の情報を表示する。
 記憶装置制御部84が、データベース構築部90と、構成データ特定情報記憶部92とを有する。データベース構築部90は、仮想データベース記憶装置60を制御することによりこれにデータベースを構築させる。構成データ特定情報記憶部92は、構成データ特定情報ファイルとテンプレートファイルとを記憶する。構成データ特定情報記憶部92における構成データ特定情報ファイルとテンプレートファイルとの構造は後述される。
[プログラムの説明]
 上述されたとおり、コンピュータ10の、制御部30と 、記憶部32と、固定ディスク34と、マウス36と、表示装置38と、キーボード40と、コネクタ42と、通信I/O44とが、仮想データベース記憶装置60と、仮想データベース構築装置62とを構成する。これらの構成は、制御部30が記憶部32から読出したプログラムを実行することにより実現される。一般的にこうしたプログラムは、USBメモリ22などのコンピュータ読取可能な記録媒体に記録された状態で流通する。こうしたプログラムはインターネット20を介して流通することもある。こうしたプログラムは、固定ディスク34にいったん記録される。制御部30が実行するプログラムは、その固定ディスク34に記録されたプログラムを記憶部32が記憶したものである。したがって、本発明の最も本質的な部分は、USBメモリ22などのコンピュータ読取可能な記録媒体に記録されたソフトウェアである。
[フローチャートの説明]
 図3は、本実施形態にかかるコンピュータ10の制御部30が実行するプログラムのフローチャートである。図3に示されるように、このプログラムは、次に述べられる複数の工程をコンピュータ10に実行させるものである。それら複数の工程は、原ファイル記憶工程S100、指定情報入力工程S102、構成データ特定情報記憶工程S104、記憶制御工程S106、追加判断工程S108、追加原ファイル記憶工程S110、および、追加記憶制御工程S112である。プログラムを実行した結果、コンピュータ10は、それら複数の工程を備えるデータベース構築方法を実施することとなる。以下、これらの各工程の具体的な内容が説明される。
 原ファイル記憶工程S100にて、原ファイル記憶部82(現実には記憶部32)は原ファイルを記憶する。原ファイルは、複数の原データ120と複数の原データ特定情報122とを含む。原データ特定情報122は、それぞれ、原データ120のいずれかに1対1で対応付けられる。
 指定情報入力工程S102にて、指定情報入力部80(現実にはマウス36およびキーボード40)は、原データ120の表示指令を受け付ける。原データ120の表示指令が入力されると、データベース構築部90(現実には制御部30)は、原ファイル記憶部82から原ファイルを読み出す。原ファイルが読み出されると、データベース構築部90は、その原ファイルの内容を、原データ成立条件の指定を要求する旨の情報と共に、要求表示部86(現実には表示装置38)に表示させる。その原ファイルの内容が表示されると、指定情報入力部80は、指定情報の入力を受け付ける。指定情報は、原データ特定情報122のいずれかを示す。指定情報は、原データ成立条件を示す情報の組み合わせを含む。
 構成データ特定情報記憶工程S104にて、構成データ特定情報記憶部92(現実には記憶部32)は、構成データ特定情報を記憶する。本実施形態においては、構成データ特定情報記憶部92は、構成データ特定情報のいずれかと原データ特定情報122のいずれかとを互いに対応付けて記憶する。
 記憶制御工程S106にて、データベース構築部90は、仮想データベース記憶装置60を制御する。この制御によって、仮想データベース記憶装置60のデータベース記憶部70(現実には記憶部32)が、次に述べられる原データ120を構成データ特定情報に対応付けて記憶する。その原データ120は、原ファイルにおいて原データ特定情報122のうち構成データ特定情報記憶部92が記憶するものへ対応付けられているものである。データベース記憶部70に記憶された原データ120は、データベース構成データとなる。これによりデータベースが構築される。データベースは、複数のデータベース構成データと複数の構成データ特定情報とを含むこととなる。構成データ特定情報は、それぞれ、データベース構成データのいずれかに対応付けられることとなる。その結果、仮想データベース記憶装置60は、データベース構築部90により原ファイルに基づいて制御されることとなる。
 追加判断工程S108にて、データベース構築部90は、指定情報入力部80に対して新たな指定情報の入力があったか否かを判断する。本実施形態の場合、このような新たな指定情報の入力は、データベース構成データの追加要求とみなされる。データベース構成データの追加要求があった場合(S108にてYES)、処理は追加原ファイル記憶工程S110へと移される。そうでない場合(S108にてNO) 、処理は終了する。
 追加原ファイル記憶工程S110にて、原ファイル記憶部82は新たな原ファイルを記憶する。
 追加記憶制御工程S112にて、データベース構築部90は、新たな原ファイルに基づいてデータベースに新たなデータベース構成データが追加されるように仮想データベース記憶装置60を制御する。新たなデータベース構成データが追加されるための手順は記憶制御工程S106においてデータベース構成データがデータベース記憶部70に記憶されるための手順と同様である。したがって、新たに追加されるデータベース構成データにも、構成データ特定情報が対応付けられる。
[動作の説明]
 電子部品に交流電流を流すことによってその電子部品の品質を管理する場合を例にとって、本実施形態にかかる仮想データベース記憶装置60および仮想データベース構築装置62の動作が説明される。
 まず、検査装置(図示せず)が、上述された電子部品(図示せず)に交流電流を流す。その検査装置は、その電子部品に流れる電流とその電子部品の抵抗とを測定する。その検査装置は、自らが測定した電流と抵抗との値を順次記憶する。オペレータは、その検査装置が測定を3回行うたびに(本実施形態の場合、この回数は後述されるテンプレートデータのY座標値158に基づいて定められる一定値である)その検査装置が記憶した値を原ファイル記憶部82に記憶させる(S100)。
 本実施形態の場合、それらの値は、測定電圧の情報、および、周波数の情報と共に原ファイル記憶部82に記憶される。このようにして記憶された情報の集合体が、本実施形態にかかる原ファイルとなる。図4は、本実施形態における原ファイルの構造を示す概念図である。
 本実施形態において、原ファイルは、原データ120と、原データ特定情報122と、解説情報124と、X座標値126と、Y座標値128とを有する。原データ120は、仮想データベース記憶装置60が記憶するデータベースの一部となり得るデータである。図4に示されたものであれば、電流値と抵抗値とが原データ120に相当する。原データ特定情報122は、原データ120を特定するための情報である。図4からも明らかなように、本実施形態の場合、原データ特定情報122は、2種類の測定条件を示している。本実施形態の場合、これらの測定条件は、互いに独立して変動可能なものとする。解説情報124は、原データ120と原データ特定情報122とがそれぞれどのような情報なのかということを示す。図4に示されたものであれば、「電圧値」「周波数」「電流値」「抵抗値」といったテキストデータが解説情報124に相当する。X座標値126は、原データ120、原データ特定情報122、あるいは、解説情報124に対応付けられている値を示す。Y座標値128は、原データ120、原データ特定情報122、あるいは、解説情報124に対応付けられている、X座標値126とは別の値を示す。本実施形態の場合、原データ120と、原データ特定情報122と、解説情報124とは、X座標値126とY座標値128とに対応付けられていることにより、二次元平面上に並べて示すことが可能になる。また、これにより、原データ120と、原データ特定情報122と、解説情報124とを一意に特定することが可能になる。
 X座標値126は、原データ120、および、原データ特定情報122に、解説情報124のいずれかを対応付けるための値でもある。原データ120、および、原データ特定情報122は、対応付けられたX座標値126が共通する解説情報124に対応付けられる。これにより、それぞれの原データ120とそれぞれの原データ特定情報122とがどのような情報なのかは、対応付けられたX座標値126が共通する解説情報124によって示されていることとなる。図4に示されたデータであれば、「1」というX座標値126に対応付けられた、「100」、「100」、「200」という3つのデータは、「電圧値」という解説情報124に対応付けられている。これにより、それら3つのデータが電圧値であることが示される。「3」というX座標値126に対応付けられた、「4」、「5」、「6」という3つのデータは、「電流値」という解説情報124に対応付けられている。これにより、それら3つのデータが電流値であることが示される。
 Y座標値128は、原データ120と原データ特定情報122とを互いに対応付けるための値でもある。本実施形態の場合、原データ120と原データ特定情報122とは、対応付けられたY座標値128が共通することで、間接的に対応付けられている。これにより、それぞれの原データ120がどのような測定条件のもとで得られた値なのかは、それぞれの原データ120がどのような原データ特定情報122に対応付けられているかによって示されていることとなる。図4に示されたデータであれば、「2」というY座標値128に対応付けられた「4」という原データ120は、同じく「2」というY座標値128に対応付けられた「100」および「20」という測定条件に対応付けられている。
 オペレータは、原ファイル記憶部82に原ファイルを記憶させた後、指定情報入力部80に、指定情報を入力する(S102)。指定情報の入力の手順は以下の通りである。まず、オペレータは、指定情報入力部80に、原データ120の表示指令を入力する。原データ120の表示指令が入力されると、データベース構築部90は、原ファイル記憶部82から原ファイルを読み出す。原ファイルが読み出されると、データベース構築部90は、その原ファイルの内容を、原データ成立条件の指定を要求する旨の情報と共に、要求表示部86に表示させる。図5は、このとき要求表示部86に表示される画像の一例を示す。この画像には、測定条件チェックボックス130と、登録データチェックボックス132と、データ種別チェックボックス134と、OKボタン136とが示されている。オペレータは、マウス36を操作することにより、測定条件チェックボックス130のいずれかと、登録データチェックボックス132のいずれかと、データ種別チェックボックス134のいずれかとにチェックを入れる。ただし、本実施形態の場合、測定条件チェックボックス130のうち少なくとも2個にチェックを入れなければならない。要求表示部86に表示される測定条件チェックボックス130が2個しかないので、結局、オペレータは、測定条件チェックボックス130の双方にチェックを入れなければならない。この場合、オペレータが、測定条件チェックボックス130双方と、上から2番目の登録データチェックボックス132と、「電流値」という解説情報124に対応するデータ種別チェックボックス134とにチェックを入れたとする。チェックが入れられると、オペレータは、マウス36を操作することにより、OKボタン136をクリックする。これにより、指定情報の入力が完了する。本実施形態の場合、オペレータによってチェックが入れられた測定条件チェックボックス130を示す情報の組み合わせが原データ成立条件を示す情報の組み合わせにあたる。本実施形態の場合、指定情報は、複数種類の原データ成立条件を示す情報の組み合わせに加え、データベースの一部になるデータを示す情報と、データベースの一部になるデータの種類を示す情報とを含む。ここで言う「データベースの一部になるデータを示す情報」とは、オペレータによってチェックが入れられた登録データチェックボックス132を示す情報のことである。ここで言う「データベースの一部になるデータの種類を示す情報」とは、オペレータによってチェックが入れられたデータ種別チェックボックス134を示す情報のことである。
 指定情報が受け付けられると、データベース構築部90は、構成データ特定情報記憶部92からテンプレートファイルを読み出す。図6は、本実施形態におけるテンプレートファイルの構造を示す概念図である。
 テンプレートファイルは、測定データ参照先座標140と、参照先ファイル名142と、データ解説情報参照先座標144と、第1条件解説参照先座標146と、第1条件データ参照先座標148と、第2条件解説参照先座標150と、第2条件データ参照先座標152と、記憶対象情報154と、X座標値156と、Y座標値158とを有する。測定データ参照先座標140は、原ファイルに含まれる各データのX座標値126とY座標値128とを示す。参照先ファイル名142は、原ファイルのファイル名を示す。データ解説情報参照先座標144は、原ファイルにおける解説情報124のうち次に述べられるもののX座標値126とY座標値128とを示す。この解説情報124は、測定データ参照先座標140が示す座標に対応するデータについてのものである。第1条件解説参照先座標146は、原ファイルにおける解説情報124のうち次に述べられるもののX座標値126とY座標値128とを示す。この解説情報124は、原ファイルにおいて、原データ特定情報122のいずれかについての解説情報である。原データ特定情報122が測定条件を示すことから、この解説情報124は、測定条件を解説するものとなる。以下、この測定条件は「第1測定条件」と称される。第1条件データ参照先座標148は、原ファイルに含まれる第1測定条件のデータのX座標値126とY座標値128とを示す。第2条件解説参照先座標150は、原ファイルにおける解説情報124のうち次に述べられるもののX座標値126とY座標値128とを示す。この解説情報124は、原ファイルにおいて、原データ特定情報122のいずれかであって第1測定条件とは異なるものについての解説情報である。原データ特定情報122が測定条件を示すことから、この解説情報124は、測定条件を解説するものとなる。以下、この測定条件は「第2測定条件」と称される。第2条件データ参照先座標152は、原ファイルに含まれる第2測定条件のデータのX座標値126とY座標値128とを示す。ちなみに、本実施形態の場合、原ファイルにおいて原データ120に対応付けられる原データ特定情報122の種類数と、テンプレートファイルにおける測定条件を解説する情報と測定条件のデータとの組の数とは、一致するように定められる。記憶対象情報154は、データベースへの記憶の要否を示す情報である。本実施形態においては、これが「-」のとき、その要否はまだ定まっていない。これが「1」のとき、これに対応付けられた原データ120がデータベースに含まれることとなる。これが「0」のとき、これに対応付けられた原データ120はデータベースに含まれない。記憶対象情報154のうち「1」となるのは、指定情報のうちデータベースの一部になるデータを示す情報とデータベースの一部になるデータの種類を示す情報との組み合わせによって特定される。ここで言う「指定情報のうちデータベースの一部になるデータを示す情報」とは、オペレータによってチェックが入れられた登録データチェックボックス132を示す情報のことである。ここで言う「データベースの一部になるデータの種類を示す情報」とは、オペレータによってチェックが入れられたデータ種別チェックボックス134を示す情報のことである。X座標値156は、測定データ参照先座標140、参照先ファイル名142、データ解説情報参照先座標144、第1条件解説参照先座標146、第1条件データ参照先座標148、第2条件解説参照先座標150、第2条件データ参照先座標152、あるいは、記憶対象情報154に対応付けられている値を示す。Y座標値158は、測定データ参照先座標140、参照先ファイル名142、データ解説情報参照先座標144、第1条件解説参照先座標146、第1条件データ参照先座標148、第2条件解説参照先座標150、第2条件データ参照先座標152、あるいは、記憶対象情報154に対応付けられている、X座標値156とは別の値を示す。本実施形態の場合、測定データ参照先座標140、参照先ファイル名142、データ解説情報参照先座標144、第1条件解説参照先座標146、第1条件データ参照先座標148、第2条件解説参照先座標150、第2条件データ参照先座標152、および、記憶対象情報154は、X座標値156とY座標値158とに対応付けられていることにより、二次元平面上に並べて示すことが可能になる。また、原ファイルの場合と同様に、本実施形態の場合、測定データ参照先座標140、参照先ファイル名142、データ解説情報参照先座標144、第1条件解説参照先座標146、第1条件データ参照先座標148、第2条件解説参照先座標150、第2条件データ参照先座標152、および、記憶対象情報154は、対応付けられたY座標値158が共通することで、間接的に対応付けられている。
 テンプレートファイルが読み出されると、データベース構築部90は、そのテンプレートファイルの内容を、原ファイルの内容に基づいて変更する。その変更は、測定データ参照先座標140以外の各参照先座標を、それが示す情報に書き換えるというものである。また、記憶対象情報154の内容も書き換えられる。すなわち、データ解説情報参照先座標144は、原ファイルにおいて各データに対応付けられた解説情報124と同一内容に書き換えられる。第1条件解説参照先座標146は、原ファイルにおける第1測定条件の解説情報124に書き換えられる。第1条件データ参照先座標148は、原ファイルにおける第1測定条件の原データ特定情報122に書き換えられる。第2条件解説参照先座標150は、原ファイルにおける第2測定条件の解説情報124に書き換えられる。第2条件データ参照先座標152は、原ファイルにおける第2測定条件の原データ特定情報122に書き換えられる。記憶対象情報154の内容は、指定情報のうちデータベースの一部になるデータを示す情報とデータベースの一部になるデータの種類を示す情報との組み合わせに基づいて、「1」または「0」に書き換えられる。上述されているように、図5に示された各チェックボックスのうち、上から2番目の登録データチェックボックス132と、「電流値」という解説情報124に対応するデータ種別チェックボックス134とにチェックが入れられている。テンプレートファイルのうち、これらのチェックに対応するのは、記憶対象情報154のうち図6において上から7番目のものである。したがって、これだけが「1」に書き換えられ、残りは「0」に書き換えられる。書き換えが完了したテンプレートファイルは、構成データ特定情報ファイルとなる。図7は、構成データ特定情報ファイルの構造を示す概念図である。本実施形態の場合、構成データ特定情報ファイルにおいては、第1測定条件の解説情報124と第1測定条件の原データ特定情報122とは、データベースの第1測定条件情報160として扱われる。第2測定条件の解説情報124と第2測定条件の原データ特定情報122とは、データベースの第2測定条件情報162として扱われる。本実施形態においては、第1測定条件情報160と第2測定条件情報162とは、データベースにおける構成データ特定情報である。第1測定条件情報160と第2測定条件情報162とが構成データ特定情報となるように予めデータベースが構成されている。その結果、本実施形態においては、構成データ特定情報の内容が原データ120の成立条件の内容と一致することとなる。本実施形態の場合、構成データ特定情報ファイルを構成する各情報は、Y座標値158を介して対応付けられている。これにより、構成データ特定情報ファイルにおいては、構成データ特定情報と原データ特定情報122とが互いに対応付けられることとなる。テンプレートファイルが構成データ特定情報ファイルになると、構成データ特定情報記憶部92は構成データ特定情報ファイルを記憶する。これにより、構成データ特定情報記憶部92は、構成データ特定情報のいずれかと原データ特定情報122のいずれかとを互いに対応付けて記憶することとなる(S104)。
 構成データ特定情報ファイルが記憶されると、データベース構築部90は、原ファイルのうち次に述べられる原データ120を読みだす。その原データ120は、次に述べられる測定データ参照先座標140が示す座標に対応付けられているものである。その座標は、構成データ特定情報ファイルにおいて「1」である記憶対象情報154に対応付けられているものである。原データ120が読みだされると、データベース記憶部70は、データベース構築部90の制御を受けて、その原データ120を次に述べられている構成データ特定情報に対応付けて記憶する。その構成データ特定情報は、構成データ特定情報ファイルにおいて上述された「1」である記憶対象情報154に対応付けられているものである。対応付けられる構成データ特定情報は、チェックが入った測定条件チェックボックス130に対応する測定条件の情報を含む。この制御によって、仮想データベース記憶装置60のデータベース記憶部70が、次に述べられる原データ120のいずれかを構成データ特定情報に対応付けて記憶することとなる。その原データ120は、原ファイルにおいて原データ特定情報122のうち構成データ特定情報記憶部92が記憶するものへ対応付けられているものである。これによりデータベースが構築される。データベース構築部90は、そうなるように仮想データベース記憶装置60を制御することとなる(S106)。
 次に、原ファイル記憶部82は、オペレータからデータベース構成データの追加要求があったか否かを判断する(S108)。追加要求があれば(S108にてYES)、原ファイル記憶部82は新たな原ファイルを記憶する(S110)。
 その後、記憶装置制御部84は、新たな原ファイルと構成データ特定情報記憶部92が記憶する構成データ特定情報ファイルとに基づいてデータベースに新たなデータベース構成データが追加されるように仮想データベース記憶装置60を制御する(S112)。その後、データベース構成データの追加要求がある限り(S106にてYES)、S108とS110との処理が繰り返される。
[効果の説明]
 本実施形態にかかるデータベース構築装置62においては、情報の対応付けがデータベース構築部90の制御にしたがって実施される。これにより、原データ120が記憶されるたびにオペレータの操作によってその対応付けが実施される場合に比べ、データベースを構築するための作業を効率化できる。
 本実施形態にかかるデータベース構築装置62においては、原データ特定情報122が、原データ120が示す値の複数種類の測定条件を示している。構成データ特定情報160,162が、データベース構成データが示す値の複数種類の測定条件を示している。原データ特定情報122と構成データ特定情報160,162との対応関係に基づき、データベース構成データが示す値の複数種類の測定条件は、原データ120が示す値の複数種類の測定条件に対応することとなる。これにより、そのデータベース構成データが影響を受ける複数種類の測定条件の顕在化を促すことができる。
 本実施形態にかかるデータベース構築装置62においては、第1測定条件情報160および第2測定条件情報162が示す複数種類の測定条件の少なくとも一部の組み合わせと原データ特定情報122が示す複数種類の測定条件の少なくとも一部の組み合わせとが共通している。これにより、データベース構成データには、その測定条件が反映されることとなる。データベース構成データにその測定条件が反映されるので、そうでない場合に比べ、データベースを構築するための作業を効率化するにあたり、その追加されるデータの測定条件の顕在化をより一層促すことができる。
 本実施形態にかかるデータベース構築装置62においては、原データ120が示す値の複数種類の測定条件が互いに独立して変動可能である。これにより、それらの測定条件が互いの影響を受けて変動し得る場合に比べ、それらの測定条件間の相互作用の影響を抑えることができる。その相互作用の影響が抑えられるので、それらの測定条件が互いの影響を受けて変動し得る場合に比べ、原データ120に影響を及ぼす要因が明確化されやすい。
 本実施形態にかかるデータベース構築装置62においては、指定情報によって指定された原データをデータベースの一部とすることが可能になる。その結果、追加されるデータの測定条件の顕在化を促すことが可能になる上に、データベースの更新にあたり、分析者の予定しない要因がその分析の基礎となるデータに影響を及ぼす恐れを抑制できる。
 本実施形態にかかるデータベース構築方法およびデータベース構築プログラムは、データベースを構築するための作業を効率化するにあたり、そのデータベースを構成するデータの成立条件の顕在化を促すことができる。
 今回開示された実施形態はすべての点で例示である。本発明の範囲は上述した実施形態に基づいて制限されるものではない。もちろん、本発明の趣旨を逸脱しない範囲で種々の設計変更をしてもよい。
 原データ特定情報が示す複数種類の測定条件は、互いに独立して変動可能でなくてもよい。例えば、それらの測定条件のいずれかが、他の測定条件のいずれか2種類以上のものに基づいて定まるものであってもよい。それらの測定条件のいずれかが、他の測定条件のいずれかと、原データ特定情報が示さない測定条件とに基づいて定まるものであってもよい。
 原データ特定情報122と構成データ特定情報との対応付けは、それらが示す測定条件の少なくとも一部の組み合わせが共通するという規則に基づかなくてもよい。
 本発明にかかるデータベース構築装置は、データベース記憶装置60と共に一台のコンピュータによって実現されるものに限定されない。すなわち、本発明にかかるデータベース構築装置は、インターネット20を介して接続されるデータベース記憶装置60のデータベースを構築するものであってもよい。
 本発明にかかるデータベース構築装置において、そのデータベースの用途は品質管理に限られない。
10…コンピュータ
20…インターネット
22…USBメモリ
30…制御部
32…記憶部
34…固定ディスク
36…マウス
38…表示装置
40…キーボード
42…コネクタ
44…通信I/O
60…仮想データベース記憶装置
62…仮想データベース構築装置
70…データベース記憶部
72…情報解析部
74…解析結果表示部
80…指定情報入力部
82…原ファイル記憶部
84…記憶装置制御部
86…要求表示部
90…データベース構築部
92…構成データ特定情報記憶部
120…原データ
122…原データ特定情報
124…解説情報
126,156…X座標値
128,158…Y座標値
130…測定条件チェックボックス
132…登録データチェックボックス
134…データ種別チェックボックス
136…OKボタン
140…測定データ参照先座標
142…参照先ファイル名
144…データ解説情報参照先座標
146…条件解説参照先座標
148…条件データ参照先座標
150…条件解説参照先座標
152…条件データ参照先座標
154…記憶対象情報
160…第1測定条件情報
162…第2測定条件情報

Claims (4)

  1.  測定された値をそれぞれ示す複数の原データと前記複数の原データそれぞれに1対1で対応付けられ前記原データが示す前記値の複数種類の測定条件の組み合わせを示す原データ特定情報とを含む原ファイルを記憶する原ファイル記憶部と、
     前記原データ特定情報が示す前記複数種類の測定条件のいずれかの組み合わせの指定、および、前記原データのいずれかの指定を示す指定情報が入力される指定情報入力部と、
     測定された値をそれぞれ示す複数のデータベース構成データと前記複数のデータベース構成データそれぞれに対応付けられる構成データ特定情報とを含むデータベースを記憶するデータベース記憶装置を前記原ファイルに基づいて前記データベースの少なくとも一部が構築されるように制御する記憶装置制御部とを備え、
     前記記憶装置制御部が、
     前記原データ特定情報に対応付けて前記構成データ特定情報を記憶する構成データ特定情報記憶部と、
     前記指定情報によって指定されている前記原データを、前記構成データ特定情報記憶部が前記原データ特定情報に対応付けて記憶する前記構成データ特定情報に対応付けて、前記データベースの少なくとも一部として記憶するよう前記データベース記憶装置を制御することにより、前記データベースを構築するデータベース構築部とを有しているデータベース構築装置であって、
     前記原データには前記原データ特定情報と対応付けるための値が1対1で対応付けられており、
     前記原データ特定情報には前記原データと対応付けるための値が1対1で対応付けられており、
     前記原データと前記原データ特定情報とは、前記原データを前記原データ特定情報と対応付けるための前記値と前記原データ特定情報を前記原データと対応付けるための前記値とが等しいことによって間接的に対応付けられており、
     前記構成データ特定情報が、前記データベース構成データが示す前記値の複数種類の測定条件の組み合わせを示す情報であり、
     前記構成データ特定情報記憶部が、前記指定情報によって示される前記複数種類の測定条件の組み合わせを示す情報を前記構成データ特定情報として記憶し、
     前記データベース構築部が、前記指定情報によって指定された前記原データが対応する、前記原データ特定情報と対応付けるための前記値を、前記構成データ特定情報記憶部が記憶した前記構成データ特定情報に、前記原データと対応付けるための前記値として対応付け、前記指定情報によって指定された前記原データと前記構成データ特定情報記憶部が記憶した前記構成データ特定情報とを、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定し、かつ、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定された前記原データと前記構成データ特定情報とを、前記データベース記憶装置に記憶させることを特徴とするデータベース構築装置。
  2.  前記原データ特定情報が示す前記複数種類の測定条件が互いに独立して変動可能であることを特徴とする請求項1に記載のデータベース構築装置。
  3.  記憶部と制御部と情報入力部とを備えるコンピュータの前記記憶部が、測定された値をそれぞれ示す複数の原データと前記複数の原データそれぞれに1対1で対応付けられ前記原データが示す前記値の複数種類の測定条件の組み合わせを示す原データ特定情報とを含む原ファイルを記憶する原ファイル記憶工程と、
     前記原データ特定情報が示す前記複数種類の測定条件のいずれかの組み合わせの指定、および、前記原データのいずれかの指定を示す指定情報が前記情報入力部に入力される指定情報入力工程と、
     前記記憶部が、前記原データ特定情報に対応付けて構成データ特定情報を記憶する構成データ特定情報記憶工程と、
     測定された値をそれぞれ示す複数のデータベース構成データと前記複数のデータベース構成データそれぞれに対応付けられる前記構成データ特定情報とを含むデータベースの少なくとも一部として、前記指定情報によって指定されている前記原データを、前記構成データ特定情報記憶工程にて前記原データ特定情報に対応付けて記憶された前記構成データ特定情報に対応付けて前記記憶部が記憶するように、前記制御部が前記記憶部を制御する記憶制御工程とを備えるデータベース構築方法であって、
     前記原データには前記原データ特定情報と対応付けるための値が1対1で対応付けられており、
     前記原データ特定情報には前記原データと対応付けるための値が1対1で対応付けられており、
     前記原データと前記原データ特定情報とは、前記原データを前記原データ特定情報と対応付けるための値と前記原データ特定情報を前記原データと対応付けるための値とが等しいことによって間接的に対応付けられており、
     前記構成データ特定情報が、前記データベース構成データが示す前記値の複数種類の測定条件の組み合わせを示す情報であり、
     前記構成データ特定情報記憶工程が、前記指定情報によって示される前記複数種類の測定条件の組み合わせを示す情報を前記構成データ特定情報として前記記憶部が記憶する工程を有し、
     前記記憶制御工程が、
     前記指定情報によって指定された前記原データが対応する、前記原データ特定情報と対応付けるための前記値を、前記構成データ特定情報記憶工程において記憶された前記構成データ特定情報に、前記原データと対応付けるための前記値として対応付ける工程と、
     前記指定情報によって指定された前記原データと前記構成データ特定情報記憶工程において記憶された前記構成データ特定情報とを、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定し、かつ、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定された前記原データと前記構成データ特定情報とを前記記憶部が記憶する工程とを有していることを特徴とするデータベース構築方法。
  4.  記憶部と制御部と情報入力部とを備えるコンピュータの前記記憶部が、測定された値をそれぞれ示す複数の原データと前記複数の原データそれぞれに1対1で対応付けられ前記原データが示す前記値の複数種類の測定条件の組み合わせを示す原データ特定情報とを含む原ファイルを記憶する原ファイル記憶工程と、
     前記原データ特定情報が示す前記複数種類の測定条件のいずれかの組み合わせの指定、および、前記原データのいずれかの指定を示す指定情報が前記情報入力部に入力される指定情報入力工程と、
     前記記憶部が、前記原データ特定情報に対応付けて構成データ特定情報を記憶する構成データ特定情報記憶工程と、
     測定された値をそれぞれ示す複数のデータベース構成データと前記複数のデータベース構成データそれぞれに対応付けられる前記構成データ特定情報とを含むデータベースの少なくとも一部として、前記指定情報によって指定されている前記原データを、前記構成データ特定情報記憶工程にて前記原データ特定情報に対応付けて記憶された前記構成データ特定情報に対応付けて前記記憶部が記憶するように、前記制御部が前記記憶部を制御する記憶制御工程とを前記コンピュータに実行させるデータベース構築プログラムであって、
     前記原データには前記原データ特定情報と対応付けるための値が1対1で対応付けられており、
     前記原データ特定情報には前記原データと対応付けるための値が1対1で対応付けられており、
     前記原データと前記原データ特定情報とは、前記原データを前記原データ特定情報と対応付けるための値と前記原データ特定情報を前記原データと対応付けるための値とが等しいことによって間接的に対応付けられており、
     前記構成データ特定情報が、前記データベース構成データが示す前記値の複数種類の測定条件の組み合わせを示す情報であり、
     前記構成データ特定情報記憶工程が、前記指定情報によって示される前記複数種類の測定条件の組み合わせを示す情報を前記構成データ特定情報として前記記憶部が記憶する工程を有し、
     前記記憶制御工程が、
     前記指定情報によって指定された前記原データが対応する、前記原データ特定情報と対応付けるための前記値を、前記構成データ特定情報記憶工程において記憶された前記構成データ特定情報に、前記原データと対応付けるための前記値として対応付ける工程と、
     前記指定情報によって指定された前記原データと前記構成データ特定情報記憶工程において記憶された前記構成データ特定情報とを、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定し、かつ、前記原データ特定情報と対応付けるための前記値と前記原データと対応付けるための前記値とに基づいて特定された前記原データと前記構成データ特定情報とを前記記憶部が記憶する工程とを有していることを特徴とするデータベース構築プログラム。
PCT/JP2017/005084 2016-04-20 2017-02-13 データベース構築装置、データベース構築方法、および、データベース構築プログラム WO2017183265A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US15/567,674 US10572457B2 (en) 2016-04-20 2017-02-13 Database construction device, database construction method, and database construction program
CN201780001385.5A CN107533505A (zh) 2016-04-20 2017-02-13 数据库构建装置、数据库构建方法以及数据库构建程序

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016-084750 2016-04-20
JP2016084750A JP6055948B1 (ja) 2016-04-20 2016-04-20 データベース構築装置、データベース構築方法、および、データベース構築プログラム

Publications (1)

Publication Number Publication Date
WO2017183265A1 true WO2017183265A1 (ja) 2017-10-26

Family

ID=57582299

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/005084 WO2017183265A1 (ja) 2016-04-20 2017-02-13 データベース構築装置、データベース構築方法、および、データベース構築プログラム

Country Status (4)

Country Link
US (1) US10572457B2 (ja)
JP (1) JP6055948B1 (ja)
CN (1) CN107533505A (ja)
WO (1) WO2017183265A1 (ja)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6221019B1 (ja) * 2016-12-21 2017-10-25 株式会社岩崎電機製作所 データテーブル作成装置、データテーブル作成方法、および、データテーブル作成プログラム
CN110287170B (zh) * 2019-06-28 2021-05-11 杭州复杂美科技有限公司 数据库升级方法、状态数据调用方法、设备和存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002366401A (ja) * 2001-06-06 2002-12-20 Nippon Yunishisu Kk 統合的データマート構築及び運用支援システム
JP2006323505A (ja) * 2005-05-17 2006-11-30 Sony Corp 製造履歴監視システム及び製造履歴監視方法
JP2010128892A (ja) * 2008-11-28 2010-06-10 Keyence Corp データベース生成装置、データベース生成方法及びコンピュータプログラム

Family Cites Families (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07210432A (ja) * 1994-01-11 1995-08-11 Hitachi Ltd データ配置構造変換方法およびデータ配置構造変換システム
EP0667587A3 (en) * 1994-02-15 1996-01-31 Motorola Inc Procedure for the generic description of measurement results.
JP4596227B2 (ja) * 2001-06-27 2010-12-08 ソニー株式会社 通信装置および方法、通信システム、記録媒体、並びにプログラム
JP4101045B2 (ja) * 2002-12-13 2008-06-11 富士通株式会社 支援方法、支援装置及びコンピュータプログラム
JP2005251061A (ja) 2004-03-08 2005-09-15 Dainippon Printing Co Ltd データ加工システム、端末装置、データ加工方法、プログラム、及び、記録媒体
JP2007026389A (ja) 2005-07-21 2007-02-01 Ntt Data Technology Corp データ入力装置
JP4945196B2 (ja) 2005-08-24 2012-06-06 Soop株式会社 データ管理システム
US8019752B2 (en) * 2005-11-10 2011-09-13 Endeca Technologies, Inc. System and method for information retrieval from object collections with complex interrelationships
JP4977497B2 (ja) * 2007-03-08 2012-07-18 富士通株式会社 部品の三次元モデルの選別を行うためのプログラム、方法、システム
WO2008129832A1 (ja) * 2007-03-29 2008-10-30 Panasonic Corporation 超音波測定方法及び装置
JP5142796B2 (ja) * 2008-04-11 2013-02-13 キヤノン株式会社 画像処理システム、画像処理方法、プログラム
JP2011022705A (ja) * 2009-07-14 2011-02-03 Hitachi Ltd 証跡管理方法、システム、及びプログラム
JP5192476B2 (ja) * 2009-10-22 2013-05-08 株式会社日立製作所 作業支援システム、作業支援方法、および作業支援プログラム
US8745232B2 (en) * 2010-08-18 2014-06-03 Dell Products L.P. System and method to dynamically allocate electronic mailboxes
CN102479351B (zh) * 2010-11-25 2015-11-25 西安计量技术研究院 一种对新建计量标准的智能化管理方法及系统
JP2012118387A (ja) * 2010-12-02 2012-06-21 Sony Corp 識別ラベルおよび識別ラベルの製造方法ならびに識別ラベルのチェック方法
JP5754019B2 (ja) * 2011-07-11 2015-07-22 日本電気株式会社 同義語抽出システム、方法およびプログラム
JP5840110B2 (ja) * 2012-11-05 2016-01-06 三菱電機株式会社 同一項目検出装置及びプログラム
CN104679772B (zh) * 2013-11-29 2019-01-25 深圳市腾讯计算机系统有限公司 分布式数据仓库中删除文件的方法、装置、设备及系统
JP6467826B2 (ja) * 2014-09-01 2019-02-13 富士通株式会社 帳票データ管理プログラム、帳票データ管理方法、及び情報処理装置

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002366401A (ja) * 2001-06-06 2002-12-20 Nippon Yunishisu Kk 統合的データマート構築及び運用支援システム
JP2006323505A (ja) * 2005-05-17 2006-11-30 Sony Corp 製造履歴監視システム及び製造履歴監視方法
JP2010128892A (ja) * 2008-11-28 2010-06-10 Keyence Corp データベース生成装置、データベース生成方法及びコンピュータプログラム

Also Published As

Publication number Publication date
JP6055948B1 (ja) 2016-12-27
CN107533505A (zh) 2018-01-02
US20180218012A1 (en) 2018-08-02
JP2017194840A (ja) 2017-10-26
US10572457B2 (en) 2020-02-25

Similar Documents

Publication Publication Date Title
JP7079310B2 (ja) 診断分析装置関連情報の集約方法および集約システム
US20160132037A1 (en) Process control systems and systems and methods for configuration thereof
JP2009104229A (ja) 入力チェック装置および入力チェック方法
JP2016177553A (ja) 情報処理装置、情報処理システム、情報処理方法、及びプログラム
WO2017183265A1 (ja) データベース構築装置、データベース構築方法、および、データベース構築プログラム
KR20160075667A (ko) 시퀀스 프로그램 작성 지원 장치
WO2013171864A1 (ja) 作業管理方法及び管理システム
JP2020060955A (ja) 予測管理システム、予測管理方法、データ構造、予測管理装置及び予測実行装置
JP4884685B2 (ja) データベースに項目追加を行うコンピュータ、プログラムおよび方法
JP2013257685A (ja) 機器管理装置、機器管理方法および機器管理プログラム
JPWO2017179177A1 (ja) 情報管理装置、情報管理方法および情報管理システム
JP2016170548A (ja) 情報処理システム、情報処理装置および情報処理プログラム
JP5659778B2 (ja) クライアント端末、入力制御方法及びプログラム
WO2016080268A1 (ja) 処理条件管理システムおよび生産システム
JP7156463B2 (ja) 電子機器、電子機器システム、座標系設定方法、及びプログラム
JP2012237564A (ja) 分析機器制御・管理システム
JP5299898B2 (ja) データベース生成装置、データベース生成方法及びコンピュータプログラム
JP2020009169A (ja) 注釈の付与を支援するための情報処理システム及びプログラム
JP6707215B1 (ja) エンジニアリングツール、学習装置、およびデータ収集システム
JP6649112B2 (ja) 入力内容確認促進装置、入力内容確認促進方法および入力内容確認促進プログラム
JP5900565B2 (ja) クライアント端末、入力制御方法及びプログラム
US11681820B2 (en) Computer system and data access control method
JP2019016243A (ja) 注文データ管理装置、注文データ管理方法、および、注文データ管理プログラム
JP7364803B1 (ja) 監視支援システム、監視支援装置、及び監視支援方法
Dimech et al. Comprehensive quality control programme for serology and nucleic acid testing using an internet-based application

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 15567674

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17785610

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17785610

Country of ref document: EP

Kind code of ref document: A1