JP2020102699A - Information processing device, control method, and program - Google Patents

Information processing device, control method, and program Download PDF

Info

Publication number
JP2020102699A
JP2020102699A JP2018238488A JP2018238488A JP2020102699A JP 2020102699 A JP2020102699 A JP 2020102699A JP 2018238488 A JP2018238488 A JP 2018238488A JP 2018238488 A JP2018238488 A JP 2018238488A JP 2020102699 A JP2020102699 A JP 2020102699A
Authority
JP
Japan
Prior art keywords
scenario
hash value
import
unit
information processing
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
JP2018238488A
Other languages
Japanese (ja)
Other versions
JP7104947B2 (en
Inventor
整 土橋
Hitoshi Dobashi
整 土橋
誉 清水
Homare Shimizu
誉 清水
曉明 鄒
Kyoumei Suu
曉明 鄒
チョン トゥ ド
Gwan Do Dong
チョン トゥ ド
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.)
Dova Corp
Original Assignee
Dova 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 Dova Corp filed Critical Dova Corp
Priority to JP2018238488A priority Critical patent/JP7104947B2/en
Publication of JP2020102699A publication Critical patent/JP2020102699A/en
Application granted granted Critical
Publication of JP7104947B2 publication Critical patent/JP7104947B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

To provide an information processing device, a display control method, and a program, capable of preventing execution of tampered scenario data by detecting whether scenario data is tampered.SOLUTION: An information processing device 1 includes: a storage unit 110 for storing scenario data 114; an export unit 105, for calculating a hash value of the predetermined scenario data 114 acquired from the storage unit 110 and associating the calculated hash value with the scenario data 114 to generate an export scenario file 41; and an import unit 106 for taking in an import scenario file 42 with hash values associated, recalculating the hash value, comparing the recalculated and the associated hash values to store the scenario data 114 in the scenario file 42 in the storage unit 110 when the two hash values match.SELECTED DRAWING: Figure 1

Description

本発明は、いわゆるRPA(Robotic Process Automation)を実行する情報処理装置、制御方法及びプログラムに関するものである。 The present invention relates to an information processing device, a control method and a program for executing so-called RPA (Robotic Process Automation).

RPAソフトウエアと呼ばれる、コンピュータ等の情報処理装置が実行可能なコマンドを定められた実行順に従って情報処理装置に実行させるソフトウエアは既知である(例えば非特許文献1参照)。 Software called RPA software that causes an information processing apparatus to execute commands that can be executed by an information processing apparatus such as a computer in a predetermined execution order is known (see Non-Patent Document 1, for example).

“RPAソリューション Windows操作ロボット「WinActor」|NTTデータ”,[online],[平成30年10月10日検索],インターネット<URL:http://www.nttdata.com/jp/ja/lineup/winactor/index.html>"RPA solution Windows operation robot "WinActor"|NTT data", [online], [Search on October 10, 2018], internet <URL: http://www.nttdata.com/jp/ja/lineup/winactor /index.html>

このようなRPAソフトウエアにおいても、コマンドを実行順に配列したシナリオデータを記録媒体等に書き出し(エクスポート)、この記録媒体等からシナリオデータを他の情報処理装置に取り込んで(インポート)実行させる機能搭載の要望がある。しかしながら、エクスポートからインポートまでの間、記録媒体等に書込まれたシナリオデータがRPAソフトウエアや開発者の管理下から離れるため、シナリオデータの不測の改ざんや、意に反した書き換え等のリスクに曝される。 Even in such RPA software, a function equipped with a function for writing (exporting) scenario data in which commands are arranged in the order of execution to a recording medium or the like, importing the scenario data from this recording medium or the like to another information processing device (import) and executing Is requested. However, during the period from export to import, the scenario data written on the recording medium, etc. will be out of the control of the RPA software and the developer, so there is a risk of accidental tampering with the scenario data or unintentional rewriting. Exposed.

そこで、本発明は、シナリオデータの改ざん等の有無を検出し、改ざん等されたシナリオデータの実行を防止することが可能な情報処理装置、表示制御方法及びプログラムを提供することを目的としている。 Therefore, an object of the present invention is to provide an information processing apparatus, a display control method, and a program capable of detecting the presence or absence of falsification of scenario data and preventing the execution of the falsified scenario data.

前記目的を達成するために、本発明の情報処理装置は、ロボット動作の具体的実行内容であるコマンド及び前記コマンドの組を、実行順に配列したシナリオデータに従って、前記コマンドを実行する情報処理装置であって、前記シナリオデータが記憶される記憶部と、前記記憶部から所定の前記シナリオデータを取得し、所定のハッシュ関数に従って前記シナリオデータのハッシュ値を算出し、算出した前記ハッシュ値を前記シナリオデータに紐付けしてエクスポート用シナリオファイルを生成するエクスポート部と、前記ハッシュ値が紐付けされたインポート用シナリオファイルを取り込み、前記インポート用シナリオファイルの前記ハッシュ値を再計算し、再計算された前記ハッシュ値及び紐付けされた前記ハッシュ値を比較するインポート部と、を備え、前記インポート部は、2つの前記ハッシュ値が一致すると判定したときは、前記インポート用シナリオファイルに含まれる前記シナリオデータを、前記記憶部に格納することを特徴とする。 In order to achieve the above object, an information processing apparatus of the present invention is an information processing apparatus that executes a command according to scenario data in which a set of commands and commands that are specific execution contents of a robot operation are arranged in an execution order. Then, the storage unit in which the scenario data is stored, the predetermined scenario data is acquired from the storage unit, the hash value of the scenario data is calculated according to a predetermined hash function, and the calculated hash value is used as the scenario. An export unit that generates an export scenario file by associating with the data and an import scenario file in which the hash value is associated are imported, and the hash value of the import scenario file is recalculated and recalculated. An import unit that compares the hash value and the associated hash value, and when the import unit determines that the two hash values match, the scenario data included in the import scenario file Are stored in the storage unit.

このように構成された本発明の情報処理装置では、シナリオデータのエクスポートの際には、エクスポート部が、シナリオデータのハッシュ値をシナリオデータに紐付けしてエクスポート用シナリオファイルを生成する。シナリオデータのインポートの際には、インポート部が、再計算したインポート用シナリオファイルのハッシュ値と、紐付けされたハッシュ値とを比較し、一致する場合のみシナリオデータを記憶部に格納する。 In the information processing apparatus of the present invention thus configured, when exporting scenario data, the export unit associates the hash value of the scenario data with the scenario data to generate the scenario file for export. When importing the scenario data, the import unit compares the recalculated hash value of the import scenario file with the associated hash value, and stores the scenario data in the storage unit only when they match.

このようにすることで、シナリオデータの改ざん等の有無を検出し、改ざん等されたシナリオデータの実行を防止することが可能となる。 By doing so, it becomes possible to detect whether or not the scenario data has been tampered with, and prevent the execution of the tampered scenario data.

本発明の実施の形態である情報処理装置の概略構成を示す機能ブロック図である。It is a functional block diagram which shows schematic structure of the information processing apparatus which is embodiment of this invention. 実施の形態である情報処理装置のシナリオデータの内容を示す図である。It is a figure which shows the content of the scenario data of the information processing apparatus which is embodiment. 実施の形態である情報処理装置のロボット動作一覧データの内容を示す図である。It is a figure which shows the content of the robot operation|movement list data of the information processing apparatus which is embodiment. 実施の形態である情報処理装置の動作の一例を説明するためのフローチャートである。6 is a flowchart for explaining an example of the operation of the information processing device according to the embodiment. 実施の形態である情報処理装置により表示される操作画面の一例を示す図である。It is a figure which shows an example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面の他の例を示す図である。It is a figure which shows the other example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment. 実施の形態である情報処理装置により表示される操作画面のまた他の例を示す図である。It is a figure which shows another example of the operation screen displayed by the information processing apparatus which is embodiment.

以下、この発明の実施の形態を図面に基づいて説明する。図1は、本発明の実施の形態である情報処理装置の概略構成を示す機能ブロック図である。 Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a functional block diagram showing a schematic configuration of an information processing apparatus that is an embodiment of the present invention.

本実施の形態である情報処理装置1は、パーソナルコンピュータ、サーバー、スマートフォン、タブレット端末等の情報処理可能な装置である。情報処理装置1は、制御部100、記憶部110、通信部120、入力I/F(インタフェース)130及び出力I/F140を有する。 The information processing device 1 according to the present embodiment is a device capable of information processing, such as a personal computer, a server, a smartphone, a tablet terminal, or the like. The information processing device 1 includes a control unit 100, a storage unit 110, a communication unit 120, an input I/F (interface) 130, and an output I/F 140.

制御部100は、情報処理装置1全体の制御を行う。制御部100はCPU、FPGAなどのプログラマブルロジックデバイス、ASIC等の集積回路に代表される演算素子を有する。 The control unit 100 controls the entire information processing device 1. The control unit 100 has a CPU, a programmable logic device such as an FPGA, and an arithmetic element represented by an integrated circuit such as an ASIC.

情報処理装置1の記憶部110にはオペレーティングシステム111及びシナリオソフトウエア113が格納されており、オペレーティングシステム111が情報処理装置1の起動時に制御部100により実行され、オペレーティングシステム111が実行された状態で、情報処理装置1のオペレータがシナリオソフトウエア113の実行を指示することでこのシナリオソフトウエア113が実行されると、情報処理装置1は図1に示すような機能構成を備えたものとなる。当然、シナリオソフトウエア113はオペレーティングシステム111の起動後に自動的に実行されるように設定してもよい。 An operating system 111 and scenario software 113 are stored in the storage unit 110 of the information processing device 1, and the operating system 111 is executed by the control unit 100 when the information processing device 1 is activated, and the operating system 111 is executed. Then, when the scenario software 113 is executed by the operator of the information processing device 1 instructing the execution of the scenario software 113, the information processing device 1 has a functional configuration as shown in FIG. .. Of course, the scenario software 113 may be set to be automatically executed after the operating system 111 is activated.

