JP7472650B2 - Auxiliary method, control program and device - Google Patents

Auxiliary method, control program and device Download PDF

Info

Publication number
JP7472650B2
JP7472650B2 JP2020087153A JP2020087153A JP7472650B2 JP 7472650 B2 JP7472650 B2 JP 7472650B2 JP 2020087153 A JP2020087153 A JP 2020087153A JP 2020087153 A JP2020087153 A JP 2020087153A JP 7472650 B2 JP7472650 B2 JP 7472650B2
Authority
JP
Japan
Prior art keywords
items
output
program
input
item
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.)
Active
Application number
JP2020087153A
Other languages
Japanese (ja)
Other versions
JP2021182233A (en
Inventor
利彦 小田
達哉 廣田
泰司 吉川
宏之 宮浦
星子 松島
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.)
Omron Corp
Original Assignee
Omron Corp
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 Omron Corp filed Critical Omron Corp
Priority to JP2020087153A priority Critical patent/JP7472650B2/en
Publication of JP2021182233A publication Critical patent/JP2021182233A/en
Application granted granted Critical
Publication of JP7472650B2 publication Critical patent/JP7472650B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、補助方法、制御プログラム及び装置に関する。 The present invention relates to an assistance method, a control program, and an apparatus.

特開2002-366401号公報(特許文献1)は、データマート構築及び運用支援システムを開示する。このデータマート構築及び運用支援システムにおいては、予め準備されたプログラム構造の雛型を用いることによって、利用者がデータマート作成プログラムを生成する。したがって、このデータマート構築及び運用支援システムによれば、利用者がデータマート作成プログラムを短時間で生成することができる(特許文献1参照)。 JP 2002-366401 A (Patent Document 1) discloses a data mart construction and operation support system. In this data mart construction and operation support system, the user generates a data mart creation program by using a template of a program structure prepared in advance. Therefore, this data mart construction and operation support system allows the user to generate a data mart creation program in a short amount of time (see Patent Document 1).

特開2002-366401号公報JP 2002-366401 A

ビジュアルプログラミングに対応したプログラム開発環境においては、接続対象(例えば、アイコン)同士を画面上で接続することによってプログラムが開発される。このようなプログラム開発環境においては、例えば、プログラム要素を示すアイコン、プログラム要素への入力データに含まれる複数の入力項目、及び、プログラム要素の出力データに含まれる複数の出力項目が画面上に表示される。例えば、入力項目と出力項目とを画面上で接続することによって、プログラムが開発される。 In a program development environment that supports visual programming, a program is developed by connecting objects (e.g., icons) on the screen. In such a program development environment, for example, icons representing program elements, multiple input items included in the input data to the program elements, and multiple output items included in the output data of the program elements are displayed on the screen. For example, a program is developed by connecting input items and output items on the screen.

しかしながら、ビジュアルプログラミングの初心者にとって、入力項目と出力項目との正しい接続関係を構築して所望のプログラムを得ることは必ずしも容易ではない。このような問題の解決手段は、上記特許文献1には開示されていない。 However, it is not necessarily easy for a beginner in visual programming to construct the correct connections between input items and output items to obtain the desired program. The above-mentioned Patent Document 1 does not disclose a solution to this problem.

本発明は、このような問題を解決するためになされたものであって、その目的は、ビジュアルプログラミングによるプログラム開発をより容易にする補助方法、制御プログラム及び装置を提供することである。 The present invention has been made to solve these problems, and its purpose is to provide an auxiliary method, control program, and device that make program development using visual programming easier.

本発明のある局面に従う補助方法は、入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境におけるビジュアルプログラミングの補助方法である。入力データは、複数の入力項目を含む。出力データは、複数の出力項目を含む。プログラム開発環境においては、入力項目と出力項目とを画面上で接続することによってプログラムが開発される。補助方法は、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するステップを含む。 An assistance method according to one aspect of the present invention is an assistance method for visual programming in a program development environment in which a program can be developed that processes input data to generate output data. The input data includes a plurality of input items. The output data includes a plurality of output items. In the program development environment, a program is developed by connecting the input items and the output items on a screen. The assistance method includes a step of displaying an image that allows a program developer to recognize candidates for connection relationships between the input items and the output items based on the dimensions of each of the plurality of input items and the dimensions of each of the plurality of output items.

入力項目と出力項目との接続関係が構築された場合には、入力側と出力側とで次元が一致する。このような前提があるために、入力項目の次元と出力項目の次元とに基づいて、入力項目と出力項目との接続関係を推定することができる。本発明に従う補助方法においては、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像が表示される。したがって、プログラム開発者は、表示される画像を参照することによって入力項目と出力項目との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。 When a connection relationship between an input item and an output item is established, the dimensions on the input side and the output side match. Because of this premise, the connection relationship between the input item and the output item can be estimated based on the dimensions of the input item and the dimensions of the output item. In the assistance method according to the present invention, an image is displayed that allows the program developer to recognize candidates for the connection relationship between the input item and the output item based on the dimensions of each of the multiple input items and each of the multiple output items. Therefore, the program developer can learn the candidates for the connection relationship between the input item and the output item by referring to the displayed image, making it easier to develop a program.

上記補助方法は、複数の入力項目の各々の次元と、複数の出力項目の各々の次元との比較を行なうステップをさらに含み、画像は、比較結果に基づいて表示されてもよい。 The auxiliary method may further include a step of comparing the dimensions of each of the plurality of input items with the dimensions of each of the plurality of output items, and the image may be displayed based on the comparison result.

上記補助方法は、比較結果に基づいて、入力項目と出力項目との依存関係の強さを判定するステップをさらに含み、依存関係の強さに応じて、異なる種類の画像が表示されてもよい。 The above assistance method may further include a step of determining the strength of the dependency between the input items and the output items based on the comparison result, and different types of images may be displayed depending on the strength of the dependency.

この補助方法においては、入力項目と出力項目との依存関係の強さに応じて、異なる種類の画像が表示される。したがって、プログラム開発者は、表示される画像を参照することによって入力項目と出力項目との依存関係の強さをも知ることができるため、より容易にプログラム開発を行なうことができる。 In this assistance method, different types of images are displayed depending on the strength of the dependency between the input items and the output items. Therefore, by referring to the displayed images, the program developer can also know the strength of the dependency between the input items and the output items, making program development easier.

上記補助方法において、画像は、入力項目と出力項目とを結ぶ線であってもよい。 In the above assistance method, the image may be a line connecting the input item and the output item.

上記補助方法において、プログラムは、ETL(Extract/Transform/Load)処理を実行するように構成されていてもよい。 In the above assistance method, the program may be configured to execute ETL (Extract/Transform/Load) processing.

本発明の他の局面に従う制御プログラムは、入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境におけるビジュアルプログラミングの補助動作をコンピュータに実行させる。入力データは、複数の入力項目を含む。出力データは、複数の出力項目を含む。プログラム開発環境においては、入力項目と出力項目とを画面上で接続することによってプログラムが開発される。制御プログラムは、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するステップをコンピュータに実行させる。 A control program according to another aspect of the present invention causes a computer to execute auxiliary operations of visual programming in a program development environment in which a program can be developed that processes input data and generates output data. The input data includes a plurality of input items. The output data includes a plurality of output items. In the program development environment, a program is developed by connecting the input items and the output items on a screen. The control program causes the computer to execute a step of displaying an image that allows a program developer to recognize candidates for connection relationships between the input items and the output items based on the dimensions of each of the plurality of input items and the dimensions of each of the plurality of output items.

この制御プログラムがコンピュータによって実行されると、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像が表示される。したがって、プログラム開発者は、表示される画像を参照することによって入力項目と出力項目との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。 When this control program is executed by a computer, an image is displayed that allows the program developer to recognize potential connection relationships between input items and output items based on the dimensions of each of the multiple input items and the dimensions of each of the multiple output items. Therefore, the program developer can learn potential connection relationships between input items and output items by referring to the displayed image, making it easier to develop programs.

本発明の他の局面に従う装置は、入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境を提供する。入力データは、複数の入力項目を含む。出力データは、複数の出力項目を含む。プログラム開発環境においては、入力項目と出力項目とを画面上で接続することによってプログラムが開発される。装置は、表示部と、制御部とを備える。制御部は、表示部を制御するように構成されている。制御部は、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するように表示部を制御する。 An apparatus according to another aspect of the present invention provides a program development environment in which a program can be developed that processes input data to generate output data. The input data includes a plurality of input items. The output data includes a plurality of output items. In the program development environment, a program is developed by connecting the input items and the output items on a screen. The apparatus includes a display unit and a control unit. The control unit is configured to control the display unit. The control unit controls the display unit to display an image that allows a program developer to recognize candidates for connection relationships between the input items and the output items based on the dimensions of each of the plurality of input items and the dimensions of each of the plurality of output items.

この装置においては、複数の入力項目の各々の次元、及び、複数の出力項目の各々の次元に基づいて、入力項目と出力項目との接続関係の候補をプログラム開発者に認識させる画像が表示される。したがって、プログラム開発者は、表示される画像を参照することによって入力項目と出力項目との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。 In this device, an image is displayed that allows a program developer to recognize potential connection relationships between input items and output items based on the dimensions of each of a plurality of input items and the dimensions of each of a plurality of output items. Therefore, a program developer can learn potential connection relationships between input items and output items by referring to the displayed image, making it easier to develop a program.

本発明によれば、ビジュアルプログラミングによるプログラム開発をより容易にする補助方法、制御プログラム及び装置を提供することができる。 The present invention provides an auxiliary method, control program, and device that make program development using visual programming easier.

装置の概要を説明するための図である。FIG. 1 is a diagram for explaining an overview of the device. 装置のハードウェア構成の一例を示す図である。FIG. 2 illustrates an example of a hardware configuration of the apparatus. 基本的な物理量の次元について説明するための図である。FIG. 1 is a diagram for explaining dimensions of basic physical quantities. 基本的な物理量を組み合わせることで構成された物理量の次元について説明するための図である。FIG. 1 is a diagram for explaining a dimension of a physical quantity configured by combining basic physical quantities. 製造関連次元の一例について説明するための図である。FIG. 13 is a diagram for explaining an example of a manufacturing related dimension. プログラム開発環境において開発されるプログラムの一例について説明するための図である。FIG. 2 is a diagram for explaining an example of a program developed in a program development environment. 入力側メタデータの一例を示す図である。FIG. 13 is a diagram illustrating an example of input side metadata. 出力側メタデータの一例を示す図である。FIG. 13 is a diagram illustrating an example of output side metadata. 入力項目と出力項目との依存関係の強さがどのように決定されるかを説明するための図である。FIG. 13 is a diagram for explaining how the strength of the dependency relationship between an input item and an output item is determined. 補助画像の表示イメージを示す図である。FIG. 13 is a diagram showing a display image of an auxiliary image. 補助画像の表示手順を示すフローチャートである。13 is a flowchart showing a procedure for displaying an auxiliary image. 図11のステップS120における処理手順を示すフローチャートである。12 is a flowchart showing a processing procedure in step S120 of FIG. 11. 図11のステップS130における処理手順を示すフローチャートである。12 is a flowchart showing a process procedure in step S130 of FIG. 11.

以下、本発明の一側面に係る実施の形態(以下、「本実施の形態」とも称する。)について、図面を用いて詳細に説明する。なお、図中同一又は相当部分には同一符号を付してその説明は繰り返さない。また、以下で説明する本実施の形態は、あらゆる点において本発明の例示にすぎない。本実施の形態は、本発明の範囲内において、種々の改良や変更が可能である。すなわち、本発明の実施にあたっては、実施の形態に応じて具体的構成を適宜採用することができる。 Below, an embodiment according to one aspect of the present invention (hereinafter also referred to as "the present embodiment") will be described in detail with reference to the drawings. Note that the same or corresponding parts in the drawings are given the same reference numerals and their description will not be repeated. Furthermore, the present embodiment described below is merely an example of the present invention in every respect. Various improvements and modifications are possible to this embodiment within the scope of the present invention. In other words, in implementing the present invention, specific configurations can be appropriately adopted depending on the embodiment.

[1.概要]
図1は、本実施の形態に従う装置100の概要を説明するための図である。図1を参照して、装置100は、プログラム開発環境を提供するように構成されている。装置100においては、ビジュアルプログラミングによってプログラムが開発される。
[1. Overview]
Fig. 1 is a diagram for explaining an overview of an apparatus 100 according to the present embodiment. Referring to Fig. 1, the apparatus 100 is configured to provide a program development environment. In the apparatus 100, a program is developed by visual programming.

装置100において開発されるプログラムは、例えば、データにETL(Extract/Transform/Load)処理を施すプログラム(以下、「ETLプログラム」とも称する。)である。ETLプログラムは、例えば、製造分野において有効に活用される。ETLプログラムが実行されると、例えば、製造ライン等の外部装置からデータが読み出され、読み出されたデータに処理が施され、処理後のデータが他の外部装置に提供される。 The program developed in device 100 is, for example, a program that performs ETL (Extract/Transform/Load) processing on data (hereinafter also referred to as an "ETL program"). ETL programs are effectively used, for example, in the manufacturing field. When an ETL program is executed, data is read from an external device such as a production line, the read data is processed, and the processed data is provided to another external device.

ETLプログラムが製造分野において必要となる理由について次に説明する。製造分野においては、製造装置、検査装置又はセンサ等から出力されるデータが収集される。収集されたデータを活用することによって、製造品質の確認、不良発生の原因解析、装置故障の予測、及び、製造工程の改善等が行なわれる。一方、製造装置、検査装置又はセンサ等から出力されるデータは、いわゆる生データであり、そのまま活用することができないことがある。例えば、生データに不要なデータが多く含まれている場合、生データのデータ品質が悪い場合、生データのデータフォーマットが合っていない場合、又は、生データの物理量が分析や解析に適した物理量になっていない場合には、生データをそのまま活用することができない。こういった生データの問題に対処するために、ETLプログラムが用いられる。ETLプログラムが実行されると、入力データである生データに処理が施され、活用可能な出力データが生成される。装置100においては、例えば、このようなETLプログラムが開発される。 The reason why ETL programs are necessary in the manufacturing field will be explained below. In the manufacturing field, data output from manufacturing equipment, inspection equipment, sensors, etc. is collected. By utilizing the collected data, the manufacturing quality is confirmed, the cause of defects is analyzed, equipment failure is predicted, and the manufacturing process is improved. On the other hand, the data output from manufacturing equipment, inspection equipment, sensors, etc. is so-called raw data, and it may not be possible to use it as it is. For example, if the raw data contains a lot of unnecessary data, if the data quality of the raw data is poor, if the data format of the raw data is not appropriate, or if the physical quantities of the raw data are not suitable for analysis, the raw data cannot be used as it is. In order to deal with such problems with raw data, ETL programs are used. When an ETL program is executed, the raw data, which is the input data, is processed and usable output data is generated. For example, such an ETL program is developed in the device 100.

