JP2019096160A - Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program - Google Patents

Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program Download PDF

Info

Publication number
JP2019096160A
JP2019096160A JP2017226297A JP2017226297A JP2019096160A JP 2019096160 A JP2019096160 A JP 2019096160A JP 2017226297 A JP2017226297 A JP 2017226297A JP 2017226297 A JP2017226297 A JP 2017226297A JP 2019096160 A JP2019096160 A JP 2019096160A
Authority
JP
Japan
Prior art keywords
identification information
conversion
conversion information
value
input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017226297A
Other languages
Japanese (ja)
Other versions
JP6969318B2 (en
Inventor
弘章 山田
Hiroaki Yamada
弘章 山田
小林 義明
Yoshiaki Kobayashi
義明 小林
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
Omron Tateisi Electronics Co
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, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP2017226297A priority Critical patent/JP6969318B2/en
Priority to PCT/JP2018/040970 priority patent/WO2019102828A1/en
Publication of JP2019096160A publication Critical patent/JP2019096160A/en
Application granted granted Critical
Publication of JP6969318B2 publication Critical patent/JP6969318B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)
  • Stored Programmes (AREA)

Abstract

To reduce work associated with generation of a control program.SOLUTION: A conversion information acquisition device comprises: an input control unit that receives input of instrument identification information being identification information indicating an instrument connected to a control device; and a conversion information acquisition unit that acquires conversion information for converting an output value being a value output from the instrument indicated by the instrument identification information to the control device, to an industrial quantity on the basis of the instrument identification information received in the input control unit, from a storage device which correspondingly stores the instrument identification information and the conversion information.SELECTED DRAWING: Figure 2

Description

本発明は、変換情報取得装置、プログラム開発支援装置、変換情報取得方法及び変換情報取得プログラムに関する。   The present invention relates to a conversion information acquisition apparatus, a program development support apparatus, a conversion information acquisition method, and a conversion information acquisition program.

プログラマブルロジックコントローラ(PLC)等のコントローラは、センサ等の入力機器やモーター等の出力機器から出力される値を取得し保持する。これらの機器から出力される出力値(以下「機器出力値」という。)は、一般的に、電圧値や電流値等のアナログ値であることが多い。例えば、圧力センサであっても、機器出力値は圧力の値そのものではなく電圧値や電流値等である。そのため、データの集計や解析を行うためには、機器出力値を、圧力や長さ等の意味を持つ値(以下「工業量」という。)へ変換してからデータベースへ蓄積することが好ましい。   A controller such as a programmable logic controller (PLC) acquires and holds values output from an input device such as a sensor or an output device such as a motor. In general, output values (hereinafter referred to as “device output values”) output from these devices are often analog values such as voltage values and current values. For example, even with a pressure sensor, the device output value is not a pressure value itself but a voltage value, a current value, or the like. Therefore, in order to perform aggregation and analysis of data, it is preferable to convert the device output value into a value having a meaning such as pressure or length (hereinafter referred to as “industrial quantity”) and then store it in the database.

コントローラが機器出力値から工業量への変換処理を実行するためには、ユーザがコントローラの制御プログラムを事前に生成しておく必要がある。例えば、特許文献1には、ユーザによる制御プログラムのプログラミング作業を支援する技術が開示されている。   In order for the controller to execute the conversion process from the device output value to the industrial quantity, the user needs to generate a control program of the controller in advance. For example, Patent Document 1 discloses a technique for assisting a user in programming a control program.

再公表WO2013/191275号公報Republished WO2013 / 191275

従来、ユーザは、使用するセンサ等の機器のデータシート(例えば仕様書)を機器ベンダ等から取り寄せ、データシートに記載されている仕様を読み解き、機器出力値から工業量へ変換するための変換式を制御プログラムに組み込む必要があった。データシートの入手には手間がかかるという問題や、同じ内容であっても機器ベンダや機器の種別によってデータシートに記載されている語句が異なっているという問題がある。また、データシートに記載されている語句が同一であっても機器ベンダや機器の種別によって異なる意味で用いられている場合もある。そのため、制御プログラムへの変換式の組み込みは煩雑な作業となり、多くの時間を要することがある。   Conventionally, a user obtains a data sheet (for example, a specification) of a device such as a sensor to be used from a device vendor or the like, reads a specification described in the data sheet and interprets it, and converts the device output value into an industrial quantity. Had to be incorporated into the control program. There is a problem that it takes time and effort to obtain the data sheet, and there is a problem that the terms described in the data sheet differ depending on the equipment vendor and the type of the equipment even if the contents are the same. Also, even if the terms described in the data sheet are the same, they may be used in different meanings depending on the equipment vendor and the type of equipment. Therefore, incorporation of the conversion formula into the control program is a complicated operation and may require a lot of time.

本発明は上記の点に鑑みてなされたものであり、コントローラの制御プログラムの生成に係る作業を軽減することができる変換情報取得装置、プログラム開発支援装置、変換情報取得方法及び変換情報取得プログラムを提供することを目的とする。   The present invention has been made in view of the above points, and provides a conversion information acquisition device, a program development support device, a conversion information acquisition method, and a conversion information acquisition program that can reduce the work involved in generating a control program of a controller. Intended to be provided.

本発明の一態様は、制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御部と、前記入力制御部において受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得部と、を備える変換情報取得装置である。   One aspect of the present invention is based on an input control unit that receives an input of device identification information that is identification information indicating a device connected to a control device, and the device identification information received by the input control unit. A storage in which conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, into an industrial quantity is associated with the device identification information and the conversion information. It is a conversion information acquisition device provided with the conversion information acquisition part acquired from an apparatus.

本発明の一態様は、上記の変換情報取得装置であって、前記変換情報は、前記出力値を前記工業量に変換するための変換式を示す情報を含む。   One embodiment of the present invention is the conversion information acquisition device described above, wherein the conversion information includes information indicating a conversion formula for converting the output value into the industrial amount.

本発明の一態様は、上記の変換情報取得装置であって、前記変換情報は、前記変換式に代入されるパラメータ値を示す情報を含む。   One embodiment of the present invention is the conversion information acquisition device described above, wherein the conversion information includes information indicating a parameter value to be substituted into the conversion equation.

本発明の一態様は、上記の変換情報取得装置であって、前記変換情報は、アナログ値として表される前記出力値をデジタル値に変換するA/D変換器に応じて予め定義される、前記出力値を前記デジタル値に変換するための第一変換情報と、前記機器に応じて予め定められる、前記デジタル値を前記工業量に変換するための第二変換情報と、を含む。   One aspect of the present invention is the conversion information acquisition device described above, wherein the conversion information is predefined according to an A / D converter that converts the output value represented as an analog value into a digital value. It includes first conversion information for converting the output value to the digital value, and second conversion information for converting the digital value to the industrial amount, which is predetermined according to the device.

本発明の一態様は、制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御部と、前記入力制御部において受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得部と、前記変換情報に基づいて、前記制御装置において実行されることによって前記出力値を前記工業量に変換するための制御プログラムのコードを生成するプログラム生成部と、を備えるプログラム開発支援装置である。   One aspect of the present invention is based on an input control unit that receives an input of device identification information that is identification information indicating a device connected to a control device, and the device identification information received by the input control unit. A storage in which conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, into an industrial quantity is associated with the device identification information and the conversion information. A conversion information acquisition unit acquired from a device, and a program generation unit that generates a control program code for converting the output value into the industrial amount by being executed by the control device based on the conversion information; A program development support device.

本発明の一態様は、コンピュータによる変換情報取得方法であって、制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御ステップと、前記入力制御ステップにおいて受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換、あるいは工業量を前記制御装置から前記機器識別情報が示す機器に対して入力される値である入力値に逆変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得ステップと、を有する。   One aspect of the present invention is a conversion information acquisition method by a computer, which comprises an input control step of receiving an input of device identification information which is identification information indicating a device connected to a control device, and the input control step. An output value which is a value output from the device indicated by the device identification information to the control device is converted to an industrial amount based on the determined device identification information, or an industrial amount is converted from the control device to the device identification information A conversion information acquisition step of acquiring conversion information for inversely converting into an input value, which is a value input to the device indicated by, from a storage device that stores the device identification information and the conversion information in association with each other; Have.

本発明の一態様は、コンピュータに、制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御ステップと、前記入力制御ステップにおいて受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得ステップと、を実行させるための変換情報取得プログラムである。   According to an aspect of the present invention, there is provided an input control step for receiving an input of device identification information which is identification information indicating a device connected to a control device, and the device identification information received in the input control step. Based on the device identification information, the conversion information is associated with conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, to an industrial quantity. It is a conversion information acquisition program for executing the conversion information acquisition step acquired from the storage device to be stored.

本発明によれば、制御プログラムの生成に係る作業を軽減することができる。   According to the present invention, the work relating to the generation of a control program can be reduced.

第1の実施形態に係る制御システム1の全体構成を示すブロック図である。FIG. 1 is a block diagram showing an entire configuration of a control system 1 according to a first embodiment. 第1の実施形態における端末装置30の機能構成を示すブロック図である。It is a block diagram showing functional composition of terminal unit 30 in a 1st embodiment. 工業量LIB301のテーブル構成の一例を示す図である。It is a figure which shows an example of the table structure of industrial quantity LIB301. デバイスLIB302のテーブル構成の一例を示す図である。It is a figure showing an example of table composition of device LIB302. 中継デバイスLIB303のテーブル構成の一例を示す図である。It is a figure showing an example of table composition of relay device LIB303. フォーマッティング設定画面の画面例を示す図である。It is a figure which shows the example of a screen of a formatting setting screen. フォーマッティング設定画面の画面例を示す図である。It is a figure which shows the example of a screen of a formatting setting screen. 端末装置30の動作を示すフローチャートである。5 is a flowchart showing an operation of the terminal device 30. 第2の実施形態に係る制御システム2の全体構成を示すブロック図である。It is a block diagram which shows the whole structure of the control system 2 which concerns on 2nd Embodiment.

<第1の実施形態>
以下、第1の実施形態について説明する。
[制御システムの全体構成]
以下、制御システム1の全体構成について、図面を参照しながら説明する。
図1は、第1の実施形態に係る制御システム1の全体構成を示すブロック図である。図1に示すように、制御システム1は、コントローラ10と、入力機器20−1〜20−mと、出力機器21−1〜21−nと、端末装置30と、DB(データベース)40と、を含んで構成される。なお、m及びnは1以上の整数を示す。コントローラ10、端末装置30及びDB40は、例えばイーサネット(登録商標)等のネットワークを用いて構成される。コントローラ10と入力機器20−1〜20−m及び出力機器21−1〜21−nは、ケーブルで個別に接続されてもよいし、EtherCAT(登録商標)等のネットワークを用いて接続されてもよい。
First Embodiment
The first embodiment will be described below.
[Overall configuration of control system]
Hereinafter, the entire configuration of the control system 1 will be described with reference to the drawings.
FIG. 1 is a block diagram showing an entire configuration of a control system 1 according to the first embodiment. As shown in FIG. 1, the control system 1 includes a controller 10, input devices 20-1 to 20-m, output devices 21-1 to 21-n, a terminal device 30, and a DB (database) 40. It is comprised including. In addition, m and n show an integer greater than or equal to 1. The controller 10, the terminal device 30, and the DB 40 are configured using a network such as Ethernet (registered trademark), for example. The controller 10, the input devices 20-1 to 20-m, and the output devices 21-1 to 21-n may be individually connected by a cable, or may be connected using a network such as EtherCAT (registered trademark). Good.

コントローラ10は、例えば、PLC等の制御装置である。コントローラ10は、入力機器20−1〜20−m、出力機器21−1〜21−n、端末装置30及びDB40との間でデータの通信を行うことができる。コントローラ10は、入力機器20−1〜20−mから出力された機器出力値と、出力機器21−1〜21−nから出力された機器出力値と、を示すデータを取得する。   The controller 10 is, for example, a control device such as a PLC. The controller 10 can perform data communication with the input devices 20-1 to 20-m, the output devices 21-1 to 21-n, the terminal device 30, and the DB 40. The controller 10 acquires data indicating device output values output from the input devices 20-1 to 20-m and device output values output from the output devices 21-1 to 21-n.

コントローラ10は、端末装置30から出力された制御プログラムを取得し、記憶する。制御プログラムには、機器出力値を示すデータから工業量を示すデータへのデータ変換処理(スケーリング処理)、工業量に対して意味付けを行う意味付け処理、工業量に対して単位付けを行う単位付け処理が含まれる。また、制御プログラムには、工業量を示すデータから機器入力値を示すデータへのデータ変換処理(スケーリング処理)が含まれる。   The controller 10 acquires and stores the control program output from the terminal device 30. The control program includes data conversion processing (scaling processing) from data representing device output values to data representing industrial quantities, semantic processing for giving meaning to industrial quantities, and a unit for uniting industrial quantities Processing is included. Further, the control program includes data conversion processing (scaling processing) from data representing the industrial amount to data representing the device input value.

以下、データ変換処理、意味付け処理及び単位付け処理をまとめて「フォーマッティング」という。意味付け処理とは、例えば、「圧力」や「温度」等の、工業量が示す意味を工業量に対して紐づける処理のことである。単位付け処理とは、例えば、「MPa」や「℃」等の、工業量の単位を工業量に対して紐づける処理のことである。   Hereinafter, the data conversion process, the meaning assignment process, and the unitization process are collectively referred to as “formatting”. The meaning giving process is, for example, a process in which the meaning indicated by the industrial amount such as "pressure" or "temperature" is associated with the industrial amount. The unitizing process is, for example, a process of associating industrial units such as “MPa” and “° C.” with industrial units.

コントローラ10は、制御プログラムを実行することによって、入力機器20−1〜20−m及び出力機器21−1〜21−nから取得した機器出力値を示すデータに対してフォーマッティングを行う。コントローラ10は、工業量への変換、意味付け及び単位付けがなされたデータをDB40へ出力する。このときコントローラ10は、出力対象の工業量を、予め定められたデータ型に当て嵌めてDB40へ出力してもよい。   The controller 10 executes a control program to perform formatting on data indicating device output values acquired from the input devices 20-1 to 20-m and the output devices 21-1 to 21-n. The controller 10 outputs the data converted to the industrial quantity, the meaning and the unitization to the DB 40. At this time, the controller 10 may output the industrial amount to be output to the DB 40 by applying it to a predetermined data type.

また、コントローラ10は、予めインストールされている制御プログラムにしたがって制御処理を行うことによって、出力機器21−1〜21−nに対する指令値を示す工業量を決定する。コントローラ10は、決定された工業量に応じて、各出力機器21−1〜21−nに対して入力するアナログ値(以下「機器入力値」という。)を決定する。そして、コントローラ10は、機器入力値を示すデータを用いて各出力機器21−1〜21−nに対し指令する。   Further, the controller 10 performs control processing in accordance with a control program installed in advance to thereby determine an industrial quantity indicating command values for the output devices 21-1 to 21-n. The controller 10 determines an analog value (hereinafter referred to as “device input value”) to be input to each of the output devices 21-1 to 21-n according to the determined industrial amount. Then, the controller 10 instructs each of the output devices 21-1 to 21-n using data indicating the device input value.

入力機器20−1〜20−mは、例えば、温度センサや圧力センサ等の入力機器である。出力機器21−1〜21−nは、例えば、サーボモータ等の機器である。以下の説明では、入力機器及び出力機器をまとめて「デバイス」と呼ぶ。   The input devices 20-1 to 20-m are, for example, input devices such as a temperature sensor and a pressure sensor. The output devices 21-1 to 21-n are, for example, devices such as servomotors. In the following description, the input device and the output device are collectively referred to as "device".

入力機器20−1〜20−mは、それぞれ対象物に対するセンシングを行う。入力機器20−1〜20−mは、センシングの結果として得られる機器出力値を示すデータをコントローラ10へ送信する。例えば、温度センサからは温度に応じた機器出力値が得られ、圧力センサからは圧力に応じた機器出力値が得られる。サーボモータ等の出力機器21−1〜21−nからは、出力機器21−1〜21−nの動作に応じた値が機器出力値として得られる。例えば、サーボモータからは回転数や回転位置を示す値が機器出力値として得られる。また、上述したとおり、コントローラ10は出力機器21−1〜21−nに対して機器入力値を指令する。機器入力値の具体例として、例えばサーボモータにおける回転数や回転位置を示す値がある。このような機器入力値を用いることによって、サーボモータへの回転数指令や回転位置指令が行われてもよい。   The input devices 20-1 to 20-m each perform sensing on an object. The input devices 20-1 to 20-m transmit, to the controller 10, data indicating device output values obtained as a result of sensing. For example, a device output value corresponding to the temperature is obtained from the temperature sensor, and a device output value corresponding to the pressure is obtained from the pressure sensor. From the output devices 21-1 to 21-n such as servomotors, values according to the operation of the output devices 21-1 to 21-n are obtained as device output values. For example, from the servomotor, values indicating the number of rotations and the rotational position are obtained as device output values. Further, as described above, the controller 10 instructs the output devices 21-1 to 21-n to input device values. As a specific example of the device input value, for example, there is a value indicating the number of rotations or the rotational position of the servomotor. By using such an apparatus input value, a rotational speed command or rotational position command to the servomotor may be performed.

端末装置30(プログラム開発支援装置)は、例えば、パーソナルコンピュータ等の情報処理装置である。端末装置30は、ユーザによる操作入力を受け付け、操作入力に基づいてコントローラ10の制御プログラムを生成する。端末装置30は、生成した制御プログラムをコントローラ10へ送信する。   The terminal device 30 (program development support device) is, for example, an information processing device such as a personal computer. The terminal device 30 receives an operation input by the user, and generates a control program of the controller 10 based on the operation input. The terminal device 30 transmits the generated control program to the controller 10.

DB40は、サーバ装置等の情報処理装置である。DB40は、磁気ハードディスク装置や半導体記憶装置等の記憶装置を備える。DB40は、コントローラ10から出力された工業量を示すデータを取得し、取得したデータを記憶する。   The DB 40 is an information processing apparatus such as a server apparatus. The DB 40 includes storage devices such as a magnetic hard disk drive and a semiconductor storage device. The DB 40 acquires data indicating the industrial amount output from the controller 10, and stores the acquired data.

[端末装置の機能構成]
以下、端末装置30の機能構成について、図面を参照しながら更に詳しく説明する。
図2は、第1の実施形態における端末装置30の機能構成を示すブロック図である。図2に示すように、端末装置30は、ライブラリ記憶部300と、制御部310と、通信部320と、入力部330と、出力部340と、を含んで構成される。
[Functional configuration of terminal device]
Hereinafter, the functional configuration of the terminal device 30 will be described in more detail with reference to the drawings.
FIG. 2 is a block diagram showing a functional configuration of the terminal device 30 in the first embodiment. As shown in FIG. 2, the terminal device 30 includes a library storage unit 300, a control unit 310, a communication unit 320, an input unit 330, and an output unit 340.

ライブラリ記憶部300は、磁気ハードディスク装置や半導体記憶装置等の記憶装置を用いて構成される。ライブラリ記憶部300は、工業量LIB(ライブラリ)301と、デバイスLIB(ライブラリ)302と、中継デバイスLIB(ライブラリ)303と、を予め記憶している。工業量LIB301、デバイスLIB302及び中継デバイスLIB303は、例えば、入力機器20−1〜20−mや出力機器21−1〜21−n等の各デバイスのベンダから提供されるデータシート等に記載された情報に基づいて得られる。   The library storage unit 300 is configured using a storage device such as a magnetic hard disk drive or a semiconductor storage device. The library storage unit 300 stores in advance an industrial amount LIB (library) 301, a device LIB (library) 302, and a relay device LIB (library) 303. The industrial amount LIB 301, the device LIB 302, and the relay device LIB 303 are described in, for example, a data sheet provided by the vendor of each device such as the input devices 20-1 to 20-m and the output devices 21-1 to 21-n. Obtained based on information.

図3は、工業量LIB301のテーブル構成の一例を示す図である。
工業量LIB301は、例えば、単位情報と意味情報とが対応付けられたデータのリストである。単位情報は、機器出力値が示す値(工業量)の単位を示す情報である。意味情報は、工業量の意味を示す情報である。工業量LIB301には、例えば、「Pa(パスカル)」という単位と、「M(メガ)、k(キロ)」などの単位接頭辞と、「圧力」、「ゲージ圧」及び「絶対圧」という意味とが対応付けられている。工業量LIB301には、例えば、「℃、°F」という単位と「温度」という意味とが対応付けられている。
FIG. 3 is a diagram showing an example of a table configuration of the industrial amount LIB301.
The industrial amount LIB 301 is, for example, a list of data in which unit information and semantic information are associated. Unit information is information indicating a unit of a value (industrial quantity) indicated by the device output value. The semantic information is information indicating the meaning of the industrial amount. The industrial quantity LIB 301 includes, for example, a unit "Pa (pascal)", a unit prefix such as "M (mega), k (kilo)", and the like, "pressure", "gauge pressure" and "absolute pressure". The meaning is associated with it. In the industrial amount LIB 301, for example, a unit of "° C., ° F." and a meaning of "temperature" are associated with each other.

図4は、デバイスLIB302のテーブル構成の一例を示す図である。
デバイスLIB302は、工業量情報と機器入出力値(機器入力値及び機器出力値)に関する情報とスケーリング情報とを対応付けたデータのリストである。機器入出力値に関する情報とは、機器入出力値の値に影響を与える情報である。機器入出力値に関する情報は、例えば機器出力値を出力するデバイス又は機器入力値が入力されるデバイスを示す情報(以下「デバイス識別情報」という。)や、対象とする工業量名、インタフェース種別などである。デバイス識別情報は、例えばデバイスの型番などの値を用いて表されてもよい。
FIG. 4 is a diagram showing an example of the table configuration of the device LIB 302. As shown in FIG.
The device LIB 302 is a list of data in which industrial amount information, information on device input / output values (device input values and device output values), and scaling information are associated with each other. The information on the device input / output value is information that affects the value of the device input / output value. The information related to the device input / output value is, for example, information indicating a device that outputs the device output value or a device to which the device input value is input (hereinafter referred to as "device identification information"), the target industrial amount name, interface type, etc. It is. The device identification information may be represented using a value such as the model number of the device, for example.

インタフェース種別が、例えば汎用アナログ出力の場合は、例えば機器が取り扱う工業量が圧力の場合でも、機器出力値は電圧値などとなる。この場合、変換方式は例えば一次式となって、スケーリングパラメータとの組合せで機器出力値(例えば電圧値)を圧力値に変換することができる。また、インタフェース種別が汎用アナログ出力であるので、これに対応するA/D変換器などの中継デバイスを経由して機器がコントローラ10に接続されることがわかる。なお、インタフェース種別が、例えばEtehrCAT(登録商標)などのネットワーク通信方式(接続方法)を示す値であってもよい。この場合、機器出力値として工業量が出力される場合がある。この場合、変換方式は無変換となる。   When the interface type is, for example, a general-purpose analog output, the device output value is, for example, a voltage value even when the industrial quantity handled by the device is pressure. In this case, the conversion method is, for example, a linear expression, and the device output value (for example, voltage value) can be converted into a pressure value in combination with the scaling parameter. Further, since the interface type is a general-purpose analog output, it is understood that the device is connected to the controller 10 via a corresponding relay device such as an A / D converter. The interface type may be, for example, a value indicating a network communication method (connection method) such as EthehrCAT (registered trademark). In this case, an industrial amount may be output as the device output value. In this case, the conversion method is not converted.

図5は、中継デバイスLIB303のテーブル構成の一例を示す図である。
中継デバイスLIB303は、機器入出力値に関する情報とスケーリング情報とを対応付けたデータのリストである。機器入出力値に関する情報とは、機器入出力値に影響を与える情報である。機器入出力値に関する情報は、例えばアナログ信号を入力しデジタル値へと変換出力するデバイスを示す情報(以下「中継デバイス識別情報」という。)や、入力インタフェース種別である。中継デバイス識別情報は、例えばデバイスの型番などの値を用いて表されてもよい。インタフェース種別が、例えば汎用アナログ入力の場合は、機器入力値は電圧値などとなる。この場合、変換方式は例えば一次式となって、スケーリングパラメータとの組合せで機器入力値(例えば電圧値)をデジタル値に変換することができる。一般的にこのアナログ−デジタル変換では、変換機器のデジタルbit単位での分解能力(以下「分解能」という。)に応じて値が変換される。そのため、変換機器の分解能によって、同じ機器入力値(例えば電圧値)であっても、異なる変換結果が得られる場合がある。
FIG. 5 is a diagram showing an example of a table configuration of the relay device LIB303.
The relay device LIB 303 is a list of data in which information on device input / output values is associated with scaling information. The information on the device input / output value is information that affects the device input / output value. The information related to the device input / output value is, for example, information (hereinafter referred to as “relay device identification information”) indicating a device that inputs an analog signal and converts and outputs it to a digital value, and an input interface type. The relay device identification information may be represented using a value such as a device model number, for example. When the interface type is, for example, a general purpose analog input, the device input value is a voltage value or the like. In this case, the conversion method is, for example, a linear expression, and the device input value (for example, voltage value) can be converted into a digital value in combination with the scaling parameter. In general, in this analog-to-digital conversion, values are converted according to the resolution capability (hereinafter referred to as "resolution") of the conversion device in digital bit units. Therefore, depending on the resolution of the conversion device, different conversion results may be obtained even with the same device input value (for example, voltage value).

スケーリング情報とは、例えば機器出力値を、中継デバイスを経由してデジタル値で表される工業量に変換するための情報である。スケーリング情報は、例えば機器出力値を工業量に変換する際に用いられる数式を示す情報であってもよい。より具体的には、スケーリング情報は、式の形を示す情報(以下「変換式」という。)と、変換式に用いられるパラメータの具体的な値を示す情報(以下「スケーリングパラメータ」という。)との組み合わせで表されてもよい。変換式は、例えば「無変換」、「一次式」、「二次式」などの値を持つ。変換式の値が「無変換」である場合、機器出力値が既に工業量になっていることを示す。変換式の値が「一次式」である場合、機器出力値を“x”、工業量を“y”としたときにy=ax+bで表されることを示す。変換式の値が「二次式」である場合、機器出力値を“x”、工業量を“y”としたときにy=ax^2+bx+cで表されることを示す。なお、“x^n”はxの冪乗を示す。これらの変換式において用いられているa、b、cの各値が変換パラメータによって表される。なお、変換式が無変換である場合には、スケーリングパラメータは定義されない。このような場合であっても、コントローラ10は、機器出力値に対して意味付け及び単位付けを行ってもよい。このような処理が行われることによって、たとえデータ変換処理が行われなかったとしても、意味づけ及び単位付けがなされた値を上位装置(例えばDB40)に出力することが可能となる。   The scaling information is, for example, information for converting a device output value into an industrial amount represented by a digital value via a relay device. The scaling information may be, for example, information indicating a mathematical expression used when converting the device output value into an industrial amount. More specifically, scaling information is information indicating the form of an equation (hereinafter referred to as "conversion equation") and information indicating a specific value of a parameter used in the conversion equation (hereinafter referred to as "scaling parameter"). And may be expressed in combination with The conversion formula has, for example, values such as “no conversion”, “primary expression”, “secondary expression” and the like. If the value of the conversion equation is "no conversion", it indicates that the device output value is already in industrial quantity. When the value of the conversion equation is “primary expression”, it is represented by y = ax + b when the device output value is “x” and the industrial amount is “y”. When the value of the conversion equation is a "secondary equation", it is represented by y = ax ^ 2 + bx + c when the device output value is "x" and the industrial quantity is "y". Here, "x ^ n" indicates the power of x. Each value of a, b and c used in these conversion formulas is represented by conversion parameters. If the conversion formula is not converted, the scaling parameter is not defined. Even in such a case, the controller 10 may perform meaning assignment and unitization on the device output value. By performing such a process, even if the data conversion process is not performed, it is possible to output the value to which the meaning and uniting have been performed to the upper apparatus (for example, the DB 40).

例えば機器出力値を、A/D変換器などの中継デバイスを経由して得られたデジタル値としてコントローラ10で工業量に変換する場合、スケーリング処理として2段階の変換が行われる。例えば、コントローラ10が保持するデジタル値が、汎用アナログ(出力電圧)の圧力センサの値を示す場合、第1段階として中継デバイスLIB303の変換式及びスケーリングパラメータを使用してデジタル値から電圧値を求める。そして第2段階としてデバイスLIB302の変換式及びスケーリングパラメータを使用して電圧値から工業量値を求める。このように構成されることによって、A/D変換器等の変換機器と、入力機器又は出力機器との組み合わせに応じたより正確なスケーリングを行うことが可能となる。   For example, when converting a device output value into an industrial quantity by the controller 10 as a digital value obtained via a relay device such as an A / D converter, two-step conversion is performed as scaling processing. For example, when the digital value held by the controller 10 indicates the value of a general-purpose analog (output voltage) pressure sensor, the voltage value is determined from the digital value using the conversion equation and scaling parameters of the relay device LIB 303 as the first step. . Then, as a second step, the industrial quantity value is obtained from the voltage value using the conversion formula of the device LIB 302 and the scaling parameter. With this configuration, more accurate scaling can be performed according to the combination of the conversion device such as the A / D converter and the input device or the output device.

図2に戻って端末装置30の説明を続ける。
制御部310は、端末装置30における各種の処理を制御する。制御部310は、例えば、CPU(Central Processing Unit;中央演算処理装置)等のプロセッサやメモリを含んで構成される。図2に示すように、制御部310は、予め定められたプログラムを実行することによって、プログラミング機能部311、ライブラリ検索部312、データ型定義部313及びプログラム生成部314として機能する。
Returning to FIG. 2, the description of the terminal device 30 is continued.
The control unit 310 controls various processes in the terminal device 30. The control unit 310 includes, for example, a processor such as a central processing unit (CPU) and a memory. As shown in FIG. 2, the control unit 310 functions as a programming function unit 311, a library search unit 312, a data type definition unit 313, and a program generation unit 314 by executing a predetermined program.

プログラミング機能部311は、例えばユーザが制御プログラムを作成するためのユーザインタフェースを提供する。プログラミング機能部311は、ユーザによって作成された制御プログラムに対し、プログラム生成部314によって生成されたコードを組み込む。プログラミング機能部311は、制御プログラムをコンパイルし、コントローラ10に出力する。   The programming function unit 311 provides, for example, a user interface for the user to create a control program. The programming function unit 311 incorporates the code generated by the program generation unit 314 into the control program generated by the user. The programming function unit 311 compiles the control program and outputs the control program to the controller 10.

ライブラリ検索部312(変換情報取得部)は、プログラミング機能部311から出力される指示情報に応じて、ライブラリ記憶部300に記憶された情報からデータを取得する。具体的には、ライブラリ検索部312は、工業量LIB301、デバイスLIB302及び中継デバイスLIB303のいずれか一つ又は複数を検索し、データを取得する。ライブラリ検索部312は、取得したデータをプログラミング機能部311へ出力する。   The library search unit 312 (conversion information acquisition unit) acquires data from the information stored in the library storage unit 300 according to the instruction information output from the programming function unit 311. Specifically, the library search unit 312 searches for one or more of the industrial amount LIB 301, the device LIB 302, and the relay device LIB 303, and acquires data. The library search unit 312 outputs the acquired data to the programming function unit 311.

データ型定義部313は、コントローラ10がDB40に対して工業量を含むデータを送信する際に用いられる構造体データを定義する。構造体データとは、意味付けされた複数のデータのかたまりを意味する。   The data type definition unit 313 defines structure data used when the controller 10 transmits data including industrial quantities to the DB 40. The structure data means a group of plural data items added with meaning.

プログラム生成部314は、ユーザによって設定された値に基づいて、制御プログラムのコードの一部を自動的に生成する。例えば、プログラム生成部314は、ユーザによって設定された値に基づいて、フォーマッティングを行うためのコードを自動的に生成する。プログラム生成部314は、生成されたコードをプログラミング機能部311に出力する。   The program generation unit 314 automatically generates a part of the control program code based on the value set by the user. For example, the program generation unit 314 automatically generates a code for formatting based on the value set by the user. The program generation unit 314 outputs the generated code to the programming function unit 311.

通信部320は、通信ネットワークを介してコントローラ10と通信接続するための通信インタフェースである。通信部320は、制御部310によって生成された制御プログラムを、コントローラ10へ送信する。   The communication unit 320 is a communication interface for communication connection with the controller 10 via a communication network. The communication unit 320 transmits the control program generated by the control unit 310 to the controller 10.

入力部330(入力制御部)は、ユーザからの操作入力を受け付ける入力デバイスである。入力部330は、キーボード、ポインティングデバイス(マウス、タブレット等)、ボタン、タッチパネル等の既存の入力装置を用いて構成される。入力部330は、ユーザの指示を端末装置30に入力する際にユーザによって操作される。入力部330は、入力装置を端末装置30に接続するためのインタフェースであっても良い。この場合、入力部330は、入力装置においてユーザの入力に応じ生成された入力信号を端末装置30に入力する。   The input unit 330 (input control unit) is an input device that receives an operation input from a user. The input unit 330 is configured using an existing input device such as a keyboard, a pointing device (mouse, tablet or the like), a button, a touch panel or the like. The input unit 330 is operated by the user when inputting an instruction of the user to the terminal device 30. The input unit 330 may be an interface for connecting an input device to the terminal device 30. In this case, the input unit 330 inputs to the terminal device 30 an input signal generated in response to an input of the user in the input device.

出力部340は、ユーザに対して、例えば、フォーマッティング設定画面等の画面を提示するための出力デバイスである。出力部340は、例えば、液晶ディスプレイ(LCD;Liquid Crystal Display)、有機EL(Electroluminescence;エレクトロルミネッセンス)ディスプレイ又はCRT(Cathode Ray Tube;陰極線管)等のディスプレイを含んで構成される。   The output unit 340 is an output device for presenting a screen such as, for example, a formatting setting screen to the user. The output unit 340 includes, for example, a display such as a liquid crystal display (LCD), an organic electroluminescence (EL) display, or a cathode ray tube (CRT).

なお、入力部330及び出力部340は、タッチパネル等の入出力機能を有する1つのデバイスによって構成されていてもよい。   The input unit 330 and the output unit 340 may be configured by one device having an input / output function such as a touch panel.

[フォーマッティング設定画面の画面例]
以下、端末装置30の出力部340に表示されるフォーマッティング設定画面の一例について、図面を参照しながら説明する。図6及び図7は、フォーマッティング設定画面の画面例を示す図である。
[Example screen of formatting setting screen]
Hereinafter, an example of the formatting setting screen displayed on the output unit 340 of the terminal device 30 will be described with reference to the drawings. 6 and 7 are diagrams showing examples of the formatting setting screen.

ユーザがフォーマッティングの設定を行うことを入力部330を介して入力すると、プログラミング機能部311は、フォーマッティング設定画面scr1を出力部340に表示する。ユーザは、端末装置30の出力部340に表示されたフォーマッティング設定画面scr1を参照する。フォーマッティング設定画面scr1を操作することによって、ユーザは、制御プログラムにおいて用いられる工業量の変数を取得するためのコードを生成することができる。ユーザは、まず、変数の定義の対象となっているデバイス(以下「対象デバイス」という。)について、変数の名称として工業量変数名を定義する。工業量変数名は、デバイスから出力される機器出力値に基づいて得られる工業量を示す変数の名称である。ユーザは、入力部330を用いてフォーマッティング設定画面scr1における「工業量変数名」の欄に名称を入力する。   When the user inputs the setting of the formatting through the input unit 330, the programming function unit 311 displays the formatting setting screen scr 1 on the output unit 340. The user refers to the formatting setting screen scr1 displayed on the output unit 340 of the terminal device 30. By operating the formatting setting screen scr1, the user can generate code for acquiring the variable of the industrial amount used in the control program. The user first defines an industrial variable name as a variable name for a device that is the target of variable definition (hereinafter referred to as “target device”). The industrial quantity variable name is a name of a variable indicating the industrial quantity obtained based on the device output value output from the device. The user uses the input unit 330 to input a name in the field of “Industrial variable variable name” in the formatting setting screen scr1.

図6に示すように、ユーザは、フォーマッティング設定画面scr1における「工業量変数名」の欄に、例えば、配管Aに設置された内圧を計測するセンサの出力を示す変数の名前として「配管A−内圧」という文字列を入力し、「工業量名」として「圧力」を選択入力する。   As shown in FIG. 6, in the field of “Industrial variable name” in the formatting setting screen scr 1, for example, the user sets “Pipe A − as the name of a variable indicating the output of a sensor installed in the pipe A to measure the internal pressure. Input the text "Internal pressure" and select and input "Pressure" as "Product name".

「工業量名」が選択入力されると、ライブラリ検索部312は、「工業量名」に対応付けられた単位情報のリストを工業量LIB301から取得する。ライブラリ検索部312は、1又は複数の単位情報を取得する。ライブラリ検索部312は、取得した単位情報の値をプログラミング機能部311に出力する。プログラミング機能部311は、取得された単位情報のリストを、フォーマッティング設定画面scr1における「単位」の欄のプルダウンメニューに登録する。ユーザが入力部330を介して「単位」の欄のプルダウンメニューの表示を指示すると、この指示に応じてプログラミング機能部311はプルダウンメニューとして1又は複数の「単位」を選択肢として表示する。ユーザは、「単位」の欄のプルダウンメニューの中から、配管Aの内圧を計測するセンサによって得られる工業量の単位(例えば図6においては「MPa」)を選択する。   When “industrial quantity name” is selected and inputted, the library search unit 312 acquires a list of unit information associated with “industrial quantity name” from the industrial quantity LIB 301. The library search unit 312 acquires one or more unit information. The library search unit 312 outputs the value of the acquired unit information to the programming function unit 311. The programming function unit 311 registers the acquired list of unit information in the pull-down menu of the “unit” column in the formatting setting screen scr1. When the user instructs to display a pull-down menu in the “unit” column via the input unit 330, the programming function unit 311 displays one or more “units” as options as a pull-down menu in response to this instruction. The user selects a unit of industrial quantity (for example, “MPa” in FIG. 6) obtained by the sensor that measures the internal pressure of the pipe A, from the pull-down menu in the “unit” column.

このように、ユーザが「工業量名」を選択入力することにより、対応する単位のリストが自動的に工業量LIB301から読み出される。そのため、ユーザは容易に単位付けを定義することができる。   As described above, when the user selects and inputs the “industrial quantity name”, the list of corresponding units is automatically read out from the industrial quantity LIB 301. Therefore, the user can easily define the unitization.

次に、ユーザは、フォーマッティング設定画面scr1における「デバイス名」の欄において、対象デバイスのデバイス名をプルダウンメニューの中から選択する。図7は、デバイス名のプルダウンメニューの表示例を示す図である。ライブラリ検索部312は、「工業量名」が「圧力」であるデバイスのデバイス名をデバイスLIB302から取得する。ライブラリ検索部312は、取得された1又は複数のデバイス名の値をプログラミング機能部311に出力する。プログラミング機能部311は、ライブラリ検索部312によって取得されたデバイス名を、選択候補としてプルダウンメニューに表示する。図7の例では、「工業量変数名」及び「単位」の欄に、それぞれ「配管A−内圧」、「圧力」と入力された場合、「デバイス識別情報」のプルダウンには、「A社圧力センサ1」、「D社圧力センサ1」及び「D社圧力センサ2」という3つの選択肢が表示される。ユーザは、表示された選択肢の中から対象デバイスを示すデバイス名の値(文字列)を選択する。選択された値は、「デバイス識別情報」の欄の値として入力される。同様に、ライブラリ検索部312はデバイスのインタフェース種別をデバイスLIB302から取得する。ライブラリ検索部312は、例えばインタフェース種別が汎用アナログ(電圧)の場合は、対応する中継デバイス識別情報を中継デバイスLIB303から選択し取得する。プログラミング機能部311は、ライブラリ検索部312によって取得された中継デバイス識別情報を選択候補としてプルダウンメニューに表示し、ユーザによって選択された値を「中継デバイス識別情報」の欄の値として入力する。   Next, the user selects the device name of the target device from the pull-down menu in the "device name" field of the formatting setting screen scr1. FIG. 7 is a view showing a display example of a pull-down menu of device names. The library search unit 312 acquires, from the device LIB 302, the device name of the device whose “manufacturing amount name” is “pressure”. The library search unit 312 outputs the acquired values of one or more device names to the programming function unit 311. The programming function unit 311 displays the device name acquired by the library search unit 312 in the pull-down menu as a selection candidate. In the example of FIG. 7, when “Piping A-Internal pressure” and “Pressure” are input in the “Industrial variable name” and “Unit” fields, “A Company A” is displayed in the pull-down of “Device identification information”. Three options, pressure sensor 1 "," D company pressure sensor 1 "and" D company pressure sensor 2 ", are displayed. The user selects a device name value (character string) indicating the target device from the displayed options. The selected value is input as the value of the "device identification information" field. Similarly, the library search unit 312 acquires the interface type of the device from the device LIB 302. For example, when the interface type is general purpose analog (voltage), the library search unit 312 selects and acquires the corresponding relay device identification information from the relay device LIB303. The programming function unit 311 displays the relay device identification information acquired by the library search unit 312 as a selection candidate on the pull-down menu, and inputs the value selected by the user as the value of the “relay device identification information” field.

フォーマッティング設定画面scr1において、「デバイス識別情報」及び「中継デバイス識別情報」の各欄に値が入力されると、ライブラリ検索部312は、「デバイス識別情報」及び「中継デバイス識別情報」の値の組み合わせに対応付けられたスケーリング情報をデバイスLIB302及び中継デバイスLIB303から取得する。本実施形態の例では、ライブラリ検索部312は、「デバイス識別情報」及び「中継デバイス識別情報」の値の組み合わせに対応付けられた「変換式」及び「変換パラメータ」の値を取得する。ライブラリ検索部312は、取得された「変換式」及び「変換パラメータ」の値をプログラミング機能部311に出力する。プログラミング機能部311は、取得された「変換式」及び「変換パラメータ」の値を、それぞれの欄に入力された値としてフォーマッティング設定画面scr1に表示する。その後ユーザによってプログラムの自動生成の指示が入力されると、プログラミング機能部311は、各欄に入力された値と、コード生成指示をプログラム生成部314に出力する。プログラム生成部314は、コード生成指示にしたがって、各値に基づいてスケーリングを行うための制御プログラムのコードを生成する。例えば、プログラム生成部314は、変換式毎に予め与えられているコードの雛形に対し、工業量変数名、単位、変換パラメータ、デバイス名及びデバイス変数の各値を所定の位置に埋め込むことによってコードを生成してもよい。このとき、第1段階の情報として、中継デバイスLIB303の変換式及びスケーリングパラメータが用いられ、第2段階の情報として、デバイスLIB302の変換式及びスケーリングパラメータが用いられてもよい。このように2つの段階の値が用いられることによって、A/D変換器等の変換機器と、入力機器又は出力機器との組み合わせに応じたより正確なスケーリングを行うための制御プログラムのコードを自動生成することが可能となる。   When values are input in the “device identification information” and “relay device identification information” fields in the formatting setting screen scr1, the library search unit 312 determines that the values of “device identification information” and “relay device identification information” are set. The scaling information associated with the combination is acquired from the device LIB 302 and the relay device LIB 303. In the example of the present embodiment, the library search unit 312 acquires the values of the “conversion equation” and the “conversion parameter” associated with the combination of the values of “device identification information” and “relay device identification information”. The library search unit 312 outputs the acquired values of “conversion equation” and “conversion parameter” to the programming function unit 311. The programming function unit 311 displays the acquired values of “conversion formula” and “conversion parameter” on the formatting setting screen scr1 as the values input in the respective columns. Thereafter, when the user inputs an instruction to automatically generate a program, the programming function unit 311 outputs the values input in the respective columns and the code generation instruction to the program generation unit 314. The program generation unit 314 generates a code of a control program for scaling based on each value in accordance with the code generation instruction. For example, the program generation unit 314 embeds the values of industrial quantity variable name, unit, conversion parameter, device name, and device variable in predetermined positions for a template of a code given in advance for each conversion formula. May be generated. At this time, the conversion equation and scaling parameters of the relay device LIB 303 may be used as the first stage information, and the conversion equation and scaling parameters of the device LIB 302 may be used as the second stage information. Thus, by using the values of the two stages, a control program code for performing more accurate scaling according to the combination of the conversion device such as the A / D converter and the input device or the output device is automatically generated. It is possible to

このように、ユーザが機器出力値に関する情報を入力することによって、この機器出力値を工業量に変換するためのスケーリング情報がデバイスLIB302及び中継デバイスLIB303から自動的に取得される。そのため、ユーザは使用されるデバイスやA/D変換器に応じた適切なスケーリング情報を容易に設定することが可能となる。   As described above, when the user inputs information on the device output value, scaling information for converting the device output value to the industrial amount is automatically acquired from the device LIB 302 and the relay device LIB 303. Therefore, the user can easily set appropriate scaling information according to the device and A / D converter to be used.

[端末装置の動作]
以下、端末装置30の動作の一例について、図面を参照しながら説明する。
図8は、端末装置30の動作を示すフローチャートである。なお、以下に示すフローチャートが示す処理の流れは一例にすぎず、他の処理の流れで端末装置30が実装されてもよい。
[Operation of terminal]
Hereinafter, an example of the operation of the terminal device 30 will be described with reference to the drawings.
FIG. 8 is a flowchart showing the operation of the terminal device 30. In addition, the flow of the process which the flowchart shown below shows is only an example, and the terminal device 30 may be mounted by the flow of another process.

図8に示されるフローチャートが示す処理は、端末装置30の入力部330によって、ユーザによるフォーマッティング設定画面scr1の表示指示を示す操作入力を受け付ける(ステップS01)。プログラミング機能部311は、表示指示に応じてフォーマッティング設定画面scr1を出力部340に表示する(ステップS02)。プログラミング機能部311は、ユーザから工業量変数名及び工業量名の入力を受け付ける(ステップS03)。ライブラリ検索部312は、選択入力された工業量名に応じて、工業量LIB301から単位情報を取得する。さらに、ライブラリ検索部312は、選択入力された工業量名に応じて、デバイスLIB302からデバイス識別情報の選択肢を、必要により中継デバイスLIB303から中継デバイス識別情報の選択肢を取得する(ステップS04)。プログラミング機能部311は、ユーザによってデバイス識別情報及び中継デバイス識別情報の選択肢の表示指示がなされると、ステップS04において取得されたデバイス識別情報及び中継デバイス識別情報の選択肢をプルダウンメニューとして表示する。   In the process shown by the flowchart shown in FIG. 8, the input unit 330 of the terminal device 30 receives an operation input indicating a display instruction of the formatting setting screen scr1 by the user (step S01). The programming function unit 311 displays the formatting setting screen scr1 on the output unit 340 according to the display instruction (step S02). The programming function unit 311 receives an input of an industrial amount variable name and an industrial amount name from the user (step S03). The library search unit 312 acquires unit information from the industrial amount LIB 301 in accordance with the selected industrial amount name. Further, the library search unit 312 acquires an option of device identification information from the device LIB 302 and, if necessary, an option of relay device identification information from the relay device LIB 303 according to the selected industrial quantity name (step S04). When the user instructs to display options of device identification information and relay device identification information, the programming function unit 311 displays the options of the device identification information and relay device identification information acquired in step S04 as a pull-down menu.

ユーザによってデバイス識別情報及び中継デバイス識別情報の入力がなされると(ステップS05)、ライブラリ検索部312は、入力されたデバイス識別情報及び中継デバイス識別情報に応じたスケーリング情報をデバイスLIB302及び中継デバイスLIB303から取得する(ステップS06)。スケーリング情報の具体例として、図8に示されるフローチャートでは、変換式及び変換パラメータの値が取得される。その後、ユーザによってプログラムの自動生成の指示が入力されると、プログラミング機能部311は、ユーザによって設定された各値とコード生成指示とに基づいて、機器出力値を工業量に変換する制御プログラムのコードを生成する(ステップS07)。そして、プログラミング機能部311は、プログラム生成部314によって生成されたコードを含む制御プログラムをコンパイルすることによって機械語コードを生成し、通信部320を介してコントローラ10に出力する(ステップS08)。   When the device identification information and the relay device identification information are input by the user (step S05), the library search unit 312 performs scaling information according to the input device identification information and the relay device identification information to the device LIB 302 and the relay device LIB 303. Are obtained from (step S06). As a specific example of the scaling information, in the flowchart illustrated in FIG. 8, values of the conversion formula and the conversion parameter are acquired. Thereafter, when the user inputs an instruction to automatically generate a program, the programming function unit 311 converts the device output value into an industrial quantity based on each value set by the user and the code generation instruction. A code is generated (step S07). Then, the programming function unit 311 generates a machine language code by compiling a control program including the code generated by the program generation unit 314, and outputs the machine language code to the controller 10 via the communication unit 320 (step S08).

<第2の実施形態>
以下、第2の実施形態について説明する。図9は、第2の実施形態に係る制御システム2の全体構成を示すブロック図である。
Second Embodiment
The second embodiment will be described below. FIG. 9 is a block diagram showing the overall configuration of a control system 2 according to the second embodiment.

第1の実施形態に係る制御システム1では、各種のライブラリデータ(工業量LIB301、デバイスLIB302及び中継デバイスLIB303)は、端末装置30において記憶されていた。第2の実施形態に係る制御システム2では、各種のライブラリデータの一部又は全ては、端末装置30と通信ネットワーク60を介して通信可能に接続される他の情報処理装置に記憶されている。具体的には、ライブラリサーバ50が各種のライブラリデータ(工業量LIB301、デバイスLIB302及び中継デバイスLIB303)の一部又は全てを記憶する。   In the control system 1 according to the first embodiment, various library data (the industrial amount LIB 301, the device LIB 302, and the relay device LIB 303) are stored in the terminal device 30. In the control system 2 according to the second embodiment, some or all of various library data are stored in another information processing apparatus communicably connected to the terminal apparatus 30 via the communication network 60. Specifically, the library server 50 stores a part or all of various library data (manufacturing amount LIB 301, device LIB 302, and relay device LIB 303).

ライブラリサーバ50は、通信可能な情報処理装置である。ライブラリサーバ50は、例えばパーソナルコンピュータやサーバ装置を用いて構成される。ライブラリサーバ50は、磁気ハードディスク装置や半導体記憶装置等の記憶装置を備える。ライブラリサーバ50の記憶装置には、工業量LIB301、デバイスLIB302及び中継デバイスLIB303の一部又は全部が記録される。   The library server 50 is an information processing apparatus that can communicate. The library server 50 is configured using, for example, a personal computer or a server device. The library server 50 includes storage devices such as a magnetic hard disk drive and a semiconductor storage device. In the storage device of the library server 50, some or all of the industrial amount LIB 301, the device LIB 302, and the relay device LIB 303 are recorded.

第2の実施形態においては、端末装置30は予めライブラリ記憶部300を備えている必要は無い。端末装置30は、所定のタイミングでライブラリサーバ50からライブラリデータの一部又は全部を取得してもよい。例えば、端末装置30は、所定の更新タイミングで、ライブラリサーバ50からライブラリデータをダウンロードしてもよい。この場合、ダウンロードされたライブラリデータは、端末装置30が備える記憶装置に記録される。例えば、ライブラリサーバ50は、ライブラリデータが更新されたタイミングで、端末装置30に対して更新されたことを通知してもよい。この場合、端末装置30は、更新されたライブラリデータを、通知に応じてダウンロードしてもよい。端末装置30は、自装置の記憶装置(ローカルの記憶装置)にライブラリデータを記憶しないように構成されてもよい。この場合、ライブラリ検索部312は、ライブラリデータから情報を取得する際にライブラリサーバ50に対して問い合わせを行う。例えば、ライブラリ検索部312は、「デバイス名」及び「デバイス変数」をキーとして「変換式」及び「変換パラメータ」の値を取得する際に、ライブラリサーバ50に対して問い合わせを行う。ライブラリ検索部312は、問い合わせの結果として「変換式」及び「変換パラメータ」を取得してもよい。
なお、ライブラリサーバ50は、端末装置30の管理主体やコントローラ10の管理主体とは異なる主体によって設計や運用がなされてもよい。
In the second embodiment, the terminal device 30 need not have the library storage unit 300 in advance. The terminal device 30 may acquire part or all of library data from the library server 50 at a predetermined timing. For example, the terminal device 30 may download library data from the library server 50 at a predetermined update timing. In this case, the downloaded library data is recorded in a storage device provided in the terminal device 30. For example, the library server 50 may notify the terminal device 30 that the library data has been updated, to the terminal device 30. In this case, the terminal device 30 may download the updated library data in response to the notification. The terminal device 30 may be configured not to store library data in its own storage device (local storage device). In this case, the library search unit 312 makes an inquiry to the library server 50 when acquiring information from library data. For example, the library search unit 312 inquires of the library server 50 when acquiring values of “conversion formula” and “conversion parameter” using “device name” and “device variable” as keys. The library search unit 312 may acquire “conversion formula” and “conversion parameter” as a result of the query.
The library server 50 may be designed and operated by an entity different from the administration entity of the terminal device 30 and the administration entity of the controller 10.

通信ネットワーク60は、例えば、インターネット、各種の閉域網(例えば、専用線、またはVPN(Virtual Private Network;仮想プライベートネットワーク)等)又はこれらの通信ネットワークの組合せによって構成される。なお、通信ネットワーク60は、有線の通信ネットワークであってもよいし、一部又は全部が無線の通信ネットワークであってもよい。   The communication network 60 is configured by, for example, the Internet, various closed area networks (for example, a private line, or a VPN (Virtual Private Network)), or a combination of these communication networks. The communication network 60 may be a wired communication network, or a part or all of the communication network may be a wireless communication network.

以上説明したように、実施形態に係る端末装置30は、入力機器20や出力機器21等のデバイスからコントローラ10に対して出力される値である機器出力値を工業量に変換するための情報をライブラリから取得する。そのため、フォーマッティング(意味付け、単位付け及び値の変換)に要するユーザの労力を削減することが可能となる。したがって、コントローラ10の制御プログラムの生成に係るユーザの作業を容易にすることができる。   As described above, the terminal device 30 according to the embodiment converts information for converting a device output value, which is a value output from the device such as the input device 20 or the output device 21 to the controller 10, to an industrial quantity. Get from library. Therefore, it is possible to reduce the effort of the user required for formatting (meaning, uniting and conversion of values). Therefore, the user's work relating to the generation of the control program of the controller 10 can be facilitated.

(変形例)
以上、実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、様々な設計変更等をすることが可能である。例えば、端末装置30の制御部310が実行する機能の一部は、他の情報処理装置によって実行されてもよい。例えば、制御部310が実行する機能のうち、プログラム生成部314の機能が、ネットワークを介して通信可能な他の情報処理装置(例えばクラウド)によって提供されてもよい。この場合、プログラミング機能部311は、コードの生成を行う場合に、ネットワークを介して提供されるプログラム生成部314に対して値及びコード生成指示を送信してもよい。
(Modification)
As mentioned above, although embodiment was described in detail, a specific structure is not restricted to the above-mentioned thing, It is possible to make various design changes etc. For example, part of the functions performed by the control unit 310 of the terminal device 30 may be performed by another information processing apparatus. For example, among the functions executed by the control unit 310, the function of the program generation unit 314 may be provided by another information processing apparatus (for example, a cloud) that can communicate via a network. In this case, when generating the code, the programming function unit 311 may transmit the value and the code generation instruction to the program generation unit 314 provided via the network.

上述した端末装置30は、ユーザに対して図6及び図7に示されるようなユーザインタフェースを提供する機能(プログラミング機能部311の一部の機能)と、ライブラリ検索部312と、を備える装置(変換情報取得装置)として実装されてもよい。この場合、変換情報取得装置として実装された端末装置30は、ユーザの操作に応じてライブラリ記憶部300に記憶される各ライブラリを検索することによって変換式や変換パラメータの各値(変換情報)を取得する。そして、端末装置30は、取得された変換情報を、変換情報に基づいて制御プログラムを生成するプログラム開発支援装置に対して出力する。このような変換情報取得装置によっても、コントローラの制御プログラムの生成に係るユーザの作業を軽減することが可能となる。   The above-described terminal device 30 includes a function (a part of functions of the programming function unit 311) for providing the user interface as shown in FIGS. 6 and 7 to the user, and a library search unit 312 It may be implemented as a conversion information acquisition device). In this case, the terminal device 30 implemented as a conversion information acquisition device searches each library stored in the library storage unit 300 according to the user's operation to obtain each value (conversion information) of the conversion formula and conversion parameter. get. Then, the terminal device 30 outputs the acquired conversion information to a program development support device that generates a control program based on the conversion information. Such a conversion information acquisition device also makes it possible to reduce the work of the user involved in generating the control program of the controller.

なお、上述した実施形態における端末装置30の一部又は全部をコンピュータで実現するようにしてもよい。その場合、この制御機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現してもよい。   A part or all of the terminal device 30 in the embodiment described above may be realized by a computer. In that case, a program for realizing the control function may be recorded in a computer readable recording medium, and the program recorded in the recording medium may be read and executed by a computer system.

なお、ここでいう「コンピュータシステム」とは、端末装置30に内蔵されたコンピュータシステムであって、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。   Here, the “computer system” is a computer system built in the terminal device 30, and includes an OS and hardware such as peripheral devices. The term "computer-readable recording medium" refers to a storage medium such as a flexible disk, a magneto-optical disk, a ROM, a portable medium such as a ROM or a CD-ROM, or a hard disk built in a computer system.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信回線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでもよい。また上述したプログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。   Furthermore, the “computer-readable recording medium” is one that holds a program dynamically for a short time, such as a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case may also include one that holds a program for a certain period of time. Further, the above-described program may be for realizing a part of the above-described functions, and further, the above-described functions may be realized in combination with a program already recorded in a computer system. .

また、上述した実施形態における端末装置30を、LSI(Large Scale Integration)等の集積回路として実現してもよい。端末装置30の各機能ブロックは個別にプロセッサ化してもよいし、一部、または全部を集積してプロセッサ化してもよい。また、集積回路化の手法はLSIに限らず専用回路、または汎用プロセッサで実現してもよい。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、技術による集積回路を用いてもよい。   Further, the terminal device 30 in the above-described embodiment may be realized as an integrated circuit such as an LSI (Large Scale Integration). Each functional block of the terminal device 30 may be individually processorized, or part or all may be integrated and processorized. Further, the method of circuit integration is not limited to LSI's, and implementation using dedicated circuitry or general purpose processors is also possible. In the case where integrated circuit technology comes out to replace LSI's as a result of the advancement of semiconductor technology, integrated circuits based on such technology may also be used.

1,2・・・制御システム、10・・・コントローラ、20−1〜20−m・・・入力機器、21−1〜21−n・・・出力機器、30・・・端末装置、40・・・DB、300・・・ライブラリ記憶部、301・・・工業量LIB、302・・・デバイスLIB、303・・・中継デバイスLIB、311・・・プログラミング機能部、312・・・ライブラリ検索部、313・・・データ型定義部、314・・・プログラム生成部、320・・・通信部、330・・・入力部、340・・・出力部 1, 2 ... control system, 10 ... controller, 20-1 to 20-m ... input device, 21-1 to 21-n ... output device, 30 ... terminal device, 40 · · · · DB, 300 · · · library storage unit, 301 · · · · · · · · · · · industrial amount LIB, 302 · · · device LIB, 303 · · · relay device LIB, 311 · · · programming function unit, 312 · · · library search unit 313: data type definition unit 314: program generation unit 320: communication unit 330: input unit 340: output unit

Claims (7)

制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御部と、
前記入力制御部において受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得部と、
を備える変換情報取得装置。
An input control unit that receives an input of device identification information that is identification information indicating a device connected to the control device;
According to the device identification information received by the input control unit, conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, to an industrial quantity, A conversion information acquisition unit acquired from a storage device that stores the device identification information and the conversion information in association with each other;
A conversion information acquisition device comprising:
前記変換情報は、前記出力値を前記工業量に変換するための変換式を示す情報を含む
請求項1に記載の変換情報取得装置。
The conversion information acquisition apparatus according to claim 1, wherein the conversion information includes information indicating a conversion formula for converting the output value into the industrial amount.
前記変換情報は、前記変換式に代入されるパラメータ値を示す情報を含む
請求項2に記載の変換情報取得装置。
The conversion information acquisition apparatus according to claim 2, wherein the conversion information includes information indicating a parameter value substituted in the conversion formula.
前記変換情報は、アナログ値として表される前記出力値をデジタル値に変換するA/D変換器に応じて予め定義される、前記出力値を前記デジタル値に変換するための第一変換情報と、前記機器に応じて予め定められる、前記デジタル値を前記工業量に変換するための第二変換情報と、を含む請求項1から3のいずれか一項に記載の変換情報取得装置。   The conversion information is first conversion information for converting the output value into the digital value, which is defined in advance according to an A / D converter that converts the output value expressed as an analog value into a digital value. The conversion information acquisition apparatus according to any one of claims 1 to 3, further comprising second conversion information for converting the digital value into the industrial amount, which is predetermined according to the device. 制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御部と、
前記入力制御部において受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得部と、
前記変換情報に基づいて、前記制御装置において実行されることによって前記出力値を前記工業量に変換するための制御プログラムのコードを生成するプログラム生成部と、
を備えるプログラム開発支援装置。
An input control unit that receives an input of device identification information that is identification information indicating a device connected to the control device;
According to the device identification information received by the input control unit, conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, to an industrial quantity, A conversion information acquisition unit acquired from a storage device that stores the device identification information and the conversion information in association with each other;
A program generation unit configured to generate a code of a control program for converting the output value into the industrial amount by being executed in the control device based on the conversion information;
Program development support apparatus comprising:
コンピュータによる変換情報取得方法であって、
制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御ステップと、
前記入力制御ステップにおいて受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得ステップと、
を有する変換情報取得方法。
It is a conversion information acquisition method by a computer, and
An input control step of receiving input of device identification information which is identification information indicating a device connected to the control device;
According to the device identification information received in the input control step, conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, to an industrial quantity, A conversion information acquisition step of acquiring from the storage device that stores the device identification information and the conversion information in association with each other;
Method of acquiring conversion information.
コンピュータに、
制御装置に対して接続される機器を示す識別情報である機器識別情報の入力を受け付ける入力制御ステップと、
前記入力制御ステップにおいて受け付けられた前記機器識別情報に基づいて、前記機器識別情報が示す機器から前記制御装置に対して出力される値である出力値を工業量に変換するための変換情報を、前記機器識別情報と前記変換情報とを対応付けて記憶する記憶装置から取得する変換情報取得ステップと、
を実行させるための変換情報取得プログラム。
On the computer
An input control step of receiving input of device identification information which is identification information indicating a device connected to the control device;
According to the device identification information received in the input control step, conversion information for converting an output value, which is a value output from the device indicated by the device identification information to the control device, to an industrial quantity, A conversion information acquisition step of acquiring from the storage device that stores the device identification information and the conversion information in association with each other;
Conversion information acquisition program to execute.
JP2017226297A 2017-11-24 2017-11-24 Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program Active JP6969318B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017226297A JP6969318B2 (en) 2017-11-24 2017-11-24 Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program
PCT/JP2018/040970 WO2019102828A1 (en) 2017-11-24 2018-11-05 Conversion information acquisition device, program development assistance device, conversion information acquisition method, and conversion information acquisition program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017226297A JP6969318B2 (en) 2017-11-24 2017-11-24 Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program

Publications (2)

Publication Number Publication Date
JP2019096160A true JP2019096160A (en) 2019-06-20
JP6969318B2 JP6969318B2 (en) 2021-11-24

Family

ID=66630801

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017226297A Active JP6969318B2 (en) 2017-11-24 2017-11-24 Conversion information acquisition device, program development support device, conversion information acquisition method and conversion information acquisition program

Country Status (2)

Country Link
JP (1) JP6969318B2 (en)
WO (1) WO2019102828A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7414704B2 (en) 2020-12-14 2024-01-16 株式会社東芝 Abnormality detection device, abnormality detection method, and program

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6146517A (en) * 1984-08-11 1986-03-06 Fujitsu Ltd Conversion processing system for physical quantity
JPH06348333A (en) * 1993-06-07 1994-12-22 Nippon Steel Corp Facility monitor device
JPH08202416A (en) * 1995-01-23 1996-08-09 Yaskawa Electric Corp Generating method for program for scale conversion by table form
JP2007298414A (en) * 2006-04-28 2007-11-15 Toshiba Meter Techno Kk Electric power measuring instrument
JP2011108070A (en) * 2009-11-19 2011-06-02 Koyo Electronics Ind Co Ltd Scale transformation method of analog data
US20130006399A1 (en) * 2011-06-30 2013-01-03 Honeywell International Inc. Apparatus for automating field device operations by capturing device method execution steps for later use and related method
WO2014064819A1 (en) * 2012-10-25 2014-05-01 三菱電機株式会社 System building assistance tool and system
JP2015087226A (en) * 2013-10-30 2015-05-07 三菱電機株式会社 Power measurement device, power measurement method, and program
JP2016105330A (en) * 2016-03-04 2016-06-09 株式会社日立製作所 Control controller and programming method of the same

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6146517A (en) * 1984-08-11 1986-03-06 Fujitsu Ltd Conversion processing system for physical quantity
JPH06348333A (en) * 1993-06-07 1994-12-22 Nippon Steel Corp Facility monitor device
JPH08202416A (en) * 1995-01-23 1996-08-09 Yaskawa Electric Corp Generating method for program for scale conversion by table form
JP2007298414A (en) * 2006-04-28 2007-11-15 Toshiba Meter Techno Kk Electric power measuring instrument
JP2011108070A (en) * 2009-11-19 2011-06-02 Koyo Electronics Ind Co Ltd Scale transformation method of analog data
US20130006399A1 (en) * 2011-06-30 2013-01-03 Honeywell International Inc. Apparatus for automating field device operations by capturing device method execution steps for later use and related method
WO2014064819A1 (en) * 2012-10-25 2014-05-01 三菱電機株式会社 System building assistance tool and system
JP2015087226A (en) * 2013-10-30 2015-05-07 三菱電機株式会社 Power measurement device, power measurement method, and program
JP2016105330A (en) * 2016-03-04 2016-06-09 株式会社日立製作所 Control controller and programming method of the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7414704B2 (en) 2020-12-14 2024-01-16 株式会社東芝 Abnormality detection device, abnormality detection method, and program

Also Published As

Publication number Publication date
WO2019102828A1 (en) 2019-05-31
JP6969318B2 (en) 2021-11-24

Similar Documents

Publication Publication Date Title
JP2022516593A (en) Recommended session methods, equipment and devices
WO2019007016A1 (en) Scaffolding management method and apparatus, and electronic device
US20110179397A1 (en) Systems and methods for metamodel transformation
WO2019102828A1 (en) Conversion information acquisition device, program development assistance device, conversion information acquisition method, and conversion information acquisition program
US10018983B2 (en) PLC system and arithmetic-expression-data-creation supporting apparatus
JP2018072958A (en) Data providing device and data providing method
JP4971226B2 (en) Design support device
US20130198640A1 (en) Movable search GUI element for restricting search scope
JP2016170548A (en) Information processing system, information processing apparatus, and information processing program
TW202024957A (en) Information processing method, and program
JP2018049308A (en) Server device, calculation method, and program
WO2018163520A1 (en) Sensor metadata generation device, sensor metadata generation system, sensor metadata generation method, and sensor metadata generation program
CN107577398B (en) Interface animation control method, equipment and storage medium
CN111488368A (en) Data query method and device and electronic equipment
US20190318517A1 (en) Electronic apparatus, information processing method, system, and medium
JP2019021176A (en) Data analysis system and data analysis method
US20220309721A1 (en) Graph display device, graph display method, and nontransitory computer readable recording medium
JP7331880B2 (en) Complex function graphing method, program, and information processing device
JP7159019B2 (en) DATA GENERATION DEVICE, DATA GENERATION METHOD, DATA GENERATION PROGRAM, AND RECORDING MEDIUM
KR101615344B1 (en) Method and apparatus for monitoring semiconductor process and recording medium thereof
CN112434229B (en) Data query method, device, equipment and storage medium
Nash et al. shinySDM: Point and click species distribution modeling
EP2908244A1 (en) Signal processing arrangement
CN109657201B (en) Typesetting display method and device for elements, electronic equipment and storage medium
US20210224489A1 (en) Control method of server, server, and control program of server

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20171228

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20180905

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200304

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210209

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210326

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210928

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211011

R150 Certificate of patent or registration of utility model

Ref document number: 6969318

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150