JP2010157103A - Verification system and operation verification apparatus - Google Patents

Verification system and operation verification apparatus Download PDF

Info

Publication number
JP2010157103A
JP2010157103A JP2008335087A JP2008335087A JP2010157103A JP 2010157103 A JP2010157103 A JP 2010157103A JP 2008335087 A JP2008335087 A JP 2008335087A JP 2008335087 A JP2008335087 A JP 2008335087A JP 2010157103 A JP2010157103 A JP 2010157103A
Authority
JP
Japan
Prior art keywords
verification
format
data
common interface
output
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.)
Pending
Application number
JP2008335087A
Other languages
Japanese (ja)
Inventor
Michiyasu Hiramatsu
宙祥 平松
Michio Tanaka
美智男 田中
Kenji Matsui
賢治 松井
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2008335087A priority Critical patent/JP2010157103A/en
Publication of JP2010157103A publication Critical patent/JP2010157103A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a verification system for efficiently executing change depending on the difference of a verification environment. <P>SOLUTION: This verification system includes: a real machine 3-1 on which control software is loaded; and an operation verification processing part 11 for verifying the control software. the verification system further includes a common interface library part 12-1 for converting an instruction and data based on a common interface into the format of the real machine 3-1 and transmitting them to the real machine 3-1, and for receiving data from the real machine 3-1, converting the received data into the format of a common interface and transmitting the converted data to an operation verification processing part 11. The operation verification processing part 11 executes verification processing by using the format of the instruction and data based on the common interface. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ソフトウェアの開発を支援するための検証システムおよび動作検証装置に関する。   The present invention relates to a verification system and an operation verification apparatus for supporting software development.

従来、組み込みソフトウェアの開発段階では、環境シミュレータを使って制御の内容を検討したり、汎用の制御装置や試作機を用いて試験室や実環境などで動作検証を行ったり、実機に入力信号を与えて実機の動作検証を行ったり、といった、制御や設計のさまざまな検証活動が行われる。   Conventionally, at the development stage of embedded software, the contents of control are examined using an environmental simulator, operation verification is performed in a test room or a real environment using a general-purpose control device or prototype, and input signals are sent to the actual machine. Various verification activities of control and design are performed, such as giving operation verification of the actual machine.

しかし、開発の各段階で、常に同じ環境が使用できるわけではない。たとえばソフトウェアの動作検証を行いたい場合でも、実機を使用する場合、実機ハードが存在しないため試作機を使用する場合、または試作機すら存在しないために実機のソフトドライバだけを使用する場合など、さまざまな状況が考えられる。   However, the same environment cannot always be used at each stage of development. For example, even if you want to verify the operation of software, there are various cases, such as using an actual machine, using a prototype because there is no actual hardware, or using only the actual software driver because there is no prototype. The situation can be considered.

そのように状況の異なる複数の環境でソフトウェアの動作検証を行う場合、従来の検証方法では、状況にあわせて個別にインターフェースとなる部分の開発や改造を行っている。したがって、特定の環境だけに対応するための作業や改造も必要となり、想定する環境が多いほど、作業が増大する。また、必要な環境が準備できずに製品開発期間が伸びるという問題点もあった。   When verifying the operation of software in a plurality of environments having different situations as described above, the conventional verification method develops and modifies the part that becomes an interface individually according to the situation. Therefore, work or modification for dealing with only a specific environment is required, and the more the environment that is assumed, the more work is required. Another problem is that the required environment is not prepared and the product development period is extended.

この解決策として、たとえば、下記特許文献1では、製品のソフト・メカ・エレキ(電子回路)のシミュレータを使用し、それぞれが共通のデータにアクセスし、同期的に実行するシステムが提案されている。このシステムでは、ソフトの制御出力をエレキシミュレータがメカシミュレータ用の信号に変換して入力するなどして、システム全体の動作を実現している。   As a solution to this problem, for example, the following Patent Document 1 proposes a system that uses a simulator of a product software, mechanism, and electric (electronic circuit), each accesses common data, and executes them synchronously. . In this system, the operation of the entire system is realized by converting the control output of the software into a signal for a mechanical simulator by an electric simulator.

特開2006−350549号公報JP 2006-350549 A

しかしながら、上記特許文献1に記載の技術によれば、開発しようとする製品ごとに共通のデータ領域を用意し、さらにそれらへのアクセス方法を制御要素(ソフト・メカ・エレキ)ごとに細かく定義する必要がある。そのため、あらかじめ決められたデータ以外のデータにアクセスできず、検証環境に応じた事前の準備が煩雑になる、という問題があった。   However, according to the technique described in Patent Document 1, a common data area is prepared for each product to be developed, and a method for accessing them is further defined for each control element (software, mechanism, and electric). There is a need. For this reason, there is a problem in that data other than predetermined data cannot be accessed, and preparation in advance according to the verification environment becomes complicated.

また、上記特許文献1に記載の方法を含む従来の検証方法では、実機やシミュレータの組み合わせ(以下、検証構成という)を任意に変更可能な、汎用性の高い動作検証環境を生成することができない。各制御要素が必要とする入力や、制御要素の出力周期、制御周期などは、さまざまである。そのため、環境シミュレータなどを含む検証環境を構成する様々な対象装置に関する制御要素を単に並べただけでは、それらの対象装置を協調動作させることができず、何らかの手段で外部から信号をやり取りすることで協調動作させる仕組みが必要となる。しかし、従来の検証方法では、協調動作させる仕組みを検証構成ごとに定義して構築する必要があり汎用性がない、という問題があった。   In addition, with the conventional verification method including the method described in Patent Document 1, it is not possible to generate a versatile operation verification environment in which a combination of an actual machine and a simulator (hereinafter referred to as a verification configuration) can be arbitrarily changed. . The input required by each control element, the output period of the control element, the control period, and the like are various. For this reason, simply arranging control elements related to various target devices that constitute the verification environment including the environment simulator, etc., makes it impossible to operate the target devices in a coordinated manner. A mechanism for cooperative operation is required. However, the conventional verification method has a problem that it is not versatile because it is necessary to define and construct a mechanism for cooperative operation for each verification configuration.

本発明は、上記に鑑みてなされたものであって、検証する環境の違いに依存する変更を効率的に実施することができる汎用性の高い検証システムおよび検証装置を得ることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to obtain a highly versatile verification system and verification apparatus that can efficiently implement changes depending on differences in the environment to be verified.

上述した課題を解決し、目的を達成するために、本発明は、制御ソフトウェアを搭載する検証対象装置と、前記制御ソフトウェアを検証する動作検証装置と、を備える検証システムであって、前記制御ソフトウェアの検証において送受信する命令およびデータの形式を定義した共通インターフェース、に基づいた命令およびデータを受信し、受信した命令およびデータを前記検証対象装置に対応する形式に変換して前記検証対象装置に送信し、また、前記検証対象装置からその装置の形式のデータを受信し、受信したデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース変換手段、を備え、前記動作検証装置は、共通インターフェースに基づいた命令およびデータの形式を用いて前記制御ソフトウェアに対する検証処理を実施することを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention provides a verification system including a verification target device equipped with control software and an operation verification device for verifying the control software, wherein the control software Receiving a command and data based on a common interface that defines a format of the command and data to be transmitted and received in the verification, converting the received command and data into a format corresponding to the verification target device, and transmitting to the verification target device And a common interface conversion unit that receives data in the format of the device from the verification target device, converts the received data into a common interface format, and transmits the data to the operation verification device. The control software uses command and data formats based on a common interface. Which comprises carrying out a verification process on E A.

この発明によれば、動作検証装置が、共通インターフェースを用いて検証動作を実施し、検証環境の各装置は、共通インターフェースを実現するための機能を実装し、また、共通インターフェースを実現するための機能を実装していない装置については、その装置が共通インターフェースを備えているように模擬するためのライブラリを動作検証装置が備えるようにしたので、検証する環境の違いに依存する変更を効率的に実施できる、という効果を奏する。   According to the present invention, the operation verification apparatus performs the verification operation using the common interface, and each apparatus in the verification environment implements the function for realizing the common interface, and for realizing the common interface. For devices that do not implement functions, the operation verification device has a library for simulating that the device has a common interface, so changes that depend on differences in the environment to be verified can be efficiently performed. There is an effect that it can be implemented.

以下に、本発明にかかる検証システムおよび検証装置の実施の形態を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Embodiments of a verification system and a verification apparatus according to the present invention will be described below in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

図1は、本発明にかかる動作検証装置の環境条件の一例を示す図である。動作検証装置1は、開発対象の制御ソフトウェアが組み込まれる実機3等の動作を検証するための装置である。動作検証装置1は、開発段階に応じた環境(検証環境)でさまざまな装置(以下、検証環境装置という)も接続される。図1では、検証環境7を構成する検証環境装置の例として、実機3,環境シミュレータ4,実機ソフトドライバ5,汎用制御器6を示している。また、各検証環境装置は共通インターフェース2の機能を使用可能とする。動作検証装置1は、これらの検証環境装置に対して初期化、パラメータの入力、動作の実行の指示などを行う。   FIG. 1 is a diagram showing an example of environmental conditions of the operation verification apparatus according to the present invention. The operation verification apparatus 1 is an apparatus for verifying the operation of an actual machine 3 in which control software to be developed is incorporated. The operation verification device 1 is connected to various devices (hereinafter referred to as verification environment devices) in an environment (verification environment) according to the development stage. In FIG. 1, as an example of a verification environment apparatus that constitutes the verification environment 7, an actual machine 3, an environment simulator 4, an actual machine software driver 5, and a general-purpose controller 6 are illustrated. Each verification environment apparatus can use the function of the common interface 2. The operation verification apparatus 1 performs initialization, parameter input, operation execution instruction, and the like on these verification environment apparatuses.

図1では、検証環境7として提供される可能性のある装置として、実機3の他に環境シミュレータ4,実機ソフトドライバ5,汎用制御器6を示している。環境シミュレータ4は、たとえば、検証対象の実機が複数ある場合に、一部の実機のみしか準備できない場合に、他の実機を模擬したり、実際の環境条件を模擬したりするシミュレータである。また、実機ソフトドライバ5は、たとえば、実機が準備できない場合に、実機ソフトウェアのドライバ部分のみを準備して動作の確認を行う場合に、検証環境7として提供されることがある。また、汎用制御器6は、実機で制御する各種アクチュエータ(各種センサー、バルブ等)を制御できる汎用の制御装置であり、実機を準備できない場合に検証環境7として提供されることがある。以下、実機以外の検証環境装置を検証用装置とよぶこととする。   In FIG. 1, as a device that may be provided as the verification environment 7, an environment simulator 4, an actual software driver 5, and a general-purpose controller 6 are shown in addition to the actual device 3. The environment simulator 4 is a simulator for simulating other actual machines or simulating actual environmental conditions when only a part of the actual machines can be prepared when there are a plurality of actual machines to be verified. The actual software driver 5 may be provided as the verification environment 7 when, for example, the actual device cannot be prepared and only the driver portion of the actual software is prepared to check the operation. The general-purpose controller 6 is a general-purpose control device that can control various actuators (various sensors, valves, and the like) that are controlled by an actual machine, and may be provided as a verification environment 7 when an actual machine cannot be prepared. Hereinafter, a verification environment device other than the actual machine is referred to as a verification device.

本実施の形態では、共通インターフェース2を全ての検証環境装置に対して使用可能とすることで、汎用性の高い検証システムを構成する。図2は、本実施の形態の検証システムの構成例を示す図である。この例では、実際の開発対象のソフトウェアが組み込まれる実機3−1,3−2,…が検証環境として利用可能な環境を示している。図2に例示した検証システムは、動作検証装置1のソフトウェアが実装される計算機システムである装置10と、実機3−1,3−2,…で構成される。また、動作検証処理部11は、装置10で動作する動作検証装置1の制御手段である。また、共通インターフェースライブラリ部12−1,12−2,…は、共通インターフェース2の機能を対応する実機3−1,3−2,…が、それぞれ共通インターフェース2の機能を備えているようにみせるためのモジュール群である。すなわち、動作検証処理部11が実機3−1,3−2,…に対して共通インターフェース2の機能を用いて指示などを行うことができるようにするためのライブラリである。具体的には、このライブラリの各モジュールは、共通インターフェース2の形式で指示された内容を実機3−1,3−2,…がそれぞれ同様の内容を実行可能な形式の指示に変換する、共通インターフェース2の入出力のデータ形式を実機3−1,3−2,…のそれぞれ同様の内容の入出力のデータ形式に変換する、などの機能を有している。   In this embodiment, the common interface 2 can be used for all the verification environment apparatuses, thereby configuring a highly versatile verification system. FIG. 2 is a diagram illustrating a configuration example of the verification system according to the present embodiment. This example shows an environment in which actual machines 3-1, 3-2,... Into which actual software to be developed is incorporated can be used as a verification environment. The verification system illustrated in FIG. 2 includes a device 10 that is a computer system in which software of the operation verification device 1 is installed, and actual devices 3-1, 3-2,. The operation verification processing unit 11 is a control unit of the operation verification apparatus 1 that operates on the apparatus 10. Further, the common interface library units 12-1, 12-2,... Appear as if the actual machines 3-1, 3-2,... Corresponding to the functions of the common interface 2 have the functions of the common interface 2, respectively. It is a module group for. That is, this is a library for enabling the operation verification processing unit 11 to instruct the actual machines 3-1, 3-2,... Using the function of the common interface 2. Specifically, each module of this library converts the content instructed in the format of the common interface 2 into an instruction in a format in which the actual machines 3-1, 3-2,. It has a function of converting the input / output data format of the interface 2 to the input / output data format having the same contents as the actual machines 3-1, 3-2.