制御部100は、コマンド入力部101、シナリオ作成部102、シナリオ実行部103、表示制御部104、エクスポート部105、インポート部106、暗号処理部107及びハッシュ値算出部108を有する。 The control unit 100 includes a command input unit 101, a scenario creation unit 102, a scenario execution unit 103, a display control unit 104, an export unit 105, an import unit 106, a cryptographic processing unit 107, and a hash value calculation unit 108.

コマンド入力部101は、情報処理装置1のオペレーティングシステム111及びアプリケーションソフト112により実行されるコマンドの種類を示すロボット動作、及びこのロボット動作の具体的実行内容であるコマンドの入力をそれぞれ受け入れる。より詳細には、コマンド入力部101は、入力装置2を介して情報処理装置1のオペレータが入力したロボット動作及びコマンドの入力を、入力I/F130を介して受け入れる。 The command input unit 101 receives a robot operation indicating the type of command executed by the operating system 111 and the application software 112 of the information processing apparatus 1, and a command input that is the specific execution content of this robot operation. More specifically, the command input unit 101 receives, through the input I/F 130, the input of the robot operation and the command input by the operator of the information processing device 1 through the input device 2.

シナリオ作成部102は、コマンド入力部101により入力が受け入れられたロボット動作及びコマンドの組を、情報処理装置1の実行順に配列したシナリオデータ114を作成する。シナリオ作成部102が作成したシナリオデータ114は記憶部110に格納される。シナリオデータ114の詳細については後述する。 The scenario creating unit 102 creates scenario data 114 in which the sets of robot actions and commands received by the command input unit 101 are arranged in the execution order of the information processing apparatus 1. The scenario data 114 created by the scenario creating unit 102 is stored in the storage unit 110. Details of the scenario data 114 will be described later.

シナリオ実行部103は、シナリオ作成部102が作成したシナリオデータ114に基づいて、実行順に配列されたコマンドを情報処理装置1において実行させる。ここで、コマンドがオペレーティングシステム111により実行可能なコマンドであるならば、シナリオ実行部103はこのコマンドをオペレーティングシステム111において実行させ、コマンドがアプリケーションソフト112により実行可能なコマンドであるならば、シナリオ実行部103はこのコマンドをアプリケーションソフト112において実行させる。 The scenario execution unit 103 causes the information processing apparatus 1 to execute the commands arranged in the execution order based on the scenario data 114 created by the scenario creation unit 102. Here, if the command is a command executable by the operating system 111, the scenario execution unit 103 causes the operating system 111 to execute the command, and if the command is a command executable by the application software 112, the scenario execution is executed. The unit 103 causes the application software 112 to execute this command.

表示制御部104は、表示装置3に所定の表示画面を表示させるための表示制御信号を送出する。具体的には、表示制御部104は、ロボット動作の一覧を、出力I/F140を介して情報処理装置1に接続された表示装置3の第1の領域に表示させるとともに、コマンド入力部101により入力が受け入れられたロボット動作及びコマンドの組を、表示装置3の第2の領域に情報処理装置1の実行順に配列して表示させる。 The display control unit 104 sends a display control signal for causing the display device 3 to display a predetermined display screen. Specifically, the display control unit 104 causes the list of robot operations to be displayed in the first area of the display device 3 connected to the information processing device 1 via the output I/F 140, and causes the command input unit 101 to display the list. The robot operation and the set of commands for which the input is accepted are arranged and displayed in the second area of the display device 3 in the order of execution of the information processing device 1.

さらに、表示制御部104は、入力装置2を介して第2の領域に表示されているロボット動作及びコマンドの組の階層指定及び/または条件指定の入力があると、第2の領域に表示されているロボット動作及びコマンドの組の表示態様を変更させる。 Further, the display control unit 104 is displayed in the second area when the input of the robot operation and the hierarchy specification and/or the condition specification of the set of commands displayed in the second area via the input device 2. The display mode of the set of the robot motion and the command being performed is changed.

好ましくは、表示制御部104は、入力装置2を介して第2の領域に表示されているロボット動作及びコマンドの組の階層指定の入力があると、第2の領域に表示されているロボット動作及びコマンドの組の階層表示を変更させる。 Preferably, the display control unit 104 receives the robot operation displayed in the second area and the hierarchy designation of the command set via the input device 2, and the robot operation displayed in the second area. And change the hierarchical display of the set of commands.

あるいは、表示制御部104は、入力装置2を介して第2の領域に表示されているロボット動作及びコマンドの組の条件指定の入力があると、第2の領域に表示されているロボット動作及び前記コマンドの組の条件表示を変更させる。 Alternatively, the display control unit 104 receives the robot operation displayed in the second area and the input of the condition specification of the set of commands via the input device 2, and the robot operation displayed in the second area is displayed. The condition display of the command set is changed.

エクスポート部105は、入力装置2を介してシナリオデータ114のエクスポート指示の入力があると、指定されたシナリオデータ114を記憶部110から取得し、所定のデータフォーマットに変換してエクスポート用シナリオファイル41(以下、単に「シナリオファイル41」という。)を生成する。さらに、エクスポート部105は、ハッシュ値算出部108に指示して所定のハッシュ関数を用いてシナリオファイル41のハッシュ値を算出させ、このハッシュ値とシナリオファイル41とを紐付けて、所定の出力先、具体的には外部記憶装置4に出力して格納する。 When the export unit 105 receives an instruction to export the scenario data 114 via the input device 2, the export unit 105 acquires the specified scenario data 114 from the storage unit 110, converts the scenario data 114 into a predetermined data format, and exports the scenario file 41. (Hereinafter, simply referred to as “scenario file 41”) is generated. Further, the export unit 105 instructs the hash value calculation unit 108 to calculate the hash value of the scenario file 41 using a predetermined hash function, associates the hash value with the scenario file 41, and outputs the predetermined output destination. Specifically, it is output to and stored in the external storage device 4.

また、本実施の形態では、エクスポート部105は、セキュリティ対策として暗号処理部107によって、フォーマット変換後のシナリオデータ114を暗号化してシナリオファイル41を生成し、さらにこの暗号化されたシナリオファイル41からハッシュ値を求めている。これにより、ハッシュ値に基づいて不測にシナリオファイル41が復元されるのを回避することができる。このとき、ハッシュ値を暗号化してもよく、セキュリティ効果をより高めることができる。 Further, in the present embodiment, the export unit 105 encrypts the scenario data 114 after format conversion to generate the scenario file 41 by the encryption processing unit 107 as a security measure, and further, from the encrypted scenario file 41, I'm looking for a hash value. This can prevent the scenario file 41 from being unexpectedly restored based on the hash value. At this time, the hash value may be encrypted, and the security effect can be further enhanced.

なお、本実施の形態では、シナリオファイル41とハッシュ値とを紐付けて外部記憶装置4へ格納しているが、この方式に限定されるものではない。他異なる方式として、例えばフォーマット変換及び暗号化後のシナリオデータ114と、そのハッシュ値とをまとめて1つのシナリオファイル41を生成してもよい。または、フォーマット変換後のシナリオデータ114と、そのハッシュ値とを暗号化して1つのシナリオファイル41を生成してもよい。 In the present embodiment, the scenario file 41 and the hash value are associated and stored in the external storage device 4, but the method is not limited to this method. As another different method, for example, one scenario file 41 may be generated by combining the scenario data 114 after format conversion and encryption and the hash value thereof. Alternatively, the scenario data 114 after the format conversion and the hash value thereof may be encrypted to generate one scenario file 41.

また、シナリオファイル41のフォーマット形式は、特に限定されるものではなく、例えばCSV(Comma-Separated Values)形式であっても良いし、テキスト形式であってもよい。さらには、本実施の形態のためのオリジナルのフォーマット形式に変換し、暗号化やハッシュ値の算出を行うことで、改ざん防止効果や、不測の暗号解読等の防止効果をより高めることができる。 The format of the scenario file 41 is not particularly limited, and may be CSV (Comma-Separated Values) format or text format, for example. Furthermore, by converting to the original format format for this embodiment and performing encryption and calculation of hash values, it is possible to further enhance the tampering prevention effect and the prevention effect of unexpected cryptanalysis.

インポート部106は、インポート用シナリオファイル42(以下、単に「シナリオファイル42」という。)とこれに紐付けられたハッシュ値を外部記憶装置4から取り込み、この紐付けられたハッシュ値(オリジナル値)と、シナリオファイル42から再計算したハッシュ値とを比較する。2つのハッシュ値が一致すれば、シナリオファイル42に改ざんがないと判定し、不一致の場合は改ざんがあったと判定する。そして、インポート部106は、改ざんがないと判定したときのみ、暗号処理部107に指示してシナリオファイル42を復号し、復号した内容(フォーマット変換されているシナリオデータ)を、シナリオデータ114として記憶部110に格納する。 The import unit 106 takes in the scenario file for import 42 (hereinafter, simply referred to as “scenario file 42”) and the hash value associated with it from the external storage device 4, and the associated hash value (original value). And the hash value recalculated from the scenario file 42 are compared. If the two hash values match, it is determined that the scenario file 42 has not been tampered with, and if they do not match, it is determined that there has been tampering. Then, the import unit 106 instructs the cryptographic processing unit 107 to decrypt the scenario file 42 only when it is determined that there is no tampering, and stores the decrypted content (format-converted scenario data) as the scenario data 114. It is stored in the unit 110.

暗号処理部107は、エクスポート部105の指示により、所定の暗号アルゴリズムに従って、所定の鍵を用いてシナリオファイル41を暗号化する。また、暗号処理部107は、インポート部106の指示により、所定の鍵を用いてシナリオファイル42を復号する。 The encryption processing unit 107 encrypts the scenario file 41 with a predetermined key according to a predetermined encryption algorithm according to an instruction from the export unit 105. Further, the encryption processing unit 107 decrypts the scenario file 42 using a predetermined key according to the instruction from the importing unit 106.

本実施の形態では暗号化の鍵と復号の鍵として、共通の秘密鍵を用いている。また、この秘密鍵を、シナリオソフトウエア113の作成の際に開発者がシナリオソフトウエア113内に組み込んでおけば、秘密鍵の内容が開発者以外の者に知られることがなく、セキュリティ効果をより高めることができる。 In the present embodiment, a common secret key is used as the encryption key and the decryption key. If the developer incorporates this secret key into the scenario software 113 when creating the scenario software 113, the contents of the secret key will not be known to anyone other than the developer and the security effect will be improved. It can be increased.

ハッシュ値算出部108は、エクスポート部105の指示により、所定のハッシュ関数を用いて、暗号化されたシナリオファイル41のハッシュ値を算出する。また、ハッシュ値算出部108は、インポート部106の指示により、所定のハッシュ関数を用いて、取り込んだシナリオファイル42のハッシュ値を再計算する。 The hash value calculation unit 108 calculates the hash value of the encrypted scenario file 41 using a predetermined hash function according to the instruction of the export unit 105. Further, the hash value calculation unit 108 recalculates the hash value of the captured scenario file 42 using a predetermined hash function according to the instruction of the import unit 106.

記憶部110は、ハードディスクドライブ等の大容量記憶媒体やROM、RAM等の半導体記憶媒体などの記憶媒体を有する。記憶部110には、制御部100における各種動作の際に用いられる各種データが一時的または非一時的に格納される。 The storage unit 110 has a storage medium such as a large-capacity storage medium such as a hard disk drive or a semiconductor storage medium such as ROM or RAM. The storage unit 110 temporarily or non-temporarily stores various data used in various operations in the control unit 100.

また、記憶部110には、オペレーティングシステム111、アプリケーションソフト112、シナリオソフトウエア113、シナリオデータ114及びロボット動作一覧データ115が格納されている。また、記憶部110には、エクスポート用シナリオファイル41及びインポート用シナリオファイル42が、一時的または非一時的に格納されてもよい。 The storage unit 110 also stores an operating system 111, application software 112, scenario software 113, scenario data 114, and robot operation list data 115. Further, the storage scenario 110 may temporarily or non-temporarily store the export scenario file 41 and the import scenario file 42.

オペレーティングシステム111は、情報処理装置1全体の動作を制御し、また、情報処理装置1に対する入出力制御を行うソフトウエアである。また、アプリケーションソフト112は、情報処理装置1に特定の機能を与え、また、特定の動作を行わせるソフトウエアである。アプリケーションソフト112の一例としてはワードプロセッシングソフトウエア、表計算ソフトウエアなどが挙げられる。 The operating system 111 is software that controls the overall operation of the information processing apparatus 1 and controls input/output to/from the information processing apparatus 1. The application software 112 is software that gives the information processing apparatus 1 a specific function and performs a specific operation. Examples of the application software 112 include word processing software and spreadsheet software.

これらオペレーティングシステム111及びアプリケーションソフト112は、入力装置2を介した情報処理装置1のオペレータによる操作入力に基づいて動作するが、本実施の形態の情報処理装置1においては、オペレーティングシステム111及びアプリケーションソフト112のいずれも、入力装置2を介して情報処理装置1のオペレータが入力したコマンド、及び、シナリオ実行部103により実行指示されるコマンドに基づいても動作する。 The operating system 111 and the application software 112 operate based on the operation input by the operator of the information processing apparatus 1 via the input device 2. However, in the information processing apparatus 1 of the present embodiment, the operating system 111 and the application software 112 are used. Any of 112 also operates based on a command input by the operator of the information processing device 1 via the input device 2 and a command instructed to be executed by the scenario execution unit 103.

既に説明したように、シナリオソフトウエア113は、情報処理装置1により実行されることで、情報処理装置1に図1に示すような機能構成を備えさせるソフトウエアである。また、シナリオデータ114は、ロボット動作及びコマンドの組が情報処理装置1の実行順に配列されたものであり、シナリオ作成部102により作成される。ロボット動作一覧データ115は、情報処理装置1のオペレーティングシステム111及びアプリケーションソフト112により実行されるコマンドの種類を示すロボット動作が一覧として(例えばテーブル形式で)格納されたデータである。ロボット動作一覧データ115の詳細についても後述する。 As described above, the scenario software 113 is software that, when executed by the information processing device 1, causes the information processing device 1 to have the functional configuration shown in FIG. Further, the scenario data 114 is a set of robot movements and commands arranged in the order of execution of the information processing apparatus 1, and is created by the scenario creating unit 102. The robot movement list data 115 is data in which robot movements indicating the types of commands executed by the operating system 111 and the application software 112 of the information processing apparatus 1 are stored as a list (for example, in a table format). Details of the robot operation list data 115 will also be described later.

通信部120は、CPUやチップセットが有する通信制御機能、及びLANチップ等からなり、LAN5及びこのLAN5に接続されたインターネット等のWAN(図略)上にある他の機器との間での通信を制御する。 The communication unit 120 includes a communication control function of a CPU and a chip set, a LAN chip, and the like, and communicates with the LAN 5 and other devices on the WAN (not shown) such as the Internet connected to the LAN 5. To control.

入力装置2は、例えばキーボード、マウス等であり、情報処理装置1のオペレータからの操作入力に基づいて操作入力信号を情報処理装置1に送出する。入力I/F130は、CPUやチップセットが有するインタフェース機能、及びインタフェース用チップ等からなり、入力装置2からの操作入力信号を制御部100に送出する。 The input device 2 is, for example, a keyboard, a mouse, etc., and sends an operation input signal to the information processing device 1 based on an operation input from an operator of the information processing device 1. The input I/F 130 includes an interface function of a CPU and a chipset, an interface chip, and the like, and sends an operation input signal from the input device 2 to the control unit 100.

表示装置3は、例えば液晶ディスプレイ等であり、表示制御部104からの表示制御信号に基づいて、所定の表示画面を表示する。出力I/F140は、CPUやチップセットが有するインタフェース機能、及びインタフェース用チップ等からなり、表示制御部104からの表示制御信号を表示装置に出力する。 The display device 3 is, for example, a liquid crystal display or the like, and displays a predetermined display screen based on a display control signal from the display control unit 104. The output I/F 140 includes an interface function of a CPU and a chipset, an interface chip, and the like, and outputs a display control signal from the display control unit 104 to the display device.

外部記憶装置4は、エクスポート部105が生成したエクスポート用シナリオファイル41、インポート部106が取り込むインポート用シナリオファイル42が格納される。外部記憶装置4としては、例えばUSBフラッシュメモリ装置、メモリーカード、SSD、CD−R、CD−RW、書き込み型DVD、HDD等が挙げられる。 The external storage device 4 stores an export scenario file 41 generated by the export unit 105 and an import scenario file 42 imported by the import unit 106. Examples of the external storage device 4 include a USB flash memory device, a memory card, an SSD, a CD-R, a CD-RW, a writable DVD, and an HDD.

図1に示す、情報処理装置1を構成する各部の具体的動作については後に詳述する。 Specific operations of the respective units constituting the information processing apparatus 1 shown in FIG. 1 will be described later in detail.

次に、記憶部110に格納されているシナリオデータ114の内容について図2を参照して説明する。 Next, the contents of the scenario data 114 stored in the storage unit 110 will be described with reference to FIG.

図2に示すように、シナリオデータ114は複数(図示例ではn(n:自然数))のシナリオデータ#1〜#n 114aを有する。シナリオデータ#1〜#n 114aは、それぞれのシナリオデータ#1〜#n 114aを識別するためのシナリオ名称データ114bと、このシナリオデータ#1〜#n 114aに含まれるコマンドを表す複数(図示例ではn(n:自然数))のコマンドデータ#1〜#n 114cとを有する。なお、図示例では簡略化のためにそれぞれのシナリオデータ#1〜#n 114aはn個のコマンドデータ#1〜#n 114cを有しているが、個々のシナリオデータ#1〜#n 114aが異なる数のコマンドデータ114cを有していてもよい。 As shown in FIG. 2, the scenario data 114 has a plurality (n (n: natural number) of scenario data #1 to #n 114a in the illustrated example. The scenario data #1 to #n 114a include scenario name data 114b for identifying the scenario data #1 to #n 114a and a plurality of commands (commands shown in the figure) included in the scenario data #1 to #n 114a. Has n (n: natural number)) command data #1 to #n 114c. In the illustrated example, each scenario data #1 to #n 114a has n command data #1 to #n 114c for simplification, but each scenario data #1 to #n 114a is It may have different numbers of command data 114c.

コマンドデータ#1〜#n 114cは、それぞれのコマンドデータ114cがどのロボット動作に対応するかを示すコマンド名称データ114dと、後述するコマンド実行データ114fにより実行されるコマンドの概要を記述できるコマンドメモデータ114eと、コマンド名称データ114dにより特定されるロボット動作の具体的実行内容であるコマンドが記述されるコマンド実行データ114fとを有する。コマンド実行データ114fに記述されるコマンドは、オペレーティングシステム111及び/またはアプリケーションソフト112が解釈可能でありさらにこれらにより実行可能なコマンドである。 The command data #1 to #n 114c includes command name data 114d indicating which robot operation each command data 114c corresponds to, and command memo data that can describe an outline of a command executed by command execution data 114f described later. 114e and command execution data 114f in which a command, which is the specific execution content of the robot motion specified by the command name data 114d, is described. The command described in the command execution data 114f is a command that can be interpreted by the operating system 111 and/or the application software 112 and can be executed by these.

それぞれのシナリオデータ#1〜#n 114aにおいて、コマンドデータ#1〜#n 114cは情報処理装置1の実行順に配列されている。従って、シナリオ実行部103は、特定のシナリオデータ#1〜#n 114aを選択して実行する場合、選択したシナリオデータ#1〜#n 114aにおけるコマンドデータ#1〜#n 114cを配列された順(つまりは#1から昇順に)実行する。 In each of the scenario data #1 to #n 114a, the command data #1 to #n 114c are arranged in the order of execution of the information processing apparatus 1. Therefore, when the scenario execution unit 103 selects and executes specific scenario data #1 to #n 114a, the command data #1 to #n 114c in the selected scenario data #1 to #n 114a are arranged in the arranged order. (That is, in ascending order from #1).

