JP6449723B2 - 故障シミュレーション装置及び故障シミュレーション方法 - Google Patents
故障シミュレーション装置及び故障シミュレーション方法 Download PDFInfo
- Publication number
- JP6449723B2 JP6449723B2 JP2015114507A JP2015114507A JP6449723B2 JP 6449723 B2 JP6449723 B2 JP 6449723B2 JP 2015114507 A JP2015114507 A JP 2015114507A JP 2015114507 A JP2015114507 A JP 2015114507A JP 6449723 B2 JP6449723 B2 JP 6449723B2
- Authority
- JP
- Japan
- Prior art keywords
- simulation
- failure
- fault
- unit
- control unit
- 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.)
- Expired - Fee Related
Links
- 238000004088 simulation Methods 0.000 title claims description 137
- 238000000034 method Methods 0.000 title claims description 91
- 238000002347 injection Methods 0.000 claims description 46
- 239000007924 injection Substances 0.000 claims description 46
- 238000013523 data management Methods 0.000 claims description 34
- 230000005540 biological transmission Effects 0.000 claims description 13
- 238000001514 detection method Methods 0.000 claims description 10
- 238000009825 accumulation Methods 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 238000012545 processing Methods 0.000 description 3
- 238000004458 analytical method Methods 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 230000008685 targeting Effects 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 239000003990 capacitor Substances 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000002474 experimental method Methods 0.000 description 1
- 230000005669 field effect Effects 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000007257 malfunction Effects 0.000 description 1
- 238000010998 test method Methods 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Description
図1は、本実施の形態にかかる故障シミュレーションシステムの構成を示すブロック図である。以下では、車載電子制御ユニット(以下、ECU:Electric Control Unit)を構成する電子部品に開放・短絡・ドリフト等の電気的故障を注入し、制御対象である車両プラントへの故障影響を評価するシミュレーション方法に本発明を適用するが、かかる例に限定されず、車両プラント以外の制御対象にも適用可能である。
第1の実施の形態では、データ管理部113は、故障注入トリガがあるまで制御プログラム104内の3相電流推定値にアクセスし、真値を上書きする方法をとっていた。ここで、真値からは誤差のない理論検出値を計算することができるため、制御プログラム104の3相電流推定値を上書きするのではなく、A/D変換器106で取り込むデータを理論検出値に置換えることで誤差累積を防ぐことも可能である。この場合、理論検出値は電流モニタ回路の検出値と直接比較できる。このため、データ管理部113は、シミュレーション実行中に、随時、両者の差分を計算することで、瞬間的な誤差量や累積誤差量を計算することができる。
101 シミュレーション部
102 ECUプロセス
104 制御プログラム
106 A/D変換器
107 インバータプロセス
109 モータプロセス
110 電流モニタ回路プロセス
112 故障素子
113 データ管理部
114 シミュレーション制御部
116 外部記憶装置
117 故障条件
118 入出力装置
Claims (7)
- ECUプロセスと故障素子を含む回路プロセスからなるシミュレーション部と、
予め設定された故障条件に基づいてシミュレーション部に故障注入指令を送るシミュレーション制御部と、
前記シミュレーション制御部からの故障注入指令に基づいて、前記ECUプロセスへのデータ送受信の有無を切り替えるデータ管理部と、
を備え、
前記データ管理部は、
真値及び検出値を保持し、
前記シミュレーション制御部からの故障注入指令がない場合には、前記ECUプロセスにより検出値に基づき算出される推定電流値を真値で上書きし、
前記シミュレーション制御部からの故障注入指令がある場合には、前記推定電流値を真値で上書きしない
ことを特徴とする、故障シミュレーション装置。 - ECUプロセスと故障素子を含む回路プロセスからなるシミュレーション部と、
予め設定された故障条件に基づいてシミュレーション部に故障注入指令を送るシミュレーション制御部と、
前記シミュレーション制御部からの故障注入指令に基づいて、前記ECUプロセスへのデータ送受信の有無を切り替えるデータ管理部と、
を備え、
前記データ管理部は、
真値及び検出値を保持し、
前記シミュレーション制御部からの故障注入指令がない場合には、前記ECUプロセス内のA/D変換器から取り込み可能なように、真値をスケーリングした信号を生成して前記A/D変換器に送信し、
前記シミュレーション制御部からの故障注入指令がある場合には、電流モニタ回路プロセスで計算される検出値を前記A/D変換器に送信して、
前記ECUプロセスへのデータ送信を故障注入前後で切り替える
ことを特徴とする、故障シミュレーション装置。 - 前記データ管理部は、
真値と検出値の差分からシミュレーション誤差量を算出してモニタへ出力し、
誤差が一定量を超えた場合にアラートを出力する
ことを特徴とする、請求項2に記載の故障シミュレーション装置。 - 前記シミュレーション制御部は、
車両の挙動と対応付けられた故障素子が所定の故障条件を満たした場合に、前記故障注入指令を前記シミュレーション部に送る
ことを特徴とする、請求項1〜3のいずれか1項に記載の故障シミュレーション装置。 - 前記シミュレーション部は、
制御プログラムに基づいてPWM信号を生成するECUプロセスと、
前記PWM信号からモータの駆動信号を生成するインバータプロセスと、
前記モータのトルクや回転速度及び駆動電流を算出するモータプロセスと、
前記モータの駆動電流を検出する電流モニタ回路プロセスと、
を有し、
前記ECUプロセスが前記電流モニタ回路プロセスの検出値をA/D変換器から取り込んで、前記制御プログラム内で相電流を推定し、前記PWM信号を生成することで、電動パワーステアリングシステムの動作をシミュレーションする
ことを特徴とする、請求項1〜4のいずれか1項に記載の故障シミュレーション装置。 - ECUプロセスと故障素子を含む回路プロセスからなるシミュレーション部と、前記シミュレーション部を制御するシミュレーション制御部と、前記ECUプロセスへのデータ送受信の有無を切り替えるデータ管理部と、を備える故障シミュレーション装置における故障シミュレーション方法であって、
前記データ管理部は、真値及び検出値を保持し、
前記シミュレーション制御部が、予め設定された故障条件に基づいてシミュレーション部に故障注入指令を送るステップと、
前記データ管理部が、前記シミュレーション制御部からの故障注入指令に基づいて、前記ECUプロセスへのデータ送受信の有無を切り替えるステップと、
を含み、
前記切り替えるステップにおいて、前記データ管理部が、前記シミュレーション制御部からの故障注入指令がない場合には、前記ECUプロセスにより検出値に基づき算出される推定電流値を真値で上書きし、前記シミュレーション制御部からの故障注入指令がある場合には、前記推定電流値を真値で上書きしない
ことを特徴とする、故障シミュレーション方法。 - ECUプロセスと故障素子を含む回路プロセスからなるシミュレーション部と、前記シミュレーション部を制御するシミュレーション制御部と、前記ECUプロセスへのデータ送受信の有無を切り替えるデータ管理部と、を備える故障シミュレーション装置における故障シミュレーション方法であって、
前記データ管理部は、真値及び検出値を保持し、
前記シミュレーション制御部が、予め設定された故障条件に基づいてシミュレーション部に故障注入指令を送るステップと、
前記データ管理部が、前記シミュレーション制御部からの故障注入指令に基づいて、前記ECUプロセスへのデータ送受信の有無を切り替えるステップと、
を含み、
前記切り替えるステップにおいて、前記データ管理部が、前記シミュレーション制御部からの故障注入指令がない場合には、前記ECUプロセス内のA/D変換器から取り込み可能なように、真値をスケーリングした信号を生成して前記A/D変換器に送信し、前記シミュレーション制御部からの故障注入指令がある場合には、電流モニタ回路プロセスで計算される検出値を前記A/D変換器に送信して、前記ECUプロセスへのデータ送信を故障注入前後で切り替える
ことを特徴とする、故障シミュレーション方法。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015114507A JP6449723B2 (ja) | 2015-06-05 | 2015-06-05 | 故障シミュレーション装置及び故障シミュレーション方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015114507A JP6449723B2 (ja) | 2015-06-05 | 2015-06-05 | 故障シミュレーション装置及び故障シミュレーション方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2017004079A JP2017004079A (ja) | 2017-01-05 |
JP6449723B2 true JP6449723B2 (ja) | 2019-01-09 |
Family
ID=57754154
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015114507A Expired - Fee Related JP6449723B2 (ja) | 2015-06-05 | 2015-06-05 | 故障シミュレーション装置及び故障シミュレーション方法 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6449723B2 (ja) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107748560A (zh) * | 2017-11-29 | 2018-03-02 | 南京越博动力系统股份有限公司 | 一种纯电动汽车整车控制器程控故障注入箱 |
CN110687901A (zh) * | 2019-10-31 | 2020-01-14 | 重庆长安汽车股份有限公司 | 仿真测试平台 |
CN111273639A (zh) * | 2020-02-26 | 2020-06-12 | 扬州工业职业技术学院 | 一种汽车电动助力转向系统故障模拟装置及方法 |
CN112947378B (zh) * | 2021-02-24 | 2024-08-16 | 西安交通大学 | 基于无人机搭载平台的涡喷发动机容错试验系统及方法 |
CN114333471B (zh) * | 2021-12-22 | 2024-04-23 | 南京金陵石化建筑安装工程有限公司 | 变频器故障模拟实训方法、装置、设备及存储介质 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5657425B2 (ja) * | 2011-02-25 | 2015-01-21 | Ntn株式会社 | 電気自動車 |
JP2014203314A (ja) * | 2013-04-08 | 2014-10-27 | 日立オートモティブシステムズ株式会社 | Ecuシミュレーション装置 |
JP2015056061A (ja) * | 2013-09-12 | 2015-03-23 | 株式会社東芝 | 擬似故障発生装置 |
-
2015
- 2015-06-05 JP JP2015114507A patent/JP6449723B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2017004079A (ja) | 2017-01-05 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6449723B2 (ja) | 故障シミュレーション装置及び故障シミュレーション方法 | |
JP6462329B2 (ja) | 故障シミュレーションシステム | |
US9857820B2 (en) | Method and device for simulating an electric/electronic load | |
CN109664935B (zh) | 电动助力转向系统中的驾驶员警告 | |
CN104395175B (zh) | 车载电子控制装置 | |
Kim et al. | Kalman predictive redundancy system for fault tolerance of safety-critical systems | |
EP3208623B1 (en) | High impedance arc fault detection | |
CN109664936B (zh) | 电动助力转向系统中的驾驶员警告 | |
US10725115B2 (en) | Methods and apparatus for detecting electrical leakage in a vehicle | |
CN104044632B (zh) | 用于系统误差保护的交叉校验策略 | |
CN118311952A (zh) | 一种线控制动系统的故障注入测试方法和装置 | |
CN108153288B (zh) | 电动门ecu的测试电路、测试方法以及测试设备 | |
CN106167040B (zh) | 车辆用控制装置 | |
CN115158192B (zh) | 确定车辆的故障容错时间间隔的方法和装置 | |
JP6032066B2 (ja) | 試験装置 | |
JP2013241162A (ja) | 電動パワーステアリング装置 | |
US20220169307A1 (en) | Input power health diagnostic for electric power steering | |
KR20200081068A (ko) | 차량 내 제어장치에 의해 수행되는 차량의 자동 주행모드 시험 방법 및 시스템 | |
JP2015123748A (ja) | 検査システム | |
CN109305053B (zh) | 一种电动车驱动器及其输出扭矩监控方法和装置 | |
Yu et al. | Fault detection and isolation in a nonlinear electromechanical system | |
Horn et al. | Data-driven modeling and simulation of thermal fuses | |
KR20150062427A (ko) | 전동식 파워스티어링 시스템의 전류 센서 고장 시 비상 운전 방법 및 장치 | |
WO2014118328A1 (en) | Vehicle diagnostics apparatus and method | |
CN108303965B (zh) | 电动门ecu的测试电路、测试方法以及测试设备 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20171109 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20180808 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180821 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20181022 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20181106 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20181206 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6449723 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |