JP2017065421A - On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device - Google Patents

On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device Download PDF

Info

Publication number
JP2017065421A
JP2017065421A JP2015192522A JP2015192522A JP2017065421A JP 2017065421 A JP2017065421 A JP 2017065421A JP 2015192522 A JP2015192522 A JP 2015192522A JP 2015192522 A JP2015192522 A JP 2015192522A JP 2017065421 A JP2017065421 A JP 2017065421A
Authority
JP
Japan
Prior art keywords
control device
electronic control
deterioration
vehicle electronic
vehicle
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
JP2015192522A
Other languages
Japanese (ja)
Inventor
深野 善信
Yoshinobu Fukano
善信 深野
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 JP2015192522A priority Critical patent/JP2017065421A/en
Publication of JP2017065421A publication Critical patent/JP2017065421A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an on-vehicle electronic control device and a deterioration diagnostic method for an element of the on-vehicle electronic control device that predict a failure due to the deterioration of an element of the on-vehicle electronic control device in advance and enhance safety of the vehicle.SOLUTION: An on-vehicle electronic control device 200 is composed of a microcomputer mounted with on-vehicle control software and a peripheral circuit for generating an electric signal for driving a device to be controlled. The on-vehicle control software includes an element state check program 204 for diagnosing the deterioration of an element of the on-vehicle electronic control device, and reference data for diagnosing the deterioration of the element.SELECTED DRAWING: Figure 2

Description

本発明は、自動車の電子制御装置の電子回路における故障発生を予測する支援技術に関するものである。   The present invention relates to a support technology for predicting the occurrence of a failure in an electronic circuit of an electronic control device for an automobile.

自動車の操作や運動に関わる制御技術の電子化は、年々、増加する傾向にある。   The digitization of control technology related to the operation and movement of automobiles tends to increase year by year.

一台の自動車に搭載されるECU(Electronic Control Unit)と呼ばれるマイクロコンピュータ回路の数は、数十個になり、これらECUに実装されるソフトウェア(以下、制御ソフトと呼ぶ)全体のサイズは、百万行(主としてC言語によるソースコード)にも及ぶようになっている。   The number of microcomputer circuits called ECUs (Electronic Control Units) mounted on one vehicle is several tens. The size of the software installed in these ECUs (hereinafter referred to as control software) is one hundred. It has reached 10,000 lines (mainly C language source code).

このように制御ソフトウェアの開発規模は増加するものの、その開発期間を短縮することが要求されているため、制御ソフトの品質向上が、自動車メーカやサプライヤの大きな課題となっている。   Although the development scale of the control software increases as described above, it is required to shorten the development period. Therefore, improving the quality of the control software is a major issue for automobile manufacturers and suppliers.

特に、安全性に関わる設計は、ISO26262の規格に対応することが必須とされている。   In particular, the design related to safety is required to comply with the ISO 26262 standard.

ISO26262で定義された安全度水準(Automotive Safety Integrity Level:ASIL)で、ASIL−CもしくはDで定義される製品に対しては、製品出荷時において、故障注入の検証が強く推奨されている。   For products defined by ASIL-C or D at an automotive safety integrity level (ASIL) defined by ISO 26262, verification of fault injection is strongly recommended at the time of product shipment.

これは、ECU製品が、市場にリリースされる際に、ユースケースの中で想定される故障モードに対して、安全性を侵害しないことを検証したエビデンスとして、提供することを目的としている。   This is intended to provide evidence that verifies that the ECU product does not infringe on the failure mode assumed in the use case when the ECU product is released to the market.

このように、車載制御装置に対する安全性設計に対する要求は、高いものとなっている。   Thus, the demand for safety design for the in-vehicle control device is high.

特開2006−53016号公報JP 2006-53016 A 特開2007−2758号公報JP 2007-2758 A

従来のECUに実装されたソフトウェアには、診断機能が組み込まれており、自動車の起動時に、センサや通信などの機能が正常に動作しているかどうかを、自己診断するようになっている。   The software installed in the conventional ECU incorporates a diagnostic function, and performs self-diagnosis as to whether functions such as sensors and communication are operating normally when the automobile is started.

多くの車載制御ソフトは、自動車のイグニッションが起動した時点で、マイコンを初期化するためのプログラムを実行する。   Many in-vehicle control software executes a program for initializing the microcomputer when the ignition of the automobile is activated.

診断プログラムを、この一連の初期化動作の中で、実行される。   A diagnostic program is executed in this series of initialization operations.

診断プログラムは、センサやCAN(Controller Area Network)などの通信装置に対して、テスト信号を送信し、装置から返される信号が正常時のデータであるか否かをチェックすることで、ECUのハードウェア装置の異常を検知する。   The diagnostic program transmits a test signal to a communication device such as a sensor or a CAN (Controller Area Network), and checks whether the signal returned from the device is normal data. Detects abnormalities of hardware devices.

このように、診断プログラムにより、センサ故障、通信装置の断線などのような、その時点でのハードウェアの異常を検出することが可能であるが、抵抗やコンデンサなどの素子において経時劣化による素子特性の変化に起因する故障を、検知することは、困難である。   In this way, it is possible to detect hardware abnormalities such as sensor failure and disconnection of communication devices by the diagnostic program, but the element characteristics due to deterioration over time in elements such as resistors and capacitors It is difficult to detect a failure caused by the change in

特に、最近のECUは、機能の複雑化に伴って、回路の実装密度が高くなっており、故障の発生箇所の特定が難しくなっている。   In particular, recent ECUs have increased circuit density as functions have become more complex, making it difficult to identify the location where a failure has occurred.

このような状況で、ECUの安全性を、10年以上にわたって、高いレベルに維持するためには、これらの故障を、その時点で検出するのではなく、予測により未然に防ぐことが重要となる。   In such a situation, in order to maintain the safety of the ECU at a high level for more than 10 years, it is important to prevent these faults by prediction rather than detecting them at that time. .

そこで本発明は、車載電子制御装置の素子の劣化による故障を事前に予測し、車両の安全性を高める車載電子制御装置、および車載電子制御装置の素子の劣化診断方法を提供することを目的とする。   Accordingly, an object of the present invention is to provide an in-vehicle electronic control device that predicts a failure due to deterioration of an element in an in-vehicle electronic control device in advance and increases the safety of the vehicle, and a method for diagnosing element deterioration in the in-vehicle electronic control device. To do.

上記課題を解決するために、例えば特許請求の範囲に記載の構成を採用する。   In order to solve the above problems, for example, the configuration described in the claims is adopted.

本願は上記課題を解決する手段を複数含んでいるが、その一例を挙げるならば、車載制御ソフトウェアを実装したマイコンと、制御対象装置を駆動させる電気信号発生させる周辺回路とで構成された、車載電子制御装置であって、前記車載制御ソフトウェアが、前記車載電子制御装置の素子の劣化を診断する素子状態チェックプログラムと、前記素子の劣化を診断するための基準データと、を備えることを特徴とする。   The present application includes a plurality of means for solving the above-mentioned problems. To give an example, an in-vehicle configuration composed of a microcomputer mounted with in-vehicle control software and a peripheral circuit for generating an electric signal for driving the control target device. An electronic control device, wherein the in-vehicle control software includes an element state check program for diagnosing deterioration of an element of the in-vehicle electronic control device, and reference data for diagnosing deterioration of the element. To do.

本発明により、ECUの故障予防の範囲を拡大できるため、車載制御ソフトウェアおよびECUの信頼性を高めることができる。   According to the present invention, the range of ECU failure prevention can be expanded, so that the reliability of the in-vehicle control software and the ECU can be improved.

上記した以外の課題、構成および効果は、以下の実施例の説明により明らかにされる。   Problems, configurations, and effects other than those described above will be clarified by the following description of examples.

本発明の実施例に関わる素子状態をチェックするプログラムのフローチャート。The flowchart of the program which checks the element state in connection with the Example of this invention. 本発明の実施例に関わるECUに実装されたソフトの構成を示す図。The figure which shows the structure of the software mounted in ECU in connection with the Example of this invention. 本発明の実施例に関わる劣化判定基準を示す図。The figure which shows the degradation criteria regarding the Example of this invention. 劣化判定基準を導出するための故障注入シミュレーションの構成を示す図。The figure which shows the structure of the fault injection | pouring simulation for derivation | leading-out the deterioration criteria.

以下、本発明に関わる実施形態を、具体的に説明する。   Embodiments relating to the present invention will be specifically described below.

図1は、本発明の実施例に関わる、ECUの回路上の素子の状態をチェックするためのプログラム(以後、素子状態チェックプログラム204と呼ぶ)のフローチャートである。例として、モータを制御するECUの回路における、相電流検出回路に用いられるシャント抵抗素子の状態をチェックする場合を説明する。   FIG. 1 is a flowchart of a program (hereinafter referred to as an element state check program 204) for checking the state of an element on a circuit of an ECU according to an embodiment of the present invention. As an example, a case will be described in which the state of a shunt resistance element used in a phase current detection circuit in an ECU circuit that controls a motor is checked.

図2は、本発明の実施例に関わるECU200に実装されたソフトの構成を示す図である。基盤ソフトウェア205上に、初期化プログラム201、モータ電流制御プログラム202、CAN通信制御プログラム203、素子状態チェックプログラム204などが構成されている。また、基盤ソフトウェア205はマイコンハードウェア206へのアクセスを提供する。   FIG. 2 is a diagram illustrating a configuration of software installed in the ECU 200 according to the embodiment of the present invention. An initialization program 201, a motor current control program 202, a CAN communication control program 203, an element state check program 204, and the like are configured on the base software 205. The base software 205 also provides access to the microcomputer hardware 206.

図1を再び参照する。素子状態チェックプログラム204が呼び出されると、あらかじめ定義された特性チェック用テストデータが、ROMから読み込まれる(ステップS101)。本実施例では、モータの電流制御における相電流検出用のシャント抵抗素子の状態をチェックするため、特性チェック用テストデータとして、モータを駆動するためのデータを用いる。   Please refer to FIG. 1 again. When the element state check program 204 is called, pre-defined characteristic check test data is read from the ROM (step S101). In this embodiment, in order to check the state of the shunt resistance element for detecting the phase current in the current control of the motor, data for driving the motor is used as the characteristic check test data.

素子状態チェックプログラム204は、特性チェック用テストデータに基づいた信号をECU200の回路に出力させる(ステップS102)。本実施例では、マイコンハードウェア206の内部のPWMコントローラに対して、特性チェック用テストデータに基づいた信号を出力させる。   The element state check program 204 causes the circuit of the ECU 200 to output a signal based on the characteristic check test data (step S102). In this embodiment, a signal based on the characteristic check test data is output to the PWM controller in the microcomputer hardware 206.

マイコンからデータをECU回路に出力し(ステップS103)、ECU回路から制御対象装置に指令値を出力する(ステップS104)。本実施例では、PWMコントローラから出力されたパルス信号は、マイコン端子を通じて、モータ用ドライバに伝達される。モータ用ドライバ内のインバータ回路では、モータを駆動するための電流を発生させるために、PWMのパルス幅に応じた電流を生成し、モータの固定子に出力される。その結果、モータに流れた電流の大きさに応じた回転速度で、回転する。   Data is output from the microcomputer to the ECU circuit (step S103), and a command value is output from the ECU circuit to the device to be controlled (step S104). In this embodiment, the pulse signal output from the PWM controller is transmitted to the motor driver through the microcomputer terminal. In the inverter circuit in the motor driver, in order to generate a current for driving the motor, a current corresponding to the PWM pulse width is generated and output to the stator of the motor. As a result, the motor rotates at a rotation speed corresponding to the magnitude of the current flowing through the motor.

素子状態チェックプログラム204は、ECU回路上の特定の素子における電流もしくは電圧を検出し(ステップS105)、マイコン側に電流値もしくは電圧値を読み込む(ステップS106)。   The element state check program 204 detects a current or voltage in a specific element on the ECU circuit (step S105), and reads the current value or voltage value into the microcomputer side (step S106).

モータの制御においては、モータに流れる電流(本実施例の場合、3相の相電流)を制御するため、シャント抵抗により検出して、マイコン側にフィードバックする。このシャント抵抗の状態が劣化して、正確な電流値がフィードバックされないと、モータ制御が正常に動作しなくなるため、抵抗の状態を正確に把握しておく必要がある。そこで、素子状態チェックプログラム204は、シャント抵抗に流れる電流、もしくは、抵抗の両端における電圧を検出して、マイコン内部にデータとして取り込む。   In controlling the motor, in order to control the current flowing through the motor (in this embodiment, three-phase current), it is detected by a shunt resistor and fed back to the microcomputer side. If the state of the shunt resistor is deteriorated and an accurate current value is not fed back, the motor control does not operate normally. Therefore, it is necessary to accurately grasp the state of the resistor. Therefore, the element state check program 204 detects the current flowing through the shunt resistor or the voltage at both ends of the resistor and captures it as data in the microcomputer.