次に、記憶部110に格納されているロボット動作一覧データ115の内容について図3を参照して説明する。 Next, the contents of the robot operation list data 115 stored in the storage unit 110 will be described with reference to FIG.

ロボット動作一覧データ115は、ロボット動作の内容を示すロボット動作欄115a、このロボット動作に分岐指定ができるか否かを示す分岐欄115b及びこのロボット動作に階層指定ができるかどうかを示す階層欄115cを有する。 The robot motion list data 115 includes a robot motion column 115a indicating the contents of the robot motion, a branch column 115b indicating whether or not a branch can be designated for this robot motion, and a hierarchy column 115c indicating whether or not a hierarchy can be designated for this robot motion. Have.

一例として、アプリ(ケーション)起動をするロボット動作は分岐指定も階層指定もできないが、シナリオの続行確認をするロボット動作は分岐指定のみでき、メールを受信するロボット動作は階層指定のみでき、そして、特定のディレクトリ(ファイルパス)におけるファイルの存在を確認するロボット動作は分岐指定も階層指定もできる。 As an example, you can not specify branch or layer specification for robot operation to start application (application), but you can only specify branch for robot operation to confirm scenario continuation, you can only specify layer for robot operation to receive mail, and The robot operation that confirms the existence of a file in a specific directory (file path) can be specified as a branch or a hierarchy.

なお、本実施の形態である情報処理装置1の制御部100はメールクライアント機能を有し、シナリオデータ114(コマンドデータ114c)により記述されたメールアドレス宛に到着したメールを受信することができる。 The control unit 100 of the information processing apparatus 1 according to the present embodiment has a mail client function and can receive a mail that has arrived at the mail address described by the scenario data 114 (command data 114c).

また、図3に示すロボット動作一覧データ115はあくまで一例であり、データの個数及び内容は図示のそれに限定されない。 The robot operation list data 115 shown in FIG. 3 is merely an example, and the number and contents of data are not limited to those shown in the figure.

次に、本実施の形態である情報処理装置1の動作の一例を図4のフローチャート及び図5〜図12の操作画面の例を参照して説明する。 Next, an example of the operation of the information processing apparatus 1 according to the present embodiment will be described with reference to the flowchart of FIG. 4 and the operation screen examples of FIGS.

図4は情報処理装置1の動作を説明するためのフローチャートである。図4のフローチャートに示す動作は、情報処理装置1のオペレータによりシナリオソフトウエア113の起動が指示され、このシナリオソフトウエア113が起動することにより開始する。 FIG. 4 is a flow chart for explaining the operation of the information processing device 1. The operation shown in the flowchart of FIG. 4 is started when the operator of the information processing apparatus 1 instructs the scenario software 113 to be started and the scenario software 113 is started.

シナリオソフトウエア113の起動時に表示装置3の表示画面に表示される画面を図5に示す。かかる画面は、情報処理装置1の制御部100の表示制御部104により生成され、表示装置3に送出される。 A screen displayed on the display screen of the display device 3 when the scenario software 113 is activated is shown in FIG. The screen is generated by the display control unit 104 of the control unit 100 of the information processing device 1 and sent to the display device 3.

図5に示す画面には、記憶部110に格納されているシナリオデータ114のそれぞれのシナリオデータ#1〜#n 114aのシナリオ名称データ114bが表示される表示領域200と、新規シナリオ作成を指示する新規シナリオ作成ボタン201と、それぞれのシナリオデータ#1〜#n 114aに対する各種アクションを指示するアクションボタン202と、所定のシナリオデータ#1〜#n 114aのインポートを指示するインポートボタン203とが表示されている。アクションボタン202は、シナリオデータ#1〜#n 114aのエクスポートを指示するエクスポートボタン202aを有し、この他にも、設定ボタン、編集ボタン、実行ボタン、複製ボタン、ログ表示ボタン、削除ボタン等を有している。 On the screen shown in FIG. 5, a display area 200 in which the scenario name data 114b of each scenario data #1 to #n 114a of the scenario data 114 stored in the storage unit 110 is displayed, and a new scenario creation instruction is given. A new scenario creation button 201, an action button 202 for instructing various actions for each scenario data #1 to #n 114a, and an import button 203 for instructing the import of predetermined scenario data #1 to #n 114a are displayed. ing. The action button 202 has an export button 202a for instructing the export of scenario data #1 to #n 114a, and in addition to this, a set button, an edit button, an execute button, a duplicate button, a log display button, a delete button, and the like. Have

図4のフローチャートでは、新規シナリオ作成ボタン201が入力されたときの動作、つまり、新規シナリオデータ#1〜#n 114aを作成する際の手順と、エクスポートボタン202aが入力されたときの動作、つまり、エクスポート用シナリオファイル41を生成する際の手順と、インポートボタン203が入力されたときの動作、つまりインポート用シナリオファイル42の改ざんの有無を判定する際の手順について説明する。 In the flowchart of FIG. 4, the operation when the new scenario creation button 201 is input, that is, the procedure when creating the new scenario data #1 to #n 114a, and the operation when the export button 202a is input, that is, A procedure for generating the export scenario file 41 and an operation when the import button 203 is input, that is, a procedure for determining whether or not the import scenario file 42 has been tampered with will be described.

ステップS1では、入力装置2を介して表示装置3に表示されている新規シナリオ作成ボタン201に対するオペレータからの操作入力を待つ。そして、新規シナリオ作成ボタン201の操作入力があったら(ステップS1の判定がYES)、プログラムはステップS2に進む。エクスポートボタン202aの操作入力があったら(ステップS1の判定がNOかつステップS20の判定がYES)、プログラムはステップS21に進む。インポートボタン203の操作入力があったら(ステップS1及びステップS20の判定がNOかつステップS30の判定がYES)、プログラムはステップS31に進む。 In step S1, the operator waits for an operation input to the new scenario creation button 201 displayed on the display device 3 via the input device 2. Then, if there is an operation input of the new scenario creation button 201 (YES in the determination in step S1), the program proceeds to step S2. If the export button 202a is operated (NO in step S1 and YES in step S20), the program proceeds to step S21. If there is an operation input of the import button 203 (NO at step S1 and step S20 and YES at step S30), the program proceeds to step S31.

ステップS2に進むことで、新規シナリオ作成の各処理が開始される。このステップS2では、表示制御部104は表示装置3にシナリオ名称入力画面(図略)を表示させる。入力装置2を介してシナリオ名称の操作入力があったら、制御部100のコマンド入力部101はこの操作入力を受け入れる。受け入れたシナリオ名称はシナリオ名称データ114bとしてシナリオ作成部102がシナリオデータ114の一部として記憶部110に格納する。 By proceeding to step S2, each process for creating a new scenario is started. In step S2, the display control unit 104 causes the display device 3 to display a scenario name input screen (not shown). When there is an operation input of the scenario name via the input device 2, the command input unit 101 of the control unit 100 accepts this operation input. The accepted scenario name is stored in the storage unit 110 as part of the scenario data 114 by the scenario creating unit 102 as scenario name data 114b.

図6は、ステップS2におけるシナリオ名称入力動作の後に表示装置3の表示画面に表示されるシナリオ編集モード画面の一例を示す図である。図6に示す画面は、表示制御部104により生成され、表示装置3に送出される。 FIG. 6 is a diagram showing an example of a scenario edit mode screen displayed on the display screen of the display device 3 after the scenario name input operation in step S2. The screen shown in FIG. 6 is generated by the display control unit 104 and sent to the display device 3.

図6に示す画面は、ロボット動作の一覧が表示される第1の領域210と、後述するコマンド入力部101により入力されたロボット動作とコマンドの組が、情報処理装置1の実行順に上から下に配列された第2の領域211とを有する。第1の領域210に表示されるロボット動作の一覧表示は、ロボット動作一覧データ115を参照して表示制御部104が生成する。また、第2の領域211に表示されるロボット動作とコマンドの組の表示も、同様に表示制御部104が生成する。 In the screen shown in FIG. 6, the first area 210 in which a list of robot movements is displayed, and the robot movements and command sets input by the command input unit 101, which will be described later, are displayed from top to bottom in the order of execution of the information processing apparatus 1. And a second region 211 arranged in the. The list display of the robot movements displayed in the first area 210 is generated by the display control unit 104 with reference to the robot movement list data 115. Further, the display of the robot motion and the set of commands displayed in the second area 211 is also generated by the display control unit 104.

図6に示す画面は、既にコマンド入力部101によりロボット動作とコマンドの組が複数入力された状態を示す。従って、ステップS2が終了してステップS3が実行される状態では、第2の領域211には何も表示されていない。 The screen shown in FIG. 6 shows a state in which a plurality of robot motion and command sets have already been input by the command input unit 101. Therefore, in the state where step S2 ends and step S3 is executed, nothing is displayed in the second area 211.

ステップS3では、情報処理装置1のオペレータが、第1の領域210に表示されているロボット動作の一覧のうち、いずれかのロボット動作の選択入力が入力装置2を介してされるのを待つ。そして、選択入力がされると(ステップS3の判定がYES)、プログラムはステップS4に進み、表示制御部104がコマンド詳細設定画面を表示装置3に表示させる。 In step S<b>3, the operator of the information processing apparatus 1 waits for selection input of any robot operation from the list of robot operations displayed in the first area 210 via the input device 2. Then, when the selection input is made (YES in the determination in step S3), the program proceeds to step S4, and the display control unit 104 causes the display device 3 to display the command detail setting screen.

新規シナリオ作成の際に表示装置3に表示されるコマンド詳細設定画面の一例を図7〜図10に示す。 7 to 10 show an example of the command detail setting screen displayed on the display device 3 when creating a new scenario.

図7に示すコマンド詳細設定画面220は、ロボット動作「アプリケーション>起動」に対応するコマンドの詳細を入力するための画面である。図7に示すコマンド詳細設定画面220は、起動すべきアプリケーションソフト112を指定するアプリケーションソフト指定画面221、及びこのコマンドの具体的実行内容を示すコマンドメモデータ114eを入力するためのメモ入力画面222を有する。 The command detail setting screen 220 shown in FIG. 7 is a screen for inputting details of a command corresponding to the robot operation “application>start”. The command detail setting screen 220 shown in FIG. 7 includes an application software designation screen 221 for designating the application software 112 to be started up, and a memo input screen 222 for inputting command memo data 114e showing concrete execution contents of this command. Have.

情報処理装置1のオペレータは、入力装置2を介してコマンド詳細設定画面220に文字列等の入力を行う。図7に示す例では、オペレータはアプリケーションソフト指定画面221に「excel(登録商標)」と入力し、メモ入力画面222に「エクセル起動」と入力している。 The operator of the information processing device 1 inputs a character string or the like on the command detail setting screen 220 via the input device 2. In the example shown in FIG. 7, the operator inputs “excel (registered trademark)” on the application software designation screen 221 and “excel start” on the memo input screen 222.

次に、図8に示すコマンド詳細設定画面230は、ロボット動作「ファイル>開く>固定ファイル名」に対応するコマンドの詳細を入力するための画面である。図8に示すコマンド詳細設定画面230は、(ファイルに関連付けられたアプリケーションソフト112により)開くべきファイルの場所、言い換えればディレクトリ(ファイルパス)を指定するファイル場所指定画面231、及びこのコマンドの具体的実行内容を示すコマンドメモデータ114eを入力するためのメモ入力画面232を有する。 Next, the command detail setting screen 230 shown in FIG. 8 is a screen for inputting the details of the command corresponding to the robot operation “File>Open>Fixed file name”. The command detail setting screen 230 shown in FIG. 8 includes a file location designation screen 231 for designating a location of a file to be opened (by the application software 112 associated with the file), in other words, a directory (file path), and a specific command of this command. It has a memo input screen 232 for inputting command memo data 114e showing execution contents.

次に、図9に示すコマンド詳細設定画面240は、ロボット動作「流れ>分岐(数値)」に対応するコマンドの詳細を入力するための画面である。図9に示すコマンド詳細設定画面240は、分岐条件となるデータを特定するためのIDを設定するデータID設定画面241、分岐条件となる数値との間の大小関係を設定する大小設定画面242、比較対象となる数値を入力する数値入力画面243、及びこのコマンドの具体的実行内容を示すコマンドメモデータ114eを入力するためのメモ入力画面244を有する。 Next, the command detail setting screen 240 shown in FIG. 9 is a screen for inputting details of a command corresponding to the robot operation “flow>branch (numerical value)”. The command detail setting screen 240 shown in FIG. 9 includes a data ID setting screen 241 for setting an ID for specifying data to be a branch condition, a large/small setting screen 242 for setting a magnitude relationship with a numerical value as a branch condition, It has a numerical value input screen 243 for inputting a numerical value to be compared, and a memo input screen 244 for inputting command memo data 114e indicating the specific execution contents of this command.

そして、図10に示すコマンド詳細設定画面250は、ロボット動作「ウィンドウ>最前ウィンドウ記憶」に対応するコマンドの詳細を入力するための画面である。図10に示すコマンド詳細設定画面250は、表示装置3の表示画面において最前に表示されている画面を記憶するIDを設定するウィンドウ参照ID設定画面251、及びこのコマンドの具体的実行内容を示すコマンドメモデータ114eを入力するためのメモ入力画面252を有する。 The command detail setting screen 250 shown in FIG. 10 is a screen for inputting the details of the command corresponding to the robot operation “window>store front window”. The command detail setting screen 250 shown in FIG. 10 is a window reference ID setting screen 251 for setting an ID for storing the screen displayed first on the display screen of the display device 3, and a command indicating specific execution contents of this command. It has a memo input screen 252 for inputting memo data 114e.

ステップS5では、ステップS4において表示されたコマンド詳細設定画面を用いてコマンド等の入力がされるのを待つ。そして、コマンド等の入力がされると(ステップS5の判定がYES)、プログラムはステップS6に進み、コマンド入力部101が、ステップS4、S5において入力されたロボット動作、ロボット動作の具体的実行内容であるコマンドの入力及びコマンドメモデータ114eをそれぞれ受け入れる。次いで、シナリオ作成部102は、コマンド入力部101が受け入れたロボット動作及びコマンドの組、さらにはコマンドメモデータ114eを用いてシナリオデータ114を更新する。 In step S5, the process waits until a command or the like is input using the command detail setting screen displayed in step S4. When a command or the like is input (YES in the determination in step S5), the program proceeds to step S6, and the command input unit 101 causes the robot operation input in steps S4 and S5 and the specific execution content of the robot operation. Command input and command memo data 114e are received. Next, the scenario creating unit 102 updates the scenario data 114 by using the robot action and the set of commands accepted by the command input unit 101, and further the command memo data 114e.

さらに、表示制御部104は、コマンド入力部101が受け入れたロボット動作、ロボット動作の具体的実行内容であるコマンドの入力及びコマンドメモデータ114eに基づき、表示装置3の表示画面の第2の領域211の表示内容を更新する(図6参照)。 Further, the display control unit 104, based on the robot operation received by the command input unit 101, the command input that is the specific execution content of the robot operation, and the command memo data 114e, the second area 211 of the display screen of the display device 3. Display contents are updated (see FIG. 6).

この際、表示制御部104は、コマンド入力部101が受け入れたロボット動作についてロボット動作一覧データ115を参照し、受け入れたロボット動作に分岐指定が可能であるかどうかを判定する。そして、分岐指定が可能であると判定したら、第2の領域211の表示内容に条件表示を付加する。 At this time, the display control unit 104 refers to the robot operation list data 115 for the robot operation accepted by the command input unit 101, and determines whether or not branch designation is possible for the accepted robot operation. Then, when it is determined that the branch designation is possible, the condition display is added to the display content of the second area 211.

一例として、図6において、コマンドメモデータ114eが「注文数が10以上の場合」であるロボット動作R1は分岐指定されている。従って、表示制御部104は、このロボット動作R1の条件を満たす(図中では「True」と表示)場合に分岐するロボット動作R2と、ロボット動作R1の条件を満たさない(図中では「False」と表示)場合に分岐するロボット動作R3とを分別して視認可能な状態に表示する。 As an example, in FIG. 6, the robot operation R1 in which the command memo data 114e is “when the number of orders is 10 or more” is branch-designated. Therefore, the display control unit 104 does not satisfy the conditions of the robot action R1 and the robot action R2 that branches when the condition of the robot action R1 is satisfied (displayed as “True” in the diagram) (“False” in the diagram). (Displayed), the robot operation R3 that branches is displayed separately in a visible state.

次いで、ステップS7では、入力装置2を介して情報処理装置1のオペレータが表示装置3の表示画面の第2の領域211に対して操作入力をするのを待つ。ここにいう操作入力の一例としては、第2の領域211に表示されているロボット動作に対して階層の変更を指示する操作入力であり、より具体的には、ロボット動作を図6において左右方向にドラッグすることで階層変更の指示を行う操作入力である。 Next, in step S<b>7, the operator of the information processing device 1 waits for an operation input to the second area 211 of the display screen of the display device 3 via the input device 2. An example of the operation input referred to here is an operation input for instructing a change of the hierarchy with respect to the robot motion displayed in the second area 211, and more specifically, the robot motion is displayed in the horizontal direction in FIG. It is an operation input for instructing a hierarchy change by dragging to.

ステップS8では、表示制御部104は、操作入力があったロボット動作についてロボット動作一覧データ115を参照し、受け入れたロボット動作に階層指定が可能であるかどうかを判定する。そして、階層指定が可能であると判定したら、第2の領域211の表示内容を更新し、階層表示を行う(あるいは変更する)。 In step S8, the display control unit 104 refers to the robot operation list data 115 for the robot operation for which the operation input has been made, and determines whether or not the received robot operation can be hierarchically designated. When it is determined that the hierarchy can be designated, the display content of the second area 211 is updated and the hierarchy is displayed (or changed).

一例として、図6において、コマンドメモデータ114eが「移動」であるロボット動作R4は、コマンドメモデータ114eが「各注文に対して繰り返し」であるロボット動作R5よりも図中右方向にシフトして表示されている。ロボット動作の表示を左右方向に所定距離だけシフトすることで階層表示が行われている。 As an example, in FIG. 6, the robot movement R4 in which the command memo data 114e is “move” is shifted to the right in the figure from the robot movement R5 in which the command memo data 114e is “repeat for each order”. It is displayed. Hierarchical display is performed by shifting the display of the robot motion in the left-right direction by a predetermined distance.

この後、プログラムはステップS3に戻り、ステップS3〜S10までの動作を繰り返す。また、図6の画面で、入力装置2を介して「シナリオ保存」の操作入力がされたら(ステップS10の判定がYES)、シナリオデータ114を記憶部110に格納して、シナリオ作成を終了し、ステップS1に戻る。 After that, the program returns to step S3 and repeats the operations of steps S3 to S10. Further, when the operation input of “save scenario” is input through the input device 2 on the screen of FIG. 6 (determination in step S10 is YES), the scenario data 114 is stored in the storage unit 110, and the scenario creation ends. , And returns to step S1.

次に、ステップS1でエクスポートボタン202aの操作入力があり、ステップS21に進んだときの動作を説明する。このステップS21以降の処理は、図5に示す操作画面で、情報処理装置1のオペレータによって、所定のシナリオ名称データ114bの横に表示されるエクスポートボタン202aが選択されたときに実行される。 Next, the operation when the export button 202a is operated in step S1 and the process proceeds to step S21 will be described. The processing after step S21 is executed when the operator of the information processing apparatus 1 selects the export button 202a displayed beside the predetermined scenario name data 114b on the operation screen shown in FIG.

まず、ステップS21では、エクスポート部105が、情報処理装置1のオペレータによって選択されたエクスポートボタン202aに対応するシナリオデータ#1〜#n 114aを記憶部110から取得する。これと並行して、ステップS22で、表示制御部104が、例えば、図11に示すようなエクスポート画面260を表示装置3に表示させる。この図11に示すエクスポート画面260は、シナリオデータ#1〜#n 114aをエクスポート(書き出し)するための画面であり、出力先のファイル名、言い換えればディレクトリ(ファイルパス)を指定する出力先指定画面261を有する。 First, in step S21, the export unit 105 acquires from the storage unit 110 the scenario data #1 to #n 114a corresponding to the export button 202a selected by the operator of the information processing device 1. In parallel with this, in step S22, the display control unit 104 causes the display device 3 to display an export screen 260 as shown in FIG. 11, for example. The export screen 260 shown in FIG. 11 is a screen for exporting (writing) the scenario data #1 to #n 114a, and is an output destination designation screen for designating a file name of an output destination, in other words, a directory (file path). 261.

オペレータは、入力装置2を介して出力先指定画面261において、出力先のディレクトリを指定し、ファイル名(文字列)の入力を行う。なお、出力先のディレクトリは、表示制御部104の制御により予め外部記憶装置4のディレクトリ(例えば、D:)を指定し、ファイル名としてシナリオ名称を表示してもよい。 The operator designates the output destination directory on the output destination designation screen 261 via the input device 2 and inputs the file name (character string). As the output destination directory, the directory (for example, D:) of the external storage device 4 may be designated in advance under the control of the display control unit 104, and the scenario name may be displayed as the file name.

出力先の入力が完了し、オペレータがOKボタン262を操作入力すると、この入力を受けて、ステップS23で、エクスポート部105が、ステップS21で取得したシナリオデータ#1〜#n 114aを所定のデータフォーマットに変換し、暗号処理部107に指示してこのデータフォーマット変換後のシナリオデータ#1〜#n 114aを暗号化することで、シナリオファイル41を生成する。ステップS24で、ハッシュ値算出部108が、所定のハッシュ関数を用いて、この暗号化されたシナリオファイル41のハッシュ値を算出する。 When the input of the output destination is completed and the operator operates the OK button 262, in response to the input, the export unit 105 sets the scenario data #1 to #n 114a acquired in step S21 to predetermined data. The scenario file 41 is generated by converting the data into a format and instructing the encryption processing unit 107 to encrypt the scenario data #1 to #n 114a after the data format conversion. In step S24, the hash value calculation unit 108 calculates the hash value of the encrypted scenario file 41 using a predetermined hash function.

次いで、ステップS25で、エクスポート部105が、暗号化されたシナリオファイル41を、ステップS24で算出されたハッシュ値と紐付けて、指定されたファイル名で外部記憶装置4に出力する。これにより、エクスポート処理が完了する。その後、ステップS1に戻ることで、次に指定される処理を続行することができる。 Next, in step S25, the export unit 105 associates the encrypted scenario file 41 with the hash value calculated in step S24, and outputs the scenario file 41 to the external storage device 4 with the designated file name. This completes the export process. Then, the process designated next can be continued by returning to step S1.

次に、ステップS1でインポートボタン203の操作入力があり、ステップS31に進んだときの動作を説明する。このステップS31以降の処理は、図5に示す操作画面で、情報処理装置1のオペレータによって、インポートボタン203が選択されたときに実行される。 Next, the operation when the import button 203 is operated in step S1 and the process proceeds to step S31 will be described. The processing after step S31 is executed when the operator of the information processing apparatus 1 selects the import button 203 on the operation screen shown in FIG.

まず、ステップS31では、表示制御部104が、例えば、図12に示すようなインポート画面270を表示装置3に表示させる。この図12に示すインポート画面270は、インポートすべきシナリオファイル42を指定するための画面であり、インポートのために開くべきファイルの場所、言い換えればディレクトリ(ファイルパス)を指定するファイル場所指定画面271を有する。 First, in step S31, the display control unit 104 causes the display device 3 to display an import screen 270 as shown in FIG. 12, for example. The import screen 270 shown in FIG. 12 is a screen for designating the scenario file 42 to be imported, and is a file location designation screen 271 for designating the location of the file to be opened for import, in other words, the directory (file path). Have.

オペレータは、ファイル場所指定画面271で、外部記憶装置4に格納されているシナリオファイル42のファイルパスを指定し、OKボタン272を操作入力する。この入力を受けて、インポート部106は、外部記憶装置4からシナリオファイル42とこれに紐付けられたハッシュ値を取り込む。次いで、ステップS33で、ハッシュ値算出部108が、所定のハッシュ関数を用いて、取り込んだシナリオファイル42(暗号化ファイル)のハッシュ値を再計算する。 The operator designates the file path of the scenario file 42 stored in the external storage device 4 on the file location designation screen 271, and operates the OK button 272. In response to this input, the import unit 106 takes in the scenario file 42 and the hash value associated with it from the external storage device 4. Next, in step S33, the hash value calculation unit 108 recalculates the hash value of the captured scenario file 42 (encrypted file) using a predetermined hash function.

ステップS34で、インポート部106は、ステップS32で取得したハッシュ値(オリジナル値)と、ステップS33で再計算したハッシュ値とを比較する。2つのハッシュ値が一致すれば(ステップS34の判定がYES)、シナリオファイル42の改ざんがないと判定して、ステップS35に進む。 In step S34, the import unit 106 compares the hash value (original value) acquired in step S32 with the hash value recalculated in step S33. If the two hash values match (YES in the determination in step S34), it is determined that the scenario file 42 has not been tampered with, and the process proceeds to step S35.

ステップS35では、暗号処理部107が改ざんがないと判定したシナリオファイル42を、秘密鍵を用いて復号する。ステップS36で、この復号されたシナリオファイル42(つまり、データフォーマット変換されているシナリオデータ)に基づいて、インポート部106がシナリオデータ#1〜#n 114aを生成し、記憶部110に格納する。これにより、インポートが完了し、情報処理装置1において、インポートされたシナリオデータ#1〜#n 114aを実行することが可能となる。 In step S35, the encryption processing unit 107 decrypts the scenario file 42, which is determined to be tampered with, using the private key. In step S36, the import unit 106 generates scenario data #1 to #n 114a based on the decrypted scenario file 42 (that is, the scenario data whose data format has been converted), and stores the scenario data #1 to #n 114a in the storage unit 110. This completes the import, and the information processing apparatus 1 can execute the imported scenario data #1 to #n 114a.

一方、2つのハッシュ値が不一致の場合(ステップS34の判定がNO)は、シナリオファイル42が改ざんされた可能性があるため、その後のインポート処理を中止し、ステップS37に進む。ステップS37では、表示制御部104が、エラーメッセージ(例えば、「ハッシュ値が不一致のため、インポート処理を中止します。」、「シナリオファイルの改ざんを検出したため、インポート処理を中止します。」)を表示装置3に表示させる。このエラーメッセージを視認することで、オペレータはシナリオファイル42に改ざんがあったことを認識することができる。そして、オペレータによるインポート画面270のキャンセルボタン273の操作入力等を受けて、ステップS1に戻ることで、次に指定される処理を続行することができる。 On the other hand, if the two hash values do not match (NO in step S34), the scenario file 42 may have been tampered with, so the subsequent import processing is stopped and the process proceeds to step S37. In step S37, the display control unit 104 causes an error message (for example, "The hash value does not match, the import process is canceled.", "The scenario file has been tampered with, so the import process is canceled.") Is displayed on the display device 3. By visually recognizing this error message, the operator can recognize that the scenario file 42 has been tampered with. Then, upon receiving an operation input of the cancel button 273 on the import screen 270 by the operator and returning to step S1, the process designated next can be continued.

以上のように構成された本実施の形態である情報処理装置1では、表示制御部104が、入力装置2を介して第2の領域211に表示されているロボット動作及びコマンドの組の階層指定及び/または条件指定の入力があると、第2の領域211に表示されているロボット動作及びコマンドの組の表示態様を変更させている。 In the information processing device 1 according to the present embodiment configured as described above, the display control unit 104 causes the input device 2 to specify the hierarchy of the set of robot motions and commands displayed in the second area 211. And/or when a condition designation is input, the display mode of the set of robot motions and commands displayed in the second area 211 is changed.

このようにすることで、コマンドの階層化表示、及び/または条件設定の表示を操作画面において簡易に表示させることが可能となる。 By doing so, it is possible to easily display the hierarchical display of commands and/or the display of condition setting on the operation screen.

また、本実施の形態である情報処理装置1では、シナリオデータ114のエクスポートに際して、生成したシナリオファイル41のハッシュ値を算出している。そして、シナリオデータ114のインポートに際して、シナリオファイル42のハッシュ値を再計算し、エクスポート先で算出したハッシュ値と比較している。このようにすることで、シナリオデータ114の改ざん等の有無を検出し、改ざん等されたシナリオデータ114の実行を防止することができる。 Further, in the information processing device 1 according to the present embodiment, the hash value of the generated scenario file 41 is calculated when the scenario data 114 is exported. Then, when the scenario data 114 is imported, the hash value of the scenario file 42 is recalculated and compared with the hash value calculated at the export destination. By doing so, it is possible to detect whether or not the scenario data 114 has been tampered with and prevent the scenario data 114 that has been tampered with from being executed.

また、本実施の形態では、所定の秘密鍵を用いて暗号化したシナリオファイル41,42のハッシュ値を算出または再計算している。このようにすることで、ハッシュ値をより複雑化して、ハッシュ値からシナリオファイルが不測に復号されるのを防止することができ、セキュリティ効果をより高めることができる。その結果、改ざん等されたシナリオデータ114の実行の防止効果を高めることができる。また、本実施の形態では、秘密鍵がシナリオソフトウエア113内に組み込まれていることで、権限のないオペレータや第三者が不測にエクスポート用シナリオファイル41を生成したり、インポート用シナリオファイル42を取り込んだりするのを防止することもでき、セキュリティ効果をより高めることができる。 Further, in the present embodiment, the hash values of the scenario files 41 and 42 encrypted using the predetermined secret key are calculated or recalculated. By doing so, the hash value can be made more complicated, and the scenario file can be prevented from being accidentally decrypted from the hash value, and the security effect can be further enhanced. As a result, the effect of preventing the execution of the tampered scenario data 114 can be enhanced. Further, in the present embodiment, since the secret key is incorporated in the scenario software 113, an unauthorized operator or a third person can unexpectedly generate the export scenario file 41 or the import scenario file 42. It is also possible to prevent taking in, and the security effect can be further enhanced.

以上、図面を参照して、本発明の実施の形態を詳述してきたが、具体的な構成は、この実施の形態及び実施例に限らず、本発明の要旨を逸脱しない程度の設計的変更は、本発明に含まれる。 Although the embodiments of the present invention have been described in detail above with reference to the drawings, the specific configuration is not limited to the embodiments and the examples, and the design changes can be made without departing from the gist of the present invention. Are included in the present invention.

一例として、表示制御部104による表示装置3の表示画面への表示態様は図示例に限定されず、種々の変形が可能である。 As an example, the display mode on the display screen of the display device 3 by the display control unit 104 is not limited to the illustrated example, and various modifications are possible.

そして、上述の実施の形態において、情報処理装置1を動作させるプログラムは記憶部110に格納されて提供されていたが、不図示の光学ディスクドライブ、USBインタフェース等を用いて、プログラムが格納された光ディスク、USBフラッシュメモリ装置、メモリーカード等を接続し、このDVD等からプログラムを情報処理装置1に読み込んで動作させてもよい。また、WAN上の外部サーバー内にプログラムを格納しておき、通信部120を介してこのプログラムを情報処理装置1に読み込んで動作させてもよい。さらに、上述の各実施形態において、情報処理装置1は複数のハードウェア要素により構成されていたが、これらハードウェア要素の一部の動作をCPU等がプログラムの動作により実現することも可能である。 Further, in the above-described embodiment, the program for operating the information processing apparatus 1 is stored and provided in the storage unit 110, but the program is stored using an optical disk drive, a USB interface, or the like (not shown). It is also possible to connect an optical disk, a USB flash memory device, a memory card, etc., and read the program from the DVD etc. into the information processing device 1 to operate it. Alternatively, the program may be stored in an external server on the WAN, and the program may be read into the information processing device 1 via the communication unit 120 and operated. Furthermore, in each of the above-described embodiments, the information processing device 1 is composed of a plurality of hardware elements, but it is also possible for a CPU or the like to realize some operations of these hardware elements by the operation of a program. ..

また、上述の実施の形態では、フォーマット変換後のシナリオデータ114からシナリオファイル41を生成し、そのハッシュ値を算出しているが、これに限定されるものではない。他の異なる実施形態として、例えば、フォーマット変換後のシナリオデータ114及び所定の画像ファイルからシナリオファイル41を生成し、そのハッシュ値を算出することもできる。より具体的に説明すれば、画面上でマウスを移動させるコマンドを実行する場合、画面上の座標を指定することで自動的にマウスを移動させる方法と、所定の画像に向かってマウスの移動をするように指定する方法とがある。このような画像を利用したコマンドをインポート先の情報処理装置1でも実行するには、画像(画像ファイル)もシナリオデータ114とともにエクスポートする必要がある。よって、シナリオデータ114及び複数の画像ファイルを含めてシナリオファイル41を生成し、このシナリオファイル41のハッシュ値を算出することで、容易に解読等されることのないハッシュ値が得られる。よって、シナリオデータ114の改ざん等の防止効果をより高めることができる。 Further, in the above-mentioned embodiment, the scenario file 41 is generated from the scenario data 114 after the format conversion and the hash value thereof is calculated, but the present invention is not limited to this. As another different embodiment, for example, the scenario file 41 may be generated from the scenario data 114 after format conversion and a predetermined image file, and the hash value thereof may be calculated. More specifically, when executing a command to move the mouse on the screen, a method of automatically moving the mouse by specifying the coordinates on the screen and a method of moving the mouse toward a predetermined image are described. There is a method to specify to do. In order for the information processing apparatus 1 of the import destination to execute such a command using an image, the image (image file) also needs to be exported together with the scenario data 114. Therefore, by generating the scenario file 41 including the scenario data 114 and the plurality of image files and calculating the hash value of the scenario file 41, a hash value that is not easily deciphered can be obtained. Therefore, the effect of preventing falsification of the scenario data 114 can be further enhanced.

また、上述の実施の形態では、図5の画面でエクスポートボタン202aの操作入力によって指定されたシナリオ名称データ114bに対応するシナリオデータ114のエクスポートを実行しているが、複数のシナリオデータ114をまとめてエクスポートすることも可能である。例えば、本実施の形態では、所定のシナリオデータ114に、他のシナリオデータ114を呼び出して実行させるコマンドを指定することが可能である。この場合、エクスポート部105は、エクスポートの指定がされた所定のシナリオデータ114とともに、これに呼び出される依存関係の他のシナリオデータ114を自動的に検出し、これらをまとめて1つのシナリオファイル41として出力し、そのハッシュ値を算出する。そして、他の情報処理装置1に、これら複数のシナリオデータ114をインポートすることで、呼び出し元及び呼び出し先の各コマンドを正常に実行することができる。 Further, in the above-described embodiment, the scenario data 114 corresponding to the scenario name data 114b specified by the operation input of the export button 202a on the screen of FIG. 5 is exported, but a plurality of scenario data 114 are collected. It is also possible to export. For example, in the present embodiment, it is possible to specify a command for calling and executing the other scenario data 114 in the predetermined scenario data 114. In this case, the export unit 105 automatically detects, together with the predetermined scenario data 114 designated to be exported, the other scenario data 114 of the dependency called by this, and collects them as a single scenario file 41. Output and calculate the hash value. Then, by importing the plurality of scenario data 114 into another information processing apparatus 1, each command of the call source and the call destination can be normally executed.

また、更に異なる実施の形態として、図5に示す画面で、複数のシナリオ名称データ114bを選択可能とし(グループ化)、選択されたシナリオ名称データ114bに対応するすべてのシナリオデータ114からシナリオファイル41を生成し、そのハッシュ関数を算出する構成とすることもできる。この場合、すべてのシナリオデータ114をまとめて1つのシナリオファイル41を生成してもよいし、シナリオデータ114ごとにシナリオファイル41を生成してもよい。 As a further different embodiment, a plurality of scenario name data 114b can be selected (grouped) on the screen shown in FIG. 5, and all the scenario data 114 corresponding to the selected scenario name data 114b can be read from the scenario file 41. Can be generated and the hash function can be calculated. In this case, one scenario file 41 may be generated by collecting all the scenario data 114, or the scenario file 41 may be generated for each scenario data 114.

また、上述の実施の形態では、エクスポート部105は、シナリオファイル41を外部記憶装置4に出力し、インポート部106は、外部記憶装置4からシナリオファイル42を取り込んでいるが、これに限定されるものではない。例えば、通信部120を介してシナリオファイル41を他の情報処理装置1に向けて出力する構成としてもよい。また、通信部120を介してシナリオファイル42を情報処理装置1に読み込む構成としてもよい。この場合でも、エクスポート側とインポート側で、それぞれハッシュ値を算出して比較することで、シナリオデータ114の改ざん等の有無を検出し、改ざん等されたシナリオデータ114の実行を確実に防止することができる。 In the above-described embodiment, the export unit 105 outputs the scenario file 41 to the external storage device 4, and the import unit 106 imports the scenario file 42 from the external storage device 4, but the present invention is not limited to this. Not a thing. For example, the scenario file 41 may be output to another information processing device 1 via the communication unit 120. Further, the scenario file 42 may be read into the information processing device 1 via the communication unit 120. Even in this case, the hash value is calculated and compared on the export side and the import side, respectively, to detect whether the scenario data 114 has been tampered with, and reliably prevent execution of the tampered scenario data 114. You can

1 情報処理装置
2 入力装置
3 表示装置
4 外部記憶装置
41 エクスポート用シナリオファイル
42 インポート用シナリオファイル
100 制御部
101 コマンド入力部
102 シナリオ作成部
103 シナリオ実行部
104 表示制御部
105 エクスポート部
106 インポート部
107 暗号処理部
108 ハッシュ値算出部
110 記憶部
114 シナリオデータ
1 Information processing device 2 Input device 3 Display device 4 External storage device 41 Export scenario file 42 Import scenario file 100 Control unit 101 Command input unit 102 Scenario creation unit 103 Scenario execution unit 104 Display control unit 105 Export unit 106 Export unit 107 Cryptographic processing unit 108 Hash value calculation unit 110 Storage unit 114 Scenario data

Claims (6)

ロボット動作の具体的実行内容であるコマンド及び前記コマンドの組を、実行順に配列したシナリオデータに従って、前記コマンドを実行する情報処理装置であって、
前記シナリオデータが記憶される記憶部と、
前記記憶部から所定の前記シナリオデータを取得し、所定のハッシュ関数に従って前記シナリオデータのハッシュ値を算出し、算出した前記ハッシュ値を前記シナリオデータに紐付けしてエクスポート用シナリオファイルを生成するエクスポート部と、
前記ハッシュ値が紐付けされたインポート用シナリオファイルを取り込み、前記インポート用シナリオファイルの前記ハッシュ値を再計算し、再計算された前記ハッシュ値及び紐付けされた前記ハッシュ値を比較するインポート部と、を備え、
前記インポート部は、2つの前記ハッシュ値が一致すると判定したときは、前記インポート用シナリオファイルに含まれる前記シナリオデータを、前記記憶部に格納することを特徴とする情報処理装置。
An information processing apparatus that executes a command, which is a concrete execution content of a robot operation, and a set of the command according to scenario data in which the commands are arranged in an execution order,
A storage unit for storing the scenario data,
An export that acquires the predetermined scenario data from the storage unit, calculates a hash value of the scenario data according to a predetermined hash function, and associates the calculated hash value with the scenario data to generate an export scenario file. Department,
An importing part that takes in an import scenario file associated with the hash value, recalculates the hash value of the import scenario file, and compares the recalculated hash value and the associated hash value with each other. ,,
The information processing apparatus, wherein the import unit stores the scenario data included in the import scenario file in the storage unit when it is determined that the two hash values match.
前記エクスポート部は、所定の暗号アルゴリズムに従って、所定の共通鍵を用いて前記エクスポート用シナリオファイルを暗号化するように構成され、前記インポート部は、所定の暗号アルゴリズムに従って、前記共通鍵を用いて前記インポート用シナリオファイルを復号するように構成されていることを特徴とする請求項1に記載の情報処理装置。 The export unit is configured to encrypt the scenario file for export by using a predetermined common key according to a predetermined encryption algorithm, and the import unit uses the common key by using a common key according to a predetermined encryption algorithm. The information processing apparatus according to claim 1, wherein the information processing apparatus is configured to decrypt the import scenario file. 前記エクスポート部は、前記エクスポート用シナリオファイルを外部記憶装置に出力し、前記インポート部は、前記外部記憶装置に格納された前記インポート用シナリオファイルを取り込むように構成されたことを特徴とする請求項1又は2に記載の情報処理装置。 The export unit is configured to output the export scenario file to an external storage device, and the import unit is configured to capture the import scenario file stored in the external storage device. The information processing device according to 1 or 2. 前記ロボット動作及び前記コマンドの入力をそれぞれ受け入れるコマンド入力部と、
前記コマンド入力部により入力が受け入れられた前記ロボット動作及び前記コマンドの組を、前記情報処理装置の実行順に配列した前記シナリオデータを作成するシナリオ作成部と、
前記ロボット動作の一覧を表示装置に表示させる表示制御部と、
前記シナリオデータに基づいて、実行順に配列された前記コマンドを前記情報処理装置において実行させるシナリオ実行部と、を有することを特徴とする請求項1〜3のいずれか一項に記載の情報処理装置。
A command input unit that receives the robot operation and the input of the command, respectively,
A scenario creation unit that creates the scenario data in which the robot operation and the command set, which are input by the command input unit, are arranged in the order of execution of the information processing apparatus;
A display control unit for displaying a list of the robot operations on a display device;
The information processing apparatus according to any one of claims 1 to 3, further comprising: a scenario execution unit that causes the information processing apparatus to execute the commands arranged in an execution order based on the scenario data. ..
ロボット動作の具体的実行内容であるコマンド及び前記コマンドの組を、実行順に配列したシナリオデータに従って、前記コマンドを実行する情報処理装置の制御方法であって、
前記シナリオデータを記憶部に記憶する記憶工程と、
前記記憶部から所定の前記シナリオデータを取得し、所定のハッシュ関数に従って前記シナリオデータのハッシュ値を算出し、算出した前記ハッシュ値を前記シナリオデータに紐付けしてエクスポート用シナリオファイルを生成するエクスポート工程と、
前記ハッシュ値が紐付けされたインポート用シナリオファイルを取り込み、前記インポート用シナリオファイルの前記ハッシュ値を再計算し、再計算された前記ハッシュ値及び紐付けされた前記ハッシュ値を比較するインポート工程と、を有し、
前記インポート工程は、2つの前記ハッシュ値が一致すると判定したときは、前記インポート用シナリオファイルに含まれる前記シナリオデータを、前記記憶部に格納することを特徴とする情報処理装置の制御方法。
A control method of an information processing apparatus for executing a command, which is a concrete execution content of a robot operation, and a set of the command according to scenario data arranged in an execution order,
A storage step of storing the scenario data in a storage unit,
An export that acquires the predetermined scenario data from the storage unit, calculates a hash value of the scenario data according to a predetermined hash function, and associates the calculated hash value with the scenario data to generate an export scenario file. Process,
An import step of importing an import scenario file associated with the hash value, recalculating the hash value of the import scenario file, and comparing the recalculated hash value and the associated hash value; Has,
The method for controlling an information processing device, wherein, when the import step determines that the two hash values match, the scenario data included in the import scenario file is stored in the storage unit.
コンピュータにより実行されるプログラムであって、
このプログラムは、前記コンピュータにより実行されると、このコンピュータを、
ロボット動作の具体的実行内容であるコマンド及び前記コマンドの組を、実行順に配列したシナリオデータを記憶する記憶部と、
前記記憶部から所定の前記シナリオデータを取得し、所定のハッシュ関数に従って前記シナリオデータのハッシュ値を算出し、算出した前記ハッシュ値を前記シナリオデータに紐付けしてエクスポート用シナリオファイルを生成するエクスポート部と、
前記ハッシュ値が紐付けされたインポート用シナリオファイルを取り込み、前記インポート用シナリオファイルの前記ハッシュ値を再計算し、再計算された前記ハッシュ値及び紐付けされた前記ハッシュ値を比較し、2つの前記ハッシュ値が一致すると判定したときは、前記インポート用シナリオファイルに含まれる前記シナリオデータを、前記記憶部に記憶するインポート部として機能させることを特徴とするプログラム。
A program executed by a computer,
This program, when executed by the computer,
A storage unit that stores scenario data in which commands that are specific execution contents of a robot operation and a set of the commands are arranged in an execution order,
An export that acquires the predetermined scenario data from the storage unit, calculates a hash value of the scenario data according to a predetermined hash function, and associates the calculated hash value with the scenario data to generate an export scenario file. Department,
The import scenario file associated with the hash value is imported, the hash value of the import scenario file is recalculated, the recalculated hash value and the associated hash value are compared, and two A program that causes the scenario data included in the import scenario file to function as an import unit that is stored in the storage unit when it is determined that the hash values match.
JP2018238488A 2018-12-20 2018-12-20 Information processing device, control method and program Active JP7104947B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018238488A JP7104947B2 (en) 2018-12-20 2018-12-20 Information processing device, control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018238488A JP7104947B2 (en) 2018-12-20 2018-12-20 Information processing device, control method and program

Publications (2)

Publication Number Publication Date
JP2020102699A true JP2020102699A (en) 2020-07-02
JP7104947B2 JP7104947B2 (en) 2022-07-22

Family

ID=71139873

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018238488A Active JP7104947B2 (en) 2018-12-20 2018-12-20 Information processing device, control method and program

Country Status (1)

Country Link
JP (1) JP7104947B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0498552A (en) * 1990-08-17 1992-03-31 Fujitsu Ltd Electronic filing device
JPH06332689A (en) * 1993-05-21 1994-12-02 Hitachi Ltd Program displaying method and program edition accepting method
JP2002196926A (en) * 2000-12-27 2002-07-12 Toshiba Corp Program constructing system, program constructing method, and recording medium
JP2002352028A (en) * 2001-05-28 2002-12-06 Nippon Telegr & Teleph Corp <Ntt> Method, system, and device for distributing contents
JP2006259999A (en) * 2005-03-16 2006-09-28 Canon Inc Peripheral device control unit
JP2011181024A (en) * 2010-03-04 2011-09-15 Hitachi Solutions Ltd Csv file output device for cooperation between systems
JP2013109719A (en) * 2011-11-24 2013-06-06 Ntt Docomo Inc Test device and test method
JP2016103217A (en) * 2014-11-28 2016-06-02 シャープ株式会社 Information processing terminal and control program of information processing terminal

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0498552A (en) * 1990-08-17 1992-03-31 Fujitsu Ltd Electronic filing device
JPH06332689A (en) * 1993-05-21 1994-12-02 Hitachi Ltd Program displaying method and program edition accepting method
JP2002196926A (en) * 2000-12-27 2002-07-12 Toshiba Corp Program constructing system, program constructing method, and recording medium
JP2002352028A (en) * 2001-05-28 2002-12-06 Nippon Telegr & Teleph Corp <Ntt> Method, system, and device for distributing contents
JP2006259999A (en) * 2005-03-16 2006-09-28 Canon Inc Peripheral device control unit
JP2011181024A (en) * 2010-03-04 2011-09-15 Hitachi Solutions Ltd Csv file output device for cooperation between systems
JP2013109719A (en) * 2011-11-24 2013-06-06 Ntt Docomo Inc Test device and test method
JP2016103217A (en) * 2014-11-28 2016-06-02 シャープ株式会社 Information processing terminal and control program of information processing terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
横瀬 史拓: "オペレータの操作を自動化するソフトウェア「UMS」", NTT技術ジャーナル, vol. 第23巻第5号, JPN6021012143, 1 May 2011 (2011-05-01), pages 42 - 45, ISSN: 0004607619 *

Also Published As

Publication number Publication date
JP7104947B2 (en) 2022-07-22

Similar Documents

Publication Publication Date Title
JP5669101B2 (en) Information processing apparatus and information processing system
JP6772652B2 (en) Programmable display, update processing device, update method, information processing method and program
JP6443190B2 (en) Programmable logic controller, control method of programmable logic controller, and control program
US20200034545A1 (en) Information provision device, information provision system, information provision method, and program
WO2017100014A1 (en) Creating notes on lock screen
JP2019501438A (en) Self-describing configuration with support for sharing data tables
CN108885444B (en) Information management apparatus, information management method, and information management system
WO2014061093A1 (en) Screen creation device and screen creation method
JP6477178B2 (en) PLC control data generation device, PLC control data generation method, and PLC control data generation program
JP2020102699A (en) Information processing device, control method, and program
KR101664761B1 (en) Project data creation device
WO2019187087A1 (en) Picture drawing device, picture drawing program, and storage medium
JP2010020698A (en) Information processing system, information processing method, information processing program and recording medium
JP6576608B1 (en) Drawing support device, display device, drawing support method, and computer program
JP6218225B2 (en) Data communication system, communication terminal device, and communication program
JP5534514B2 (en) Information processing apparatus, information processing method, and program
JP2015162200A (en) File management device
JP7422959B1 (en) Display program, client device, network system and display control method
JP2015176278A (en) Information processing apparatus and information processing method
JP2019213627A (en) Endoscope apparatus, function restricting method, and function restricting program
JP6277778B2 (en) Information processing apparatus, information processing system, and program
JP7424057B2 (en) Information processing device and program
JP7370275B2 (en) Program control device and program control method
JP2017126296A (en) Instrument monitoring system, instrument monitoring method, and instrument monitoring program
WO2022210167A1 (en) Control system, processing device, and control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200701

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210323

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210413

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210607

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211005

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20211201

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220202

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: 20220621

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220701

R150 Certificate of patent or registration of utility model

Ref document number: 7104947

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150