JP2005301537A - Automatic operation system and creation/alteration method for operation pattern in the system - Google Patents

Automatic operation system and creation/alteration method for operation pattern in the system Download PDF

Info

Publication number
JP2005301537A
JP2005301537A JP2004114905A JP2004114905A JP2005301537A JP 2005301537 A JP2005301537 A JP 2005301537A JP 2004114905 A JP2004114905 A JP 2004114905A JP 2004114905 A JP2004114905 A JP 2004114905A JP 2005301537 A JP2005301537 A JP 2005301537A
Authority
JP
Japan
Prior art keywords
operation pattern
xml
document
pattern
acquiring
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
JP2004114905A
Other languages
Japanese (ja)
Inventor
Tatsunari Toyama
達斎 外山
Yoshimichi Okuno
義道 奥野
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
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 Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2004114905A priority Critical patent/JP2005301537A/en
Publication of JP2005301537A publication Critical patent/JP2005301537A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To easily create and alter an operation pattern in relation to an automatic operation system. <P>SOLUTION: An XML schema document defining an operation pattern structure and an operation pattern created by an XML document are acquired (S1, S2), and according to these documents, validity check of the operation pattern and correction input therefor are performed (S3 to S5). From the XML schema document, an operation pattern interpretation program is automatically prepared (S6), and the operation pattern of the XML document and the operation pattern interpretation program are automatically developed into operation pattern data usable in the automatic operation system (S7). An alteration of the operation pattern is performed for the operation pattern of the XML document. An alteration of the operation pattern structure is performed for the operation pattern structure of the XML schema document and the operation pattern of the XML document. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ダイナモメータやポンプなど、制御対象装置の速度やトルクを規定の運転パターンに従って制御する自動運転システムに係り、特に運転パターンの作成・変更方法に関する。   The present invention relates to an automatic operation system that controls the speed and torque of a device to be controlled, such as a dynamometer and a pump, according to a specified operation pattern, and more particularly to a method for creating / changing an operation pattern.

この種の自動運転システムとして、エンジン試験用ダイナモメータへの適用例を図4に示す(例えば、特許文献1参照)。エンジン1の出力軸には連結軸2を介して電動機構成のダイナモメータ3が直結され、エンジン1の出力トルクをダイナモメータ3で吸収する。このトルク制御は、トルク指令TSとトルクメータ4による検出トルクとの比較からトルクコントローラ5によってダイナモメータ3の電流制御で行われる。 As an automatic driving system of this type, an application example to an engine test dynamometer is shown in FIG. 4 (see, for example, Patent Document 1). A dynamometer 3 having a motor configuration is directly connected to the output shaft of the engine 1 via a connecting shaft 2, and the output torque of the engine 1 is absorbed by the dynamometer 3. The torque control is performed by current control of dynamometer 3 by the torque controller 5 from the comparison between the detected torque by the torque command T S and a torque meter 4.

速度コントローラ6は、速度指令NSと速度検出器7の検出速度との比較からエンジン1のスロットルバルブ1Aの開度制御信号θ*を得る。この開度制御信号θ*を開度指令として、スロットルコントローラ8がスロットルアクチェータ9を介してスロットルバルブ1Aの開度を制御する。 Speed controller 6 obtains a speed command N opening control signal S and the comparison of the detected speed of the speed detector 7 of the engine 1 throttle valve 1A theta *. The throttle controller 8 controls the opening of the throttle valve 1A via the throttle actuator 9 using the opening control signal θ * as an opening command.

自動運転指令装置10は、コンピュータ構成にされ、エンジンの試験(走行試験、出力試験など)目的に応じて時々刻々変化する速度指令NS及びトルク指令TSを生成して発生する。 Automatic operation command device 10 is a computer configuration, test engine (running test, such as the output test) generates a speed command N S and the torque command T S which changes every moment generated in accordance with the purpose.

これら指令は、図5に走行試験での例を示すように、加速と定速と減速の各期間毎の値がステップ単位で設定された運転パターンに従った運転指令データとして作成される。運転パターンは、予め決められたものもあるが、試験目的に応じて独自のものを作成することが多い。   These commands are created as operation command data according to an operation pattern in which values for each period of acceleration, constant speed, and deceleration are set in units of steps, as shown in an example in a running test in FIG. Although some driving patterns are predetermined, unique patterns are often created according to the purpose of the test.

運転パターンは、同図中に表形式で例を示すように、ステップ毎の値と時間を二次元データとして規定するものであり、このデータに従って自動運転指令装置10が加速と減速時には一定の傾斜をもって変化する速度やトルク指令を生成し、定速時には一定にした速度やトルク指令を生成する。   The driving pattern, as shown in the table form in the figure, defines the value and time for each step as two-dimensional data, and according to this data, the automatic driving command device 10 has a constant inclination during acceleration and deceleration. A speed or torque command that changes with the speed is generated, and a constant speed or torque command is generated at a constant speed.

実際の運転パターンは、図6に例を示すように、コンマを区切り文字としてデータを列挙するデータフォーマット形式(CSV形式)で作成されている。
特開平11−24703号公報
As shown in FIG. 6, an actual operation pattern is created in a data format format (CSV format) that enumerates data with commas as delimiters.
Japanese Patent Laid-Open No. 11-24703

・CSV形式の場合、運転パターンはデータの羅列でしかない。このため、各データがそれぞれ何を表しているのか一目見ただけでは分かりにくく、人による運転パターンのエラーチェックなどが困難となる。   ・ In the case of CSV format, the operation pattern is only a list of data. For this reason, it is difficult to understand at a glance what each data represents, and it is difficult for a person to check an error of an operation pattern.

例えば、図6中の「SWEEPEG,ATR,716.0,2」では、「SWEEPEG」がパターンの名称を、「ATR」が制御種別を、「716.0」がトルク指令値を表し、最後尾の「2」が時間(秒)を表しているが、単に「2」を記すのでは担当者や設計者でないとこれが何を現しているのか分かりにくい。   For example, in “SWEEPEG, ATR, 716.0, 2” in FIG. 6, “SWEEPEG” represents the name of the pattern, “ATR” represents the control type, “716.0” represents the torque command value, “2” represents time (seconds), but simply writing “2” makes it difficult to understand what this means unless it is a person in charge or a designer.

・CSV形式の場合、データの並び順が重要な要素となり、一部のデータを増減する、単位を変更するなど、運転パターンの構造を変更した場合、運転パターンの対応する箇所の特定が困難であり、この変更は容易ではない。   -In the CSV format, the order of data is an important factor. When the structure of the driving pattern is changed, such as increasing or decreasing part of the data or changing the unit, it is difficult to identify the corresponding part of the driving pattern. Yes, this change is not easy.

例えば、図7に変更例を示すように、変更前は「SWEEPEG,ATR,716.0,2」で最後尾の「2」が時間を表していたが、この部分を「刻み幅」と「時間」に変更すると、自動運転指令装置10等が時間「2」を刻み幅として認識してしまう。   For example, as shown in the example of change in FIG. 7, “SWEEPEG, ATR, 716.0, 2” before the change and “2” at the end represent time, but this portion is expressed as “step size” and “ If it is changed to “time”, the automatic operation command device 10 or the like recognizes the time “2” as a step size.

また、変更前は「2」の単位が「秒」を表していたのを、単位を「ミリ秒」に変更すると、「2」は「2000」に変更することが必要となる。   If the unit of “2” represents “seconds” before the change, but changes the unit to “milliseconds”, “2” needs to be changed to “2000”.

・制御対象が多く、さらに運転モードの種類が多い場合、上記の不都合を解消し、正確な運転パターンを作成・変更(修正、削除、追加など)するには専用のツールが必要となるが、このツール自体も複雑なソフトウェア構成のものが必要となる。   ・ When there are many controlled objects and there are many types of operation modes, a special tool is required to eliminate the above inconveniences and create / change (correct, delete, add, etc.) accurate operation patterns. This tool itself requires a complicated software configuration.

本発明の目的は、運転パターンの作成・変更を容易にし、しかも人による運転パターンの認識および変更を容易にした運転パターンの作成・変更方法、および自動運転システムを提供することにある。   An object of the present invention is to provide an operation pattern creation / change method and an automatic operation system that facilitate the creation / change of an operation pattern and facilitates the recognition and change of the operation pattern by a person.

本発明は、前記の課題を解決するため、運転パターン構造を定義したXMLスキーマ文書と、運転パターン構造に従って記述した運転パターンのXML文書を取得し、これら文書を基に運転パターンの妥当性チェックとその修正をし、また、運転パターン構造から運転パターン解釈プログラムを自動作成し、XML文書の運転パターンから運転パターン解釈プログラムによって自動運転システムで利用可能な運転パターンデータに自動展開できるようにしたもので、以下の方法およびシステムを特徴とする。   In order to solve the above-described problems, the present invention acquires an XML schema document that defines an operation pattern structure, and an XML document of an operation pattern that is described according to the operation pattern structure, and checks the validity of the operation pattern based on these documents. In addition, the operation pattern interpretation program is automatically created from the operation pattern structure, and the operation pattern data in the XML document can be automatically expanded to the operation pattern data that can be used in the automatic operation system by the operation pattern interpretation program. Features the following methods and systems.