装置100で提供されるプログラム開発環境(以下、単に「プログラム開発環境」とも称する。)においては、予め複数種類のプログラム要素が用意されている。複数種類のプログラム要素の各々は、所定の情報処理を実行するように構成されている。プログラム要素に対応付けられたアイコンを画面上で自由に組み合わせることによって、所望のプログラムが開発される。 In the program development environment provided by device 100 (hereinafter also referred to simply as the "program development environment"), multiple types of program elements are prepared in advance. Each of the multiple types of program elements is configured to execute a specific information processing. The desired program is developed by freely combining icons associated with the program elements on the screen.

装置100は、表示部140と、制御部110とを含んでいる。表示部140は、例えば、画面200を表示するように構成されている。制御部110は、表示部140を制御するように構成されている。 The device 100 includes a display unit 140 and a control unit 110. The display unit 140 is configured to display, for example, a screen 200. The control unit 110 is configured to control the display unit 140.

画面200は、例えば、入力データ210を出力データ220に変換するように構成されたプログラム要素における処理内容の編集画面である。入力データ210は複数の入力項目211を含み、出力データ220は複数の出力項目221を含んでいる。プログラム開発者は、複数の入力項目211と複数の出力項目221とを画面200上に配置し、入力項目211と出力項目221とを線230で接続することによってプログラム要素における処理を規定する。 Screen 200 is, for example, an editing screen for the processing content of a program element configured to convert input data 210 into output data 220. The input data 210 includes multiple input items 211, and the output data 220 includes multiple output items 221. A program developer specifies the processing in the program element by placing multiple input items 211 and multiple output items 221 on screen 200 and connecting the input items 211 and output items 221 with lines 230.

例えば、入力項目211と出力項目221とが単純に接続されると、入力項目211の値が接続先の出力項目221の値となる。また、入力項目211と出力項目221とが処理ブロックX1-X4等の処理ブロックを介して接続されると、処理ブロックにおける処理後の入力項目211の値が接続先の出力項目221の値となる。 For example, when input item 211 and output item 221 are simply connected, the value of input item 211 becomes the value of the connected output item 221. Also, when input item 211 and output item 221 are connected via a processing block such as processing blocks X1-X4, the value of input item 211 after processing in the processing block becomes the value of the connected output item 221.

しかしながら、ビジュアルプログラミングの初心者にとって、入力項目211と出力項目221とを正しく接続することは必ずしも容易ではない。本実施の形態に従う装置100においては、入力項目211と出力項目221との接続関係の候補をプログラム開発者に認識させる機能が実装されている。すなわち、装置100においては、複数の入力項目211の各々の次元、及び、複数の出力項目221の各々の次元に基づいて、入力項目211と出力項目221との接続関係の候補をプログラム開発者に認識させる画像(以下、「補助画像」とも称する。)が表示される。なお、「次元」については、後程詳しく説明する。 However, for a beginner in visual programming, it is not necessarily easy to correctly connect the input items 211 and the output items 221. In the device 100 according to the present embodiment, a function is implemented that allows the program developer to recognize candidates for the connection relationship between the input items 211 and the output items 221. In other words, in the device 100, an image (hereinafter also referred to as an "auxiliary image") that allows the program developer to recognize candidates for the connection relationship between the input items 211 and the output items 221 is displayed based on the dimensions of each of the multiple input items 211 and the dimensions of each of the multiple output items 221. The "dimension" will be explained in more detail later.

プログラム開発者は、表示される補助画像を参照することによって入力項目211と出力項目221との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。以下、装置100について詳細に説明する。 By referring to the displayed auxiliary image, a program developer can learn possible connection relationships between input items 211 and output items 221, making program development easier. The device 100 will be described in detail below.

[2.装置のハードウェア構成]
図2は、装置100のハードウェア構成の一例を示す図である。なお、本実施の形態において、装置100は、例えば、汎用コンピュータによって実現される。図2の例において、装置100は、制御部110と、通信I/F(interface)130と、表示部140と、受付部150と、記憶部120とを含み、各構成は、バスを介して電気的に接続されている。
2. Hardware configuration of the device
Fig. 2 is a diagram showing an example of a hardware configuration of the device 100. In this embodiment, the device 100 is realized by, for example, a general-purpose computer. In the example of Fig. 2, the device 100 includes a control unit 110, a communication I/F (interface) 130, a display unit 140, a reception unit 150, and a storage unit 120, and each component is electrically connected via a bus.

制御部110は、CPU(Central Processing Unit)111、RAM(Random Access Memory)112及びROM(Read Only Memory)113等を含み、情報処理に応じて各構成要素の制御を行なうように構成されている。 The control unit 110 includes a CPU (Central Processing Unit) 111, a RAM (Random Access Memory) 112, and a ROM (Read Only Memory) 113, and is configured to control each component in response to information processing.

通信I/F130は、ネットワークを介して、装置100の外部に設けられた製造ライン等の外部装置と通信するように構成されている。通信I/F130は、例えば、有線LAN(Local Area Network)モジュールや無線LANモジュールで構成される。 The communication I/F 130 is configured to communicate with an external device, such as a manufacturing line, provided outside the device 100 via a network. The communication I/F 130 is configured, for example, with a wired LAN (Local Area Network) module or a wireless LAN module.

表示部140は、画面200(図1)等を表示するように構成されている。表示部140は、例えば、液晶モニタや有機EL(Electro Luminescence)モニタ等のモニタで構成される。 The display unit 140 is configured to display the screen 200 (FIG. 1) and the like. The display unit 140 is configured, for example, with a monitor such as a liquid crystal monitor or an organic EL (Electro Luminescence) monitor.

受付部150は、プログラム開発者等のユーザからの入力を受け付けるように構成されている。受付部150は、例えば、タッチパネル、キーボード、マウス及びマイクの一部又は全部で構成される。 The reception unit 150 is configured to receive input from a user such as a program developer. The reception unit 150 is configured, for example, with some or all of a touch panel, a keyboard, a mouse, and a microphone.

記憶部120は、例えば、ハードディスクドライブ、ソリッドステートドライブ等の補助記憶装置である。記憶部120は、例えば、開発された複数のETLプログラムを管理するETLプログラムDB101と、制御プログラム102とを記憶するように構成されている。 The storage unit 120 is, for example, an auxiliary storage device such as a hard disk drive or a solid state drive. The storage unit 120 is configured to store, for example, an ETL program DB 101 that manages multiple ETL programs that have been developed, and a control program 102.

制御部110は、例えば、制御プログラム102を実行することによって、プログラム開発環境を提供する。このプログラム開発環境においては、少なくとも、ETLプログラム作成機能及びETLプログラム実行機能が実現されている。ETLプログラム作成機能は、プログラム開発者による新たなETLプログラムの作成を実現する機能である。ETLプログラム実行機能は、作成されたETLプログラムを実行する機能である。 The control unit 110 provides a program development environment, for example, by executing the control program 102. In this program development environment, at least an ETL program creation function and an ETL program execution function are realized. The ETL program creation function is a function that enables a program developer to create a new ETL program. The ETL program execution function is a function that executes the created ETL program.

上述のように、このプログラム開発環境においては、ETLプログラムの開発を補助する機能が実装されている。すなわち、制御部110は、入力データ210(図1)を出力データ220に変換するように構成されたプログラム要素における処理内容の編集時に、複数の入力項目211の各々の次元、及び、複数の出力項目221の各々の次元に基づいて、入力項目211と出力項目221との接続関係の候補をプログラム開発者に認識させる画像(補助画像)を表示するように表示部140を制御する。次に、「次元」について説明する。 As described above, this program development environment is implemented with a function to assist in the development of an ETL program. That is, when editing the processing content of a program element configured to convert input data 210 (FIG. 1) into output data 220, the control unit 110 controls the display unit 140 to display an image (auxiliary image) that allows the program developer to recognize candidates for connection relationships between input items 211 and output items 221 based on the dimensions of each of the multiple input items 211 and the dimensions of each of the multiple output items 221. Next, the term "dimension" will be explained.

[3.次元]
「次元」としては、例えば、物理量の「次元」と、製造分野における量の「次元」とが考えられる。ここでは、まず物理量の次元について説明し、その後に製造分野における量の次元(以下、「製造関連次元」とも称する。)について説明する。
3. Dimensions
The "dimension" may be, for example, the "dimension" of a physical quantity and the "dimension" of a quantity in the manufacturing field. Here, the dimension of the physical quantity will be described first, and then the dimension of the quantity in the manufacturing field (hereinafter also referred to as the "manufacturing-related dimension").

(3-1.物理量の次元)
様々な物理量は、時間、長さ及び重さ等の基本的な物理量を組み合わせることで構成される。物理量の次元は、単位ではなく、その物理量がどのような基本的な物理量の組合せで構成されているかを示すものである。
(3-1. Dimensions of physical quantities)
Various physical quantities are composed of combinations of basic physical quantities such as time, length, and weight. The dimension of a physical quantity is not a unit but indicates what combination of basic physical quantities the physical quantity is composed of.

図3は、基本的な物理量の次元について説明するための図である。図3に示されるように、例えば、「時間」の次元は「T」で表わされ、「長さ」の次元は「L」で表わされる。また、「質量」の次元は「M」で表わされ、「電流」の次元は「I」で表わされる。また、「熱力学温度」の次元は「Θ」で表わされ、「物質量」の次元は「N」で表わされ、「光度」の次元は「J」で表わされる。 Figure 3 is a diagram for explaining the dimensions of basic physical quantities. As shown in Figure 3, for example, the dimension of "time" is represented by "T", and the dimension of "length" is represented by "L". The dimension of "mass" is represented by "M", and the dimension of "electric current" is represented by "I". The dimension of "thermodynamic temperature" is represented by "Θ", the dimension of "amount of substance" is represented by "N", and the dimension of "luminosity" is represented by "J".

図4は、基本的な物理量を組み合わせることで構成された物理量の次元について説明するための図である。図4に示されるように、例えば「面積」及び「体積」は、基本的物理量である「長さ」の組合せである。「面積」の次元は「L2」で表わされ、「体積」の次元は「L3」で表わされる。また、「速度」及び「加速度」は、基本的物理量である「長さ」及び「時間」の組合せである。「速度」の次元は「LT-1」で表わされ、「加速度」の次元は「LT-2」で表わされる。 Fig. 4 is a diagram for explaining the dimensions of physical quantities formed by combining basic physical quantities. As shown in Fig. 4, for example, "area" and "volume" are combinations of "length", which is a basic physical quantity. The dimension of "area" is represented by " L2 ", and the dimension of "volume" is represented by " L3 ". Furthermore, "velocity" and "acceleration" are combinations of "length" and "time", which are basic physical quantities. The dimension of "velocity" is represented by "LT -1 ", and the dimension of "acceleration" is represented by "LT -2 ".

物理的な関係を示す数式においては、各辺の次元が一致する。すなわち、入力データ210(図1)を出力データ220に変換する処理においても、入力側と出力側とで次元が一致する。このような前提があるために、入力データ210に含まれる入力項目211の次元と、出力データ220に含まれる出力項目221の次元とに基づいて、入力項目211と出力項目221との接続関係を推定することができる。 In a mathematical formula that indicates a physical relationship, the dimensions of each side match. That is, in the process of converting input data 210 (FIG. 1) into output data 220, the dimensions match on the input side and the output side. Because of this premise, it is possible to estimate the connection relationship between input item 211 and output item 221 based on the dimensions of input item 211 included in input data 210 and the dimensions of output item 221 included in output data 220.

(3-2.製造関連次元)
製造関連次元は、生産及び製造に関する様々な物理量及び指標がどのような基本的な物理量の組合せで構成されているかを示すものである。製造分野における基本的な物理量としては、「時間」等の他に、製品個数、従業者人数、及び、金額等が挙げられる。
(3-2. Manufacturing-related dimensions)
The manufacturing-related dimension indicates what combinations of basic physical quantities constitute various physical quantities and indicators related to production and manufacturing. In addition to "time," basic physical quantities in the manufacturing field include the number of products, the number of employees, and the amount of money.

例えば、「生産数」の次元は「製品個数」の次元と等しく、「製品原価」の次元は「金額」の次元と等しい。また、「製造コスト」の次元は「製品原価」の次元と「製品個数」の次元との積で表わされ、「生産工数」の次元は「従業者人数」の次元と「時間」の次元との積で表わされる。 For example, the dimension of "production volume" is equal to the dimension of "number of products," and the dimension of "product cost" is equal to the dimension of "amount." In addition, the dimension of "manufacturing cost" is expressed as the product of the dimension of "product cost" and the dimension of "number of products," and the dimension of "production labor hours" is expressed as the product of the dimension of "number of employees" and the dimension of "time."

図5は、製造関連次元の一例について説明するための図である。図5に示されるように、例えば、「時間」の次元は「T」で表わされ、「金額」の次元は「M」で表わされる。また、「製品個数」の次元は「Q」で表わされ、「従業者人数」の次元は「N」で表わされる。 Figure 5 is a diagram for explaining an example of a manufacturing-related dimension. As shown in Figure 5, for example, the dimension of "time" is represented by "T" and the dimension of "amount" is represented by "M". In addition, the dimension of "number of products" is represented by "Q" and the dimension of "number of employees" is represented by "N".

