JP5387028B2 - Vehicle control device - Google Patents

Vehicle control device Download PDF

Info

Publication number
JP5387028B2
JP5387028B2 JP2009031793A JP2009031793A JP5387028B2 JP 5387028 B2 JP5387028 B2 JP 5387028B2 JP 2009031793 A JP2009031793 A JP 2009031793A JP 2009031793 A JP2009031793 A JP 2009031793A JP 5387028 B2 JP5387028 B2 JP 5387028B2
Authority
JP
Japan
Prior art keywords
vehicle
network driver
register
driver
network
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
Application number
JP2009031793A
Other languages
Japanese (ja)
Other versions
JP2010184687A (en
Inventor
伸 阿佐美
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.)
NSK Ltd
Original Assignee
NSK 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 NSK Ltd filed Critical NSK Ltd
Priority to JP2009031793A priority Critical patent/JP5387028B2/en
Publication of JP2010184687A publication Critical patent/JP2010184687A/en
Application granted granted Critical
Publication of JP5387028B2 publication Critical patent/JP5387028B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、車両用制御装置、車両制御装置の故障検出方法、およびコンピュータが実行するためのプログラムに関し、詳細には、ネットワークドライバの故障を判定することが可能な車両用制御装置、車両制御装置の故障検出方法、およびコンピュータが実行するためのプログラムに関する。   The present invention relates to a vehicle control device, a failure detection method for a vehicle control device, and a program to be executed by a computer, and more specifically, a vehicle control device and a vehicle control device capable of determining a failure of a network driver. The present invention relates to a failure detection method and a program executed by a computer.

乗用車やトラック等の車両の操舵力を軽減するため、操舵補助モータによって操舵を補助する、いわゆる電動パワーステアリング(EPS:Electric Power Steering)装置がある。電動パワーステアリング装置では、操舵補助モータの駆動力を、減速機を介してギヤまたはベルト等の伝送機構により、ステアリングシャフトまたはラック軸に補助力を付与するようになっている。かかる電動パワーステアリング装置の制御装置は、操舵補助トルクを正確に発生させるため、モータ電流のフィードバック制御を行っている。フィードバック制御は、電流指令値とモータ電流検出値との差が小さくなるようにモータ印加電圧を調整するものであり、モータ印加電圧の調整は、一般的にPWM(パルス幅変調)制御のデューティー比の調整で行っている。   In order to reduce the steering force of vehicles such as passenger cars and trucks, there is a so-called electric power steering (EPS) device that assists steering by a steering assist motor. In the electric power steering apparatus, the driving force of the steering assist motor is applied to the steering shaft or the rack shaft by a transmission mechanism such as a gear or a belt via a speed reducer. Such a control device for the electric power steering apparatus performs feedback control of the motor current in order to accurately generate the steering assist torque. In feedback control, the motor applied voltage is adjusted so that the difference between the current command value and the detected motor current value is small. The adjustment of the motor applied voltage is generally performed by the duty ratio of PWM (pulse width modulation) control. It is done by adjusting.

また、従来より、例えば自動車内LANの通信プロトコルとして、CAN(Controller Area Network )がある。CAN通信は、電子制御ユニット(ECU)毎に各々で通信を行う(マルチマスタ方式)。このため、通信毎にIDを有しており、通信毎に優劣を決め、同時送信などがないようになっている。基本的にはバス型のネットワークトポロジを採用しており、必要な終端抵抗はECU内部に設置している。また、メッセージを転送するため、データフレーム、リモートフレーム、エラーフレーム、オーバーロードフレームの4種類のフレームを用意している。そのうち、データフレームと、リモートフレームは識別子を有している。この識別子は、転送したノードを表しているのではなく、直後に来るデータの種類を表している(たとえば、車速、エンジンの回転数等)。基本的にバス上の全てのノードがフレームを受け取るが、自分に関係のある識別子だけをとりこみ上位層に送る。   Conventionally, for example, there is CAN (Controller Area Network) as a communication protocol for in-vehicle LAN. The CAN communication is performed for each electronic control unit (ECU) (multi-master method). For this reason, each communication has an ID, and superiority or inferiority is determined for each communication so that simultaneous transmission or the like is not performed. Basically, a bus-type network topology is adopted, and necessary termination resistors are installed inside the ECU. Four types of frames are prepared for transferring messages: data frame, remote frame, error frame, and overload frame. Among them, the data frame and the remote frame have identifiers. This identifier does not represent the transferred node, but represents the type of data that comes immediately after (for example, vehicle speed, engine speed, etc.). Basically, all nodes on the bus receive the frame, but only the identifiers that are relevant to them are captured and sent to the upper layer.

上記電動パワーステアリング装置のECUにもCANドライバを搭載したものがある(例えば、特許文献1参照)。ここで、電動パワーステアリング装置のECUでは、CANドライバを使用して、データの送受信を行って電動パワーステアリング装置の制御に必要な情報を取得しているが、CANドライバが故障した状態で使用すると、電動パワーステアリング装置の制御に不具合が生じる。   Some ECUs of the electric power steering apparatus are equipped with a CAN driver (see, for example, Patent Document 1). Here, in the ECU of the electric power steering apparatus, the CAN driver is used to transmit and receive data to acquire information necessary for controlling the electric power steering apparatus. As a result, problems occur in the control of the electric power steering apparatus.

特開2004−122942号公報JP 2004-122942 A

本発明は、上記に鑑みてなされたものであり、車載ネットワークを介してデータ通信を行うためのネットワークドライバを備えた車両用制御装置において、ネットワークドライバの故障を簡単かつ高精度に検出することが可能な車両用制御装置、車両制御装置の故障検出方法、およびコンピュータが実行するためのプログラムを提供することを目的とする。   The present invention has been made in view of the above, and it is possible to easily and accurately detect a failure of a network driver in a vehicle control device including a network driver for performing data communication via an in-vehicle network. An object of the present invention is to provide a possible vehicle control device, a failure detection method for a vehicle control device, and a program executed by a computer.