(1)制御対象装置の速度やトルクを規定の運転パターンに従って制御する自動運転システムにおける運転パターンの作成・変更方法であって、
前記運転パターン構造を定義したXMLスキーマ文書を取得する過程と、
前記運転パターン構造に従って前記運転パターンを記述したXML文書を取得する過程と、
前記XMLスキーマ文書を基に、XML用ツールによって前記運転パターンのXML文書の取り得る構造の妥当性チェックとその修正入力を得る過程と、
前記XMLスキーマ文書からXML用ツールによって運転パターン解釈プログラムを自動作成する過程と、
前記XML文書で記述された運転パターンと前記運転パターン解釈プログラムからXML用ツールによって自動運転システムで利用可能な運転パターンデータに自動展開する過程とを有することを特徴とする。
(1) A method of creating / changing an operation pattern in an automatic operation system that controls the speed and torque of a device to be controlled according to a specified operation pattern,
Obtaining an XML schema document defining the driving pattern structure;
Obtaining an XML document describing the driving pattern according to the driving pattern structure;
Based on the XML schema document, a process for checking the validity of the structure that the XML document of the operation pattern can take and its correction input by an XML tool;
Automatically creating an operation pattern interpretation program from the XML schema document using an XML tool;
The operation pattern described in the XML document and the process of automatically expanding the operation pattern interpretation program into operation pattern data usable in an automatic operation system by an XML tool.

(2)前記運転パターンを取得する過程は、XML文書の運転パターンに対して変更したものを取得する過程を有することを特徴とする。   (2) The process of acquiring the operation pattern includes a process of acquiring a change to the operation pattern of the XML document.

(3)前記運転パターン構造を取得する過程は、XMLスキーマ文書の運転パターン構造に対して変更したものを取得する過程を有し、
前記運転パターンを取得する過程は、前記XMLスキーマ文書の変更に応じて変更した前記XML文書の運転パターンを取得する過程を有することを特徴とする。
(3) The process of acquiring the operation pattern structure includes a process of acquiring a change to the operation pattern structure of the XML schema document,
The process of acquiring the operation pattern includes a process of acquiring the operation pattern of the XML document changed according to the change of the XML schema document.

(4)制御対象装置の速度やトルクを規定の運転パターンに従って制御する自動運転システムであって、
前記運転パターン構造を定義したXMLスキーマ文書を取得する手段と、
前記運転パターン構造に従って前記運転パターンを記述したXML文書を取得する手段と、
前記XMLスキーマ文書を基に、XML用ツールによって前記運転パターンのXML文書の取り得る構造の妥当性チェックとその修正入力を得る手段と、
前記XMLスキーマ文書からXML用ツールによって運転パターン解釈プログラムを自動作成する手段と、
前記XML文書で記述された運転パターンと前記運転パターン解釈プログラムからXML用ツールによって自動運転システムで利用可能な運転パターンデータに自動展開する手段とを備えたことを特徴とする。
(4) An automatic operation system that controls the speed and torque of the device to be controlled according to a specified operation pattern,
Means for obtaining an XML schema document defining the driving pattern structure;
Means for obtaining an XML document describing the operation pattern according to the operation pattern structure;
Based on the XML schema document, means for obtaining a validity check of the structure that can be taken by the XML document of the operation pattern by the XML tool and a correction input thereof;
Means for automatically creating an operation pattern interpretation program from the XML schema document using an XML tool;
The driving pattern described in the XML document and means for automatically expanding the driving pattern interpretation program into driving pattern data usable in an automatic driving system by an XML tool.

(5)前記運転パターンを取得する手段は、XML文書の運転パターンに対して変更したものを取得する手段を有することを特徴とする。   (5) The means for acquiring the operation pattern includes means for acquiring a change made to the operation pattern of the XML document.

(6)前記運転パターン構造を取得する手段は、XMLスキーマ文書の運転パターン構造に対して変更したものを取得する手段を有し、
前記運転パターンを取得する手段は、前記XMLスキーマ文書の変更に応じて変更した前記XML文書の運転パターンを取得する手段を有することを特徴とする。
(6) The means for acquiring the operation pattern structure includes means for acquiring a change to the operation pattern structure of the XML schema document,
The means for acquiring the operation pattern includes means for acquiring the operation pattern of the XML document changed in accordance with the change of the XML schema document.

以上のとおり、本発明によれば、運転パターン構造を定義したXMLスキーマ文書と、運転パターン構造に従って記述した運転パターンのXML文書を取得し、これら文書を基に運転パターンの妥当性チェックとその修正をし、また、運転パターン構造から運転パターン解釈プログラムを自動作成し、XML文書の運転パターンから運転パターン解釈プログラムによって自動運転システムで利用可能な運転パターンデータに自動展開できるようにしたため、運転パターンの作成・変更が容易になり、しかも人による運転パターンの認識および変更が容易になる。具体的には、以下の効果がある。   As described above, according to the present invention, the XML schema document that defines the driving pattern structure and the XML document of the driving pattern described according to the driving pattern structure are acquired, and the validity check of the driving pattern and the correction thereof are based on these documents. In addition, the operation pattern interpretation program is automatically created from the operation pattern structure, and the operation pattern data can be automatically expanded from the operation pattern of the XML document to the operation pattern data usable in the automatic operation system by the operation pattern interpretation program. It is easy to create and change, and the person can easily recognize and change the driving pattern. Specifically, the following effects are obtained.

・運転パターンをXML文書で記述できるため、データの欠損や並び順などに対する制限は緩くなり、接続性が向上する。   ・ Because driving patterns can be described in XML documents, restrictions on data loss and arrangement order are relaxed and connectivity is improved.

・タグにデータの内容を表す情報が存在するため、一目見てそのデータが何を表しているのかが分かりやすくなる(可読性向上)。また、運転パターンの構造の変更に対しては、タグ名の変更やタグの新規追加で済む。   -Since there is information representing the contents of data in the tag, it becomes easier to understand what the data represents at a glance (improvement of readability). In addition, a change in tag name or a new tag is sufficient for changing the structure of the operation pattern.

・運転パターンをXML文書で記述できるため、運転パターンの作成・変更時に専用のツールを必要とせず、汎用のXML用ツールを利用できる。   -Because the operation pattern can be described in an XML document, a dedicated tool for XML can be used without creating a dedicated tool when creating or changing the operation pattern.

・運転パターンの構造を定義するXMLスキーマ文書から運転パターン解釈プログラムを自動生成することができ、運転パターンの構造を変更した場合に運転試験プログラムを設計し直す必要がなくなる。   An operation pattern interpretation program can be automatically generated from an XML schema document that defines the structure of the operation pattern, and it is not necessary to redesign the operation test program when the structure of the operation pattern is changed.

・作成した運転パターンの構造の妥当性を自動運転前にチェックすることにより、試験実行中に予期しないパターンが出現することが無くなる。   -By checking the validity of the structure of the created operation pattern before automatic operation, unexpected patterns will not appear during test execution.

・CSV形式では二次元のデータ構造しか表現できないが、XMLスキーマでは入れ子構造による多次元のデータ構造を表現できるため、データベースと同様の設計ができる。   -In the CSV format, only a two-dimensional data structure can be expressed, but in the XML schema, a multi-dimensional data structure with a nested structure can be expressed, so that a design similar to a database can be performed.

(1)運転パターンの作成
図1は、本発明の実施形態を示す運転パターンデータの作成手順を示し、運転パターンをXML文書で作成、変更するためのソフトウェア構成で実現するものであり、これら手順を詳細に説明する。
(1) Creation of Driving Pattern FIG. 1 shows a procedure for creating driving pattern data showing an embodiment of the present invention, which is realized by a software configuration for creating and changing a driving pattern in an XML document. Will be described in detail.

(S1)運転パターンのXML文書が取り得る構造(要素、属性、型、グループなどの関係)を定義したXMLスキーマ文書を入力装置等で電子化データとして取得する。このXMLスキーマ文書は、予め作成されるもので、その例を図2に示し、構造定義文Aには「運転パターンは複数のステップで構成する」が記述され、構造定義文Bには「ステップは複数のステップ内容で構成し、さらに番号と時間を持つ」が記述され、構造定義文Cには「ステップ内容は名称、制御種別、指令値、時間を持つ」が記述される。   (S1) An XML schema document that defines a structure (relation between elements, attributes, types, groups, etc.) that can be taken by the XML document of the operation pattern is acquired as electronic data by an input device or the like. This XML schema document is created in advance, and an example thereof is shown in FIG. 2. In the structure definition sentence A, “the operation pattern is composed of a plurality of steps” is described, and in the structure definition sentence B, “step Is composed of a plurality of step contents, and further has a number and a time ”, and the structure definition sentence C describes“ the step contents have a name, a control type, a command value, and a time ”.