図2の例では、検証環境装置が全て実機であるため、共通インターフェースライブラリ部12−1,12−2,…を、検証対象装置外に備え、動作検証処理部11が、共通インターフェースライブラリ部12−1,12−2,…を用いて実機3−1,3−2,…を用いた検証動作を実施する。   In the example of FIG. 2, since all the verification environment devices are real machines, the common interface library units 12-1, 12-2,... Are provided outside the verification target device, and the operation verification processing unit 11 includes the common interface library unit 12. The verification operation using the actual machines 3-1, 3-2,.

図2の例では、検証対象であるソフトウェアが実装されている実機が使用可能な場合を示したが、実機のうち全てを試験環境として準備できない場合、または、実機以外の環境を実際の装置として用意できない場合には、たとえば、他の実機や他の装置を模擬する環境シミュレータを用いて動作を行うことになる。   In the example of FIG. 2, the case where the actual machine on which the software to be verified is installed can be used is shown. However, when all of the actual machines cannot be prepared as the test environment, or the environment other than the actual machine is used as the actual device. If it cannot be prepared, for example, an operation is performed using an environment simulator that simulates another actual machine or another device.

図3は、このような他の実機や装置を模擬する環境シミュレータがソフトウェアとして提供される場合の検証システムの構成例を示す図である。図3に示すように、この例では、動作検証処理部11が実装される装置10に環境シミュレータ13が実装されている。また、実機3−1が試験環境として提供されている。また、この例では、環境シミュレータ13は、共通インターフェース2の機能をする処理部である共通インターフェース部14を備えることとする。なお、ここでは、制御ソフトウェアの検証を対象としているため、検証の際には、初期化の動作と制御用の入力値の設定と出力と制御出力の取得とを行うことを前提としている。   FIG. 3 is a diagram illustrating a configuration example of a verification system in a case where an environment simulator that simulates such another actual machine or device is provided as software. As shown in FIG. 3, in this example, an environment simulator 13 is mounted on the apparatus 10 on which the operation verification processing unit 11 is mounted. An actual machine 3-1 is provided as a test environment. In this example, the environment simulator 13 includes a common interface unit 14 that is a processing unit that functions as the common interface 2. Here, since verification of the control software is targeted, it is assumed that the initialization operation, setting of the control input value, output, and acquisition of the control output are performed at the time of verification.

なお、図2および図3の例では、実機3−1,3−2が、共通インターフェース2の機能を実際には備えず、装置10が、共通インターフェースライブラリ部12−1,12−2を備えるようにしたが、環境シミュレータ13と同様に、実機3−1,3−2が自身のなかに共通インターフェース2の機能を実現する共通インターフェース部14を備えるようにしてもよい。また、図3では、検証用装置の一例である環境シミュレータ13が共通インターフェース部14を備えるようにしたが、これに限らず、環境シミュレータ13等の検証用装置が、共通インターフェース部14を備えていない場合には、図3の実機3−1と同様に、その検証用装置に対応した共通インターフェースライブラリ部を装置10が備えるようにすればよい。   2 and 3, the actual machines 3-1 and 3-2 do not actually have the function of the common interface 2, and the device 10 includes the common interface library units 12-1 and 12-2. However, as with the environment simulator 13, the actual machines 3-1 and 3-2 may include the common interface unit 14 that realizes the function of the common interface 2 therein. In FIG. 3, the environment simulator 13, which is an example of a verification device, includes the common interface unit 14. However, the verification device such as the environment simulator 13 includes the common interface unit 14. If not, the apparatus 10 may be provided with a common interface library unit corresponding to the verification apparatus, as in the actual machine 3-1 in FIG. 3.

つづいて、本実施の形態の動作検証方法について説明する。図4は、本実施の形態の動作検証方法の手順の一例を示すフローチャートである。この図は、図3に示した検証環境を想定した図である。まず、動作検証処理部11は、使用する各検証環境装置(この場合は、実機3−1と環境シミュレータ13)に関する装置情報(初期化・入出力に使用する情報の形式など)を共通インターフェース2の1つの機能であるInfo機能を使用して取得する。共通インターフェース2の1つの機能であるInfo機能は、初期化・入出力に使用する情報の形式などを通知するための機能である。図4では、まず、実機3−1に関する情報を取得し(ステップS1)、次に環境シミュレータ13に関する情報を取得している(ステップS2)。ここでは、実機3−1、環境シミュレータ13の順に情報を取得しているが、情報を取得する順序について制約はない。   Next, the operation verification method of this embodiment will be described. FIG. 4 is a flowchart illustrating an example of the procedure of the operation verification method according to the present embodiment. This figure is a diagram assuming the verification environment shown in FIG. First, the operation verification processing unit 11 sends device information (information format used for initialization / input / output, etc.) regarding each verification environment device (in this case, the actual machine 3-1 and the environment simulator 13) to be used to the common interface 2. It is obtained using the Info function which is one of the functions. The Info function, which is one function of the common interface 2, is a function for notifying the format of information used for initialization and input / output. In FIG. 4, first, information about the actual machine 3-1 is acquired (step S1), and then information about the environment simulator 13 is acquired (step S2). Here, the information is acquired in the order of the actual machine 3-1 and the environmental simulator 13, but there is no restriction on the order of acquiring the information.

動作検証処理部11は、各検証環境装置から取得した情報を表示し、動作検証装置1の操作者が、表示に基づいて、各検証環境装置の実行環境の設定を行う(ステップS3)。具体的には、たとえば、実機3−1の出力を環境シミュレータ13への入力とする設定や、環境シミュレータ13を実機3−1への入力とする設定など、その検証環境に応じた設定などを行う。   The operation verification processing unit 11 displays information acquired from each verification environment device, and the operator of the operation verification device 1 sets the execution environment of each verification environment device based on the display (step S3). Specifically, for example, a setting according to the verification environment such as a setting for using the output of the actual machine 3-1 as an input to the environment simulator 13 or a setting for setting the environment simulator 13 as an input to the actual machine 3-1. Do.

つぎに、動作検証処理部11は、共通インターフェース2のInit機能を用いて実機3−1の初期化を行う(ステップS4)。Init機能は、任意の形式の情報(初期化を行うための情報)に基づいて初期化を指示するための機能である。Init機能は、Info機能で取得した初期化の使用する情報の形式に基づいて、初期化が指示された装置が初期化を行うために必要な情報をその装置に送信する。そして、動作検証処理部11は、共通インターフェース2のGet機能を用いて実機3−1から初期状態での出力を取得する(ステップS5)。Get機能は、任意の形式の出力情報を出力させるための機能であり、Info機能で取得した、出力に使用する情報の形式などに基づいて出力を取得する。   Next, the operation verification processing unit 11 initializes the real machine 3-1 using the Init function of the common interface 2 (step S 4). The Init function is a function for instructing initialization based on information in an arbitrary format (information for performing initialization). Based on the format of information used for initialization acquired by the Info function, the Init function transmits information necessary for the device instructed to perform initialization to the device. Then, the operation verification processing unit 11 acquires the output in the initial state from the real machine 3-1 using the Get function of the common interface 2 (Step S5). The Get function is a function for outputting output information in an arbitrary format, and the output is acquired based on the format of information used for output acquired by the Info function.

つぎに、動作検証処理部11は、共通インターフェース2のInit機能を用いて環境シミュレータ13の初期化を行う(ステップS6)。そして、動作検証処理部11は、共通インターフェース2のGet機能を用いて環境シミュレータ13から初期状態での出力を取得する(ステップS7)。   Next, the operation verification processing unit 11 initializes the environment simulator 13 using the Init function of the common interface 2 (step S6). Then, the operation verification processing unit 11 acquires the output in the initial state from the environment simulator 13 using the Get function of the common interface 2 (Step S7).

以上のステップS7までの処理で、各検証環境装置の初期化が終了し、つぎに、各検証環境装置について所定の制御周期ごとに入力の設定、実行、出力取得が行われる。図4の例では、まず、動作検証処理部11は、共通インターフェース2のSet機能を用いて実機3−1の入力情報の設定を行う(ステップS8)。Set機能は、Info機能で取得した入力に使用する情報の形式などに基づいて入力する情報を設定する機能である。   With the processing up to step S7 described above, initialization of each verification environment device is completed, and then input setting, execution, and output acquisition are performed for each verification environment device every predetermined control period. In the example of FIG. 4, first, the operation verification processing unit 11 sets the input information of the real machine 3-1 using the Set function of the common interface 2 (Step S <b> 8). The Set function is a function for setting information to be input based on the format of information used for input acquired by the Info function.

つぎに、動作検証処理部11は、共通インターフェース2のStep機能を用いて実機3−1に所定の時間分制御処理を実行させる(ステップS9)。そして、動作検証処理部11は、ステップS9により所定の時間分制御処理を実行した後の出力を、共通インターフェース2のGet機能により取得する(ステップS10)。   Next, the operation verification processing unit 11 causes the actual machine 3-1 to execute control processing for a predetermined time using the Step function of the common interface 2 (step S9). Then, the operation verification processing unit 11 acquires the output after executing the control process for a predetermined time in step S9 by the Get function of the common interface 2 (step S10).

また、動作検証処理部11は、共通インターフェース2のSet機能を用いて環境シミュレータ13の入力情報の設定を行う(ステップS11)。なお、この際、ステップS3で、実機3−1の出力情報が環境シミュレータ13の入力になると設定されている場合には、実機3−1の出力情報に基づいて環境シミュレータ13の入力情報の設定を行う。つぎに、動作検証処理部11は、共通インターフェース2のStep機能を用いて環境シミュレータ13に所定の時間分制御処理を実行させる(ステップS12)。そして、動作検証処理部11は、ステップS12により所定の時間分制御処理を実行した後の出力を、共通インターフェース2のGet機能により取得する(ステップS13)。   Further, the operation verification processing unit 11 sets the input information of the environment simulator 13 using the Set function of the common interface 2 (step S11). At this time, if the output information of the actual machine 3-1 is set to be input to the environmental simulator 13 in step S3, the input information of the environmental simulator 13 is set based on the output information of the actual machine 3-1. I do. Next, the operation verification processing unit 11 causes the environment simulator 13 to execute control processing for a predetermined time using the Step function of the common interface 2 (Step S12). Then, the operation verification processing unit 11 acquires the output after executing the control process for a predetermined time in step S12 by the Get function of the common interface 2 (step S13).

ステップS13の終了後は、ステップS8に戻るが、その際、ステップS3で、環境シミュレータ13の出力情報が実機3−1の入力になると設定されている場合には、ステップS13で取得した出力情報に基づいてステップS8の入力情報を設定する。以降、所定の制御検証時間が経過するまで、または、終了の指示があるまで、ステップS8からステップS13を繰り返す。   After completion of step S13, the process returns to step S8. At this time, if the output information of the environment simulator 13 is set to be the input of the actual machine 3-1, in step S3, the output information acquired in step S13. Based on the above, the input information of step S8 is set. Thereafter, steps S8 to S13 are repeated until a predetermined control verification time elapses or until an end instruction is given.

動作検証装置1の操作者は、共通インターフェース2の機能により、制御動作中(ステップS8〜ステップS13)に、各検証環境装置への入力情報の設定を任意に変更することができることとする。そのため、動作検証装置1は、操作者が入力を変更することが可能な入力変更用ユーザーインターフェースを提供する。   The operator of the operation verification apparatus 1 can arbitrarily change the setting of input information to each verification environment apparatus during the control operation (steps S8 to S13) by the function of the common interface 2. Therefore, the operation verification apparatus 1 provides an input change user interface that allows an operator to change an input.

図5は、入力変更用画面の一例を示す図である。動作検証処理部11は、たとえば、図5に示すような画面を表示し、画面上に変更入力値の可能なデータの名称(item)、変更前のそのデータの値(original)、変更後の値(Value)を表示する。変更前のそのデータの値は、その時点での各検証環境装置への入力値として設定されている値の最新値を表示することとする。図5の例では、変更後の値の欄にチェックボックスを併記して、操作者が変更したい値のチェックボックスをチェックし、変更後の値を入力し、Modifyボタンを押すことにより、チェックされたデータの変更が実施されることとしている。図5は、一例であり、画面の表示形式、および変更の受付方式は、これに限らず、各検証環境装置への入力値を操作者が変更可能な方式であればどのような方式でもよい。   FIG. 5 is a diagram illustrating an example of the input change screen. For example, the operation verification processing unit 11 displays a screen as shown in FIG. 5, and on the screen, the name of the data that can be changed (item), the value of the data before the change (original), the changed value Displays the value (Value). As the value of the data before the change, the latest value set as the input value to each verification environment device at that time is displayed. In the example of Fig. 5, a check box is added in the value column after change, the check box of the value that the operator wants to change is checked, the value after change is entered, and the Modify button is pressed to check the value. The data will be changed. FIG. 5 is an example, and the screen display format and change acceptance method are not limited to this, and any method may be used as long as the operator can change the input value to each verification environment device. .

また、さらに、動作検証処理部11は、操作者から、特定の条件とその条件に対応する動作(制御動作の停止、入力の変更など)の入力を受け付け、制御動作中に、各検証環境装置の出力を監視し、操作者が設定した特定の条件に合致する場合に、対応する動作を実行するようにしてもよい。   Furthermore, the operation verification processing unit 11 receives an input of a specific condition and an operation corresponding to the condition (stop of control operation, change of input, etc.) from the operator, and each verification environment device during the control operation The output may be monitored, and when a specific condition set by the operator is met, a corresponding action may be executed.

また、空調機器の場合、実際のシステムは室内機や室外機など、複数の実機が協調動作を行う。その場合も、本実施の形態と同様の構成に、室内機や室外機に対応する検証環境装置(実機,実機ソフトドライバ,汎用制御器など)を追加し、それぞれの入出力を関連付けることで、協調動作させることができる。   In the case of an air conditioner, in an actual system, a plurality of actual machines such as indoor units and outdoor units perform coordinated operations. Even in that case, by adding verification environment devices (real machine, real machine software driver, general-purpose controller, etc.) corresponding to indoor units and outdoor units to the same configuration as this embodiment, It can be coordinated.

また、同様に、実機の替わりに実機ソフトドライバと汎用制御器を用いる場合にも、たとえば、実機ソフトドライバの入力を汎用制御器の出力から、汎用制御器の入力を実機ソフトドライバの出力から取得することで、試作機や実機を使った検証と同等の検証を行うことができる。実機ソフトドライバは、動作検証処理部11が実装される装置10で動作するようにしてもよいし、別の計算機で動作するようにしてもよい。いずれの場合も実機3−1の場合と同様に、共通インターフェースライブラリを経由してこのように、任意の構成に本実施の形態の動作検証方法が適用可能である。   Similarly, when an actual software driver and a general-purpose controller are used instead of an actual device, for example, the input of the actual software driver is obtained from the output of the general-purpose controller and the input of the general-purpose controller is obtained from the output of the actual software driver. By doing so, verification equivalent to verification using a prototype or a real machine can be performed. The actual machine software driver may operate on the apparatus 10 on which the operation verification processing unit 11 is mounted, or may operate on another computer. In any case, as in the case of the actual machine 3-1, the operation verification method of the present embodiment can be applied to any configuration through the common interface library.

なお、本実施の形態では、動作検証装置1と検証環境装置が直接接続可能な例について説明したが、これに限らず、検証環境装置の一部または全部が遠隔地に設置されている場合に、それらの装置をTCP/IPなどにより動作検証装置1と接続して、上記と同様の動作を行うようにしてもよい。   In this embodiment, the example in which the operation verification apparatus 1 and the verification environment apparatus can be directly connected has been described. However, the present invention is not limited to this, and the verification environment apparatus is partially or entirely installed in a remote place. These devices may be connected to the operation verification device 1 by TCP / IP or the like to perform the same operation as described above.

以上のように、本実施の形態では、動作検証装置1は、共通インターフェース2を用いて各検証環境の検証動作を行うようにした。そして、各検証環境装置は、共通インターフェース2を実現するための機能を実装し、また、共通インターフェース2を実現するための機能を実装していない実機に対しては、その実機が共通インターフェース2を備えているように模擬するためのライブラリを動作検証装置が備えて、共通インターフェース2による動作検証を行うようにした。そのため、各検証環境装置の入力および出力を用いた協調動作を検証環境が異なる場合にも変更を効率的に実施することができる。また、複数の実機と環境シミュレータを関連付けて動作させることも可能となるほか、すべての検証環境装置を、ある入出力を備えたブラックボックスとして扱うことができるため、さまざまな構成に柔軟に対応でき、汎用性を高めることができる。   As described above, in the present embodiment, the operation verification apparatus 1 performs the verification operation for each verification environment using the common interface 2. Each verification environment device implements a function for realizing the common interface 2, and the real machine that does not implement a function for realizing the common interface 2 uses the common interface 2. The operation verification apparatus is equipped with a library for simulating as provided, and the operation verification by the common interface 2 is performed. Therefore, it is possible to efficiently change the cooperative operation using the input and output of each verification environment device even when the verification environment is different. In addition to being able to operate multiple real machines and environmental simulators in association with each other, all the verification environment devices can be handled as a black box with a certain input / output, so it can be flexibly adapted to various configurations. , Can increase versatility.

以上のように、本発明にかかる検証システムおよび検証装置は、制御ソフトウェアの開発に関する検証システムに有用であり、特に、様々な構成で検証を行う検証システムに適している。   As described above, the verification system and the verification apparatus according to the present invention are useful for a verification system related to the development of control software, and are particularly suitable for verification systems that perform verification with various configurations.

本発明にかかる動作検証装置の環境条件の一例を示す図である。It is a figure which shows an example of the environmental conditions of the operation verification apparatus concerning this invention. 検証システムの構成例を示す図である。It is a figure which shows the structural example of a verification system. 環境シミュレータがソフトウェアとして提供される場合の検証システムの構成例を示す図である。It is a figure which shows the structural example of a verification system in case an environment simulator is provided as software. 動作検証方法の手順の一例を示すフローチャートである。It is a flowchart which shows an example of the procedure of an operation verification method. 入力変更用画面の一例を示す図である。It is a figure which shows an example of the screen for input changes.

符号の説明Explanation of symbols

1 動作検証装置
2 共通インターフェース
3,3−1,3−2 実機
4 環境シミュレータ
5 実機ソフトドライバ
6 汎用制御器
7 検証環境
10 装置
11 動作検証処理部
12−1,12−2 共通インターフェースライブラリ部
13 環境シミュレータ
14 共通インターフェース部
DESCRIPTION OF SYMBOLS 1 Operation verification apparatus 2 Common interface 3,3-1,3-2 Real machine 4 Environment simulator 5 Real machine software driver 6 General-purpose controller 7 Verification environment 10 Apparatus 11 Operation verification process part 12-1, 12-2 Common interface library part 13 Environmental simulator 14 Common interface section

Claims (18)

制御ソフトウェアを搭載する検証対象装置と、前記制御ソフトウェアを検証する動作検証装置と、を備える検証システムであって、
前記制御ソフトウェアの検証において送受信する命令およびデータの形式を定義した共通インターフェース、に基づいた命令およびデータを受信し、受信した命令およびデータを前記検証対象装置に対応する形式に変換して前記検証対象装置に送信し、また、前記検証対象装置からその装置の形式のデータを受信し、受信したデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース変換手段、
を備え、
前記動作検証装置は、共通インターフェースに基づいた命令およびデータの形式を用いて前記制御ソフトウェアに対する検証処理を実施することを特徴とする検証システム。
A verification system comprising: a verification target device equipped with control software; and an operation verification device that verifies the control software,
Receiving a command and data based on a common interface defining a format of a command and data to be transmitted and received in the verification of the control software, converting the received command and data into a format corresponding to the verification target device, and the verification target A common interface conversion means for transmitting to the apparatus, receiving data in the format of the apparatus from the verification target apparatus, converting the received data into a format of a common interface, and transmitting the data to the operation verification apparatus;
With
The operation verification apparatus performs a verification process on the control software using a command and data format based on a common interface.
前記検証対象装置の入出力と連動して動作し、検証環境を模擬する環境シミュレータと、
前記共通インターフェースに基づいた命令およびデータを受信し、受信した命令およびデータを前記環境シミュレータに対応する形式に変換して前記環境シミュレータに送信し、また、前記環境シミュレータからその装置の形式のデータを受信し、受信したデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース実行手段と、
をさらに備え、
前記動作検証装置は、前記環境シミュレータの出力を用いて前記検証対象装置を動作させ、前記検証対象装置の出力を用いて前記環境シミュレータを動作させることにより、前記検証処理を実施することを特徴とする請求項1に記載の検証システム。
An environment simulator that operates in conjunction with input / output of the verification target device and simulates a verification environment;
The command and data based on the common interface are received, the received command and data are converted into a format corresponding to the environment simulator and transmitted to the environment simulator, and data in the format of the device is also transmitted from the environment simulator. A common interface executing means for receiving, converting the received data into a format of a common interface and transmitting the data to the operation verification device;
Further comprising
The operation verification device performs the verification process by operating the verification target device using the output of the environment simulator and operating the environment simulator using the output of the verification target device. The verification system according to claim 1.
前記共通インターフェースに基づいた命令およびデータを受信し、受信した命令およびデータを自装置に対応する形式に変換し、また、自装置の形式のデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース実行手段を備え、前記検証対象装置の入出力と連動して動作し、検証環境を模擬する環境シミュレータ、
をさらに備え、
前記動作検証装置は、前記環境シミュレータの出力を用いて前記検証対象装置を動作させ、前記検証対象装置の出力を用いて前記環境シミュレータを動作させることにより、前記検証処理を実施することを特徴とする請求項1に記載の検証システム。
The operation verification apparatus receives instructions and data based on the common interface, converts the received instructions and data into a format corresponding to the own apparatus, and converts data in the format of the own apparatus into a format of the common interface. An environment simulator for simulating a verification environment, which operates in conjunction with the input / output of the verification target device,
Further comprising
The operation verification device performs the verification process by operating the verification target device using the output of the environment simulator and operating the environment simulator using the output of the verification target device. The verification system according to claim 1.
制御ソフトウェアを搭載する検証対象装置と、前記制御ソフトウェアを検証する動作検証装置と、を備える検証システムであって、
前記検証対象装置は、
前記制御ソフトウェアの検証において送受信する命令およびデータの形式を定義した共通インターフェース、に基づいた命令およびデータを受信し、受信した命令およびデータを自装置に対応する形式に変換し、また、自装置の形式のデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース実行手段、
を備え、
前記動作検証装置は、共通インターフェースに基づいた命令およびデータの形式を用いて前記制御ソフトウェアに対する検証処理を実施することを特徴とする検証システム。
A verification system comprising: a verification target device equipped with control software; and an operation verification device that verifies the control software,
The verification target device is:
Receives commands and data based on a common interface that defines the format of commands and data to be transmitted and received in the verification of the control software, converts the received commands and data into a format corresponding to its own device, Common interface execution means for converting the data of the format into the format of the common interface and transmitting it to the operation verification device;
With
The operation verification apparatus performs a verification process on the control software using a command and data format based on a common interface.
前記検証対象装置の入出力と連動して動作し、検証環境を模擬する環境シミュレータと、
前記共通インターフェースに基づいた命令およびデータを受信し、受信した命令およびデータを前記環境シミュレータに対応する形式に変換して前記環境シミュレータに送信し、また、前記環境シミュレータからその装置の形式のデータを受信し、受信したデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース変換手段と、
をさらに備え、
前記動作検証装置は、前記環境シミュレータの出力を用いて前記検証対象装置を動作させ、前記検証対象装置の出力を用いて前記環境シミュレータを動作させることにより、前記検証処理を実施することを特徴とする請求項4に記載の検証システム。
An environment simulator that operates in conjunction with input / output of the verification target device and simulates a verification environment;
The command and data based on the common interface are received, the received command and data are converted into a format corresponding to the environment simulator and transmitted to the environment simulator, and data in the format of the device is also transmitted from the environment simulator. Common interface conversion means for receiving, converting the received data into a format of a common interface, and transmitting to the operation verification device;
Further comprising
The operation verification device performs the verification process by operating the verification target device using the output of the environment simulator and operating the environment simulator using the output of the verification target device. The verification system according to claim 4.
前記共通インターフェースに基づいた命令およびデータを受信し、受信した命令およびデータを自装置に対応する形式に変換し、また、自装置の形式のデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース変換手段を備え、前記検証対象装置の入出力と連動して動作し、検証環境を模擬する環境シミュレータ、
をさらに備え、
前記動作検証装置は、前記環境シミュレータの出力を用いて前記検証対象装置を動作させ、前記検証対象装置の出力を用いて前記環境シミュレータを動作させることにより、前記検証処理を実施することを特徴とする請求項4に記載の検証システム。
The operation verification apparatus receives instructions and data based on the common interface, converts the received instructions and data into a format corresponding to the own apparatus, and converts data in the format of the own apparatus into a format of the common interface. An environment simulator for simulating the verification environment, which operates in conjunction with the input / output of the verification target device.
Further comprising
The operation verification device performs the verification process by operating the verification target device using the output of the environment simulator and operating the environment simulator using the output of the verification target device. The verification system according to claim 4.
前記検証対象装置の入力値とすべき環境シミュレータの出力と、前記環境シミュレータの入力値とすべき前記検証対象装置の出力と、に対する前記動作検証装置の操作者からの設定要求を受け付け、前記設定要求に基づいて設定することを特徴とする請求項2、3、5または6に記載の検証システム。   Accepting a setting request from an operator of the operation verification device for an output of the environment simulator to be an input value of the verification target device and an output of the verification target device to be an input value of the environmental simulator; The verification system according to claim 2, wherein the verification system is set based on a request. 前記検証対象装置を、前記制御ソフトウェアが搭載される実機とすることを特徴とする請求項1〜7のいずれか1つに記載の検証システム。   The verification system according to claim 1, wherein the verification target device is an actual machine on which the control software is installed. 前記検証対象装置を、前記制御ソフトウェアの一部または全部である実機ソフトドライバとすることを特徴とする請求項1〜7のいずれか1つに記載の検証システム。   The verification system according to claim 1, wherein the verification target device is an actual software driver that is a part or all of the control software. 前記検証対象装置を複数とし、
他の検証対象装置の出力である装置出力を入力として動作する検証対象装置に対して、その装置出力を入力することを特徴とする請求項1〜9のいずれか1つに記載の検証システム。
A plurality of the verification target devices,
10. The verification system according to claim 1, wherein a device output is input to a verification target device that operates using a device output that is an output of another verification target device as an input.
前記検証対象装置を、前記制御ソフトウェアの一部または全部である実機ソフトドライバと前記制御ソフトウェアが制御対象とする駆動部を制御することができる汎用の制御装置、とすることを特徴とする請求項10に記載の検証システム。   The verification target device is a general-purpose control device that can control a real software driver that is part or all of the control software and a drive unit that is controlled by the control software. 10. The verification system according to 10. 前記検証対象装置の入力値とすべき装置出力に対する前記動作検証装置の操作者からの入力設定要求を受け付け、前記入力設定要求に基づいて設定することを特徴とする請求項10または11に記載の検証システム。   12. The apparatus according to claim 10 or 11, wherein an input setting request from an operator of the operation verification apparatus for an apparatus output to be set as an input value of the verification target apparatus is received and set based on the input setting request. Verification system. 前記共通インターフェースとして、
初期化および入出力に使用するデータを通知するための命令およびデータの形式である情報通知形式と、
初期化の実行を命令するための形式である初期化形式と、
入力値を設定するための命令およびデータの形式である入力設定形式と、
出力値を取得するための命令およびデータの形式である出力取得形式と、
を定義することを特徴とする請求項1〜12のいずれか1つに記載の検証システム。
As the common interface,
An information notification format that is a format of instructions and data for notifying data used for initialization and input / output, and
An initialization format which is a format for instructing execution of initialization, and
An input setting format which is a format of instructions and data for setting an input value;
An output acquisition format which is a format of instructions and data for acquiring an output value;
The verification system according to claim 1, wherein:
前記検証対象装置を、前記動作検証装置にネットワークで接続された遠隔地に位置する装置とすることを特徴とする請求項1〜13のいずれか1つに記載の検証システム。   The verification system according to claim 1, wherein the verification target device is a device located in a remote place connected to the operation verification device via a network. 前記動作検証装置は、前記検証処理の実行中に、操作者からの各装置への入力値に対する変更要求を受け付け、前記変更要求に基づいて入力値を変更することを特徴とする請求項1〜14のいずれか1つに記載の検証システム。   The operation verification device receives a change request for an input value to each device from an operator during execution of the verification process, and changes the input value based on the change request. 14. The verification system according to any one of 14. 前記動作検証装置は、操作者から特定の条件と、その条件に対応する所定の動作の入力を受け付け、前記検証処理の実行中に、出力が前記特定の条件に合致する場合に、合致した条件に対応する動作を実行することを特徴とする請求項1〜15のいずれか1つに記載の検証システム。   The operation verification device receives a specific condition from an operator and an input of a predetermined operation corresponding to the condition, and when the output matches the specific condition during execution of the verification process, the matched condition The verification system according to any one of claims 1 to 15, wherein an operation corresponding to is performed. 制御ソフトウェアを検証する動作検証装置であって、
前記制御ソフトウェアの検証において送受信する命令およびデータの形式を定義した共通インターフェース、に基づいた形式の命令およびデータを、前記制御ソフトウェアを搭載する検証対象装置の命令およびデータの形式に変換して前記検証対象装置に送信し、また、前記検証対象装置からその装置の形式のデータを受信し、受信したデータを共通インターフェースの形式に変換する共通インターフェース変換手段、
を備え、
共通インターフェースに基づいた命令およびデータの形式を用いて前記制御ソフトウェアに対する検証処理を実施することを特徴とする動作検証装置。
An operation verification device for verifying control software,
The command and data in a format based on a common interface that defines the format of commands and data to be transmitted and received in the verification of the control software are converted into the command and data format of the verification target device on which the control software is installed, and the verification A common interface conversion means for transmitting to the target device, receiving data in the format of the device from the verification target device, and converting the received data into a format of a common interface;
With
An operation verification apparatus that performs verification processing on the control software using a command and data format based on a common interface.
制御ソフトウェアを検証する動作検証装置であって、
前記制御ソフトウェアの検証において送受信する命令およびデータの形式を定義した共通インターフェース、に基づいた形式の命令およびデータを受信し、受信した命令およびデータを自装置の命令およびデータの形式に変換し、また、自装置の形式のデータを共通インターフェースの形式に変換して前記動作検証装置に送信する共通インターフェース実行手段を、前記制御ソフトウェアを搭載する検証対象装置が備える場合に、
共通インターフェースに基づいた命令およびデータの形式を用いて前記制御ソフトウェアに対する検証処理を実施することを特徴とする動作検証装置。
An operation verification device for verifying control software,
Receiving a command and data in a format based on a common interface that defines a command and data format to be transmitted and received in the verification of the control software, converting the received command and data into a command and data format of its own device, and When the verification target device equipped with the control software includes a common interface execution unit that converts data in the format of its own device into a format of a common interface and transmits it to the operation verification device.
An operation verification apparatus that performs verification processing on the control software using a command and data format based on a common interface.
JP2008335087A 2008-12-26 2008-12-26 Verification system and operation verification apparatus Pending JP2010157103A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008335087A JP2010157103A (en) 2008-12-26 2008-12-26 Verification system and operation verification apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008335087A JP2010157103A (en) 2008-12-26 2008-12-26 Verification system and operation verification apparatus

Publications (1)

Publication Number Publication Date
JP2010157103A true JP2010157103A (en) 2010-07-15

Family

ID=42574997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008335087A Pending JP2010157103A (en) 2008-12-26 2008-12-26 Verification system and operation verification apparatus

Country Status (1)

Country Link
JP (1) JP2010157103A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011107962A (en) * 2009-11-17 2011-06-02 Canon Inc Simulation device and simulation method
JP2012198799A (en) * 2011-03-22 2012-10-18 Mitsubishi Electric Corp Automatic simulator creation device and simulator verification system
WO2013145270A1 (en) * 2012-03-30 2013-10-03 三菱電機株式会社 Air conditioner testing system, air-conditioning system simulator, and program
WO2015140975A1 (en) * 2014-03-20 2015-09-24 三菱電機株式会社 Action designing device and action designing program

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03125233A (en) * 1989-10-11 1991-05-28 Fuji Xerox Co Ltd Recording device simulator and its simulation engine
JPH05250201A (en) * 1992-03-06 1993-09-28 Kobe Steel Ltd Operation analyzing method for controller
JPH06110725A (en) * 1992-09-28 1994-04-22 Nec Corp Electronic exchange debugging device
JPH07134666A (en) * 1993-11-09 1995-05-23 Nippon Steel Corp Remote real machine test system for application software of computer system for process control
JPH0916244A (en) * 1995-07-04 1997-01-17 Sanyo Electric Co Ltd Method and device for simulation
JPH10301803A (en) * 1997-04-23 1998-11-13 Seiko Epson Corp Debug device and information processor and information storage medium
JP2002063050A (en) * 2000-08-21 2002-02-28 Fujitsu Ltd Control program development support device
JP2004341700A (en) * 2003-05-14 2004-12-02 Canon Inc Estimation system and method therefor
JP2006350549A (en) * 2005-06-14 2006-12-28 Hitachi Ltd Integrated simulation system
JP2008226083A (en) * 2007-03-15 2008-09-25 Nec Electronics Corp On-chip debug emulator, debugging method and microcomputer
JP2008226207A (en) * 2007-03-16 2008-09-25 Ricoh Co Ltd Simulation device

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03125233A (en) * 1989-10-11 1991-05-28 Fuji Xerox Co Ltd Recording device simulator and its simulation engine
JPH05250201A (en) * 1992-03-06 1993-09-28 Kobe Steel Ltd Operation analyzing method for controller
JPH06110725A (en) * 1992-09-28 1994-04-22 Nec Corp Electronic exchange debugging device
JPH07134666A (en) * 1993-11-09 1995-05-23 Nippon Steel Corp Remote real machine test system for application software of computer system for process control
JPH0916244A (en) * 1995-07-04 1997-01-17 Sanyo Electric Co Ltd Method and device for simulation
JPH10301803A (en) * 1997-04-23 1998-11-13 Seiko Epson Corp Debug device and information processor and information storage medium
JP2002063050A (en) * 2000-08-21 2002-02-28 Fujitsu Ltd Control program development support device
JP2004341700A (en) * 2003-05-14 2004-12-02 Canon Inc Estimation system and method therefor
JP2006350549A (en) * 2005-06-14 2006-12-28 Hitachi Ltd Integrated simulation system
JP2008226083A (en) * 2007-03-15 2008-09-25 Nec Electronics Corp On-chip debug emulator, debugging method and microcomputer
JP2008226207A (en) * 2007-03-16 2008-09-25 Ricoh Co Ltd Simulation device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011107962A (en) * 2009-11-17 2011-06-02 Canon Inc Simulation device and simulation method
JP2012198799A (en) * 2011-03-22 2012-10-18 Mitsubishi Electric Corp Automatic simulator creation device and simulator verification system
WO2013145270A1 (en) * 2012-03-30 2013-10-03 三菱電機株式会社 Air conditioner testing system, air-conditioning system simulator, and program
GB2515685A (en) * 2012-03-30 2014-12-31 Mitsubishi Electric Corp Air conditioner testing system, air-conditioning system simulator, and program
JPWO2013145270A1 (en) * 2012-03-30 2015-08-03 三菱電機株式会社 Air conditioner test system, air conditioning system simulator and program
US9817410B2 (en) 2012-03-30 2017-11-14 Mitsubishi Electric Corporation Air conditioner testing system, air-conditioning system simulator, and program
GB2515685B (en) * 2012-03-30 2019-02-20 Mitsubishi Electric Corp Air conditioner testing system, air-conditioning system simulator, and program
WO2015140975A1 (en) * 2014-03-20 2015-09-24 三菱電機株式会社 Action designing device and action designing program
CN106104470A (en) * 2014-03-20 2016-11-09 三菱电机株式会社 Movements design device and movements design program
JP6022111B2 (en) * 2014-03-20 2016-11-09 三菱電機株式会社 Motion design apparatus and motion design program

Similar Documents

Publication Publication Date Title
KR101552560B1 (en) A configurable simulator with a plurality of configurable modular cards
JP5240490B2 (en) Operation training system and operation training method
GB2515685A (en) Air conditioner testing system, air-conditioning system simulator, and program
WO2013190714A1 (en) Automatic operation system and method for automating operation
JP2010157103A (en) Verification system and operation verification apparatus
WO2012026881A1 (en) A method of compliance testing
CN108351638B (en) Programmable display, information processing device, storage medium, and screen display system
US20140344428A1 (en) System architecture support tool
JP6318500B2 (en) Simulation apparatus and simulation program
JP5996125B2 (en) System construction support device
CN107562422B (en) Programming method of controller human-machine interface and server for providing the programming tool
WO2011125280A1 (en) Debugging support device, debugging support method and debugging support program
WO2019220605A1 (en) Simulation device and simulation program
JP2008077560A (en) Test system of control device
JP2010033192A (en) Information processor, method of controlling the same, computer program, and storage medium
JP6366811B2 (en) Inspection device, inspection method, and program
KR101475596B1 (en) dispatcher training system and its control method
JP2018124446A (en) Plant simulator, plant simulator system, plant simulation method, and plant simulation program
KR20120064547A (en) Hardware-in-the-loop simulation system and method for distributed embedded devices
JP2011123672A (en) Module generation device and verification system
JP2006163657A (en) Playback simulator
JPWO2019021898A1 (en) Development support equipment
JP6215033B2 (en) Test control apparatus, communication system, test control method, and test control program
JP2006318362A (en) Test method of display device
KR20140117962A (en) User interactive hardware-in-the-roop simulation devices and method for distributed embedded system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110414

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121011

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121023

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121225

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130129

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130618