例えば、「可動率」は、実働時間をスケジュール上の時間で除算することによって算出される。「実働時間」及び「スケジュール上の時間」の各々の次元は「T」で表わされる。したがって、「可動率」の次元は、「TT-1」で表わされる。また、「性能」は、実効率(個数/時)を標準効率(個数/時)で除算することによって算出される。「実効率」及び「標準効率」の各々の次元は「QT-1」で表わされる。したがって、「性能」の次元は、「QTQ-1-1」で表わされる。また、「品質」は、良品数を開始生産数で除算することによって算出される。「良品数」及び「開始生産数」の各々の次元は「Q」で表わされる。したがって、「品質」の次元は、「QQ-1」で表わされる。 For example, "availability" is calculated by dividing actual working hours by scheduled time. The dimensions of "actual working hours" and "scheduled time" are each represented by "T". Therefore, the dimension of "availability" is represented by "TT -1 ". Furthermore, "performance" is calculated by dividing actual efficiency (number of pieces/hour) by standard efficiency (number of pieces/hour). The dimensions of "actual efficiency" and "standard efficiency" are each represented by "QT -1 ". Therefore, the dimension of "performance" is represented by "QTQ -1 T -1 ". Furthermore, "quality" is calculated by dividing the number of conforming items by the initial production number. The dimensions of "number of conforming items" and "initial production number" are each represented by "Q". Therefore, the dimension of "quality" is represented by "QQ -1 ".

また、「総合設備効率」は、可動率、性能及び品質を乗算することによって算出される。可動率、性能及び品質の各々の次元は上述の通りである。したがって、「総合設備効率」の次元は、「(TT-1)(QTQ-1-1)(QQ-1)」で表わされる。 Moreover, the "overall equipment effectiveness" is calculated by multiplying the availability, performance, and quality. The dimensions of the availability, performance, and quality are as described above. Therefore, the dimension of the "overall equipment effectiveness" is expressed as "(TT -1 ) (QTQ -1 T -1 ) (QQ -1 )."

「可動率」、「性能」、「品質」及び「総合設備効率」の各々においては、次元同士が打ち消し合って無次元となる。しかしながら、本実施の形態において、各製造関連次元は、打ち消す前の状態で定義される。すなわち、可動率の次元は「TT-1」と定義され、性能の次元は「QTQ-1-1」と定義される。また、品質の次元は「QQ-1」で定義され、「総合設備効率」の次元は「(TT-1)(QTQ-1-1)(QQ-1)」で定義される。これは、製造分野における量を求めるために必要な各パラメータの次元情報を残すためである。次に、本実施の形態に従う装置100における動作の一例について説明する。 In each of "availability", "performance", "quality" and "overall equipment effectiveness", the dimensions cancel each other out, making the dimensions dimensionless. However, in this embodiment, each manufacturing-related dimension is defined in a state before the cancellation. That is, the dimension of availability is defined as "TT -1 ", and the dimension of performance is defined as "QTQ -1 T -1 ". In addition, the dimension of quality is defined as "QQ -1 ", and the dimension of "overall equipment effectiveness" is defined as "(TT -1 ) (QTQ -1 T -1 ) (QQ -1 ) ". This is to leave the dimensional information of each parameter necessary for calculating the quantity in the manufacturing field. Next, an example of the operation of the device 100 according to this embodiment will be described.

[4.プログラム作成における補助動作の例]
(4-1.プログラムの例)
図6は、装置100で提供されるプログラム開発環境において開発されるプログラムの一例について説明するための図である。図6を参照して、この例においては、プログラム240が開発される。プログラム240は、製造ラインから製品の検査結果を示す入力データ210を読み込み、読み込まれた入力データ210に処理を施すことによって出力データ220を生成するプログラムである。なお、入力データ210は複数の入力項目211を含み、出力データ220は複数の出力項目221を含む。
[4. Examples of auxiliary actions in programming]
(4-1. Program example)
Fig. 6 is a diagram for explaining an example of a program developed in a program development environment provided by the device 100. Referring to Fig. 6, in this example, a program 240 is developed. The program 240 is a program that reads input data 210 indicating product inspection results from a production line, and generates output data 220 by processing the read input data 210. The input data 210 includes a plurality of input items 211, and the output data 220 includes a plurality of output items 221.

プログラム240は、プログラム要素PE1-PE3を含んでいる。プログラム要素PE1は、入力データ210を読み込む処理を実行するように構成されている。プログラム要素PE2は、読み込まれた入力データ210に処理を施し製造ラインの状態分析に用いられる出力データ220を生成する処理を実行するように構成されている。プログラム要素PE3は、生成された出力データ220を書き込む処理を実行するように構成されている。 Program 240 includes program elements PE1-PE3. Program element PE1 is configured to execute a process of reading input data 210. Program element PE2 is configured to execute a process of processing the read input data 210 to generate output data 220 used in analyzing the status of the production line. Program element PE3 is configured to execute a process of writing the generated output data 220.

プログラム要素PE2においては、入力データ210に含まれる各入力項目211の値にどのような処理が施され、処理後の値がどの出力項目221の値とされるかが規定される。具体的には、プログラム要素PE2においては、入力項目211と出力項目221とを線230で接続すること等によって処理内容が規定される。本実施の形態に従う装置100においては、プログラム開発の容易化のために、プログラム要素PE2等における処理内容の編集時に、入力項目211と出力項目221との接続関係の候補を示す画像(補助画像)が表示される。補助画像については後程詳しく説明する。なお、補助画像は、複数の入力項目211の各々の次元と、複数の出力項目221の各々の次元との比較結果に基づいて表示される。装置100において、各入力項目211の次元は入力側メタデータ215を参照することによって認識され、各出力項目221の次元は出力側メタデータ225を参照することによって認識される。次に、入力側メタデータ215及び出力側メタデータ225について説明する。 In the program element PE2, it is specified what processing is performed on the value of each input item 211 included in the input data 210, and which output item 221 the processed value is set to. Specifically, in the program element PE2, the processing content is specified by connecting the input item 211 and the output item 221 with a line 230, etc. In the device 100 according to the present embodiment, in order to facilitate program development, when editing the processing content in the program element PE2, etc., an image (auxiliary image) showing candidates for the connection relationship between the input item 211 and the output item 221 is displayed. The auxiliary image will be described in detail later. The auxiliary image is displayed based on the result of comparing the dimension of each of the multiple input items 211 with the dimension of each of the multiple output items 221. In the device 100, the dimension of each input item 211 is recognized by referring to the input side metadata 215, and the dimension of each output item 221 is recognized by referring to the output side metadata 225. Next, the input side metadata 215 and the output side metadata 225 will be described.

(4-2.入力データ及び出力データのメタデータの例)
図7は、入力側メタデータ215の一例を示す図である。図7に示されるように、入力側メタデータ215は、入力データ210に含まれる各入力項目211の次元の情報を含んでいる。入力側メタデータ215は、例えば、製造ライン等に予め記憶されている。装置100は、例えば、通信I/F130を介して製造ライン等から入力側メタデータ215を受信する。
(4-2. Examples of metadata for input data and output data)
Fig. 7 is a diagram showing an example of the input-side metadata 215. As shown in Fig. 7, the input-side metadata 215 includes dimensional information of each input item 211 included in the input data 210. The input-side metadata 215 is stored in advance in, for example, a production line. The device 100 receives the input-side metadata 215 from the production line via, for example, the communication I/F 130.

図8は、出力側メタデータ225の一例を示す図である。図8に示されるように、出力側メタデータ225は、出力データ220に含まれる各出力項目221の次元の情報を含んでいる。出力側メタデータ225は、プログラム開発者によって生成される。すなわち、プログラム開発者は、プログラム240の開発時に、出力データ220にどのような出力項目221を含めるかを決定する。その際に、プログラム開発者は、出力側メタデータ225を生成することによって、各出力項目221の次元を規定する。生成された出力側メタデータ225は、例えば、記憶部120に記憶される。 FIG. 8 is a diagram showing an example of output side metadata 225. As shown in FIG. 8, the output side metadata 225 includes information on the dimensions of each output item 221 included in the output data 220. The output side metadata 225 is generated by a program developer. That is, when developing the program 240, the program developer decides what output items 221 are to be included in the output data 220. At that time, the program developer specifies the dimensions of each output item 221 by generating the output side metadata 225. The generated output side metadata 225 is stored, for example, in the storage unit 120.

(4-3.入力項目と出力項目との依存関係の判定方法)
装置100においては、入力項目211と出力項目221との依存関係の強さに応じた補助画像が表示される。入力項目211と出力項目221との依存関係の強さは、入力項目211の次元と出力項目221の次元とを比較することによって判定される。
(4-3. How to determine the dependency between input items and output items)
In the device 100, an auxiliary image is displayed according to the strength of the dependency relationship between the input item 211 and the output item 221. The strength of the dependency relationship between the input item 211 and the output item 221 is determined by comparing the dimension of the input item 211 with the dimension of the output item 221.

図9は、入力項目211と出力項目221との依存関係の強さがどのように判定されるかを説明するための図である。図9に示されるように、入力項目211の次元と出力項目221の次元とが同一である場合には、入力項目211と出力項目221との依存関係は「強い」と判定される。また、入力項目211の次元と出力項目221の次元とが部分的に一致する場合には、入力項目211と出力項目221との依存関係は「やや強い」と判定される。また、入力項目211の次元と出力項目221の次元とが部分的にも一致しない場合には、入力項目211と出力項目221との依存関係は「弱い」と判定される。 Figure 9 is a diagram for explaining how the strength of the dependency between input item 211 and output item 221 is determined. As shown in Figure 9, when the dimension of input item 211 and the dimension of output item 221 are the same, the dependency between input item 211 and output item 221 is determined to be "strong". When the dimension of input item 211 and the dimension of output item 221 partially match, the dependency between input item 211 and output item 221 is determined to be "slightly strong". When the dimension of input item 211 and the dimension of output item 221 do not match even partially, the dependency between input item 211 and output item 221 is determined to be "weak".

(4-4.表示例)
図10は、補助画像の表示イメージを示す図である。図10を参照して、入力項目211と出力項目221との間に表示されている各線230が本実施の形態における補助画像である。補助画像は、プログラム開発者が入力項目211と出力項目221とを線230で接続する前の段階で表示されている。したがって、プログラム開発者は、表示される補助画像を参照することによって入力項目211と出力項目221との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。
(4-4. Display examples)
Fig. 10 is a diagram showing a display image of an auxiliary image. Referring to Fig. 10, each line 230 displayed between an input item 211 and an output item 221 is an auxiliary image in this embodiment. The auxiliary image is displayed at a stage before a program developer connects input items 211 and output items 221 with lines 230. Therefore, a program developer can know candidates for connection relationships between input items 211 and output items 221 by referring to the displayed auxiliary image, and thus can develop a program more easily.

装置100においては、例えば、入力項目211と出力項目221との依存関係の強さに応じて、異なる種類の補助画像が表示される。例えば、入力項目211と出力項目221との依存関係が「強い」場合には入力項目211と出力項目221との間に実線を示す補助画像が表示され、入力項目211と出力項目221との依存関係が「やや強い」場合には入力項目211と出力項目221との間に濃い点線を示す補助画像が表示され、入力項目211と出力項目221との依存関係が「弱い」場合には入力項目211と出力項目221との間に薄い点線を示す補助画像が表示される。したがって、プログラム開発者は、表示される種類の異なる複数の補助画像を参照することによって入力項目211と出力項目221との依存関係の強さをも知ることができるため、より容易にプログラム開発を行なうことができる。 In the device 100, different types of auxiliary images are displayed depending on the strength of the dependency between the input item 211 and the output item 221, for example. For example, if the dependency between the input item 211 and the output item 221 is "strong", an auxiliary image showing a solid line between the input item 211 and the output item 221 is displayed; if the dependency between the input item 211 and the output item 221 is "slightly strong", an auxiliary image showing a thick dotted line between the input item 211 and the output item 221 is displayed; and if the dependency between the input item 211 and the output item 221 is "weak", an auxiliary image showing a thin dotted line between the input item 211 and the output item 221 is displayed. Therefore, a program developer can know the strength of the dependency between the input item 211 and the output item 221 by referring to the multiple auxiliary images of different types displayed, and can more easily develop a program.

[5.装置の動作]
図11は、補助画像の表示手順を示すフローチャートである。このフローチャートに示される処理は、例えば、プログラム開発者から補助画像の表示指示を受け付けた場合に実行されてもよいし、入力データ210を出力データ220に変換するプログラム要素における処理内容の編集時に自動的に実行されてもよい。
5. Operation of the Device
11 is a flowchart showing a procedure for displaying an auxiliary image. The process shown in this flowchart may be executed when an instruction to display an auxiliary image is received from a program developer, or may be executed automatically when editing the process content of a program element that converts input data 210 into output data 220.

図11を参照して、制御部110は、製造ライン等の外部装置から取得された入力側メタデータ215を参照することによって各入力項目211の次元を抽出する(ステップS100)。制御部110は、記憶部120等に記憶された出力側メタデータ225を参照することによって各出力項目221の次元を抽出する(ステップS110)。制御部110は、各入力項目211の次元と各出力項目221の次元とを比較する処理を実行する(ステップS120)。 Referring to FIG. 11, the control unit 110 extracts the dimensions of each input item 211 by referring to the input side metadata 215 acquired from an external device such as a manufacturing line (step S100). The control unit 110 extracts the dimensions of each output item 221 by referring to the output side metadata 225 stored in the storage unit 120 or the like (step S110). The control unit 110 executes a process of comparing the dimensions of each input item 211 with the dimensions of each output item 221 (step S120).

図12は、図11のステップS120における処理手順を示すフローチャートである。図12を参照して、制御部110は、比較未完了の入力項目211を抽出する(ステップS200)。制御部110は、抽出された入力項目211の次元と、比較未完了の出力項目221の次元とを比較する(ステップS210)。制御部110は、比較結果を記憶部120に記憶させる(ステップS220)。 Figure 12 is a flowchart showing the processing procedure in step S120 of Figure 11. Referring to Figure 12, the control unit 110 extracts input items 211 for which comparison has not been completed (step S200). The control unit 110 compares the dimensions of the extracted input items 211 with the dimensions of output items 221 for which comparison has not been completed (step S210). The control unit 110 stores the comparison results in the storage unit 120 (step S220).

制御部110は、ステップS200において抽出された入力項目211と全出力項目221との比較が完了したか否かを判定する(ステップS230)。比較が完了していないと判定されると(ステップS230においてNO)、制御部110は、再びステップS210-S230の処理を繰り返す。 The control unit 110 determines whether the comparison between the input items 211 extracted in step S200 and all output items 221 is complete (step S230). If it is determined that the comparison is not complete (NO in step S230), the control unit 110 repeats the processing of steps S210-S230 again.

一方、比較が完了したと判定されると(ステップS230においてYES)、制御部110は、全入力項目211に関し比較が完了したか否かを判定する(ステップS240)。全入力項目211に関し比較が完了していないと判定されると(ステップS240においてNO)、制御部110は、再びステップS200-S240の処理を繰り返す。一方、全入力項目211に関し比較が完了したと判定されると(ステップS240においてYES)、図12に示される処理は完了する。 On the other hand, if it is determined that the comparison is complete (YES in step S230), the control unit 110 determines whether or not the comparison is complete for all input items 211 (step S240). If it is determined that the comparison is not complete for all input items 211 (NO in step S240), the control unit 110 repeats the processing of steps S200-S240 again. On the other hand, if it is determined that the comparison is complete for all input items 211 (YES in step S240), the processing shown in FIG. 12 is completed.

再び図11を参照して、制御部110は、次元の比較結果に基づいて、入力項目211と出力項目221との依存関係の強さを判定する処理を実行する(ステップS130)。 Referring again to FIG. 11, the control unit 110 executes a process to determine the strength of the dependency between the input item 211 and the output item 221 based on the result of the dimension comparison (step S130).

図13は、図11のステップS130における処理手順を示すフローチャートである。図13を参照して、制御部110は、記憶部120に記憶されているいずれかの比較結果を抽出する(ステップS300)。制御部110は、抽出された比較結果に基づいて、入力項目211と出力項目221とで次元が同一であるか否かを判定する(ステップS310)。次元が同一であると判定されると(ステップS310においてYES)、制御部110は、入力項目211と出力項目221との依存関係が「強い」と判定する(ステップS320)。なお、各判定結果は、記憶部120に記憶される。 Figure 13 is a flowchart showing the processing procedure in step S130 of Figure 11. Referring to Figure 13, the control unit 110 extracts one of the comparison results stored in the storage unit 120 (step S300). Based on the extracted comparison result, the control unit 110 determines whether the dimensions of the input item 211 and the output item 221 are the same (step S310). If it is determined that the dimensions are the same (YES in step S310), the control unit 110 determines that the dependency between the input item 211 and the output item 221 is "strong" (step S320). Each determination result is stored in the storage unit 120.

一方、次元が同一ではないと判定されると(ステップS310においてNO)、制御部110は、入力項目211と出力項目221とで次元が部分的に一致するか否かを判定する(ステップS330)。次元が部分的に一致すると判定されると(ステップS330においてYES)、制御部110は、入力項目211と出力項目221との依存関係が「やや強い」と判定する(ステップS340)。 On the other hand, if it is determined that the dimensions are not the same (NO in step S310), the control unit 110 determines whether the dimensions of the input item 211 and the output item 221 partially match (step S330). If it is determined that the dimensions partially match (YES in step S330), the control unit 110 determines that the dependency between the input item 211 and the output item 221 is "slightly strong" (step S340).

一方、次元が部分的にも一致しないと判定されると(ステップS330においてNO)、制御部110は、入力項目211と出力項目221との依存関係が「弱い」と判定する(ステップS350)。図11に示される処理を通じて記憶部120に記憶された全比較結果に関し、図13に示される処理が実行される。 On the other hand, if it is determined that the dimensions do not match even partially (NO in step S330), the control unit 110 determines that the dependency between the input item 211 and the output item 221 is "weak" (step S350). The process shown in FIG. 13 is executed for all comparison results stored in the storage unit 120 through the process shown in FIG. 11.

再び図11を参照して、制御部110は、ステップS130において判定された依存関係の強さに応じた線230を、各入力項目211と各出力項目221との間に表示するように表示部140を制御する(ステップS140)。プログラム開発者は、表示される各線230を参照することによって入力項目211と出力項目221との接続関係の候補を知ることができるため、容易にプログラム開発を行なうことができる。 Referring again to FIG. 11, the control unit 110 controls the display unit 140 to display lines 230 between each input item 211 and each output item 221 according to the strength of the dependency determined in step S130 (step S140). A program developer can easily develop a program because the program developer can know candidates for the connection relationship between the input item 211 and the output item 221 by referring to each displayed line 230.

[6.特徴]
以上のように、本実施の形態に従う装置100においては、複数の入力項目211の各々の次元、及び、複数の出力項目221の各々の次元に基づいて、入力項目211と出力項目221との接続関係の候補をプログラム開発者に認識させる補助画像(線230)が表示される。したがって、プログラム開発者は、表示される補助画像(線230)を参照することによって入力項目211と出力項目221との接続関係の候補を知ることができるため、より容易にプログラム開発を行なうことができる。
[6. Features]
As described above, in device 100 according to the present embodiment, an auxiliary image (line 230) that allows a program developer to recognize candidates for connection relationships between input items 211 and output items 221 is displayed based on the dimensions of each of the plurality of input items 211 and the dimensions of each of the plurality of output items 221. Therefore, a program developer can know candidates for connection relationships between input items 211 and output items 221 by referring to the displayed auxiliary image (line 230), and therefore can develop a program more easily.

[7.変形例]
以上、実施の形態について説明したが、本発明は、上記実施の形態に限定されるものではなく、その趣旨を逸脱しない限りにおいて、種々の変更が可能である。
7. Modifications
Although the embodiment has been described above, the present invention is not limited to the above embodiment, and various modifications are possible without departing from the spirit of the present invention.

例えば、入力データ210は必ずしも製造ラインから取得される必要はない。また、プログラム開発環境で開発されるプログラム240はETLプログラムに限定されない。また、補助画像が必ずしも線230である必要はない。例えば、接続関係の候補を示すメッセージが画面200上に表示されてもよい。 For example, the input data 210 does not necessarily have to be obtained from a manufacturing line. Furthermore, the program 240 developed in the program development environment is not limited to an ETL program. Furthermore, the auxiliary image does not necessarily have to be a line 230. For example, a message indicating a candidate connection relationship may be displayed on the screen 200.

100 装置、101 ETLプログラムDB、102 制御プログラム、110 制御部、111 CPU、112 RAM、113 ROM、120 記憶部、130 通信I/F、140 表示部、150 受付部、200 画面、210 入力データ、211 入力項目、215 入力側メタデータ、220 出力データ、221 出力項目、225 出力側メタデータ、230 線、240 プログラム、PE1,PE2,PE3 プログラム要素、X1,X2,X3,X4 処理ブロック。 100 device, 101 ETL program DB, 102 control program, 110 control unit, 111 CPU, 112 RAM, 113 ROM, 120 storage unit, 130 communication I/F, 140 display unit, 150 reception unit, 200 screen, 210 input data, 211 input item, 215 input side metadata, 220 output data, 221 output item, 225 output side metadata, 230 line, 240 program, PE1, PE2, PE3 program elements, X1, X2, X3, X4 processing block.

Claims (7)