(S2)実際に試験を行う運転パターンを定義するXML文書を入力装置等で電子化データとして取得する。このXML文書の運転パターンは、XML用ツール(例えば、テキストエディタ)で予め作成されるもので、その例を図3に示し、パターン文P1には「運転パターンは2つのステップで構成され、1つ目のステップは番号1、時間4で、2つのステップ内容で構成され、そのステップ内容の1つ目は名称SWEEPEG,制御種別ATR、指令値−716.0、時間2」が記述される。パターン文P2も同様に記述される。   (S2) An XML document defining an operation pattern to be actually tested is acquired as digitized data by an input device or the like. The operation pattern of the XML document is created in advance by an XML tool (for example, a text editor), and an example thereof is shown in FIG. 3. The pattern sentence P1 includes “the operation pattern is composed of two steps, 1 The first step is number 1, time 4, and is composed of two step contents. The first step contents include name SWEEPEG, control type ATR, command value-716.0, time 2 ". The pattern sentence P2 is similarly described.

(S3)上記の(S1)で取得したXMLスキーマ文書になる運転パターンの定義構造を使って、(S2)で取得したXML文書の妥当性をチェックする。このチェックにより、XMLスキーマ文書とXML文書との間の照合によってXML文書の正誤を自動抽出する。   (S3) The validity of the XML document acquired in (S2) is checked using the operation pattern definition structure that becomes the XML schema document acquired in (S1) above. With this check, the correctness of the XML document is automatically extracted by collation between the XML schema document and the XML document.

(S4)上記の(S3)のチェックでエラーが発生した場合、エラー情報を一括表示または順次表示する。この表示は、XML用ツール(例えば、コンバータ)を使って表示することができる。   (S4) When an error occurs in the check of (S3) above, error information is displayed collectively or sequentially. This display can be displayed using an XML tool (for example, a converter).

(S5)上記の(S4)によるエラー情報の表示に対し、XML用ツール(例えば、テキストエディタ)を使って、人によるエラー修正入力を可能にし、その終了で(S3)に戻る。   (S5) In response to the display of the error information in (S4) above, an error correction input by a person is made possible by using an XML tool (for example, a text editor), and the process returns to (S3).

(S6)上記の(S1)で取得したXMLスキーマ文書になる運転パターンの定義構造に従って、XML用ツール(例えばコンバータ)を利用して運転パターン解釈プログラムを自動作成する。   (S6) An operation pattern interpretation program is automatically created using an XML tool (for example, a converter) according to the operation pattern definition structure that becomes the XML schema document acquired in (S1) above.

(S7)上記の(S6)で作成した解釈プログラムにより、(S3)〜(S5)でエラー修正されたXML文書を読み込み、自動運転システムで利用可能な形式の運転パターンデータに自動展開する。   (S7) Using the interpretation program created in (S6) above, the XML document corrected in error in (S3) to (S5) is read and automatically developed into operation pattern data in a format that can be used in the automatic operation system.

(S8)上記の(S7)で展開した運転パターンデータを出力、すなわち自動運転指令装置10に伝送または転送し、システムの自動運転を可能にする。   (S8) The operation pattern data developed in (S7) above is output, that is, transmitted or transferred to the automatic operation command device 10 to enable automatic operation of the system.

以上のように、運転パターンの作成には、XMLスキーマ文書で定義したXML文書が取り得る構造とXML文書で作成した運転パターンを作成することにより、運転パターンの妥当性を自動チェックおよびその修正を可能にし、また、XMLスキーマ文書から運転パターン解釈プログラムを自動作成しておくことで、XML文書の運転パターンを自動運転システムで利用可能な運転パターンデータに自動展開することができ、以下の利点がある。   As described above, the operation pattern can be created by automatically checking the validity of the operation pattern and correcting it by creating the structure that can be taken by the XML document defined in the XML schema document and the operation pattern created by the XML document. In addition, by automatically creating an operation pattern interpretation program from an XML schema document, the operation pattern of the XML document can be automatically expanded into operation pattern data that can be used in the automatic operation system. is there.

・運転パターンはXML文書で記述できるため、データの欠損や並び順などに対する制限は緩くなり、接続性が向上する。   -Since the operation pattern can be described in an XML document, restrictions on data loss and arrangement order are relaxed, and connectivity is improved.

・運転パターン構造および運転パターンは、XMLスキーマ文書およびXML文書になり、タグにデータの内容を表す情報が存在するため、一目見てそのデータが何を表しているのかが分かりやすくなる(可読性向上)。   -The operation pattern structure and operation pattern are XML schema documents and XML documents, and information indicating the contents of the data exists in the tags, making it easy to understand what the data represents at a glance (improvement of readability) ).

・運転パターン定義構造および運転パターンをXML文書で記述できるため、運転パターン作成に専用のツールを必要とせず、汎用のテキストエディタを利用できる。   -Since the operation pattern definition structure and the operation pattern can be described in an XML document, a general-purpose text editor can be used without requiring a dedicated tool for operation pattern creation.

・作成した運転パターンの構造の妥当性を自動運転前にチェックすることにより、試験実行中に予期しないパターンデータが出現することが無くなる。   -By checking the validity of the structure of the created operation pattern before automatic operation, unexpected pattern data will not appear during test execution.

・従来のCSV形式の運転パターンでは二次元のデータ構造しか表現できないが、XMLスキーマでは入れ子構造による多次元のデータ構造を表現できるため、データベースと同様の設計ができる。   -The conventional CSV format operation pattern can express only a two-dimensional data structure, but the XML schema can express a multi-dimensional data structure with a nested structure, so that it can be designed in the same way as a database.

(2)運転パターンの変更
運転パターンの変更は、図1の作成手順(S2)で取得するXML文書の運転パターンについて、該当する箇所を変更し、この運転パターンを取得させ、(S3)〜(S8)の処理を実行し、その妥当性チェックをした運転パターンデータを得ることができる。
(2) Change of operation pattern The operation pattern is changed by changing the corresponding part of the operation pattern of the XML document acquired in the creation procedure (S2) of FIG. It is possible to obtain operation pattern data for which the validity check has been performed by executing the process of S8).

(3)運転パターンの構造変更
運転パターンの構造変更は、図1の作成手順(S1)で取得したXMLスキーマ文書の運転パターン構造について該当する箇所を変更すると共に、図1の(S2)で取得したXML文書の運転パターンについて該当する箇所を変更すれば、これら運転パターンのXMLスキーマ文書とXML文書を取得させ、(S3)〜(S8)の処理を実行し、運転パターン構造および運転パターンの妥当性チェックをした運転パターンデータを得ることができる。
(3) Operation pattern structure change The operation pattern structure change is performed by changing the corresponding part of the operation pattern structure of the XML schema document acquired in the creation procedure (S1) of FIG. 1 and acquiring it in (S2) of FIG. If the corresponding part of the operation pattern of the XML document is changed, the XML schema document and the XML document of these operation patterns are acquired, the processes of (S3) to (S8) are executed, and the operation pattern structure and the operation pattern are valid. It is possible to obtain driving pattern data that has undergone a sex check.

以上の運転パターンおよび運転パターン構造の変更には、以下の利点がある。   The change of the above operation pattern and operation pattern structure has the following advantages.

・運転パターンの構造変更には、タグ名の変更やタグの新規追加で済む。   -To change the structure of the operation pattern, you can change the tag name or add a new tag.

・運転パターンをXML文書で記述できるため、運転パターン等の変更時に専用のツールを必要とせず、汎用のテキストエディタを利用できる。   -Since the operation pattern can be described in an XML document, a general-purpose text editor can be used without requiring a dedicated tool when the operation pattern is changed.

・運転パターンの構造を定義するXMLスキーマ文書から運転パターン解釈プログラムを自動生成することにより、運転パターンの構造を変更した場合に運転パターン解釈プログラムを設計し直す必要がなくなる。   -By automatically generating an operation pattern interpretation program from an XML schema document that defines the structure of the operation pattern, it is not necessary to redesign the operation pattern interpretation program when the structure of the operation pattern is changed.

本発明の実施形態を示す運転パターンの作成手順。The production | generation procedure of the driving | operation pattern which shows embodiment of this invention. 実施形態における運転パターンの構造を定義するXMLスキーマの例。The example of the XML schema which defines the structure of the driving | running pattern in embodiment. 実施形態における運転パターンを定義するXML文書の例。The example of the XML document which defines the driving | operation pattern in embodiment. エンジン試験装置の構成図。The block diagram of an engine test apparatus. エンジン試験装置の速度/トルク指令と運転指令データの例。Example of speed / torque command and operation command data of engine test equipment. CSV形式の運転パターンの例。An example of an operation pattern in CSV format. CSV形式の運転パターンの構造の変更例。The example of a change of the structure of the driving | operation pattern of CSV format.

符号の説明Explanation of symbols

1 エンジン
3 ダイナモメータ
4 トルクメータ
5 トルクコントローラ
6 速度コントローラ
8 スロットルコントローラ
10 自動運転指令装置
1 Engine 3 Dynamometer 4 Torque meter 5 Torque controller 6 Speed controller 8 Throttle controller 10 Automatic operation command device

Claims (6)

制御対象装置の速度やトルクを規定の運転パターンに従って制御する自動運転システムにおける運転パターンの作成・変更方法であって、
前記運転パターン構造を定義したXMLスキーマ文書を取得する過程と、
前記運転パターン構造に従って前記運転パターンを記述したXML文書を取得する過程と、
前記XMLスキーマ文書を基に、XML用ツールによって前記運転パターンのXML文書の取り得る構造の妥当性チェックとその修正入力を得る過程と、
前記XMLスキーマ文書からXML用ツールによって運転パターン解釈プログラムを自動作成する過程と、
前記XML文書で記述された運転パターンと前記運転パターン解釈プログラムからXML用ツールによって自動運転システムで利用可能な運転パターンデータに自動展開する過程とを有することを特徴とする自動運転システムにおける運転パターンの作成・変更方法。
A method for creating / changing an operation pattern in an automatic operation system that controls the speed and torque of a controlled device according to a specified operation pattern,
Obtaining an XML schema document defining the driving pattern structure;
Obtaining an XML document describing the driving pattern according to the driving pattern structure;
Based on the XML schema document, a process for checking the validity of the structure that the XML document of the operation pattern can take and its correction input by an XML tool;
Automatically creating an operation pattern interpretation program from the XML schema document using an XML tool;
An operation pattern described in the XML document and a process of automatically expanding the operation pattern interpretation program into operation pattern data usable in the automatic operation system by an XML tool. How to create / modify.
前記運転パターンを取得する過程は、XML文書の運転パターンに対して変更したものを取得する過程を有することを特徴とする請求項1に記載の自動運転システムにおける運転パターンの作成・変更方法。   The method for creating / changing an operation pattern in an automatic operation system according to claim 1, wherein the process of acquiring the operation pattern includes a process of acquiring a change to the operation pattern of the XML document. 前記運転パターン構造を取得する過程は、XMLスキーマ文書の運転パターン構造に対して変更したものを取得する過程を有し、
前記運転パターンを取得する過程は、前記XMLスキーマ文書の変更に応じて変更した前記XML文書の運転パターンを取得する過程を有することを特徴とする請求項1に記載の自動運転システムにおける運転パターンの作成・変更方法。
The process of acquiring the operation pattern structure includes a process of acquiring a change to the operation pattern structure of the XML schema document,
The process of acquiring the driving pattern includes a process of acquiring the driving pattern of the XML document changed according to the change of the XML schema document. How to create / modify.
制御対象装置の速度やトルクを規定の運転パターンに従って制御する自動運転システムであって、
前記運転パターン構造を定義したXMLスキーマ文書を取得する手段と、
前記運転パターン構造に従って前記運転パターンを記述したXML文書を取得する手段と、
前記XMLスキーマ文書を基に、XML用ツールによって前記運転パターンのXML文書の取り得る構造の妥当性チェックとその修正入力を得る手段と、
前記XMLスキーマ文書からXML用ツールによって運転パターン解釈プログラムを自動作成する手段と、
前記XML文書で記述された運転パターンと前記運転パターン解釈プログラムからXML用ツールによって自動運転システムで利用可能な運転パターンデータに自動展開する手段とを備えたことを特徴とする自動運転システム。
An automatic operation system that controls the speed and torque of a controlled device according to a specified operation pattern,
Means for obtaining an XML schema document defining the driving pattern structure;
Means for obtaining an XML document describing the operation pattern according to the operation pattern structure;
Based on the XML schema document, means for obtaining a validity check of the structure that can be taken by the XML document of the operation pattern by the XML tool and a correction input thereof;
Means for automatically creating an operation pattern interpretation program from the XML schema document using an XML tool;
An automatic driving system comprising: an operating pattern described in the XML document; and means for automatically expanding the driving pattern interpretation program into driving pattern data usable in the automatic driving system by an XML tool.
前記運転パターンを取得する手段は、XML文書の運転パターンに対して変更したものを取得する手段を有することを特徴とする請求項4に記載の自動運転システム。   5. The automatic driving system according to claim 4, wherein the means for acquiring the driving pattern includes means for acquiring a change made to the driving pattern of the XML document. 前記運転パターン構造を取得する手段は、XMLスキーマ文書の運転パターン構造に対して変更したものを取得する手段を有し、
前記運転パターンを取得する手段は、前記XMLスキーマ文書の変更に応じて変更した前記XML文書の運転パターンを取得する手段を有することを特徴とする請求項4に記載の自動運転システム。
The means for acquiring the operation pattern structure has means for acquiring a change to the operation pattern structure of the XML schema document,
5. The automatic driving system according to claim 4, wherein the means for acquiring the driving pattern includes means for acquiring the driving pattern of the XML document that has been changed according to the change of the XML schema document.
JP2004114905A 2004-04-09 2004-04-09 Automatic operation system and creation/alteration method for operation pattern in the system Pending JP2005301537A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004114905A JP2005301537A (en) 2004-04-09 2004-04-09 Automatic operation system and creation/alteration method for operation pattern in the system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004114905A JP2005301537A (en) 2004-04-09 2004-04-09 Automatic operation system and creation/alteration method for operation pattern in the system

Publications (1)

Publication Number Publication Date
JP2005301537A true JP2005301537A (en) 2005-10-27

Family

ID=35333014

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004114905A Pending JP2005301537A (en) 2004-04-09 2004-04-09 Automatic operation system and creation/alteration method for operation pattern in the system

Country Status (1)

Country Link
JP (1) JP2005301537A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104833494A (en) * 2015-04-28 2015-08-12 芜湖莫森泰克汽车科技有限公司 Rope wheeled type vehicle glass lifter open type detection tool and detection method thereof
CN106168542A (en) * 2016-07-06 2016-11-30 广州汽车集团股份有限公司 ONLINE RECOGNITION method, system and the vehicle of a kind of vehicle working condition

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03148728A (en) * 1989-11-06 1991-06-25 Hitachi Ltd Parser generating method
JPH05189242A (en) * 1992-01-10 1993-07-30 Hitachi Ltd Automatic generation method for parser
JPH1124703A (en) * 1997-07-08 1999-01-29 Meidensha Corp Automatic operation system
JP2003085011A (en) * 2001-09-12 2003-03-20 Nippon Telegr & Teleph Corp <Ntt> Versatile data changing method and versatile data changing device
JP2004038876A (en) * 2002-07-08 2004-02-05 Hitachi Ltd Data format conversion method and device for program and the like, and controller management system using the data format conversion device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03148728A (en) * 1989-11-06 1991-06-25 Hitachi Ltd Parser generating method
JPH05189242A (en) * 1992-01-10 1993-07-30 Hitachi Ltd Automatic generation method for parser
JPH1124703A (en) * 1997-07-08 1999-01-29 Meidensha Corp Automatic operation system
JP2003085011A (en) * 2001-09-12 2003-03-20 Nippon Telegr & Teleph Corp <Ntt> Versatile data changing method and versatile data changing device
JP2004038876A (en) * 2002-07-08 2004-02-05 Hitachi Ltd Data format conversion method and device for program and the like, and controller management system using the data format conversion device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104833494A (en) * 2015-04-28 2015-08-12 芜湖莫森泰克汽车科技有限公司 Rope wheeled type vehicle glass lifter open type detection tool and detection method thereof
CN106168542A (en) * 2016-07-06 2016-11-30 广州汽车集团股份有限公司 ONLINE RECOGNITION method, system and the vehicle of a kind of vehicle working condition

Similar Documents

Publication Publication Date Title
US7340475B2 (en) Evaluating dynamic expressions in a modeling application
US8826224B2 (en) Apparatus and method for supporting model-driven development
US20060161414A1 (en) Event-driven model generated from an ordered natural language interface
EP3029535A2 (en) P&amp;ID and control system synchronization
EP1879106A2 (en) Source code generation method, apparatus and program
US20050240555A1 (en) Interactive electronic technical manual system integrated with the system under test
JP2005196291A (en) User interface application development program and development device
CN108027597B (en) System and method for monitoring technical equipment
JP2012221380A (en) Automatic program generation device, method and computer program
CN107220539A (en) Need-based IMA safety verification analysis methods
US6922704B2 (en) Method for generating application specific input files
JPWO2004104824A1 (en) User interface application development device and development method
US20220019414A1 (en) Method for merging architecture data
JP2010015240A (en) Verification system and verification device
JP2005301537A (en) Automatic operation system and creation/alteration method for operation pattern in the system
JP2008226090A (en) Plant model development system
WO2012049816A1 (en) Model checking device, method, and program
US20120158386A1 (en) Method for the inspection of the modeling of technical systems
JP2007293621A (en) Document creating device and document creating method
US8949167B2 (en) Method and device for the quality analysis of system models
Farkas et al. Automatic evaluation of modelling rules and design guidelines
JP4803447B2 (en) CAD system and program implemented in this system
CN111399827B (en) Descriptive object code automatic generation method for sensor data processing
JP2023070408A (en) Generator, generation method and program
EP2535813A1 (en) Method and device for generating an alert during an analysis of performance of a computer application

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061114

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090325

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100105

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100928

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110208