JP2010092215A - Method of integrating software component, and segmentation tool and integration tool for software component - Google Patents

Method of integrating software component, and segmentation tool and integration tool for software component Download PDF

Info

Publication number
JP2010092215A
JP2010092215A JP2008260690A JP2008260690A JP2010092215A JP 2010092215 A JP2010092215 A JP 2010092215A JP 2008260690 A JP2008260690 A JP 2008260690A JP 2008260690 A JP2008260690 A JP 2008260690A JP 2010092215 A JP2010092215 A JP 2010092215A
Authority
JP
Japan
Prior art keywords
software component
software
variable
pointer table
control software
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.)
Withdrawn
Application number
JP2008260690A
Other languages
Japanese (ja)
Inventor
Kazunori Mayama
一徳 眞山
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.)
Hitachi Astemo Ltd
Original Assignee
Hitachi Automotive Systems 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 Hitachi Automotive Systems Ltd filed Critical Hitachi Automotive Systems Ltd
Priority to JP2008260690A priority Critical patent/JP2010092215A/en
Publication of JP2010092215A publication Critical patent/JP2010092215A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide the segmentation method and segmentation tool of control software for improving the reusability of software while suppressing the increase of a processing load. <P>SOLUTION: A pointer table 2 in which an address on a memory in which the arithmetic results outside a software component 1C are stored and a software component 1C functioning as a portion of control software 100 for controlling various devices are integrated into control software by referring to the arithmetic results through an address registered in a pointer table 2. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は自動車や家電等の各種機器を制御する制御ソフトウェアへのソフト部品の組み込み方法、ソフト部品の部品化ツール及び組み込みツールに関する。   The present invention relates to a method for incorporating a software component into control software for controlling various devices such as automobiles and home appliances, a software component componentizing tool, and a built-in tool.

自動車や家電等の種々の機器をコンピュータを使って制御するために用いられるソフトウェア(制御ソフトウェア)は、原則的には、各製品の商品性やシステム構成に応じて各々独自に開発する必要がある。しかし、ソフトウェアを各製品ごとに独自に開発していては、開発期間、工数、コストが膨大なものとなる。そのため、これまでは類似する製品でベースとなるソフトウェアをまず開発し、製品毎に異なる部分のみを差分として開発する手法が採られてきた。しかしながら、このような手法を採ってもなお、近年の製品数やソフトウェア規模の増大による開発期間、工数、コストの増加が問題となっており、このことが製品の品質にも影響を及ぼしている。   In principle, software (control software) used to control various devices such as automobiles and home appliances using a computer must be independently developed according to the product characteristics and system configuration of each product. . However, if software is independently developed for each product, the development period, man-hours, and costs become enormous. Therefore, until now, a method has been adopted in which the base software is first developed with similar products, and only the portions that differ for each product are developed as differences. However, even if such a method is adopted, the increase in development period, man-hours, and costs due to the recent increase in the number of products and the scale of software remains a problem, and this also affects the quality of products. .

そこで、近年、新たなソフトウェア開発手法として、ソフトウェアの部品化による開発が提案されている。この手法は、ソフトウェアを機能毎に分割して部品化し、その部品(ソフト部品)の開発とソフトウェア全体の開発とを別々に行うものである。この手法におけるソフトウェアの開発は、その商品性やシステム構成に応じてソフト部品を統合するのみとなる。一方、ソフト部品の開発は、複数のソフトウェアに適用可能なかたちで開発する必要がある。このようなソフト部品の開発手法に関しては、制御基本ソフトウェアからソフト部品への実行命令や、ソフト部品間の変数の受け渡しなどを管理するインターフェースソフトをソフト部品毎に設けた開発ツールが提案されている(特許文献1等参照)。   Thus, in recent years, development by software componentization has been proposed as a new software development technique. In this method, software is divided into functions and divided into parts, and development of the parts (software parts) and development of the entire software are performed separately. Software development using this method only integrates software components according to the merchandise and system configuration. On the other hand, software components need to be developed in a form applicable to a plurality of software. For such software component development methods, development tools have been proposed that provide interface software for each software component that manages execution instructions from the basic control software to the software component and the exchange of variables between software components. (Refer to patent document 1 etc.).

特開2007−109252号公報JP 2007-109252 A

しかしながら、上記の開発ツールは、複数の製品に適用できるのでソフトウェアの再利用性を向上するものであるが、部品化による処理負荷の増加を避けることができない。   However, since the development tool described above can be applied to a plurality of products, it improves software reusability, but an increase in processing load due to componentization cannot be avoided.

本発明の目的は、処理負荷増加を抑制しつつ、ソフトウェアの再利用性を向上できるソフト部品の組み込み方法、ソフト部品の部品化ツール及び組み込みツールを提供することにある。   An object of the present invention is to provide a software component assembling method, a software component componentizing tool, and an embedding tool that can improve software reusability while suppressing an increase in processing load.

(1)本発明は、上記目的を達成するために、コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を組み込んで前記制御ソフトウェアを構成するソフト部品の組み込み方法において、前記ソフト部品の外部での演算結果が格納されたメモリ上のアドレスが登録されるポインタテーブルと、このポインタテーブルに登録された前記アドレスを介して前記演算結果を参照し、前記制御ソフトウェアの一部として機能する前記ソフト部品とを前記制御ソフトウェアに組み込むものとする。   (1) In order to achieve the above object, the present invention incorporates a software component that constitutes the control software by incorporating a software component obtained by dividing control software for controlling various devices using a computer for each function. In the method, a pointer table in which an address on a memory in which an operation result outside the software component is stored is registered, the operation result is referred to via the address registered in the pointer table, and the control software The software component that functions as a part of the control software is incorporated into the control software.

(2)本発明は、上記目的を達成するために、コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の部品化ツールであって、前記ソフト部品内で外部演算結果を変数を介して参照している箇所を検出する手順と、この手順で検出された箇所における前記外部演算結果の参照方法を、前記外部演算結果が格納されたメモリ上のアドレスを介するものに置換する手順とをコンピュータに実行させるものとする。   (2) In order to achieve the above object, the present invention provides a software component used when a software component obtained by dividing control software for controlling various devices using a computer for each function is incorporated in the control software. A componentization tool, wherein a procedure for detecting a location where an external calculation result is referred to via a variable in the software component, and a method for referring to the external calculation result at the location detected in this procedure, It is assumed that the computer executes a procedure for replacing with an address on a memory in which the calculation result is stored.

(3)本発明は、上記目的を達成するために、コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の組み込みツールであって、前記ソフト部品内で外部演算結果を参照している変数を検出する手順と、この手順で検出された変数の情報に基づいて前記外部演算結果が格納されたメモリ上のアドレスが登録されるポインタ変数を定義し、前記ソフト部品が前記外部演算結果を参照する際に用いられるポインタテーブルを作成する手順とをコンピュータに実行させるものとする。   (3) In order to achieve the above object, the present invention provides a software component used when a software component obtained by dividing control software for controlling various devices using a computer for each function is incorporated in the control software. A procedure for detecting a variable referring to an external calculation result in the software component, and an address on a memory in which the external calculation result is stored based on information on the variable detected in this procedure. And a procedure for creating a pointer table to be used when the software component refers to the external operation result.

(4)本発明は、上記目的を達成するために、コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の組み込みツールであって、一の制御ソフトウェアのソフト部品が外部演算結果をメモリ上のアドレスを介して参照する際に利用する既存のポインタテーブル内に含まれる登録変数を抽出する手順と、前記一の制御ソフトウェアのソフト部品が他の制御ソフトウェアに組み込まれたときに外部演算結果を参照する際に利用する変数であって、前記既存のポインタテーブル内から抽出された登録変数に対応する変数を変数変換リストから取得する手順と、前記既存のポインタテーブルから抽出された登録変数を前記変数変換リストから取得された変数に置換することで、前記一の制御ソフトウェアのソフト部品が前記他の制御ソフトウェアに組み込まれた際に利用する他のポインタテーブルを前記既存のポインタテーブルから作成する手順とをコンピュータに実行させるものとする。   (4) In order to achieve the above object, the present invention provides a software component used when a software component obtained by dividing control software for controlling various devices using a computer for each function is incorporated into the control software. A procedure for extracting a registered variable included in an existing pointer table that is used when a software component of one control software refers to an external operation result via an address on a memory. Variables used when referring to external calculation results when the software components of the control software are incorporated into other control software, and variables corresponding to registered variables extracted from the existing pointer table are converted into variables The procedure for obtaining from the list and the registered variable extracted from the existing pointer table from the variable conversion list A procedure for creating another pointer table from the existing pointer table to be used when the software component of the one control software is incorporated into the other control software by substituting the obtained variable into the computer. Shall be executed.

本発明によれば、メモリ上のアドレスを介して外部演算結果を参照できるので、処理負荷増加を抑制しつつ、ソフト部品の再利用性を向上することができる。   According to the present invention, the external calculation result can be referred to via the address on the memory, so that the reusability of the software component can be improved while suppressing an increase in processing load.

以下、本発明の各実施の形態を図面を用いて説明する。なお、ここでは、コンピュータを用いて自動車用変速機を制御する制御ソフトウェアに本発明を適用した例について説明する。   Embodiments of the present invention will be described below with reference to the drawings. Here, an example in which the present invention is applied to control software for controlling a vehicle transmission using a computer will be described.

図1は本発明の第1の実施の形態に係る自動車用変速機の制御ソフトウェアの構成図である。
この図に示す自動車用変速機の制御ソフトウェア100は、OS及びBIOSと、複数のソフト部品1A,1B,1C,1D,1Eを備えている。OSはタスク管理や割り込み処理を管理しており、BIOSは各センサからの入力処理やアクチュエータへの出力処理を行う。ソフト部品1A〜1Eは、制御ソフトウェア100を機能毎に分割して各々を部品化したものである。ソフト部品としては、変速パターン演算モジュール1Aと、変速制御モジュール1Bと、締結要素制御モジュール1Cと、ライン圧制御モジュール1Dと、通信インターフェースモジュール1Eが備えられている。
FIG. 1 is a configuration diagram of control software for an automobile transmission according to the first embodiment of the present invention.
The vehicle transmission control software 100 shown in this figure includes an OS and a BIOS, and a plurality of software components 1A, 1B, 1C, 1D, and 1E. The OS manages task management and interrupt processing, and the BIOS performs input processing from each sensor and output processing to the actuator. The software components 1 </ b> A to 1 </ b> E are obtained by dividing the control software 100 for each function and forming each component. As software components, a shift pattern calculation module 1A, a shift control module 1B, a fastening element control module 1C, a line pressure control module 1D, and a communication interface module 1E are provided.

変速パターン演算モジュール1Aは、車両の走行状況やドライバの趣向に応じて変速のパターンを演算する部分である。変速制御モジュール1Bは、変速パターン演算モジュール1Aで演算された変速パターンや車両の走行状況に応じて目標変速段を決定する部分である。締結要素制御モジュール1Cは、変速制御モジュール1Bで決定された目標変速段を実現するために、その目標変速段に基づいて締結要素を制御する部分である。ライン圧制御モジュール1Dは、締結要素を制御するための油圧の供給を制御する部分である。通信インターフェースモジュール1Eは、車両の動力源やブレーキ等の制御ソフトウェアと通信を介して情報をやり取りする部分である。   The shift pattern calculation module 1A is a part that calculates a shift pattern in accordance with the traveling state of the vehicle and the preferences of the driver. The shift control module 1B is a part that determines a target shift stage according to the shift pattern calculated by the shift pattern calculation module 1A and the traveling state of the vehicle. The engagement element control module 1C is a part that controls the engagement element based on the target shift speed in order to realize the target shift speed determined by the shift control module 1B. The line pressure control module 1D is a part that controls the supply of hydraulic pressure for controlling the fastening elements. The communication interface module 1E is a part that exchanges information via communication with control software such as a vehicle power source and a brake.

これらソフト部品の中でも、変速パターン演算モジュール1Aや変速モジュール1Bは、車両のタイプや商品性、変速段の数によってその制御内容が異なるため複数の制御ソフトウェアで共用することは難しく、製品毎に用意する必要がある。これに対して、締結要素制御モジュール1Cは、複数の製品でその制御内容が大きく異なることがないため、共用できる可能性がある。そこで、本実施の形態では、この締結要素制御モジュール1Cを複数の製品における制御ソフトウェアで共用可能なかたちに部品化するものとする。次に、締結要素制御モジュール1Cを制御ソフトウェアに組み込む方法(ソフト部品の組み込み方法)について説明する。   Among these software components, the shift pattern calculation module 1A and the shift module 1B have different control contents depending on the type of vehicle, the merchantability, and the number of shift stages, so it is difficult to share them with multiple control software, and is prepared for each product. There is a need to. On the other hand, the fastening element control module 1 </ b> C may be shared because the control contents are not greatly different among a plurality of products. Therefore, in this embodiment, the fastening element control module 1C is divided into parts that can be shared by control software in a plurality of products. Next, a method of incorporating the fastening element control module 1C into the control software (software component incorporation method) will be described.