次に、素子状態チェックプログラム204は、あらかじめ用意した素子の状態を判断するための参照値(基準データとしての電流値または電圧値)と、読み込んだ値とを比較する。本実施例では、読込み値と参照値との差分を計算し(ステップS107)、差分が閾値を上回っているかどうかを判定する(S108)。   Next, the element state check program 204 compares a reference value (current value or voltage value as reference data) for determining the state of the element prepared in advance with the read value. In this embodiment, the difference between the read value and the reference value is calculated (step S107), and it is determined whether or not the difference exceeds a threshold value (S108).

読み込んだデータが、参照データとの差分が許容範囲内に収まっていれば、素子の劣化は、問題ないものと判定する。   If the difference between the read data and the reference data is within an allowable range, it is determined that there is no problem with the deterioration of the element.

もし、許容範囲を超えた場合には、素子の劣化状態が顕著になっているものと判断して、警告信号を発生させる(ステップS109)。本実施例では、運転者に対して、素子の劣化による故障の可能性が高い状態であることを通知する。   If the allowable range is exceeded, it is determined that the deterioration state of the element is remarkable, and a warning signal is generated (step S109). In this embodiment, the driver is notified that there is a high possibility of failure due to deterioration of the element.

判定処理が終了すると、素子状態チェックプログラム204は、全ての信号をEEPROMなどの記憶素子に書き込み(ステップS110)、プログラムの実行を終了する。本実施例では、マイコン側に読み込んだ値を履歴としてEEPROMに書き込んで、プログラムの実行を終了する。   When the determination process is completed, the element state check program 204 writes all signals to a storage element such as an EEPROM (step S110), and ends the execution of the program. In this embodiment, the value read to the microcomputer side is written in the EEPROM as a history, and the program execution is terminated.

この素子状態チェックプログラム204は、1か月単位などの定期的な間隔で実行されるように設定されている。   The element state check program 204 is set to be executed at regular intervals such as one month.

上述した実施例において、素子の状態を判定するための参照データは、あらかじめ準備されているデータである。   In the embodiment described above, the reference data for determining the state of the element is data prepared in advance.

参照データの具体例として、図3に示すようなデータがある。基準値301に対して、上限側劣化許容値302と下限側劣化許容値303が設定されており、上限側劣化許容値302と下限側劣化許容値303との間が劣化許容範囲となる。基準値301、上限側劣化許容値302、下限側劣化許容値303のいずれも、時間経過とともに変化する(図3では時間経過とともに低くなる例を示している)。これは、経時劣化の進行が、時間とともに進むことを考慮したものである。ECUの使用開始から、時間が経過するにしたがって、劣化が顕著になるため、判断基準となる参照値を変化させることにより、劣化に伴う故障の予測を、より正確なものにできる。   As a specific example of the reference data, there is data as shown in FIG. An upper limit side allowable degradation value 302 and a lower limit side allowable deterioration value 303 are set for the reference value 301, and a range between the upper limit side allowable deterioration value 302 and the lower limit side allowable deterioration value 303 is an allowable deterioration range. All of the reference value 301, the upper limit side allowable deterioration value 302, and the lower limit side allowable deterioration value 303 change with time (FIG. 3 shows an example of decreasing with time). This is because the progress of deterioration with time progresses with time. Since deterioration becomes significant as time elapses from the start of use of the ECU, the prediction of a failure associated with the deterioration can be made more accurate by changing the reference value serving as a determination criterion.

このような参照データを導出する手法として、一般的には、過去に集積した実験データに基づいて作成することも可能である。しかし、実験データの収集には、時間と労力がかかってしまうというデメリットがある。   As a method for deriving such reference data, generally, it can be created based on experimental data accumulated in the past. However, collecting experimental data has the disadvantage that it takes time and effort.

そこで、本実施例では、図4に示すように、対象となるECUのシステム全体をモデル化して、シミュレーション技術によって、故障時の特性を予測する技術を採用している。このシミュレーション技術としては、特開2014−203314号公報に記載のものがある。   Therefore, in this embodiment, as shown in FIG. 4, a technique for modeling the entire ECU system as a target and predicting characteristics at the time of failure by a simulation technique is adopted. As this simulation technique, there is one disclosed in Japanese Patent Application Laid-Open No. 2014-203314.

図4の、ECUシミュレーション装置は、計算機1で実現され、ECUにおける故障注入シミュレーションを行う故障注入シミュレーション環境11とこの故障注入シミュレーション環境11を操作するためのユーザインタフェースツール12が用意されている。   The ECU simulation apparatus shown in FIG. 4 is realized by a computer 1 and includes a fault injection simulation environment 11 for performing a fault injection simulation in the ECU and a user interface tool 12 for operating the fault injection simulation environment 11.

設計者2は、ユーザインタフェースツール12を介して、故障注入シミュレーション環境11を操作する。ユーザインタフェースツール12の実体は、計算機1上で実行されるプログラムである。   The designer 2 operates the fault injection simulation environment 11 via the user interface tool 12. The substance of the user interface tool 12 is a program executed on the computer 1.

故障注入シミュレーション環境11は、大きく分けて、以下の5つの要素を備えている。   The failure injection simulation environment 11 is roughly divided into the following five elements.

マイコンモデルツール401は、ECUに用いられるマイコンの論理的な動作をC言語ベースで記述したモデル(マイコンモデル4011)を作成し、このモデルをシミュレーションするツールである。マイコンモデルツール401は、制御ソフトをオブジェクト形式で動作させることができるため、ECU実機の動作を、計算機1上で再現することができる。   The microcomputer model tool 401 is a tool for creating a model (microcomputer model 4011) in which the logical operation of the microcomputer used in the ECU is described on a C language basis and simulating this model. Since the microcomputer model tool 401 can operate the control software in an object format, the operation of the ECU actual machine can be reproduced on the computer 1.

回路モデルツール402は、マイコンからの制御指令の信号をアクチュエータに伝達するためのドライバ回路や、アクチュエータの信号を検出するセンサ回路などを対象にモデル(回路モデル4021)として記述し、計算機1上でシミュレーションするためのツールである。   The circuit model tool 402 is described as a model (circuit model 4021) for a driver circuit for transmitting a control command signal from the microcomputer to the actuator, a sensor circuit for detecting the actuator signal, and the like on the computer 1. It is a tool for simulation.

プラントモデルツール403は、アクチュエータや制御対象となる機械、電気、油圧などの部品を対象にモデル(プラントモデル4031)として記述し、計算機1上でシミュレーションするためのツールである。   The plant model tool 403 is a tool for describing a model (plant model 4031) as a model (plant model 4031) for parts such as actuators, machines to be controlled, electricity, hydraulics, and the like, and performing simulation on the computer 1.

故障注入シミュレーション環境11は、上述した3種類のモデルツールを連携させて、各モデルツールの出力を他のモデルツールの入力として使用することで、ECUを含む制御システム全体を計算機1にシミュレーションさせることができる。   The fault injection simulation environment 11 causes the computer 1 to simulate the entire control system including the ECU by linking the above-described three types of model tools and using the output of each model tool as an input of another model tool. Can do.

故障注入自動化ツール404は、故障注入の検証を実施するために、回路モデルツール402で使用する回路モデルに対して、故障モードの情報を回路モデルに書き込むためのツールである。ストレージ405には、抵抗やコンデンサなどの、回路を構成する各素子に対する故障モードを定義した故障モード定義ファイル111、故障注入テストパターン112、および故障注入テストデータ113がファイル形式で格納されている。また、ストレージ405には、上述したマイコンモデル4011、回路モデル4021、プラントモデル4031を格納しておくことが可能であり、異なるECU製品に対し用意した各モデルを使用して、共通の故障注入シミュレーション環境11で、故障注入検証を実行することができる。   The fault injection automation tool 404 is a tool for writing fault mode information into the circuit model for the circuit model used in the circuit model tool 402 in order to perform fault injection verification. The storage 405 stores a failure mode definition file 111 that defines a failure mode for each element constituting the circuit, such as a resistor and a capacitor, a failure injection test pattern 112, and failure injection test data 113 in a file format. The storage 405 can store the microcomputer model 4011, the circuit model 4021, and the plant model 4031 described above. A common fault injection simulation can be performed using each model prepared for different ECU products. In environment 11, fault injection verification can be performed.

図4の故障注入シミュレーション環境11において、状態のチェック対象となる素子(本実施例の場合、シャント抵抗)に、経時劣化により素子の値が時間とともに変化する要素を追加しておく。   In the fault injection simulation environment 11 of FIG. 4, an element whose element value changes with time due to deterioration with time is added to the element whose state is to be checked (shunt resistor in this embodiment).

シミュレーションで、経過時間のステップを粗くすることで、素子の経時劣化モデル(劣化判定のための参照データ)を短時間で生成することできる。   By roughening the step of elapsed time in the simulation, an element deterioration model (reference data for deterioration determination) can be generated in a short time.

上述した実施例は、1個の素子に着目した場合についての実施手順であるが、多機能化したECUでは、制御の安全性に関わる素子が、複数ある場合には、同様の手順を、それぞれの素子に対して、素子状態チェックプログラム204が実行すればよい。   The above-described embodiment is an implementation procedure for a case where attention is paid to one element. However, in a multi-function ECU, when there are a plurality of elements related to control safety, the same procedure is performed for each element. The element state check program 204 may be executed for these elements.

このような、複数の参照データの作成を、故障注入シミュレーション環境で実行する場合、対象の素子ごとに、逐次的に実行すると時間がかかってしまう。   When the creation of a plurality of reference data is executed in a fault injection simulation environment, it takes time to execute the reference data sequentially for each target element.

そこで、仮想サーバ環境に用意された、複数の仮想計算機に、上述した故障注入シミュレーション環境を並列で実行する環境を用いることで、時間の短縮が可能である。   Therefore, it is possible to reduce the time by using an environment in which the above-described failure injection simulation environment is executed in parallel for a plurality of virtual machines prepared in the virtual server environment.

1…計算機
2…設計者
11…故障注入シミュレーション環境
12…ユーザインタフェースツール
111…故障モード定義ファイル
112…故障注入テストパターン
113…故障注入テストデータ
201…初期化プログラム
202…モータ電流制御プログラム
203…通信制御プログラム
204…素子状態チェックプログラム
205…基盤ソフトウェア
206…マイコンハードウェア
301…基準値
302…上限側劣化許容値
303…下限側劣化許容値
401…マイコンモデルツール
402…回路モデルツール
403…プラントモデルツール
404…故障注入自動化ツール
405…ストレージ
4011…マイコンモデル
4021…回路モデル
4031…プラントモデル
1 ... Calculator
2 ... Designer 11 ... Failure injection simulation environment 12 ... User interface tool 111 ... Failure mode definition file 112 ... Failure injection test pattern 113 ... Failure injection test data 201 ... Initialization program 202 ... Motor current control program 203 ... Communication control program 204 ... Element state check program 205 ... Base software 206 ... Microcomputer hardware 301 ... Reference value 302 ... Upper limit side deterioration tolerance value 303 ... Lower limit side deterioration tolerance value 401 ... Microcomputer model tool 402 ... Circuit model tool 403 ... Plant model tool 404 ... Failure Injection automation tool 405 ... storage 4011 ... microcomputer model 4021 ... circuit model 4031 ... plant model

Claims (8)

車載制御ソフトウェアを実装したマイコンと、
制御対象装置を駆動させる電気信号発生させる周辺回路とで構成された、車載電子制御装置であって、
前記車載制御ソフトウェアが、
前記車載電子制御装置の素子の劣化を診断する素子状態チェックプログラムと、
前記素子の劣化を診断するための基準データと、を備える、
車載電子制御装置。
A microcomputer with in-vehicle control software,
An in-vehicle electronic control device composed of a peripheral circuit for generating an electric signal for driving a control target device,
The in-vehicle control software is
An element state check program for diagnosing element deterioration of the in-vehicle electronic control device;
Reference data for diagnosing deterioration of the element,
In-vehicle electronic control device.
請求項1に記載の車載電子制御装置であって、
前記基準データは上限側劣化許容値と下限側劣化許容値とからなる劣化許容範囲を有し、
前記素子状態チェックプログラムが、チェック対象の素子に対して、制御動作を実行させた結果と、前記基準データとを比較して、前記劣化許容範囲に基づいて、前記素子の劣化状態を診断する、車載電子制御装置。
The on-vehicle electronic control device according to claim 1,
The reference data has a deterioration tolerance range composed of an upper limit deterioration allowance value and a lower limit deterioration allowance value,
The element state check program compares the result of causing the check target element to execute a control operation and the reference data, and diagnoses the deterioration state of the element based on the allowable deterioration range. In-vehicle electronic control device.
請求項2に記載の車載電子制御装置であって、
前記素子の劣化が前記劣化許容範囲を越えた場合には、運転者に対して、故障の危険性を通知する、車載電子制御装置。
The on-vehicle electronic control device according to claim 2,
An on-vehicle electronic control device that notifies the driver of the risk of failure when the deterioration of the element exceeds the allowable deterioration range.
請求項1乃至3のいずれかに記載の車載電子制御装置であって、
前記素子の劣化の診断は、あらかじめ定められた間隔で実行される、車載電子制御装置。
The on-vehicle electronic control device according to any one of claims 1 to 3,
The on-vehicle electronic control device, wherein the deterioration diagnosis of the element is executed at predetermined intervals.
請求項1乃至4のいずれかに記載の車載電子制御装置であって、
前記基準データは、車載電子制御装置のモデルを用いた故障注入シミュレーションによって作成された、車載電子制御装置。
The on-vehicle electronic control device according to any one of claims 1 to 4,
The reference data is an in-vehicle electronic control device created by a fault injection simulation using a model of the in-vehicle electronic control device.
車載電子制御装置の素子の劣化診断方法であって、
前記素子の特性チェックテスト用データを読み込むステップと、
前記特性チェックテスト用データに基づき信号を出力するステップと、
前記信号に基づき制御対象装置を制御している間の、前記素子における電流値又は電圧値を検出するステップと、
前記素子における電流又は電圧と、基準データとを比較するステップと、を備える、車載電子制御装置の素子の劣化診断方法。
An in-vehicle electronic control device element deterioration diagnosis method comprising:
Reading the characteristic check test data of the element;
Outputting a signal based on the characteristic check test data;
Detecting a current value or a voltage value in the element while controlling a device to be controlled based on the signal; and
A method for diagnosing deterioration of an element of an in-vehicle electronic control device, comprising: comparing a current or voltage in the element with reference data.
請求項6に記載の車載電子制御装置の素子の劣化診断方法であって、
前記基準データは上限側劣化許容値と下限側劣化許容値とからなる劣化許容範囲を有し、
前記素子における電流値又は電圧値が、前記劣化許容範囲の外にある場合、警告信号を発生させるステップを備える、車載電子制御装置の素子の劣化診断方法。
An element deterioration diagnosis method for an on-vehicle electronic control device according to claim 6,
The reference data has a deterioration tolerance range composed of an upper limit deterioration allowance value and a lower limit deterioration allowance value,
An element deterioration diagnosis method for an in-vehicle electronic control device, comprising: generating a warning signal when a current value or a voltage value in the element is outside the allowable deterioration range.
請求項7に記載の車載電子制御装置の素子の劣化診断方法であって、
前記基準データとして、車載電子制御装置のモデルを用いた故障注入シミュレーションにより作成されたデータを用いる、車載電子制御装置の素子の劣化診断方法。
An element deterioration diagnosis method for an on-vehicle electronic control device according to claim 7,
A method for diagnosing element deterioration in an in-vehicle electronic control device, using data created by a fault injection simulation using a model of the in-vehicle electronic control device as the reference data.
JP2015192522A 2015-09-30 2015-09-30 On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device Pending JP2017065421A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015192522A JP2017065421A (en) 2015-09-30 2015-09-30 On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015192522A JP2017065421A (en) 2015-09-30 2015-09-30 On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device

Publications (1)

Publication Number Publication Date
JP2017065421A true JP2017065421A (en) 2017-04-06

Family

ID=58493598

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015192522A Pending JP2017065421A (en) 2015-09-30 2015-09-30 On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device

Country Status (1)

Country Link
JP (1) JP2017065421A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03114942A (en) * 1989-09-28 1991-05-16 Fuji Heavy Ind Ltd Abnormality detecting device for on board control unit
JPH0512313U (en) * 1991-08-02 1993-02-19 株式会社カンセイ Vehicle occupant protection device
JPH06267365A (en) * 1993-03-16 1994-09-22 Hitachi Ltd Preventive maintenance device for circuit breaker
JPH11346476A (en) * 1998-06-01 1999-12-14 Toyota Motor Corp Abnormality detector for capacitor in inverter
US6091325A (en) * 1999-09-24 2000-07-18 Battery Alert Ltd. Device and method for warning of vehicle battery deterioration
JP2000346893A (en) * 1999-06-01 2000-12-15 Mitsubishi Electric Corp Power module
JP2002202003A (en) * 2000-12-28 2002-07-19 Fuji Heavy Ind Ltd Vehicle management system
JP2007240450A (en) * 2006-03-10 2007-09-20 Fujitsu General Ltd Deterioration detection circuit for smoothing capacitor, and electronic equipment provided therewith
JP2008001233A (en) * 2006-06-22 2008-01-10 Mazda Motor Corp Remote failure diagnostic system
JP2014203314A (en) * 2013-04-08 2014-10-27 日立オートモティブシステムズ株式会社 ECU simulation device

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03114942A (en) * 1989-09-28 1991-05-16 Fuji Heavy Ind Ltd Abnormality detecting device for on board control unit
JPH0512313U (en) * 1991-08-02 1993-02-19 株式会社カンセイ Vehicle occupant protection device
JPH06267365A (en) * 1993-03-16 1994-09-22 Hitachi Ltd Preventive maintenance device for circuit breaker
JPH11346476A (en) * 1998-06-01 1999-12-14 Toyota Motor Corp Abnormality detector for capacitor in inverter
JP2000346893A (en) * 1999-06-01 2000-12-15 Mitsubishi Electric Corp Power module
US6091325A (en) * 1999-09-24 2000-07-18 Battery Alert Ltd. Device and method for warning of vehicle battery deterioration
JP2002202003A (en) * 2000-12-28 2002-07-19 Fuji Heavy Ind Ltd Vehicle management system
JP2007240450A (en) * 2006-03-10 2007-09-20 Fujitsu General Ltd Deterioration detection circuit for smoothing capacitor, and electronic equipment provided therewith
JP2008001233A (en) * 2006-06-22 2008-01-10 Mazda Motor Corp Remote failure diagnostic system
JP2014203314A (en) * 2013-04-08 2014-10-27 日立オートモティブシステムズ株式会社 ECU simulation device

Similar Documents

Publication Publication Date Title
US8543286B2 (en) Vehicle hardware integrity analysis systems and methods
JP2014203314A (en) ECU simulation device
CN108693825B (en) Detection method and device for PLC input/output module
KR101744226B1 (en) System and method for providing diagnostic fault information
JP6592605B2 (en) ECU simulation device
US20030023407A1 (en) Method and device for monitoring the functioning of a system
WO1997031254A1 (en) On-vehicle controller failure diagnosing method and apparatus
GB2497636A (en) Vehicle fault diagnosis system
CN107463516A (en) Control device
JP6449723B2 (en) Fault simulation apparatus and fault simulation method
CN102902852B (en) Automatic generation system and automatic generation method of electronic control unit (ECU) diagnosis software model of automobile
US8225646B2 (en) Throttle body sweep diagnostic system and method
JP2017065421A (en) On-vehicle electronic control device and deterioration diagnostic method for element of on-vehicle electronic control device
CN113359657A (en) ECU diagnosis configuration code checking method and system and electronic control unit
JP6741353B2 (en) Control device and control device processing method at the time of failure
JP4417084B2 (en) Fault detection simulation system for analog circuits
JP2021047020A (en) Diagnosis system and diagnosis method
JP4556666B2 (en) Inspection apparatus and inspection method for in-vehicle failure diagnosis system
CN112863008B (en) Fault recording method and device, storage medium and computer equipment
CN116394959A (en) Automobile body control domain and control method
JP6501703B2 (en) In-vehicle controller
CN111610756B (en) Providing operating parameters of an automation device
EP4254111A1 (en) Fault diagnosis apparatus, method, computer program, and non-transitory computer-readable recording medium
CN111078458B (en) Electronic control unit, software compatibility detection method and device thereof and automobile
US20230162540A1 (en) Method, Device, Computer Program and Computer-Readable Storage Medium for Generating a Graph Database for Determining a Part to be Checked of a Mechatronic System

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20170119

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20170125

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170828

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170828

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180530

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180605

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180719

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190108