入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境におけるビジュアルプログラミングの補助方法であって、
前記入力データは、複数の入力項目を含み、
前記出力データは、複数の出力項目を含み、
前記プログラム開発環境においては、前記入力項目と前記出力項目とを画面上で接続することによって前記プログラムが開発され、
前記補助方法は、前記複数の入力項目の各々の次元、及び、前記複数の出力項目の各々の次元に基づいて、前記入力項目と前記出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するステップを含む、補助方法。
A visual programming assistance method in a program development environment capable of developing a program that processes input data to generate output data, comprising:
The input data includes a plurality of input items,
the output data includes a plurality of output items;
in the program development environment, the program is developed by connecting the input items and the output items on a screen;
The assistance method includes a step of displaying an image that allows a program developer to recognize candidate connection relationships between the input items and the output items based on the dimensions of each of the plurality of input items and the dimensions of each of the plurality of output items.
前記複数の入力項目の各々の次元と、前記複数の出力項目の各々の次元との比較を行なうステップをさらに含み、
前記画像は、前記比較結果に基づいて表示される、請求項1に記載の補助方法。
performing a comparison between a dimension of each of the plurality of input items and a dimension of each of the plurality of output items;
The method of claim 1 , wherein the image is displayed based on the comparison.
前記比較結果に基づいて、前記入力項目と前記出力項目との依存関係の強さを判定するステップをさらに含み、
前記依存関係の強さに応じて、異なる種類の前記画像が表示される、請求項2に記載の補助方法。
The method further includes determining a strength of a dependency relationship between the input item and the output item based on a result of the comparison;
The method of claim 2 , wherein different types of the images are displayed depending on the strength of the dependency.
前記画像は、前記入力項目と前記出力項目とを結ぶ線である、請求項1から請求項3のいずれか1項に記載の補助方法。 The assistance method according to any one of claims 1 to 3, wherein the image is a line connecting the input item and the output item. 前記プログラムは、ETL(Extract/Transform/Load)処理を実行するように構成されている、請求項1から請求項4のいずれか1項に記載の補助方法。 The assistance method according to any one of claims 1 to 4, wherein the program is configured to execute an ETL (Extract/Transform/Load) process. 入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境におけるビジュアルプログラミングの補助動作をコンピュータに実行させる制御プログラムであって、
前記入力データは、複数の入力項目を含み、
前記出力データは、複数の出力項目を含み、
前記プログラム開発環境においては、前記入力項目と前記出力項目とを画面上で接続することによって前記プログラムが開発され、
前記制御プログラムは、前記複数の入力項目の各々の次元、及び、前記複数の出力項目の各々の次元に基づいて、前記入力項目と前記出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するステップを前記コンピュータに実行させる、制御プログラム。
A control program for causing a computer to execute auxiliary operations of visual programming in a program development environment capable of developing a program for processing input data and generating output data, comprising:
The input data includes a plurality of input items,
the output data includes a plurality of output items;
in the program development environment, the program is developed by connecting the input items and the output items on a screen;
The control program causes the computer to execute a step of displaying an image that allows a program developer to recognize candidate connection relationships between the input items and the output items based on the dimensions of each of the multiple input items and the dimensions of each of the multiple output items.
入力データに処理を施して出力データを生成するプログラムを開発可能なプログラム開発環境を提供する装置であって、
前記入力データは、複数の入力項目を含み、
前記出力データは、複数の出力項目を含み、
前記プログラム開発環境においては、前記入力項目と前記出力項目とを画面上で接続することによって前記プログラムが開発され、
前記装置は、
表示部と、
前記表示部を制御するように構成された制御部とを備え、
前記制御部は、前記複数の入力項目の各々の次元、及び、前記複数の出力項目の各々の次元に基づいて、前記入力項目と前記出力項目との接続関係の候補をプログラム開発者に認識させる画像を表示するように前記表示部を制御する、装置。
An apparatus for providing a program development environment capable of developing a program for processing input data to generate output data, comprising:
The input data includes a plurality of input items,
the output data includes a plurality of output items;
in the program development environment, the program is developed by connecting the input items and the output items on a screen;
The apparatus comprises:
A display unit;
A control unit configured to control the display unit,
The control unit controls the display unit to display an image that allows a program developer to recognize candidate connection relationships between the input items and the output items based on the dimensions of each of the multiple input items and the dimensions of each of the multiple output items.
JP2020087153A 2020-05-19 2020-05-19 Auxiliary method, control program and device Active JP7472650B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020087153A JP7472650B2 (en) 2020-05-19 2020-05-19 Auxiliary method, control program and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020087153A JP7472650B2 (en) 2020-05-19 2020-05-19 Auxiliary method, control program and device

Publications (2)

Publication Number Publication Date
JP2021182233A JP2021182233A (en) 2021-11-25
JP7472650B2 true JP7472650B2 (en) 2024-04-23

Family

ID=78606590

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020087153A Active JP7472650B2 (en) 2020-05-19 2020-05-19 Auxiliary method, control program and device

Country Status (1)

Country Link
JP (1) JP7472650B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000089944A (en) 1998-07-15 2000-03-31 Hitachi Software Eng Co Ltd Method for displaying connection guide marker, system therefor and recording medium
JP2003308207A (en) 2002-04-17 2003-10-31 Hitachi Software Eng Co Ltd Program specifications preparation system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000089944A (en) 1998-07-15 2000-03-31 Hitachi Software Eng Co Ltd Method for displaying connection guide marker, system therefor and recording medium
JP2003308207A (en) 2002-04-17 2003-10-31 Hitachi Software Eng Co Ltd Program specifications preparation system

Also Published As

Publication number Publication date
JP2021182233A (en) 2021-11-25

Similar Documents

Publication Publication Date Title
US20120019535A1 (en) Information management system, method and program
JP2013534310A5 (en)
JP2005173788A (en) Autonomic computing system, execution environment control method, and program
JP2022529178A (en) Features of artificial intelligence recommended models Processing methods, devices, electronic devices, and computer programs
JP2007193457A (en) Factor estimation system, factor estimation program, recording medium for recording factor estimation program, and factor estimation method
JP6525043B2 (en) DATA GENERATION DEVICE, DATA GENERATION METHOD, AND PROGRAM
JP2007200082A (en) Method, system and program for evaluating assemblability
JP7472650B2 (en) Auxiliary method, control program and device
JP2019204334A (en) Design support system
WO2020057104A1 (en) Method and device for application development
JP6618642B1 (en) Program execution support device, program execution support method, and program execution support program
WO2020140733A1 (en) Method and apparatus for evaluating device ambient noise, medium, and electronic device
WO2024004203A1 (en) Maintenance assistance system, maintenance assistance method, and maintenance assistance program
JP7233521B2 (en) Inspection system and inspection method
JP5224759B2 (en) Test formula creation support system, test formula creation support method, and test formula creation support program
JP5600826B1 (en) Unstructured data processing system, unstructured data processing method and program
CN114545828B (en) Distributed control system operation logic display method, device, equipment and storage medium
WO2021176982A1 (en) Display method, control program, and device
CN115396281B (en) Alarm visualization method, device, equipment and computer readable storage medium
JP2021179703A (en) Display method, control program and device
JP7456199B2 (en) Visual programming auxiliary method, program and visual programming auxiliary device
JP2016053751A (en) Information processing device, information processing method, and program
WO2021172026A1 (en) Determination method, information provision method, control program, and determination device
JP2006155094A (en) Product development supporting device, product development supporting method and product development supporting program
CN114443141A (en) Method and device for determining cyclic constraint fault of measurement and control instruction

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20210325

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230307

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20240306

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20240312

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240325

R150 Certificate of patent or registration of utility model

Ref document number: 7472650

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150