図2は、本発明の第1の実施の形態に係る製品A及び製品Bの制御ソフトウェアの構成図である。なお、先の図と同じ部分には同じ符号を付して説明を省略し、製品Aの部分には添字「a」を、製品Bの部分には添字「b」を付して表す(後の図も同様に扱う)。   FIG. 2 is a configuration diagram of control software for the products A and B according to the first embodiment of the present invention. The same reference numerals are given to the same parts as those in the previous figure, and the description is omitted. The part of product A is indicated by the suffix “a”, and the part of product B is indicated by the suffix “b” (rear) The same figure is handled in the same way).

この図に示す製品Aの制御ソフトウェア100aには、締結要素制御モジュール1Cが、ポインタテーブル2aとともに組み込まれている。また、製品Bの制御ソフトウェア100bには、締結要素制御モジュール1Cが、ポインタテーブル2bとともに組み込まれている。ここで、製品Aと製品Bに組み込まれた締結要素制御モジュール1Cは同一のもので、製品Aと製品Bにおいて共用されている。なお、先に説明した他のモジュール1A,1D,1E等の記載は省略する。   In the control software 100a of the product A shown in this figure, the fastening element control module 1C is incorporated together with the pointer table 2a. Further, the fastening element control module 1C is incorporated in the control software 100b of the product B together with the pointer table 2b. Here, the fastening element control module 1C incorporated in the product A and the product B is the same, and is shared by the product A and the product B. In addition, description of other modules 1A, 1D, 1E etc. which were demonstrated previously is abbreviate | omitted.

図3は、図2におけるポインタテーブル2aの構成図である。この図に示すポインタテーブル2aは、締結要素制御モジュール1Cの外部(本実施の形態では変速制御モジュール1Ba)で演算された結果(外部演算結果)が格納されたメモリ(コンピュータに搭載されたRAM(Random Access Memory))上のアドレスが登録されるもので、宣言部21と本体部22を備えている。   FIG. 3 is a configuration diagram of the pointer table 2a in FIG. The pointer table 2a shown in this figure is a memory (RAM mounted on a computer (RAM mounted on a computer) in which results (external calculation results) calculated outside the fastening element control module 1C (in this embodiment, shift control module 1Ba) are stored. Random Access Memory)) is registered, and includes a declaration unit 21 and a main unit 22.

宣言部21は、ポインタ変数を要素とする構造体であることを宣言している。宣言部21における「*」記号は、これに後続する文字列がポインタ変数であることを宣言している。すなわち、本実施の形態では、「tGp_Adr」がポインタ変数として定義されている。このポインタ変数(tGp_Adr)には、下記のように、指定した変数のメモリ上のアドレスが代入される。   The declaration unit 21 declares that the structure has pointer variables as elements. The “*” symbol in the declaration unit 21 declares that the character string following this is a pointer variable. That is, in this embodiment, “tGp_Adr” is defined as a pointer variable. The pointer variable (tGp_Adr) is assigned the memory address of the specified variable as follows.

本体部22中の「&」記号は、これに後続する変数のメモリ上のアドレスを、宣言部21で宣言したポインタ変数に代入することを示す演算子である。本実施の形態では、変速制御モジュール1Baにおける変数「NxtGp」のメモリ上のアドレスがポインタ変数「tGp_Adr」に代入されている。   The “&” symbol in the main body 22 is an operator indicating that the address on the memory of the subsequent variable is assigned to the pointer variable declared in the declaration unit 21. In the present embodiment, the memory address of the variable “NxtGp” in the shift control module 1Ba is assigned to the pointer variable “tGp_Adr”.

すなわち、ポインタテーブル2aは、変速制御モジュール1Baが演算した目標変速段(NxtGP)の値が格納されているメモリ上のアドレスを、締結要素制御モジュール1Cのために取得する機能を有している。また、ポインタテーブル2aは、本体部22における「&」記号に続く変数名に変更するだけで、他の制御ソフトウェアの変速制御モジュール1Bに対応させることができる。例えば、ポインタテーブル2aにおける「&」以下の変数を「NxtGp」から「GpNext」に変更すれば、図2に示すように、製品部Bにおける変速制御モジュール1Bbのポインタテーブル2bを作成できる。   That is, the pointer table 2a has a function of acquiring the address on the memory storing the value of the target shift speed (NxtGP) calculated by the shift control module 1Ba for the engagement element control module 1C. Further, the pointer table 2a can be made to correspond to the speed change control module 1B of other control software only by changing to the variable name following the “&” symbol in the main body section 22. For example, if the variable below “&” in the pointer table 2a is changed from “NxtGp” to “GpNext”, the pointer table 2b of the shift control module 1Bb in the product part B can be created as shown in FIG.

図4は、図2における締結要素制御モジュール1Cの構成図である。この図に示す締結要素制御モジュール1Cは、ポインタテーブル2a(2b)に登録されたアドレスを介して変速制御モジュール1Ba(1Bb)の演算結果(外部演算結果)を参照し、制御ソフトウェアの一部として機能している。   FIG. 4 is a configuration diagram of the fastening element control module 1C in FIG. The fastening element control module 1C shown in this figure refers to the calculation result (external calculation result) of the shift control module 1Ba (1Bb) via the address registered in the pointer table 2a (2b), and as part of the control software It is functioning.

この図において、「Input」とは締結要素制御モジュール1Cが参照するポインタテーブルの名称を示しており、本実施の形態ではポインタテーブル2aの名称がこれに相当する。また、「Input」に後続する文字列(tGp_Adr)は、参照するポインタテーブルに登録されたポインタ変数を示している。締結要素制御モジュール1Cは、このポインタ変数に代入されているアドレスに格納されている値を利用し、締結要素を制御するための演算処理を行う。本実施の形態では、ポインタテーブル2に登録されたポインタ変数(tGp_Adr)がこれに相当し、締結要素制御モジュール1Cは、変数名を介することなく、アドレスのみを介して目標変速段(NxtGP)の値を参照して演算処理を行っている。   In this figure, “Input” indicates the name of the pointer table referred to by the fastening element control module 1C. In the present embodiment, the name of the pointer table 2a corresponds to this. A character string (tGp_Adr) subsequent to “Input” indicates a pointer variable registered in the pointer table to be referred to. The fastening element control module 1C performs a calculation process for controlling the fastening element using the value stored in the address assigned to the pointer variable. In the present embodiment, the pointer variable (tGp_Adr) registered in the pointer table 2 corresponds to this, and the fastening element control module 1C does not use the variable name but only the address of the target shift stage (NxtGP). Calculation processing is performed with reference to the value.

このように、本実施の形態の締結要素制御モジュール1Cは、ポインタテーブル2aを介することによって、ポインタ変数に代入されたメモリ上のアドレスに基づいて変速制御モジュール1Baの演算結果を参照している。   As described above, the fastening element control module 1C of the present embodiment refers to the calculation result of the transmission control module 1Ba based on the address on the memory assigned to the pointer variable via the pointer table 2a.

次に本実施の形態の効果について、従来の方法を参照しながら説明する。   Next, the effect of this embodiment will be described with reference to a conventional method.

図5は、製品A及び製品Bの制御ソフトウェアに対して、締結要素制御モジュール1Cを組み込む従来の方法を示す図である。   FIG. 5 is a diagram showing a conventional method for incorporating the fastening element control module 1C into the control software of the products A and B.

この図に示す製品Aの変速制御モジュール1Baは、演算した目標変速段の変数名を「NxtGP」と定義しており、製品Bの変速制御モジュール1Bbは、演算した目標変速段の変数名を「GpNext」と定義している。また、この図における締結要素制御モジュール1Cは、締結要素を制御する際に、変速制御モジュール1Ba,1Bbが演算した目標変速段(外部演算結果)を変数名(NxtGP,GpNext)を介して参照している。そのため、例えば、モジュール1C内における目標変速段の参照箇所を「NxtGP」と一旦作成してしまうと、製品Aの制御ソフトウェアに組み込めても、参照する変数名を「GpNext」に変更しない限り製品Bの制御ソフトウェアに組み込むことができない。そのため、締結要素制御モジュール1Cを製品Aと製品Bの間で効率良く共用することが難しかった。   The shift control module 1Ba of the product A shown in this figure defines the variable name of the calculated target shift speed as “NxtGP”, and the shift control module 1Bb of the product B sets the variable name of the calculated target shift speed to “ GpNext ”. Further, when the engagement element control module 1C in this figure controls the engagement element, it refers to the target shift stage (external calculation result) calculated by the shift control modules 1Ba and 1Bb via the variable names (NxtGP, GpNext). ing. Therefore, for example, once the reference position of the target gear position in the module 1C is created as “NxtGP”, the product B can be incorporated into the control software of the product A unless the variable name to be referenced is changed to “GpNext”. Cannot be incorporated into any control software. For this reason, it is difficult to efficiently share the fastening element control module 1C between the product A and the product B.

これに対して、本実施の形態の制御ソフトウェア100aには、変速制御モジュール1Baの演算結果(目標変速段)が格納されたメモリ上のアドレスが登録されるポインタテーブル2aと、ポインタテーブル2aに登録されたアドレスを介して目標変速段を参照し、締結要素を制御するための演算を行う締結要素制御モジュール1Cが組み込まれている。   On the other hand, in the control software 100a of the present embodiment, the pointer table 2a in which the address on the memory in which the calculation result (target shift speed) of the shift control module 1Ba is stored is registered in the pointer table 2a. A fastening element control module 1C that performs a calculation for controlling the fastening element with reference to the target shift speed via the address is incorporated.

このように構成された制御ソフトウェア100aにおいて、ポインタテーブル2aは、変速制御モジュール1Baが演算した目標変速段(NxtGp)が格納されたメモリ上のアドレスをポインタ変数(tGp_Adr)に代入する。そして、締結要素制御モジュール1Cは、ポインタテーブル2aに登録されたポインタ変数(tGp_Adr)に代入されたアドレスを利用して目標変速段の値を参照し、締結要素制御に必要な演算処理を行う。このように締結要素制御モジュール1Cとともにポインタテーブル2aを組み込むと、締結要素制御モジュール1Cを他の制御ソフトウェア(例えば、製品Bの制御ソフトウェア100b)に組み込む際に付随する手間を低減できる。   In the control software 100a configured as described above, the pointer table 2a substitutes the address on the memory in which the target shift speed (NxtGp) calculated by the shift control module 1Ba is stored in the pointer variable (tGp_Adr). Then, the engagement element control module 1C refers to the value of the target shift stage using the address assigned to the pointer variable (tGp_Adr) registered in the pointer table 2a, and performs arithmetic processing necessary for engagement element control. By incorporating the pointer table 2a together with the fastening element control module 1C in this way, it is possible to reduce the trouble associated with incorporating the fastening element control module 1C into other control software (for example, the control software 100b of the product B).

すなわち、上記のように外部演算結果をコンピュータのメモリ上のアドレスを介して参照するようにソフト部品を構成すると、ポインタテーブル2を差し替えるだけで複数の製品間で同一のソフト部品を共用できる。ソフト部品を共用するにさしあたり、差し替え用のポインタテーブル2を作成するには、本体部22においてポインタ変数に代入する変数(「&」記号に続く変数名)を変更すれば良いので、処理部分を変更することなくデータ変更のみで対応することができる。   That is, if the software component is configured to refer to the external calculation result via the address on the computer memory as described above, the same software component can be shared among a plurality of products by simply replacing the pointer table 2. In order to create the replacement pointer table 2 for sharing the software parts, it is only necessary to change the variable (the variable name following the “&” symbol) to be assigned to the pointer variable in the main body 22. It is possible to respond only by changing data without changing it.

ところで、目標変速段の他の参照方法としては、関数の引数による方法も一応考えられるが、この方法ではコンピュータへの処理負荷の増加を避けることができない。これに対し、本実施の形態によれば、ソフト部品の組み込みに際する処理負荷を抑制することができる。したがって、本実施の形態によれば、メモリ上のアドレスを介して他の機能の演算結果を参照できるので、処理負荷増加を抑制しつつ、ソフト部品の再利用性を向上することができる。   By the way, as another method for referring to the target shift speed, a method using a function argument is conceivable. However, this method cannot avoid an increase in processing load on the computer. On the other hand, according to the present embodiment, it is possible to suppress the processing load when installing the software component. Therefore, according to the present embodiment, it is possible to refer to the calculation results of other functions via addresses on the memory, so that it is possible to improve the reusability of the software component while suppressing an increase in processing load.

また、上記の例の締結要素制御モジュール1Cでは、外部演算結果の参照箇所が一箇所であったが、処理内容によっては参照箇所が多数となることがある。しかし、本実施の形態によれば、その場合でもポインタテーブル2の本体部22の一箇所を変更するだけで対応できるので、制御ソフトウェアの開発効率の向上に大きく寄与することができる。   Further, in the fastening element control module 1C of the above example, the reference location of the external calculation result is one location, but there may be many reference locations depending on the processing content. However, according to the present embodiment, even in such a case, it can be dealt with by changing only one part of the main body 22 of the pointer table 2, so that it can greatly contribute to the improvement of the development efficiency of the control software.

次に本発明の第2の実施の形態について説明する。
第1の実施の形態で説明した方法を利用してソフト部品を制御ソフトウェアに組み込む場合には、そのソフト部品がポインタテーブル2を介して外部演算結果を参照するようにあらかじめ部品化しておく必要がある。しかし、一般的なソフト部品は、変数名を介して外部演算結果を参照していることが多い。そこで、本実施の形態では、コンピュータにこの変数による参照方法をポインタテーブル2を介した参照方法に自動変換させ、ソフト部品を他の製品と共用可能にするための部品化ツール(プログラム)について説明する。
Next, a second embodiment of the present invention will be described.
When a software component is incorporated into control software using the method described in the first embodiment, it is necessary to make the software component into a component in advance so that the external component can be referred to via the pointer table 2. is there. However, general software components often refer to external computation results through variable names. Therefore, in the present embodiment, a componentization tool (program) for allowing a computer to automatically convert the reference method using this variable into a reference method via the pointer table 2 so that the software component can be shared with other products will be described. To do.

図6は本発明の第2の実施の形態に係る部品化ツールの処理手順を示す図である。   FIG. 6 is a diagram showing a processing procedure of the componentizing tool according to the second embodiment of the present invention.

この図に示す各手順を実行する部品化ツールでは、まず、対象とするソフト部品において、変数を参照している箇所を検出する手順を行う(6A)。この手順では、例えば、ソースコードのif文や演算式の右辺にある変数は参照変数であることから、これらを条件として変数参照箇所を検出することができる。   In the componentizing tool that executes each procedure shown in this figure, first, a procedure for detecting a location referring to a variable in the target software component is performed (6A). In this procedure, for example, since the variable on the right side of the “if” statement of the source code or the arithmetic expression is a reference variable, the variable reference location can be detected using these as conditions.

手順6Aで変数の参照箇所を検出した場合、その検出した変数がソフト部品の外部の演算結果(外部演算結果)を参照しているか否かを判定する手順を行う(6B)。この手順における判定は、その変数が、例えば、ソフト部品の関数中に更新箇所が無いものであるか、宣言の無いものであるか、または外部参照を宣言しているものであるか等を条件とすることができる。すなわち、この条件による峻別の結果、その変数が、更新箇所の無いもの、宣言の無いもの、または外部参照を宣言しているもの等である場合には、外部演算結果を参照しているものであると判定することができる。   When a reference location of a variable is detected in step 6A, a procedure is performed to determine whether or not the detected variable refers to a calculation result (external calculation result) outside the software component (6B). The determination in this procedure is based on the condition that the variable is, for example, one that has no update location in the function of the software component, one that has no declaration, or one that declares an external reference. It can be. That is, if the result of distinction by this condition is that the variable has no update location, no declaration, or has declared an external reference, it refers to the external operation result. It can be determined that there is.

検出した変数が外部演算結果を参照していると判定されたら、その参照方法をポインタテーブルを介したものに置換する手順を行う(6C)。図7はその置換方法の説明図である。   If it is determined that the detected variable refers to the external calculation result, a procedure for replacing the reference method with that via the pointer table is performed (6C). FIG. 7 is an explanatory diagram of the replacement method.

図7において、ソフト部品1C0は、外部演算結果である変数「NxtGp」を参照している。手順6Cの置換では、この「参照変数(NxtGp)」の部分を、「(1)ソフト部品1C0が参照するポインタテーブル名」と「(2)そのポインタテーブルにおけるポインタ変数」に置換する。図7に示す例では、「NxtGp」を「CLctr_Input.(ポインタテーブル名)」及び「 NxtGp_Adr(ポインタ変数)」に置換して、他の製品と共用可能なソフト部品1C1を作成している。   In FIG. 7, the software component 1C0 refers to a variable “NxtGp” which is an external calculation result. In the replacement of the procedure 6C, this “reference variable (NxtGp)” portion is replaced with “(1) a pointer table name referred to by the software component 1C0” and “(2) a pointer variable in the pointer table”. In the example shown in FIG. 7, “NxtGp” is replaced with “CLctr_Input. (Pointer table name)” and “NxtGp_Adr (pointer variable)” to create a software component 1C1 that can be shared with other products.

なお、図7に示した置換例は、ポインタテーブル名を「関数名_Input」とし、ポインタ変数名を「参照変数名_Adr」とする規則性を有している。このような規則性に基づいてポインタテーブル名にソフト部品の関数名を使用すると、ポインタテーブル2の名称をソフト部品固有のものとすることができ、また、ポインタ変数名に参照変数の名称を使用すると、参照したい変数を特定することができる。   The replacement example shown in FIG. 7 has regularity in which the pointer table name is “function name_Input” and the pointer variable name is “reference variable name_Adr”. If the function name of the software component is used for the pointer table name based on such regularity, the name of the pointer table 2 can be made unique to the software component, and the name of the reference variable can be used for the pointer variable name. Then, you can specify the variable you want to reference.

手順6Cが終了したら、上記の手順6Aから6Cを変数の参照箇所が検出できなくなるまで繰り返し、外部演算結果を参照する全ての箇所をポインタテーブル2を介した参照に変更する。   When step 6C ends, steps 6A to 6C described above are repeated until no variable reference location can be detected, and all locations that refer to external computation results are changed to references via pointer table 2.

このように、上記の各手順をコンピュータに実行させるツールを用いると、ソフト部品における外部演算結果の参照方法をポインタテーブル2を介した方法に自動変換することができるので、ソフト部品を共用化する際に要する手間を軽減することができる。また、これにより、ソフト部品が組み込まれた制御ソフトウェアの開発効率を向上させることができる。   As described above, when a tool that causes a computer to execute each of the above steps can be used, a method for referring to an external calculation result in a software component can be automatically converted into a method via the pointer table 2, so that the software component is shared. It is possible to reduce the time and effort required. Thereby, the development efficiency of the control software in which the software component is incorporated can be improved.

次に本発明の第3の実施の形態について説明する。
第1の実施の形態で説明した方法を利用してソフト部品を制御ソフトウェアに組み込む場合には、ポインタテーブル2が必要になる。ところで、このポインタテーブル2に登録する変数が多い場合(すなわち、ソフト部品が参照する外部演算結果が多い場合)には、その作成工数も多くなってしまうのでポインタテーブル2の作成効率が低下する。そこで、本実施の形態では、この作業をコンピュータに自動的に実施させるソフト部品の組み込みツール(プログラム)について説明する。
Next, a third embodiment of the present invention will be described.
When the software component is incorporated into the control software using the method described in the first embodiment, the pointer table 2 is necessary. By the way, when there are many variables to be registered in the pointer table 2 (that is, when there are many external calculation results referred to by the software component), the creation man-hours are increased, and the creation efficiency of the pointer table 2 is reduced. Therefore, in this embodiment, a software component built-in tool (program) that causes a computer to automatically perform this operation will be described.

図8は本発明の第3の実施の形態に係るソフト部品の組み込みツールの処理手順を示す図である。   FIG. 8 is a diagram showing a processing procedure of the software component embedding tool according to the third embodiment of the present invention.

この図に示す各手順を実行する組み込みツールでは、まず、ソフト部品において、変数を参照している箇所を検出する手順を行う(8A)。この手順では、第2の実施の形態における手順6A同様に、ソースコードのif文や演算式の右辺にある変数等を参照変数として検出することができる。   In the built-in tool that executes each procedure shown in this figure, first, a procedure for detecting a location that refers to a variable in a software component is performed (8A). In this procedure, as in the procedure 6A in the second embodiment, an if statement in the source code, a variable on the right side of the arithmetic expression, or the like can be detected as a reference variable.

手順8Aで変数の参照箇所を検出した場合、その検出した変数が外部演算結果を参照しているか否かを判定する手順を行う(8B)。この手順も、第2の実施の形態における手順8Bと同様の判定方法を利用することができる。   When the reference location of the variable is detected in the procedure 8A, a procedure for determining whether or not the detected variable refers to the external calculation result is performed (8B). This procedure can also use the same determination method as the procedure 8B in the second embodiment.

手順8Bで変数が外部演算結果を参照していると判定されたら、その参照変数の名称や型情報等に基づいてポインタ変数を定義し、当該ソフト部品に対応するポインタテーブル2を作成する手順を行う(8C)。図9はその作成方法の説明図である。   If it is determined in step 8B that the variable refers to the external operation result, a pointer variable is defined based on the name and type information of the reference variable, and the pointer table 2 corresponding to the software component is created. (8C). FIG. 9 is an explanatory diagram of the creation method.

図9において、ソフト部品1C0は、外部演算結果である変数「NxtGp」を参照している。手順8Cでは、このソフト部品1C0における「参照変数」の名称(NxtGp)及び型情報(BYTE)に基づいて、まず、ポインタテーブル2の宣言部21においてポインタ変数(NxtGp_Adr)を定義する。そして、さらに、本体部22において当該参照変数のメモリ上のアドレスをポインタ変数に代入することを定義して、ソフト部品1C0に対応するポインタテーブル2を作成している。なお、図9に示した作成例では、予めポインタテーブルの雛形20を用意しておき、そのポインタテーブルの名称を「関数名_Input_str」とし、ポインタ変数名を「参照変数名_Adr」とし、ポインタ変数の型情報を「参照変数の型」とする規則的な置換を行っている。このように雛形20を利用して規則的な置換を行うと、ポインタテーブル2の作成効率をさらに向上させることができる。   In FIG. 9, the software component 1C0 refers to a variable “NxtGp” which is an external calculation result. In procedure 8C, first, a pointer variable (NxtGp_Adr) is defined in the declaring section 21 of the pointer table 2 based on the name (NxtGp) and type information (BYTE) of the “reference variable” in the software component 1C0. Further, it is defined in the main unit 22 that the address of the reference variable in the memory is assigned to the pointer variable, and the pointer table 2 corresponding to the software component 1C0 is created. In the creation example shown in FIG. 9, a pointer table template 20 is prepared in advance, the pointer table name is “function name_Input_str”, the pointer variable name is “reference variable name_Adr”, Regular replacement is performed with the type information of the pointer variable as the “reference variable type”. If regular replacement is performed using the template 20 in this way, the creation efficiency of the pointer table 2 can be further improved.

手順8Cが終了したら、上記の手順8Aから8Cを変数の参照箇所が検出できなくなるまで繰り返す。これにより、外部演算結果を参照する全ての変数に対し、その値が格納されたメモリ上のアドレスを自動的にポインタテーブル2に登録することができる。このように、本実施の形態によれば制御ソフトウェアの開発効率を向上させることができる。   When step 8C ends, steps 8A to 8C described above are repeated until no variable reference location can be detected. As a result, the addresses on the memory where the values are stored can be automatically registered in the pointer table 2 for all variables that refer to the external calculation results. Thus, according to the present embodiment, the development efficiency of control software can be improved.

次に本発明の第4の実施の形態について説明する。
第1の実施の形態で説明した方法を利用してソフト部品を制御ソフトウェアに組み込む場合には、製品毎にポインタテーブル2を作成する必要がある。したがって、製品数やポインタテーブル2に登録する変数が多い場合、その作成工数も多くなってしまい開発効率が低下するおそれがある。そこで、本実施の形態では、このポインタテーブル作成作業をコンピュータに自動的に実施させるソフト部品の組み込みツール(プログラム)について説明する。なお、本実施の形態では、製品Aのものとして既に存存するポインタテーブル2aを製品Bのポインタテーブル2bに変換する例を扱う。
Next, a fourth embodiment of the present invention will be described.
When software components are incorporated into control software using the method described in the first embodiment, it is necessary to create a pointer table 2 for each product. Therefore, when there are a large number of products or variables to be registered in the pointer table 2, the number of man-hours for creating them increases and the development efficiency may decrease. Therefore, in this embodiment, a software component built-in tool (program) that causes the computer to automatically perform this pointer table creation operation will be described. In the present embodiment, an example in which the pointer table 2a that already exists as the product A is converted into the pointer table 2b of the product B is handled.

図10は本発明の第4の実施の形態に係るソフト部品の組み込みツールの処理手順を示す図である。   FIG. 10 is a diagram showing a processing procedure of the software component embedding tool according to the fourth embodiment of the present invention.

この図に示す各手順を実行する部品化ツールでは、まず、入力手段(マウスやキーボード等)を介して、「(1)既にポインタテーブル2が存在する製品」と「(2)ソフト部品の新たな組み込み先となる製品」がオペレータによってコンピュータに入力されることを待機する手順を行う(10A)。ここでは、上記(1)の製品として製品Aが、上記(2)の製品として製品Bがオペレータによって入力されたとする。   In the componentization tool that executes each procedure shown in this figure, first, “(1) a product for which the pointer table 2 already exists” and “(2) a new software component are entered via an input means (such as a mouse or a keyboard). A procedure for waiting for the “product to be incorporated” to be input to the computer by the operator is performed (10A). Here, it is assumed that the product A is input as the product of (1) and the product B is input as the product of (2).

この入力手順10Aが完了すると、既存の製品のポインタテーブル2に含まれる登録変数を抽出する手順が行われる(10B)。本実施の形態では、製品Aのポインタテーブル2aの登録変数として、まず、登録変数「NxtGp」が抽出される。   When this input procedure 10A is completed, a procedure for extracting registered variables included in the pointer table 2 of the existing product is performed (10B). In the present embodiment, first, a registration variable “NxtGp” is extracted as a registration variable of the pointer table 2a of the product A.

手順10Bで既存のポインタテーブル2内の登録変数を抽出したら、手順10Aで選択した他の製品(本実施の形態では製品B)において、手順10Bで抽出した登録変数に対応する変数名を変数変換リスト50(図11参照)から取得する手順が行われる(10C)。   When the registered variable in the existing pointer table 2 is extracted in the procedure 10B, the variable name corresponding to the registered variable extracted in the procedure 10B is subjected to variable conversion in the other product selected in the procedure 10A (product B in this embodiment). A procedure for obtaining from the list 50 (see FIG. 11) is performed (10C).

図11は、本発明の第4の実施の形態に係る変数変換リスト50を示す図である。この図に示す変数変換リスト50は、製品ごとの変数が登録されたものであり、本実施の形態に係る部品化ツールを実行する前に予め作成されたものである。本実施の形態では、まず、手順10Bで抽出された製品Aの変数「NxtGp」と対応するものとして、製品Bの目標変速段の変数名「GpNext」が取得される。   FIG. 11 is a diagram showing a variable conversion list 50 according to the fourth embodiment of the present invention. The variable conversion list 50 shown in this figure is one in which variables for each product are registered, and is created in advance before executing the componentization tool according to the present embodiment. In the present embodiment, first, the variable name “GpNext” of the target gear position of the product B is acquired as corresponding to the variable “NxtGp” of the product A extracted in the procedure 10B.

手順10Cが完了したら、手順10Bで抽出された変数名を手順10Cで取得された変数名に置換する手順が実行される(10D)。本実施の形態では、ポインタテーブル2aにおいて「NxtGp」と記載されている部分が、製品Bの変数名「GpNext」に置換される。   When the procedure 10C is completed, a procedure of replacing the variable name extracted in the procedure 10B with the variable name acquired in the procedure 10C is executed (10D). In the present embodiment, the part described as “NxtGp” in the pointer table 2a is replaced with the variable name “GpNext” of the product B.

以下、上記手順10A〜10Dを既存のポインタテーブル2に登録されている変数全てが抽出されるまで繰り返す。これにより、既存のポインタテーブル2に基づいて、新たにソフト部品を組み込む製品のポインタテーブル2を作成することができる。したがって、製品数やポインタテーブル2に登録する変数が多い場合でもその作成工程を低減できるので、ソフト部品を制御ソフトウェアに組み込む効率を向上することができる。   Thereafter, the above procedures 10A to 10D are repeated until all variables registered in the existing pointer table 2 are extracted. Thereby, based on the existing pointer table 2, the pointer table 2 of the product into which a software component is newly incorporated can be created. Therefore, even when there are a large number of products and many variables to be registered in the pointer table 2, the creation process can be reduced, so that the efficiency of incorporating software components into the control software can be improved.

本発明の第1の実施の形態に係る自動車用変速機の制御ソフトウェアの全体構成図。1 is an overall configuration diagram of control software for an automobile transmission according to a first embodiment of the present invention. 本発明の第1の実施の形態に係る製品A及び製品Bの制御ソフトウェアの構成図。The block diagram of the control software of the product A and the product B which concerns on the 1st Embodiment of this invention. 本発明の第1の実施の形態に係るポインタテーブルの構成図。The block diagram of the pointer table which concerns on the 1st Embodiment of this invention. 本発明の第1の実施の形態に係る締結要素制御モジュールの構成図。The block diagram of the fastening element control module which concerns on the 1st Embodiment of this invention. 製品A及び製品Bの制御ソフトウェアに対して締結要素制御モジュールを組み込む従来方法の図。The figure of the conventional method which incorporates a fastening element control module with respect to the control software of the product A and the product B. 本発明の第2の実施の形態に係る部品化ツールの処理手順を示す図。The figure which shows the process sequence of the componentization tool which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施の形態において外部演算結果の参照方法をポインタテーブルを介したものに置換する手順の説明図。Explanatory drawing of the procedure which replaces the reference method of an external calculation result with the thing via a pointer table in the 2nd Embodiment of this invention. 本発明の第3の実施の形態に係るソフト部品の組み込みツールの処理手順を示す図。The figure which shows the process sequence of the built-in tool of the software component which concerns on the 3rd Embodiment of this invention. 本発明の第3の実施の形態においてポインタテーブルを作成する手順の説明図。Explanatory drawing of the procedure which produces a pointer table in the 3rd Embodiment of this invention. 本発明の第4の実施の形態に係るソフト部品の組み込みツールの処理手順を示す図。The figure which shows the process sequence of the built-in tool of the software component which concerns on the 4th Embodiment of this invention. 本発明の第4の実施の形態に係る変数変換リスト。The variable conversion list which concerns on the 4th Embodiment of this invention.

符号の説明Explanation of symbols

1B 変速制御モジュール
1C 締結要素制御モジュール
2 ポインタテーブル
20 雛形
21 宣言部
22 本体部
50 変数変換リスト
100 制御ソフトウェア
1B Shift control module 1C Fastening element control module 2 Pointer table 20 Template 21 Declaration part 22 Body part 50 Variable conversion list 100 Control software

Claims (4)

コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を組み込んで前記制御ソフトウェアを構成するソフト部品の組み込み方法において、
前記ソフト部品の外部での演算結果が格納されたメモリ上のアドレスが登録されるポインタテーブルと、
このポインタテーブルに登録された前記アドレスを介して前記演算結果を参照し、前記制御ソフトウェアの一部として機能する前記ソフト部品とを前記制御ソフトウェアに組み込むことを特徴とするソフト部品の組み込み方法。
In the method of assembling a software component that constitutes the control software by incorporating a software component obtained by dividing control software for controlling various devices using a computer for each function,
A pointer table in which addresses on a memory in which calculation results outside the software component are stored are registered;
A software component assembling method, wherein the operation result is referred to via the address registered in the pointer table, and the software component functioning as a part of the control software is incorporated into the control software.
コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の部品化ツールであって、
前記ソフト部品内で外部演算結果を変数を介して参照している箇所を検出する手順と、
この手順で検出された箇所における前記外部演算結果の参照方法を、前記外部演算結果が格納されたメモリ上のアドレスを介するものに置換する手順とをコンピュータに実行させることを特徴とするソフト部品の部品化ツール。
A software component componentization tool used when a software component obtained by dividing control software for controlling various devices using a computer into functions is incorporated into the control software,
A procedure for detecting a location referring to an external calculation result via a variable in the software component;
A software component characterized by causing a computer to execute a method of replacing the method of referring to the external operation result at a location detected by this procedure with an address on a memory in which the external operation result is stored. Componentization tool.
コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の組み込みツールであって、
前記ソフト部品内で外部演算結果を参照している変数を検出する手順と、
この手順で検出された変数の情報に基づいて前記外部演算結果が格納されたメモリ上のアドレスが登録されるポインタ変数を定義し、前記ソフト部品が前記外部演算結果を参照する際に用いられるポインタテーブルを作成する手順とをコンピュータに実行させることを特徴とするソフト部品の組み込みツール。
A software component embedding tool used when a software component obtained by dividing control software for controlling various devices using a computer by function is incorporated into the control software,
A procedure for detecting a variable referring to an external calculation result in the software component;
Defines a pointer variable in which an address on the memory where the external operation result is stored is registered based on variable information detected in this procedure, and the pointer used when the software component refers to the external operation result A software component built-in tool that causes a computer to execute a procedure for creating a table.
コンピュータを用いて各種機器を制御する制御ソフトウェアを機能毎に分割して成したソフト部品を前記制御ソフトウェアに組み込むときに用いられるソフト部品の組み込みツールであって、
一の制御ソフトウェアのソフト部品が外部演算結果をメモリ上のアドレスを介して参照する際に利用する既存のポインタテーブル内に含まれる登録変数を抽出する手順と、
前記一の制御ソフトウェアのソフト部品が他の制御ソフトウェアに組み込まれたときに外部演算結果を参照する際に利用する変数であって、前記既存のポインタテーブル内から抽出された登録変数に対応する変数を変数変換リストから取得する手順と、
前記既存のポインタテーブルから抽出された登録変数を前記変数変換リストから取得された変数に置換することで、前記一の制御ソフトウェアのソフト部品が前記他の制御ソフトウェアに組み込まれた際に利用する他のポインタテーブルを前記既存のポインタテーブルから作成する手順とをコンピュータに実行させることを特徴とするソフト部品の組み込みツール。
A software component embedding tool used when a software component obtained by dividing control software for controlling various devices using a computer by function is incorporated into the control software,
A procedure for extracting a registered variable included in an existing pointer table used when a software component of one control software refers to an external operation result via an address on a memory;
A variable used when referring to an external calculation result when the software component of the one control software is incorporated in another control software, and corresponding to a registered variable extracted from the existing pointer table From the variable conversion list
Others used when the software component of the one control software is incorporated in the other control software by replacing the registered variable extracted from the existing pointer table with the variable acquired from the variable conversion list A software component embedded tool which causes a computer to execute a procedure for creating a pointer table of the existing pointer table from the existing pointer table.
JP2008260690A 2008-10-07 2008-10-07 Method of integrating software component, and segmentation tool and integration tool for software component Withdrawn JP2010092215A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008260690A JP2010092215A (en) 2008-10-07 2008-10-07 Method of integrating software component, and segmentation tool and integration tool for software component

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008260690A JP2010092215A (en) 2008-10-07 2008-10-07 Method of integrating software component, and segmentation tool and integration tool for software component

Publications (1)

Publication Number Publication Date
JP2010092215A true JP2010092215A (en) 2010-04-22

Family

ID=42254872

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008260690A Withdrawn JP2010092215A (en) 2008-10-07 2008-10-07 Method of integrating software component, and segmentation tool and integration tool for software component

Country Status (1)

Country Link
JP (1) JP2010092215A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004199533A (en) * 2002-12-20 2004-07-15 Hitachi Ltd Built-in controller and built-in controller development tool
JP2006277156A (en) * 2005-03-29 2006-10-12 Matsushita Electric Ind Co Ltd Method, device, and program for dynamically connecting object modules, computer-readable recording medium for program, program conversion method for forming object module, object module, and information processor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004199533A (en) * 2002-12-20 2004-07-15 Hitachi Ltd Built-in controller and built-in controller development tool
JP2006277156A (en) * 2005-03-29 2006-10-12 Matsushita Electric Ind Co Ltd Method, device, and program for dynamically connecting object modules, computer-readable recording medium for program, program conversion method for forming object module, object module, and information processor

Similar Documents

Publication Publication Date Title
EP1835397A1 (en) Application framework
US20180373218A1 (en) Device and method for common type conversion of plc control program
JP5655448B2 (en) PLC system and its development support equipment
US20130152058A1 (en) Method for Translating a Control Program in an Automation Language into an Intermediate Language
JP2007087127A (en) Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program
CN102129385A (en) Management method capable of dynamically expanding management function of virtual machine
JP2010092215A (en) Method of integrating software component, and segmentation tool and integration tool for software component
JP6413922B2 (en) Software division method, software division apparatus, and in-vehicle apparatus
JPH03229352A (en) Program changing method
JP5382624B2 (en) Multiprocessor control device, method and program thereof
WO2017204139A1 (en) Data processing apparatus, data processing method, and program recording medium
JP5141095B2 (en) Plant controller system
JP5716469B2 (en) Wrapper program and integrated circuit device
CN111444285A (en) Operation data configuration method and device
JP2013161219A (en) Code generation device and code generation program
US20020095652A1 (en) Program generating apparatus for built-in microcomputer
JP4877257B2 (en) Programmable controller, programmable controller support apparatus, and programmable controller system
US7231261B2 (en) Method for automatically obtaining an operational sequence of processes and a tool for performing such method
JP6333201B2 (en) Method and computer program executed on a computer to form a control program executable on a control system from a graphic control model
JP2007140611A (en) Data cooperation system
JP4921175B2 (en) Software creation method for automobile control device
JP2012155515A (en) Source device driver and method for creating execution module
JP2008299763A (en) Distributed object development tool
JP5726106B2 (en) Embedded system controller
JP4747990B2 (en) Programmable controller

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Effective date: 20100113

Free format text: JAPANESE INTERMEDIATE CODE: A712

A621 Written request for application examination

Effective date: 20101208

Free format text: JAPANESE INTERMEDIATE CODE: A621

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120704

A131 Notification of reasons for refusal

Effective date: 20120710

Free format text: JAPANESE INTERMEDIATE CODE: A131

A761 Written withdrawal of application

Free format text: JAPANESE INTERMEDIATE CODE: A761

Effective date: 20120904