上記した課題を解決して、本発明の目的を達成するために、車両の制御対象を制御する車両用制御装置において、車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバと、前記ネットワークドライバを制御する制御手段と、前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測手段と、前記計測手段で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定手段と、を備えことを特徴とする。 In order to solve the above-described problems and achieve the object of the present invention, in a vehicle control device that controls a vehicle control target, data communication is performed via an in-vehicle network, and various types of data communication are necessary. A network driver having a register for setting information, a communication state, etc., a buffer for storing transmission / reception data, a control means for controlling the network driver, and a transmission command to the network driver of the control means Measuring means for measuring time until the register is set to indicate normal transmission completion, and the network driver for the transmission command of the control means based on the measurement time measured by the measuring means. The number of times that the register has not been set to indicate normal transmission completion within a specified time continues for a predetermined number of times. When, characterized in that and a failure determining means determines that the failure of the network driver.

また、本発明の好ましい態様によれば、さらに、前記故障判定手段でネットワークドライバの故障と判定された場合に、フェール・セーフ処理を行うフェール・セーフ手段を備えることが望ましい。   In addition, according to a preferred aspect of the present invention, it is desirable to further include fail-safe means for performing fail-safe processing when the failure determination means determines that a network driver has failed.

また、本発明の好ましい態様によれば、前記車載ネットワークは、CAN(Controller Area Network)であることが望ましい。   Moreover, according to a preferable aspect of the present invention, it is desirable that the in-vehicle network is a CAN (Controller Area Network).

また、本発明の好ましい態様によれば、前記車両用制御装置は、少なくとも車両のステアリング系に発生する操舵トルクに基づいて演算した電流指令値と、前記ステアリング系に操舵補助力を付与する操舵補助モータの電流検出値とに基づいて、前記操舵補助モータを制御する電動パワーステアリングの制御装置であることが望ましい。   Further, according to a preferred aspect of the present invention, the vehicle control device includes a current command value calculated based on at least a steering torque generated in a steering system of the vehicle, and a steering assist that applies a steering assist force to the steering system. It is desirable that the control device for the electric power steering control the steering assist motor based on the detected current value of the motor.

上記した課題を解決して、本発明の目的を達成するために、本発明は、車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバ、および前記ネットワークドライバを制御する制御手段を備え、車両の制御対象を制御する車両用制御装置の故障診断方法において、前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測工程と、前記計測工程で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定工程と、を含ことを特徴とする。 In order to solve the above-described problems and achieve the object of the present invention, the present invention performs data communication via an in-vehicle network and sets various information, communication status, etc. necessary for the data communication. In the fault diagnosis method for a vehicle control apparatus for controlling a control target of a vehicle, the control means includes: a network driver having a register for storing data and a buffer for storing transmission / reception data; and a control means for controlling the network driver. In response to a transmission command to the network driver, a measurement step of measuring time until the register is set to indicate normal transmission completion, and based on the measurement time measured in the measurement step, the control means In response to the transmission command, the register of the network driver is set to indicate that the transmission is normally completed within a specified time If the number was not et continues for a predetermined number of times, the failure and the determination step determines that the failure of the network driver, characterized in including it.

上記した課題を解決して、本発明の目的を達成するために、本発明は、車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバ、および前記ネットワークドライバを制御する制御手段を備え、車両の制御対象を制御する車両用制御装置に搭載されるプログラムにおいて、前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測工程と、前記計測工程で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定工程と、をコンピュータに実行させることを特徴とする。 In order to solve the above-described problems and achieve the object of the present invention, the present invention performs data communication via an in-vehicle network and sets various information, communication status, etc. necessary for the data communication. And a network driver having a register for storing transmission / reception data, and a control means for controlling the network driver, the program mounted on the vehicle control device for controlling the control target of the vehicle, the control In response to a transmission command to the network driver of the means, a measuring step for measuring the time until the register is set to indicate normal transmission completion, and based on the measurement time measured in the measuring step, the control means In response to the transmission command, the register of the network driver indicates that the transmission has been completed successfully within a specified time. If the number of times that did not set and continues for a predetermined number of times, characterized in that to execute a determining failure determination process that a failure of the network driver, to the computer.

本発明によれば、車両の制御対象を制御する車両用制御装置において、車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバと、前記ネットワークドライバを制御する制御手段と、前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測手段と、前記計測手段で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定手段と、を備えているので、簡単な方法でネットワークドライバの故障を検出することが可能な車両用制御装置を提供することが可能となるという効果を奏する。 According to the present invention, in a vehicle control device that controls a control target of a vehicle, a register for performing data communication via an in-vehicle network and setting various information necessary for the data communication, a communication state, and the like A network driver having a buffer for storing transmission / reception data, control means for controlling the network driver, and a setting indicating that the register indicates normal transmission completion in response to a transmission command to the network driver of the control means; Measuring means for measuring the time to be, and based on the measurement time measured by the measuring means, the register of the network driver completes the normal transmission within a specified time in response to the transmission command of the control means If the number of times that did not set and showing a continued a predetermined number of times, because of the network driver Determining a failure determining means is provided with the a, an effect that it becomes possible to provide a vehicle control device capable of detecting a failure of the network driver in a simple manner.

電動パワーステアリング装置の一般的な構成を示す図である。It is a figure which shows the general structure of an electric power steering apparatus. 図1のEPS−ECUのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of EPS-ECU of FIG. 図1のCANドライバの構成例を示す図である。It is a figure which shows the structural example of the CAN driver of FIG. CAN通信システムの概略構成を示す図である。It is a figure which shows schematic structure of a CAN communication system. EPS−ECUのCPUが実行するCANドライバの故障を検出する処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process which detects the failure of the CAN driver which CPU of EPS-ECU performs. EPS−ECUのCPUがCANドライバに対して、処理要求した場合のCANドライバの処理を説明するためのフローチャートである。It is a flowchart for demonstrating the process of a CAN driver when CPU of EPS-ECU requests | requires a process with respect to a CAN driver. 図2のMCUの機能構成図である。It is a functional block diagram of MCU of FIG.

以下に、この発明につき図面を参照しつつ詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。また、下記実施例における構成要素には、当業者が容易に想定できるものまたは実質的に同一のものが含まれる。以下の実施例では、車両用制御装置の一例として、電動パワーステアリング装置の制御装置について説明する。   Hereinafter, the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to the embodiments. In addition, constituent elements in the following embodiments include those that can be easily assumed by those skilled in the art or those that are substantially the same. In the following embodiments, a control device for an electric power steering device will be described as an example of a vehicle control device.

図1は、電動パワーステアリング装置の一般的な構成を示す図である。図1において、操向ハンドル1のコラム軸2は減速ギア3、ユニバーサルジョイント4aおよび4b、ピニオンラック機構5を経て操向車輪のタイロッド6に連結されている。コラム軸2には、操向ハンドル1の操舵トルクTを検出するトルクセンサ10が設けられており、操向ハンドル1の操舵力を補助する操舵補助モータ20が、減速ギア3を介してコラム軸2に連結されている。ここで、操舵補助モータ20は、例えば、ブラシレスモータやブラシモータである。電動パワーステアリング装置を制御するEPS(Electric Power Steering)−ECU30には、バッテリ14から内蔵の電源リレー13を経て電力が供給され、イグニションキー11からイグニション信号が供給される。また、EPS−ECU30は、トルクセンサ10で検出された操舵トルクTと車速センサ12で検出された車速Vとに基づいて、操舵補助モータ20の電流指令値を演算し、操舵補助モータ20の電流検出値と電流指令値とに基づいて、操舵補助モータ20の電流検出値が電流指令値に追従するように操舵補助モータ20を駆動制御する。   FIG. 1 is a diagram illustrating a general configuration of an electric power steering apparatus. In FIG. 1, a column shaft 2 of a steering handle 1 is connected to a tie rod 6 of a steering wheel via a reduction gear 3, universal joints 4a and 4b, and a pinion rack mechanism 5. The column shaft 2 is provided with a torque sensor 10 that detects the steering torque T of the steering handle 1, and a steering assist motor 20 that assists the steering force of the steering handle 1 is connected to the column shaft via the reduction gear 3. 2 is connected. Here, the steering assist motor 20 is, for example, a brushless motor or a brush motor. Electric power steering (EPS) -ECU 30 that controls the electric power steering device is supplied with electric power from battery 14 via built-in power supply relay 13, and an ignition signal is supplied from ignition key 11. Further, the EPS-ECU 30 calculates a current command value for the steering assist motor 20 based on the steering torque T detected by the torque sensor 10 and the vehicle speed V detected by the vehicle speed sensor 12, and the current of the steering assist motor 20 is calculated. Based on the detected value and the current command value, the steering assist motor 20 is drive-controlled so that the current detected value of the steering assist motor 20 follows the current command value.

図2は、図1のEPS−ECU30のハードウェア構成を示す図である。EPS−ECU30は、図2に示すように、MCU(マイクロコントロールユニット)100と、FETプリドライバ回路110と、モータ駆動回路(インバータ)120と、電流検出回路130と、位置検出回路140等を備えている。   FIG. 2 is a diagram showing a hardware configuration of the EPS-ECU 30 shown in FIG. As shown in FIG. 2, the EPS-ECU 30 includes an MCU (micro control unit) 100, an FET pre-driver circuit 110, a motor drive circuit (inverter) 120, a current detection circuit 130, a position detection circuit 140, and the like. ing.

MCU100は、CPU101(制御手段)、ROM102、RAM103、EEPROM(不揮発性メモリ)104,A/D変換器105、CANドライバ(通信ドライバ)106、内部バス107等を備えている。CPU101は、ROM102に格納された各種プログラムを実行して電動パワーステアリング装置の各部を制御する。   The MCU 100 includes a CPU 101 (control means), a ROM 102, a RAM 103, an EEPROM (nonvolatile memory) 104, an A / D converter 105, a CAN driver (communication driver) 106, an internal bus 107, and the like. The CPU 101 executes various programs stored in the ROM 102 and controls each part of the electric power steering apparatus.

ROM102は、CPU101が実行する各種プログラムを格納し、例えば、操舵補助モータ20を制御するモータ制御処理(操舵補助処理)を実行するためのモータ制御プログラムや、CANドライバ106を制御(CANドライバ106の異常検出を含む)するための通信制御プログラム等を格納している。   The ROM 102 stores various programs executed by the CPU 101, and controls, for example, a motor control program for executing a motor control process (steering assist process) for controlling the steering assist motor 20 and a CAN driver 106 (of the CAN driver 106). Stores a communication control program, etc. (including abnormality detection).

RAM103は、CPU101がプログラムを実行する場合にその作業領域として使用され、処理過程で必要とするデータや処理結果等が記憶されるものである。   The RAM 103 is used as a work area when the CPU 101 executes a program, and stores data, processing results, and the like necessary in the processing process.

EEPROM104は、電源遮断後においても記憶内容を保持可能な不揮発性メモリであり、CPU101が、電動パワーステアリング装置の制御で使用するパラメータ等が格納される。なお、不揮発性メモリは、EEPROMに限られるものではなく、他の不揮発性メモリを使用することにしてもよい。   The EEPROM 104 is a non-volatile memory that can retain stored contents even after the power is shut off, and stores parameters used by the CPU 101 for control of the electric power steering apparatus. The nonvolatile memory is not limited to the EEPROM, and other nonvolatile memory may be used.

A/D変換器105は、トルクセンサ10からの操舵トルクT、電流検出回路130からの操舵補助モータ20の電流検出値Im、および位置検出回路140からのモータ回転角信号θ等を入力し、デジタル信号に変換する。   The A / D converter 105 inputs the steering torque T from the torque sensor 10, the current detection value Im of the steering assist motor 20 from the current detection circuit 130, the motor rotation angle signal θ from the position detection circuit 140, and the like. Convert to digital signal.

CANドライバ106は、CANバス160に接続して、CAN通信を行うためのものであり、CPU101により制御される。CANドライバ106は、例えば、車速Vを受け取る。   The CAN driver 106 is connected to the CAN bus 160 and performs CAN communication, and is controlled by the CPU 101. The CAN driver 106 receives the vehicle speed V, for example.

上記構成において、CPU101が、ROM102に格納されたプログラムを実行することにより、CANドライバ106を制御する制御手段、当該制御手段の処理要求に対して、CANドライバ106が要求状態となるまでの時間を計測する計測手段、および当該計測手段で計測された計測時間に基づいて、CANドライバ106の故障を判定する故障判定手段として機能する。   In the above configuration, when the CPU 101 executes the program stored in the ROM 102, the control means for controlling the CAN driver 106, and the time until the CAN driver 106 enters the request state for the processing request of the control means. It functions as a failure determination unit that determines a failure of the CAN driver 106 based on a measurement unit that measures and a measurement time measured by the measurement unit.

FETプリドライバ回路110は、MCU100から入力されるUVW各相のPWM制御信号を、各相正負の通電信号(Up,Un、Vp、Vn、Wp,Wn)に変換して、モータ駆動回路120に出力する。   The FET pre-driver circuit 110 converts the PWM control signal for each phase of UVW input from the MCU 100 into positive and negative energization signals (Up, Un, Vp, Vn, Wp, Wn) for each phase, and sends them to the motor drive circuit 120. Output.

モータ駆動回路120は、一対のFETスイッチング素子からなるブリッジ回路をU相用,V相用,W相用として3相分備えており、各FETスイッチング素子には還流ダイオードが並列接続されている。このブリッジ回路には、バッテリ14から電源リレー13を介して直流電圧が印加される。各FETスイッチング素子の制御端子(ゲート端子)には、FETプリドライバ回路110から通電信号が入力される。モータ駆動回路120に印加される直流電圧は、モータ駆動回路120内のFETスイッチング素子のスイッチング動作によって3相の交流電圧に変換され、それにより操舵補助モータ20が駆動される。このブリッジ回路には、シャント抵抗R1,R2が接続されている。このシャント抵抗R1,R2に電流検出回路130が接続され、これによって、操舵補助モータ20の電流検出値Imを検出するようになっている。   The motor drive circuit 120 includes a bridge circuit composed of a pair of FET switching elements for three phases for the U phase, the V phase, and the W phase, and a reflux diode is connected in parallel to each FET switching element. A DC voltage is applied to the bridge circuit from the battery 14 via the power relay 13. An energization signal is input from the FET pre-driver circuit 110 to the control terminal (gate terminal) of each FET switching element. The DC voltage applied to the motor drive circuit 120 is converted into a three-phase AC voltage by the switching operation of the FET switching element in the motor drive circuit 120, thereby driving the steering assist motor 20. Shunt resistors R1 and R2 are connected to this bridge circuit. A current detection circuit 130 is connected to the shunt resistors R1 and R2, and the current detection value Im of the steering assist motor 20 is thereby detected.

位置検出回路140は、位置センサ21からの出力信号をモータ回転角信号θとして、A/D変換器105に出力する。   The position detection circuit 140 outputs the output signal from the position sensor 21 to the A / D converter 105 as a motor rotation angle signal θ.

図3は、図1のCANドライバ106の構成例を示す図である。CANドライバ106は、シリアルデータを格納する複数のメッセージ・バッファ(スロット)を有するRAM201と、データ通信に必要な各種情報や通信状態を示すステータスフラグ等を設定するためのレジスタ202aを有し、RAM201とプロトコル制御部203間のシリアルデータの受け渡しを行うメッセージ制御部202と、CANプロトコルに従ってシリアルデータを送受信するCANプロトコル制御部203と、インターフェース204と、CANバス160に対してシリアルデータを送受信するCANトランシーバ205等を備えている。   FIG. 3 is a diagram illustrating a configuration example of the CAN driver 106 of FIG. The CAN driver 106 includes a RAM 201 having a plurality of message buffers (slots) for storing serial data, and a register 202a for setting various information necessary for data communication, a status flag indicating a communication state, and the like. A message control unit 202 that exchanges serial data between the protocol control unit 203, a CAN protocol control unit 203 that transmits and receives serial data according to the CAN protocol, an interface 204, and a CAN that transmits and receives serial data to and from the CAN bus 160 A transceiver 205 and the like are provided.

次に、上記構成のCANドライバ106の概略の動作について説明する。まず、CPU101がCANドライバ106を利用して、シリアルデータを送信する場合、送信データであるシリアルデータをRAM201の任意のメッセージ・バッファに格納し(ここでは、説明の便宜上、メッセージ・バッファ1に格納するものとする)、シリアルデータの送信指令をメッセージ制御部202に出力する。   Next, a schematic operation of the CAN driver 106 having the above configuration will be described. First, when the CPU 101 uses the CAN driver 106 to transmit serial data, serial data as transmission data is stored in an arbitrary message buffer of the RAM 201 (here, stored in the message buffer 1 for convenience of explanation). The serial data transmission command is output to the message control unit 202.

メッセージ制御部202は、CPU101からシリアルデータの送信指令を受けると、RAM201のメッセージ・バッファ1に格納されているシリアルデータをリードした後、プロトコル制御部203に出力する。   When the message control unit 202 receives a serial data transmission command from the CPU 101, the message control unit 202 reads the serial data stored in the message buffer 1 of the RAM 201 and then outputs the serial data to the protocol control unit 203.

プロトコル制御部202は、メッセージ制御部202からシリアルデータを受けると、CANトランシーバ205からCANプロトコルにしたがってシリアルデータを送信する。これにより、シリアルデータはCANバス160に出力され、通信先ノードがCANバス160からシリアルデータを取得する。   Upon receiving serial data from the message control unit 202, the protocol control unit 202 transmits serial data from the CAN transceiver 205 according to the CAN protocol. As a result, the serial data is output to the CAN bus 160 and the communication destination node acquires the serial data from the CAN bus 160.

プロトコル制御部203は、シリアルデータの送信が正常に完了すると、その旨を示す送信正常完了信号をメッセージ制御部202に出力する。メッセージ制御部202は、レジスタ202aのデータ送信に関するステータスフラグを送信の正常完了を示す設定とする。これにより、CPU101が当該ステータスフラグ(レジスタ202a)を参照することにより、送信の正常完了を認識することができる。   When the transmission of serial data is normally completed, the protocol control unit 203 outputs a transmission normal completion signal indicating that to the message control unit 202. The message control unit 202 sets the status flag related to data transmission in the register 202a to indicate that transmission is normally completed. Thus, the CPU 101 can recognize the normal completion of transmission by referring to the status flag (register 202a).

他方、CPU101がCANドライバ106を利用して、シリアルデータを受信する場合、まず、通信先ノードがシリアルデータをCANバス160に出力する。CANドライバ106のプロトコル制御部203は、CANバス160からCANトランシーバ205を介して、CANプロトコルにしたがってシリアルデータを受信する。   On the other hand, when the CPU 101 uses the CAN driver 106 to receive serial data, first, the communication destination node outputs the serial data to the CAN bus 160. The protocol control unit 203 of the CAN driver 106 receives serial data from the CAN bus 160 via the CAN transceiver 205 according to the CAN protocol.

メッセージ制御部202は、プロトコル制御部203が受信するシリアルデータを順次、RAM201のメッセージ・バッファ2に格納する。プロトコル制御部203がシリアルデータの受信完了を示す受信正常完了信号を出力すると、メッセージ制御部202は、レジスタ202aのデータ受信に関するステータスフラグを、受信正常完了を示す設定とする。これにより、CPU101が当該ステータスフラグ(レジスタ202a)を参照して、メッセージ・バッファ201のメッセージ・バッファ2に格納されたシリアルデータを取得する。   The message control unit 202 sequentially stores serial data received by the protocol control unit 203 in the message buffer 2 of the RAM 201. When the protocol control unit 203 outputs a reception normal completion signal indicating completion of serial data reception, the message control unit 202 sets the status flag related to data reception in the register 202a to indicate reception normal completion. Thereby, the CPU 101 refers to the status flag (register 202a) and acquires the serial data stored in the message buffer 2 of the message buffer 201.

図4は、CAN通信システムの概略構成を示す図である。同図において、CANバス160には、エンジンを制御するエンジンECU301、上述のEPS−ECU30、自動変速機等を制御するA/TECU302、ブレーキを制御するブレーキECU303、操作パネルを制御するパネルECU304、および各種ECUが接続されている。各ECUは、CANドライバを備えており、CANプロトコルに従って互いにデータ通信を行うことにより、各自に割り当てられた制御対象を制御する。   FIG. 4 is a diagram showing a schematic configuration of the CAN communication system. In the figure, a CAN bus 160 includes an engine ECU 301 that controls an engine, the above-described EPS-ECU 30, an A / TECU 302 that controls an automatic transmission, a brake ECU 303 that controls a brake, a panel ECU 304 that controls an operation panel, and Various ECUs are connected. Each ECU is equipped with a CAN driver, and controls a control target assigned to each ECU by performing data communication with each other according to the CAN protocol.

図5および図6を参照して、EPS−ECU30のCPU101がCANドライバ106の故障を診断する処理を説明する。図5は、EPS−ECU30のCPU101が実行するCANドライバ106の故障を診断する処理を説明するためのフローチャートである。図6は、EPS−ECU30のCPU101がCANドライバ106に対して処理要求をした場合のCANドライバ106の処理を説明するためのフローチャートである。   A process in which the CPU 101 of the EPS-ECU 30 diagnoses a failure of the CAN driver 106 will be described with reference to FIGS. 5 and 6. FIG. 5 is a flowchart for explaining processing for diagnosing a failure of the CAN driver 106 executed by the CPU 101 of the EPS-ECU 30. FIG. 6 is a flowchart for explaining processing of the CAN driver 106 when the CPU 101 of the EPS-ECU 30 makes a processing request to the CAN driver 106.

図5において、CPU101は、タイマカウント値=0にリセットした後、時間の計測を開始し(ステップS1)、CANドライバ106のメッセージ制御部202に処理要求を出力する(ステップS2)。   In FIG. 5, after resetting the timer count value = 0, the CPU 101 starts measuring time (step S1) and outputs a processing request to the message control unit 202 of the CAN driver 106 (step S2).

CPU101は、処理要求後に、レジスタ202aが規定時間内に要求状態となっているか否かを確認する(ステップS3、S4)。ここで、規定時間>正常時の動作遅延時間に設定されている。   After the processing request, the CPU 101 confirms whether or not the register 202a is in the requested state within a specified time (steps S3 and S4). Here, the predetermined time> the normal operation delay time is set.

CPU101は、レジスタ202aが規定時間内に要求動作状態となっている場合には(ステップS3の「Yes」)、当該フローを終了する。他方、CPU101は、レジスタ202aが規定時間内に要求動作状態となっていない場合には(ステップS3,S4の「No」)、繰り返し回数カウント値Tを「1」インクリメントする(ステップS5)。   When the register 202a is in the requested operation state within the specified time (“Yes” in step S3), the CPU 101 ends the flow. On the other hand, if the register 202a is not in the requested operation state within the specified time (“No” in steps S3 and S4), the CPU 101 increments the repeat count value T by “1” (step S5).

そして、CPU101は、繰り返し回数カウント値T≧規定回数であるか否かを判断する(ステップS6)。ここで、規定回数≧2回に設定されている。繰り返し回数カウント値T≧規定回数でない場合には(ステップS6の「No」)、ステップS1に戻り、再度、CPU101は、CANドライバ106に対して処理要求を行い、レジスタ202aが規定時間内に要求動作状態となるか否かを確認する。   Then, the CPU 101 determines whether or not the repeat count value T ≧ the specified count (step S6). Here, the specified number of times ≧ 2 is set. If the repetition count value T is not equal to the prescribed number (“No” in step S6), the process returns to step S1, and the CPU 101 requests the CAN driver 106 again, and the register 202a makes a request within the prescribed time. Check if it is in an operating state.

他方、CPU101は、繰り返し回数カウント値T≧規定回数である場合には(ステップS6の「Yes」)、CANドライバ106の故障と判断して、フェール・セーフ処理を実行する(ステップS7)。このフェール・セーフ処理では、例えば、CAN通信の停止、警告ランプの点灯、車速の固定等の処理を行う。   On the other hand, if the repetition count value T ≧ the specified number of times (“Yes” in step S6), the CPU 101 determines that the CAN driver 106 has failed and executes fail-safe processing (step S7). In this fail-safe process, for example, the CAN communication is stopped, the warning lamp is turned on, and the vehicle speed is fixed.

図6は、CANドライバ106のメッセージ制御部202の動作を説明するためのフローチャートである。同図において、メッセージ制御部202は、他の処理を実行していない場合に(ステップS11の「No」)、処理要求を受け付け(ステップS12)、処理要求を実行する(ステップS13)。   FIG. 6 is a flowchart for explaining the operation of the message control unit 202 of the CAN driver 106. In the figure, the message control unit 202 accepts a processing request (step S12) and executes a processing request (step S13) when other processing is not executed ("No" in step S11).

図7は、CPU101がモータ制御プログラムを実行することにより実現する機能(モータ制御プログラムの機能構成)を示す図である。   FIG. 7 is a diagram illustrating functions (functional configuration of the motor control program) realized by the CPU 101 executing the motor control program.

CPU101は、図7に示すように、操舵トルクTと車速Vに基づいて操舵補助トルク指令値を算出するトルク制御系モジュール500と、各種のトルク補償を行う補償制御系モジュール510と、モータ電流のFB(フィードバック)制御を行うモータ電流制御系モジュール520と、操舵補助モータ20のモータ電流のFF(フィードフォワード)制御を行うモータ電流補助制御系モジュール530等を備えている。つぎに、動作の概略を説明する。   As shown in FIG. 7, the CPU 101 includes a torque control system module 500 that calculates a steering assist torque command value based on the steering torque T and the vehicle speed V, a compensation control system module 510 that performs various types of torque compensation, a motor current A motor current control system module 520 that performs FB (feedback) control and a motor current auxiliary control system module 530 that performs FF (feed forward) control of the motor current of the steering assist motor 20 are provided. Next, an outline of the operation will be described.

まず、トルクセンサ10で検出された操舵トルクTと、車速センサ12で検出された車速Vとがアシストマップ501に入力され操舵補助指令値が算出される。さらに、補償制御系モジュール510で演算される補償値、例えば、収斂性・慣性・SATなどの補償値を、加算部502で操舵補助指令値に加算してトルク指令値Trefが決定される。トルク指令値Trefは、位相補償部503で位相補償された後、電流指令値演算部540に入力される。そして、トルク指令値Trefに基づいて電流指令値演算部540で電流指令値Irefが決定される。なお、ブラシレスモータでは、トルク指令値Trefの他に回転子のロータ角度も電流指令値演算部540に入力して電流指令値Irefが決定される。   First, the steering torque T detected by the torque sensor 10 and the vehicle speed V detected by the vehicle speed sensor 12 are input to the assist map 501, and a steering assist command value is calculated. Further, a compensation value calculated by the compensation control system module 510, for example, a compensation value such as convergence, inertia, and SAT, is added to the steering assist command value by the adder 502 to determine the torque command value Tref. The torque command value Tref is phase-compensated by the phase compensator 503 and then input to the current command value calculator 540. Based on the torque command value Tref, the current command value calculation unit 540 determines the current command value Iref. In the brushless motor, in addition to the torque command value Tref, the rotor angle of the rotor is also input to the current command value calculation unit 540 to determine the current command value Iref.

一方、操舵補助モータ20のモータ電流は、電流検出値Imとして、電流検出回路130で検出され、電流指令値Irefとともに減算部521へ入力される。減算部521では、それらの偏差ΔI=Iref−Imが算出され、PI(比例積分)制御部522に入力される。PI(比例積分)制御部522では、偏差ΔIの比例積分出力として、電圧制御値Vrefが出力される。また、電流指令値Irefは、補助値演算部531に入力される。補助値演算部531で演算される補助値、例えば、Dead Time・EMF(逆起電力)・弱め界磁制御の補助値が、加算部535で電圧制御値Vrefに加算される。加算部535の出力は、PWM制御部550に入力されて、PWM処理され、UVW各相のPWM制御信号がFETプリドライバ回路110に出力され、FETプリドライバ回路110およびモータ駆動回路120を介して、操舵補助モータ20が駆動される。   On the other hand, the motor current of the steering assist motor 20 is detected by the current detection circuit 130 as the current detection value Im, and is input to the subtraction unit 521 together with the current command value Iref. The subtraction unit 521 calculates the deviation ΔI = Iref−Im and inputs it to the PI (proportional integration) control unit 522. A PI (proportional integration) control unit 522 outputs a voltage control value Vref as a proportional integration output of the deviation ΔI. The current command value Iref is input to the auxiliary value calculation unit 531. An auxiliary value calculated by the auxiliary value calculation unit 531, for example, an auxiliary value for dead time / EMF (back electromotive force) / weak field control is added to the voltage control value Vref by the adding unit 535. The output of the adding unit 535 is input to the PWM control unit 550, subjected to PWM processing, and the PWM control signal of each UVW phase is output to the FET pre-driver circuit 110, via the FET pre-driver circuit 110 and the motor drive circuit 120. The steering assist motor 20 is driven.

以上説明したように、本実施例によれば、CANドライバ106は、CANネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタ202aと、送受信データを格納するためのRAM201とを有し、CPU101は、CANドライバ106に対する処理要求に対して、レジスタ202aが要求状態となるまでの時間を計測し、当該計測時間に基づいて、CANドライバ106の故障を判定することとしたので、簡単な方法で高精度にCANドライバの故障(一部)を検出することが可能となる。   As described above, according to the present embodiment, the CAN driver 106 performs data communication via the CAN network, and the register 202a for setting various information, communication status, and the like necessary for the data communication. And the RAM 201 for storing transmission / reception data. The CPU 101 measures the time until the register 202a is in a request state in response to a processing request to the CAN driver 106, and based on the measurement time, the CAN driver Since the failure of 106 is determined, it becomes possible to detect the failure (partial) of the CAN driver with high accuracy by a simple method.

また、CPU101は、CANドライバ106に対する処理要求に対して、レジスタ202aが規定時間内に要求動作状態とならなかった回数が所定回数継続した場合に、CANドライバ106が故障であると判断することとしたので、CANドライバの故障の誤検出を防止することが可能となる。   Further, the CPU 101 determines that the CAN driver 106 is faulty when the number of times that the register 202a has not entered the requested operation state within a specified time has continued for a predetermined number of times in response to a processing request to the CAN driver 106. Therefore, it is possible to prevent erroneous detection of a CAN driver failure.

また、CPU101は、CANドライバ106の故障と判断した場合には、フェール・セーフ処理を行うこととしたので、乗員の安全を確保することが可能となる。   In addition, when the CPU 101 determines that the CAN driver 106 has failed, the CPU 101 performs fail-safe processing, so that it is possible to ensure the safety of the passenger.

なお、上記実施例では、車載用ネットワークとして、CANについて説明したが、本発明はこれに限られるものではなく、Lin、Flex Ray等の他の車載用ネットワークにも適用可能である。また、上記実施例では、ネットワークドライバを備えた車両用制御装置の一例として、EPS−ECUについて説明したが、本発明はこれに限られるものではなく、エンジンECU、A/TECU、ブレーキECU、およびパネルECU等の他の車両用制御装置にも適用可能である。   In the above embodiment, the CAN has been described as the in-vehicle network. However, the present invention is not limited to this, and can be applied to other in-vehicle networks such as Lin and Flex Ray. In the above embodiment, the EPS-ECU has been described as an example of a vehicle control device including a network driver. However, the present invention is not limited to this, and an engine ECU, an A / TECU, a brake ECU, The present invention can also be applied to other vehicle control devices such as a panel ECU.

本発明に係る車両用制御装置、車両制御装置の故障検出方法、およびコンピュータが実行するためのプログラムは、ネットワークドライバを搭載した車載ECUに広く利用可能である。   The vehicle control device, the vehicle control device failure detection method, and the program to be executed by the computer according to the present invention can be widely used in an in-vehicle ECU equipped with a network driver.

1 操向ハンドル
2 コラム軸
3 減速ギア
4a,4b ユニバーサルジョイント
5 ピニオンラック機構
6 タイロッド
10 トルクセンサ
12 車速センサ
14 バッテリ
20 操舵補助モータ
30 EPS−ECU
100 MCU(マイクロコントロールユニット)
101 CPU(制御手段)
102 ROM
103 RAM
104 EEPROM
105 A/D変換器
106 CANドライバ
107 バス
110 FETプリドライバ回路
120 モータ駆動回路(インバータ)
130 電流検出回路
140 位置検出回路
160 CANバス
201 RAM
202 メッセージ制御部
202a レジスタ
203 プロトコル制御部
204 インターフェース
205 CANトランシーバ
301 エンジンECU
302 A/TECU
303 ブレーキECU
304 パネルECU
500 トルク制御系モジュール
510 補償制御系モジュール
520 モータ電流制御系モジュール
530 モータ電流補助制御系モジュール
DESCRIPTION OF SYMBOLS 1 Steering handle 2 Column shaft 3 Reduction gear 4a, 4b Universal joint 5 Pinion rack mechanism 6 Tie rod 10 Torque sensor 12 Vehicle speed sensor 14 Battery 20 Steering auxiliary motor 30 EPS-ECU
100 MCU (micro control unit)
101 CPU (control means)
102 ROM
103 RAM
104 EEPROM
105 A / D converter 106 CAN driver 107 Bus 110 FET pre-driver circuit 120 Motor drive circuit (inverter)
130 current detection circuit 140 position detection circuit 160 CAN bus 201 RAM
202 Message Control Unit 202a Register 203 Protocol Control Unit 204 Interface 205 CAN Transceiver 301 Engine ECU
302 A / TECU
303 Brake ECU
304 Panel ECU
500 Torque control system module 510 Compensation control system module 520 Motor current control system module 530 Motor current auxiliary control system module

Claims (6)

車両の制御対象を制御する車両用制御装置において、
車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバと、
前記ネットワークドライバを制御する制御手段と、
前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測手段と、
前記計測手段で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定手段と、
を備えことを特徴とする車両用制御装置。
In a vehicle control device that controls a control target of a vehicle,
A network driver that performs data communication via an in-vehicle network and has a register for setting various information and communication status necessary for the data communication, and a buffer for storing transmission / reception data;
Control means for controlling the network driver;
In response to a transmission command to the network driver of the control means, measuring means for measuring the time until the register is set to indicate normal transmission completion;
Based on the measurement time measured by the measurement means, the number of times that the register of the network driver has not been set to indicate that the transmission has been completed within a specified time with respect to the transmission command of the control means is a predetermined number of times. if it continued, and determines failure determining means that a failure of the network driver,
Vehicle control apparatus characterized by comprising a.
さらに、前記故障判定手段でネットワークドライバの故障と判定された場合に、フェール・セーフ処理を行うフェール・セーフ手段を備えたことを特徴とする請求項1に記載の車両用制御装置。   The vehicle control device according to claim 1, further comprising fail-safe means for performing fail-safe processing when the failure determination means determines that the network driver has failed. 前記車載ネットワークは、CAN(Controller Area Network)であることを特徴とする請求項1または請求項2に記載の車両用制御装置。   The vehicle control apparatus according to claim 1, wherein the in-vehicle network is a CAN (Controller Area Network). 前記車両用制御装置は、少なくとも車両のステアリング系に発生する操舵トルクに基づいて演算した電流指令値と、前記ステアリング系に操舵補助力を付与する操舵補助モータの電流検出値とに基づいて、前記操舵補助モータを制御する電動パワーステアリングの制御装置であることを特徴とする請求項1〜請求項3のいずれか1つに記載の車両用制御装置。   The vehicle control device is based on at least a current command value calculated based on a steering torque generated in a steering system of the vehicle, and a current detection value of a steering assist motor that applies a steering assist force to the steering system. The vehicle control device according to any one of claims 1 to 3, wherein the control device is an electric power steering control device that controls a steering assist motor. 車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバと、前記ネットワークドライバを制御する制御手段とを備え、車両の制御対象を制御する車両用制御装置の故障検出方法において、
前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測工程と、
前記計測工程で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定工程と、
を含ことを特徴とする車両用制御装置の故障検出方法。
A network driver for performing data communication via an in-vehicle network and having a register for setting various information and communication state necessary for the data communication, and a buffer for storing transmission / reception data; and the network driver In the fault detection method for a vehicle control device for controlling a control target of the vehicle,
In response to a transmission command for the network driver of the control means, a measurement step of measuring a time until the register is set to indicate normal transmission completion;
Based on the measurement time measured in the measurement step, the number of times that the register of the network driver has not been set to indicate normal transmission completion within a specified time with respect to the transmission command of the control means is a predetermined number of times. if it continued, and determines the failure determination step that a failure of the network driver,
Fault detection method for a vehicle control apparatus according to claim including things.
車載ネットワークを介してデータ通信を行い、かつ、当該データ通信に必要な各種情報や通信状態等を設定するためのレジスタと、送受信データを格納するためのバッファとを有するネットワークドライバと、前記ネットワークドライバを制御する制御手段とを備え、車両の制御対象を制御する車両用制御装置に搭載されるプログラムにおいて、
前記制御手段の前記ネットワークドライバに対する送信指令に対して、前記レジスタが送信正常完了を示す設定となるまでの時間を計測する計測工程と、
前記計測工程で計測された計測時間に基づいて、前記制御手段の前記送信指令に対して、前記ネットワークドライバの前記レジスタが規定時間内に前記送信正常完了を示す設定とならなかった回数が所定回数継続した場合に、前記ネットワークドライバの故障判定する故障判定工程と、
をコンピュータに実行させることを特徴とするコンピュータが実行するためのプログラム。
A network driver for performing data communication via an in-vehicle network and having a register for setting various information and communication state necessary for the data communication, and a buffer for storing transmission / reception data; and the network driver A program mounted on a vehicle control device that controls a control target of the vehicle,
In response to a transmission command for the network driver of the control means, a measurement step of measuring a time until the register is set to indicate normal transmission completion;
Based on the measurement time measured in the measurement step, the number of times that the register of the network driver has not been set to indicate normal transmission completion within a specified time with respect to the transmission command of the control means is a predetermined number of times. if it continued, and determines the failure determination step that a failure of the network driver,
A program for the computer to execute, characterized by causing the computer to execute.
JP2009031793A 2009-02-13 2009-02-13 Vehicle control device Expired - Fee Related JP5387028B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009031793A JP5387028B2 (en) 2009-02-13 2009-02-13 Vehicle control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009031793A JP5387028B2 (en) 2009-02-13 2009-02-13 Vehicle control device

Publications (2)

Publication Number Publication Date
JP2010184687A JP2010184687A (en) 2010-08-26
JP5387028B2 true JP5387028B2 (en) 2014-01-15

Family

ID=42765605

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009031793A Expired - Fee Related JP5387028B2 (en) 2009-02-13 2009-02-13 Vehicle control device

Country Status (1)

Country Link
JP (1) JP5387028B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104210445A (en) * 2014-04-29 2014-12-17 长安大学 Heavy goods vehicle ramp running safety monitoring system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102350951B (en) * 2011-07-07 2013-06-19 重庆长安汽车股份有限公司 Trouble display method of hybrid electric vehicle

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06197100A (en) * 1992-12-24 1994-07-15 Canon Inc Communication system
JP2003348105A (en) * 2002-05-29 2003-12-05 Mitsubishi Electric Corp Can controller
JP2004348274A (en) * 2003-05-20 2004-12-09 Fuji Heavy Ind Ltd Diagnostic device for communication failure
JP4508732B2 (en) * 2004-06-11 2010-07-21 三菱電機株式会社 Electronic control unit
JP5077240B2 (en) * 2006-12-20 2012-11-21 富士通株式会社 Communication processing program and communication processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104210445A (en) * 2014-04-29 2014-12-17 长安大学 Heavy goods vehicle ramp running safety monitoring system
CN104210445B (en) * 2014-04-29 2016-02-24 长安大学 A kind of heavy wrecker truck ramp operation safety monitoring system

Also Published As

Publication number Publication date
JP2010184687A (en) 2010-08-26

Similar Documents

Publication Publication Date Title
CN107867318B (en) Motor controller and steering device
US10605837B2 (en) Abnormality diagnosis apparatus
JP5257050B2 (en) Electric power steering device
EP3196096B1 (en) Electric power steering device
US10666179B2 (en) Control system
JP5338969B2 (en) Power state diagnosis method and apparatus
WO2019049731A1 (en) Control device for power steering device
US11820444B2 (en) Control device for vehicle-mounted equipment
US11949360B2 (en) Control device
JP5387028B2 (en) Vehicle control device
JP4371844B2 (en) Brushless motor drive device
JP7314804B2 (en) steering controller
JP2009056820A (en) Control device of electric power steering device
JP2010188796A (en) Electric power steering device
CN110871839A (en) Vehicle control device
WO2020170654A1 (en) Control device for vehicle-mounted equipment
JP2008273263A (en) Control device of electric power steering device
JP2020129851A (en) Motor control device
JP2009062009A (en) Control device of electric power steering device
JP2007161141A (en) Control device for electric power steering device
JP2012153355A (en) Electric power steering device
JP5169411B2 (en) Electric power steering device
JP2005132126A (en) Electric power steering device
JP2021054304A (en) Electric power steering control device
WO2020075693A1 (en) Motor control system, motor, and electric power steering device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110513

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121122

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121127

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130625

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130802

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: 20130910

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130923

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees