JP5270314B2 - System control unit - Google Patents

System control unit Download PDF

Info

Publication number
JP5270314B2
JP5270314B2 JP2008301221A JP2008301221A JP5270314B2 JP 5270314 B2 JP5270314 B2 JP 5270314B2 JP 2008301221 A JP2008301221 A JP 2008301221A JP 2008301221 A JP2008301221 A JP 2008301221A JP 5270314 B2 JP5270314 B2 JP 5270314B2
Authority
JP
Japan
Prior art keywords
condition
satisfied
determination
abnormality
determined
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
JP2008301221A
Other languages
Japanese (ja)
Other versions
JP2010129298A (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.)
Aisin AW Co Ltd
Toyota Motor Corp
Original Assignee
Aisin AW Co Ltd
Toyota Motor Corp
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 Aisin AW Co Ltd, Toyota Motor Corp filed Critical Aisin AW Co Ltd
Priority to JP2008301221A priority Critical patent/JP5270314B2/en
Publication of JP2010129298A publication Critical patent/JP2010129298A/en
Application granted granted Critical
Publication of JP5270314B2 publication Critical patent/JP5270314B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02EREDUCTION OF GREENHOUSE GAS [GHG] EMISSIONS, RELATED TO ENERGY GENERATION, TRANSMISSION OR DISTRIBUTION
    • Y02E60/00Enabling technologies; Technologies with a potential or indirect contribution to GHG emissions mitigation
    • Y02E60/10Energy storage using batteries
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/60Other road transportation technologies with climate change mitigation effect
    • Y02T10/62Hybrid vehicles

Landscapes

  • Hybrid Electric Vehicles (AREA)
  • Secondary Cells (AREA)
  • Electric Propulsion And Braking For Vehicles (AREA)
  • Safety Devices In Control Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a control device of a system for responding promptly to the demand of a driver. <P>SOLUTION: When a driver operates to switch on an ignition switch, the electric system is controlled so as to operate unless a battery monitor unit is in the process of determining existence of an abnormality. The battery monitor unit, when the driver operates to switch on the ignition switch (YES in S232), carries out a program including a step (S250) to interrupt the determination of existence of the abnormality. <P>COPYRIGHT: (C)2010,JPO&amp;INPIT

Description

本発明は、システムの制御装置に関し、特に、システムに対する操作者の操作が行われると、実行中の異常判定処理を中断し、システムが作動するように制御する技術に関する。   The present invention relates to a system control device, and more particularly, to a technique for interrupting an abnormality determination process being executed and controlling the system to operate when an operator's operation is performed on the system.

従来より、種々のプログラムを実行し得るコンピュータなどが知られている。このようなコンピュータでは、たとえば、あるプログラムの実行中に他のプログラムの割り込み要求があると、実行中のプログラムを中断し、他のプログラムを実行することも可能である。   Conventionally, computers capable of executing various programs are known. In such a computer, for example, when there is an interrupt request of another program during execution of a certain program, it is possible to interrupt the program being executed and execute another program.

特開2008−90390号公報(特許文献1)は、デバッグモードを複数モード有し、一のデバッグモードではデバッグ中は割り込みプログラムの処理に移行せず、他のデバッグモードではデバッグ中に割り込みプログラムの処理に移行するマイコンデバッグシステムを開示する。   Japanese Patent Laid-Open No. 2008-90390 (Patent Document 1) has a plurality of debug modes. In one debug mode, the process does not shift to interrupt program processing during debugging, and in another debug mode, the interrupt program is not debugged. Disclosed is a microcomputer debugging system that shifts to processing.

この公報に記載のマイコンデバッグシステムによれば、たとえば、マイコンでバックシステムをDCモータの制御システムに適用した場合、DCモータを接続していない状態では、一のデバッグモードによって、デバッグを中断せずに緊急度の高いDCモータの制御プログラムをデバッグしておくことができる。DCモータを接続した状態では、デバッグを中断して、緊急度の高いDCモータの制御プログラムを実行することができる。
特開2008−90390号公報
According to the microcomputer debugging system described in this publication, for example, when a back system is applied to a DC motor control system using a microcomputer, the debugging is not interrupted by one debug mode when the DC motor is not connected. It is possible to debug a DC motor control program with a high degree of urgency. With the DC motor connected, debugging can be interrupted and a DC motor control program with a high degree of urgency can be executed.
JP 2008-90390 A

しかしながら、特開2008−90390号公報に記載のマイコンデバッグシステムでは、デバックモードに応じて割り込みプログラムの処理に移行するか否かが決定されるため、割り込みプログラムの処理に移行しないデバックモードでは、いかなるプログラムの割り込み要求があっても、割り込みプログラムは処理されない。したがって、たとえば人員の判断によりプログラムの実行が要求された場合であっても、プログラムが実行されない場合があり得る。そのため、操作者からの要求に対する処理が遅れ得る。   However, in the microcomputer debugging system described in Japanese Patent Application Laid-Open No. 2008-90390, whether or not to shift to interrupt program processing is determined according to the debug mode. Even if there is a program interrupt request, the interrupt program is not processed. Therefore, for example, even if the execution of the program is requested by the judgment of personnel, the program may not be executed. For this reason, processing for a request from the operator may be delayed.

本発明は、上述の課題を解決するためになされたものであって、その目的は、操作者の要求に迅速に対応することができるシステムの制御装置を提供することである。   The present invention has been made to solve the above-described problems, and an object of the present invention is to provide a system control apparatus that can quickly respond to an operator's request.

第1の発明に係るシステムの制御装置は、システムの異常の有無を判定するための判定手段と、システムに対する操作者による操作がなされると、異常の有無の判定が行なわれている最中でない場合に、システムが作動するように制御するための手段と、異常の有無の判定が完了する前に操作者による操作がなされると、異常の有無の判定を中断するための手段とを備える。   The control device of the system according to the first aspect of the present invention is not in the process of determining whether there is an abnormality when a determination means for determining whether there is an abnormality in the system and when the operator performs an operation on the system. In some cases, there are provided means for controlling the system to operate, and means for interrupting the determination of the presence or absence of an abnormality when an operation is performed by the operator before the determination of the presence or absence of the abnormality is completed.

この構成によると、システムに対する操作者による操作がなされると、異常の有無の判定が行なわれている最中でない場合に、システムが作動するように制御される。したがって、異常の有無の判定中であれば、操作者がシステムに対して何等かの操作(たとえば起動を要求する操作)を行なったとしても、システムは作動されない。そこで、異常の有無の判定が完了する前に操作者による操作がなされると、異常の有無の判定が中断される。これにより、システムに対する操作者による操作がなされた場合には、システムが作動するように制御することができる。そのため、操作者の要求に迅速に対応することができるシステムの制御装置を提供することができる。   According to this configuration, when an operation on the system is performed by the operator, the system is controlled to operate when it is not in the middle of determining whether there is an abnormality. Therefore, if the presence or absence of abnormality is being determined, even if the operator performs any operation (for example, an operation for requesting activation) on the system, the system is not activated. Therefore, if the operator performs an operation before the determination of the presence / absence of abnormality is completed, the determination of the presence / absence of abnormality is interrupted. As a result, when the operator performs an operation on the system, the system can be controlled to operate. Therefore, it is possible to provide a control device for a system that can quickly respond to an operator's request.

第2の発明に係るシステムの制御装置においては、第1の発明の構成に加え、判定手段は、予め定められた条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定するための手段を含む。中断手段は、条件を満たすか否かの初回の判定が完了する前に操作者による操作がなされると、異常の有無の判定を中断するための手段を含む。   In the control device of the system according to the second invention, in addition to the configuration of the first invention, the determination means determines whether or not a predetermined condition is satisfied a plurality of times, and is determined to satisfy the condition. Means are included for determining that there is no abnormality when the number of times is determined, and for determining that there is an abnormality when the number of times determined in advance is not satisfied. The interruption means includes means for interrupting the determination of the presence or absence of an abnormality when an operation is performed by the operator before the initial determination of whether or not the condition is satisfied.

この構成によると、システムが異常であるか否かを判定するために、予め定められた条件を満たすか否かが複数回判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの初回の判定が完了する前に操作者による操作がなされると、異常の有無の判定が中断される。これにより、システムが異常であるか否かを判定するために要する処理が何等完了していない場合には、異常の有無の判定を速やかに中断することができる。そのため、操作者の要求に迅速に対応することができる。   According to this configuration, in order to determine whether or not the system is abnormal, it is determined a plurality of times whether or not a predetermined condition is satisfied. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation before the initial determination of whether or not the condition is satisfied, the determination of whether or not there is an abnormality is interrupted. Thereby, when the process required to determine whether or not the system is abnormal has not been completed, the determination of the presence or absence of abnormality can be interrupted promptly. Therefore, it is possible to quickly respond to the operator's request.

第3の発明に係るシステムの制御装置においては、第1の発明の構成に加え、判定手段は、予め定められた条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定するための手段を含む。中断手段は、条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たすと判定された場合に異常の有無の判定を中断するための手段を含む。   In the control device of the system according to the third invention, in addition to the configuration of the first invention, the determination means determines whether or not a predetermined condition is satisfied a plurality of times, and is predetermined if the condition is satisfied Means are included for determining that there is no abnormality when the number of times is determined, and for determining that there is an abnormality when the number of times determined in advance is not satisfied. If the operator performs an operation before the second or later determination of whether or not the condition is satisfied, the interruption means is determined to satisfy the condition in the previous determination of whether or not the condition is satisfied. Means for interrupting the determination of the presence or absence of abnormality are included.

この構成によると、システムが異常であるか否かを判定するために、予め定められた条件を満たすか否かが複数回判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たすと判定された場合に異常の有無の判定が中断される。これにより、システムが異常でないと判定するために満たすべき要件の一部が満たされている場合には、異常の有無の判定を速やかに中断することができる。そのため、異常が無いことを暫定的に確認した上で、操作者の要求に迅速に対応することができる。   According to this configuration, in order to determine whether or not the system is abnormal, it is determined a plurality of times whether or not a predetermined condition is satisfied. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation before the second or later determination of whether or not the condition is satisfied, whether or not there is an abnormality when it is determined that the condition is satisfied in the previous determination of whether or not the condition is satisfied Judgment is interrupted. As a result, when a part of the requirements to be satisfied in order to determine that the system is not abnormal is satisfied, the determination of the presence or absence of abnormality can be quickly interrupted. Therefore, it is possible to quickly respond to the operator's request after tentatively confirming that there is no abnormality.

第4の発明に係るシステムの制御装置においては、第1の発明の構成に加え、判定手段は、予め定められた条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定するための手段を含む。中断手段は、条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たさないと判定された場合に、異常の有無の判定を継続するための手段と、条件を満たすか否かの今回の判定において条件を満たすと判定された場合に異常の有無の判定を中断するための手段とを含む。   In the control device of the system according to the fourth invention, in addition to the configuration of the first invention, the determination means determines whether or not a predetermined condition is satisfied a plurality of times, and is predetermined if the condition is satisfied Means are included for determining that there is no abnormality when the number of times is determined, and for determining that there is an abnormality when the number of times determined in advance is not satisfied. If it is determined that the interruption means does not satisfy the condition in the previous determination whether or not the condition is satisfied if the operation is performed by the operator before the second or later determination of whether or not the condition is satisfied In addition, there are included means for continuing the determination of whether or not there is an abnormality, and means for interrupting the determination of whether or not there is an abnormality when it is determined that the condition is satisfied in the current determination of whether or not the condition is satisfied.

この構成によると、システムが異常であるか否かを判定するために、予め定められた条件を満たすか否かが複数回判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たさないと判定された場合、異常の有無の判定が継続される。条件を満たすか否かの2回目以降の判定において条件を満たすと判定された場合、異常の有無の判定が中断される。これにより、システムが異常でないと判定するために満たすべき要件の一部が満たされている場合には、異常の有無の判定を速やかに中断することができる。そのため、異常が無いことを暫定的に確認した上で、操作者の要求に迅速に対応することができる。   According to this configuration, in order to determine whether or not the system is abnormal, it is determined a plurality of times whether or not a predetermined condition is satisfied. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation before the second or later determination of whether or not the condition is satisfied, whether or not there is an abnormality if it is determined that the condition is not satisfied in the previous determination of whether or not the condition is satisfied This determination is continued. When it is determined that the condition is satisfied in the second and subsequent determinations as to whether or not the condition is satisfied, the determination of whether there is an abnormality is interrupted. As a result, when a part of the requirements to be satisfied in order to determine that the system is not abnormal is satisfied, the determination of the presence or absence of abnormality can be quickly interrupted. Therefore, it is possible to quickly respond to the operator's request after tentatively confirming that there is no abnormality.

第5の発明に係るシステムの制御装置においては、第2〜4の発明の構成に加え、システムは、複数のセルから構成される組電池が設けられるとともに、各セルの電圧を検出する回路が各セルに対して複数設けられた電気システムである。判定手段は、複数の回路により各セルの電圧を順番に検出することを複数回実行するための手段を含む。条件は、全てのセルにおいて、複数の回路により検出された各セルの電圧が同じであるという条件である。   In the control device of the system according to the fifth invention, in addition to the configurations of the second to fourth inventions, the system is provided with an assembled battery composed of a plurality of cells, and a circuit for detecting the voltage of each cell. A plurality of electrical systems are provided for each cell. The determination means includes means for executing the detection of the voltage of each cell in order by a plurality of circuits a plurality of times. The condition is that all the cells have the same voltage detected by a plurality of circuits.

この構成によると、複数のセルから構成される組電池が設けられるとともに、各セルの電圧を検出する回路とが各セルに対して複数設けられ、複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かが複数回判定されることによって異常の有無が判定される電気システムを、操作者の要求に迅速に対応するように制御することができる。   According to this configuration, an assembled battery including a plurality of cells is provided, and a plurality of circuits for detecting the voltage of each cell are provided for each cell, and the voltage of each cell detected by the plurality of circuits is provided. It is possible to control the electrical system in which the presence or absence of abnormality is determined by determining whether or not the same condition is satisfied a plurality of times so as to quickly respond to the operator's request.

第6の発明に係るシステムの制御装置は、複数のセルから構成される組電池が設けられるとともに、各セルの電圧を検出する回路が各セルに対して複数設けられたシステムの制御装置である。この制御装置は、複数の回路により各セルの電圧を順番に検出することを複数回実行するとともに、全てのセルにおいて、複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合にシステムに異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合にシステムに異常が有ると判定するための判定手段と、システムに対する操作者による操作がなされると、システムの異常の有無の判定が行なわれている最中でない場合に、システムが作動するように制御するための制御手段と、条件を満たすか否かの初回の判定が完了する前に操作者による操作がなされると、異常の有無の判定を中断するための中断手段とを備える。   A system control apparatus according to a sixth aspect of the invention is a system control apparatus provided with an assembled battery composed of a plurality of cells and a plurality of circuits for detecting the voltage of each cell provided for each cell. . This control device executes the detection of the voltage of each cell in order by a plurality of circuits a plurality of times, and satisfies the condition that the voltage of each cell detected by the plurality of circuits is the same in all cells. If it is determined multiple times, if it is determined a predetermined number of times if the condition is satisfied, it is determined that there is no abnormality in the system, and if it is determined only a predetermined number of times if the condition is not satisfied, the system When a determination means for determining that there is an abnormality in the system and an operation on the system by the operator is performed, control is performed so that the system is activated when it is not in the process of determining whether there is an abnormality in the system. Control means, and interruption means for interrupting the determination of the presence / absence of an abnormality when an operation is performed by the operator before the first determination of whether or not the condition is satisfied is completed.

この構成によると、組電池を構成する複数のセルの各々に対して設けられた複数の回路により、各セルの電圧が順番に検出される。複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かが複数回判定されることによって、システムの異常の有無が判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの初回の判定が完了する前に、システムに対して操作者による操作がなされると、異常の有無の判定が中断される。これにより、システムが異常であるか否かを判定するために要する処理が何等完了していない場合には、異常の有無の判定を速やかに中断することができる。そのため、操作者の要求に迅速に対応することができるシステムの制御装置を提供することができる。   According to this configuration, the voltage of each cell is sequentially detected by the plurality of circuits provided for each of the plurality of cells constituting the assembled battery. By determining whether or not the condition that the voltages of the respective cells detected by the plurality of circuits are the same is satisfied a plurality of times, it is determined whether or not the system is abnormal. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation on the system before the first determination of whether or not the condition is satisfied, the determination of whether there is an abnormality is interrupted. Thereby, when the process required to determine whether or not the system is abnormal has not been completed, the determination of the presence or absence of abnormality can be interrupted promptly. Therefore, it is possible to provide a control device for a system that can quickly respond to an operator's request.

第7の発明に係るシステムの制御装置は、複数のセルから構成される組電池が設けられるとともに、各セルの電圧を検出する回路が各セルに対して複数設けられたシステムの制御装置である。この制御装置は、複数の回路により各セルの電圧を順番に検出することを複数回実行するとともに、全てのセルにおいて、複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合にシステムに異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合にシステムに異常が有ると判定するための判定手段と、システムに対する操作者による操作がなされると、システムの異常の有無の判定が行なわれている最中でない場合に、システムが作動するように制御するための制御手段と、条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たすと判定された場合に異常の有無の判定を中断するための中断手段とを備える。   A control apparatus for a system according to a seventh aspect is a control apparatus for a system in which an assembled battery composed of a plurality of cells is provided, and a plurality of circuits for detecting the voltage of each cell are provided for each cell. . This control device executes the detection of the voltage of each cell in order by a plurality of circuits a plurality of times, and satisfies the condition that the voltage of each cell detected by the plurality of circuits is the same in all cells. If it is determined multiple times, if it is determined a predetermined number of times if the condition is satisfied, it is determined that there is no abnormality in the system, and if it is determined only a predetermined number of times if the condition is not satisfied, the system When a determination means for determining that there is an abnormality in the system and an operation on the system by the operator is performed, control is performed so that the system is activated when it is not in the process of determining whether there is an abnormality in the system. If the operation by the operator is completed before the second and subsequent determinations as to whether or not the condition is satisfied, the condition is determined in the previous determination as to whether or not the condition is satisfied. And a interruption means for interrupting the determination of the presence or absence of abnormality when it is determined that plus.

この構成によると、組電池を構成する複数のセルの各々に対して設けられた複数の回路により、各セルの電圧が順番に検出される。複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かが複数回判定されることによって、システムの異常の有無が判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たすと判定された場合に異常の有無の判定が中断される。これにより、システムが異常でないと判定するために満たすべき要件の一部が満たされている場合には、異常の有無の判定を速やかに中断することができる。そのため、異常が無いことを暫定的に確認した上で、異常の有無の判定を速やかに中断することができる。その結果、操作者の要求に迅速に対応することができるシステムの制御装置を提供することができる。   According to this configuration, the voltage of each cell is sequentially detected by the plurality of circuits provided for each of the plurality of cells constituting the assembled battery. By determining whether or not the condition that the voltages of the respective cells detected by the plurality of circuits are the same is satisfied a plurality of times, it is determined whether or not the system is abnormal. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation before the second or later determination of whether or not the condition is satisfied, whether or not there is an abnormality when it is determined that the condition is satisfied in the previous determination of whether or not the condition is satisfied Judgment is interrupted. As a result, when a part of the requirements to be satisfied in order to determine that the system is not abnormal is satisfied, the determination of the presence or absence of abnormality can be quickly interrupted. Therefore, after tentatively confirming that there is no abnormality, it is possible to quickly interrupt the determination of whether there is an abnormality. As a result, it is possible to provide a control device for a system that can quickly respond to an operator's request.

第8の発明に係るシステムの制御装置は、複数のセルから構成される組電池が設けられるとともに、各セルの電圧を検出する回路が各セルに対して複数設けられたシステムの制御装置である。この制御装置は、複数の回路により各セルの電圧を順番に検出することを複数回実行するとともに、全てのセルにおいて、複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かを複数回判定し、条件を満たすと予め定められた回数だけ判定された場合にシステムに異常が無いと判定し、条件を満たさないと予め定められた回数だけ判定された場合にシステムに異常が有ると判定するための判定手段と、システムに対する操作者による操作がなされると、システムの異常の有無の判定が行なわれている最中でない場合に、システムが作動するように制御するための制御手段と、条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たさないと判定された場合に、異常の有無の判定を継続し、条件を満たすか否かの2回目以降の判定において条件を満たすと判定された場合に異常の有無の判定を中断するための中断手段とを備える。   A system control apparatus according to an eighth aspect of the invention is a system control apparatus in which an assembled battery including a plurality of cells is provided, and a plurality of circuits for detecting the voltage of each cell are provided for each cell. . This control device executes the detection of the voltage of each cell in order by a plurality of circuits a plurality of times, and satisfies the condition that the voltage of each cell detected by the plurality of circuits is the same in all cells. If it is determined multiple times, if it is determined a predetermined number of times if the condition is satisfied, it is determined that there is no abnormality in the system, and if it is determined only a predetermined number of times if the condition is not satisfied, the system When a determination means for determining that there is an abnormality in the system and an operation on the system by the operator is performed, control is performed so that the system is activated when it is not in the process of determining whether there is an abnormality in the system. If the operation by the operator is completed before the second and subsequent determinations as to whether or not the condition is satisfied, the condition is determined in the previous determination as to whether or not the condition is satisfied. If it is determined that the condition is not satisfied, the determination of the presence / absence of abnormality is continued, and the determination of the presence / absence of abnormality is interrupted when it is determined that the condition is satisfied in the second and subsequent determinations as to whether the condition is satisfied. Interruption means.

この構成によると、組電池を構成する複数のセルの各々に対して設けられた複数の回路により、各セルの電圧が順番に検出される。複数の回路により検出された各セルの電圧が同じであるという条件を満たすか否かが複数回判定されることによって、システムの異常の有無が判定される。条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定される。条件を満たさないと予め定められた回数だけ判定された場合に異常が有ると判定される。条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、条件を満たすか否かの前回の判定において条件を満たさないと判定された場合、異常の有無の判定が継続される。その後、条件を満たすか否かの2回目以降の判定において条件を満たすと判定された場合、異常の有無の判定が中断される。これにより、システムが異常でないと判定するために満たすべき要件の一部が満たされている場合には、異常の有無の判定を速やかに中断することができる。そのため、異常が無いことを暫定的に確認した上で、異常の有無の判定を速やかに中断することができる。その結果、操作者の要求に迅速に対応することができるシステムの制御装置を提供することができる。   According to this configuration, the voltage of each cell is sequentially detected by the plurality of circuits provided for each of the plurality of cells constituting the assembled battery. By determining whether or not the condition that the voltages of the cells detected by a plurality of circuits are the same is satisfied a plurality of times, it is determined whether or not there is an abnormality in the system. If the condition is satisfied, it is determined that there is no abnormality when it is determined a predetermined number of times. If it is determined that the condition is not satisfied a predetermined number of times, it is determined that there is an abnormality. If the operator performs an operation before the second or later determination of whether or not the condition is satisfied, whether or not there is an abnormality if it is determined that the condition is not satisfied in the previous determination of whether or not the condition is satisfied This determination is continued. Thereafter, when it is determined that the condition is satisfied in the second and subsequent determinations as to whether or not the condition is satisfied, the determination of whether there is an abnormality is interrupted. As a result, when a part of the requirements to be satisfied in order to determine that the system is not abnormal is satisfied, the determination of the presence or absence of abnormality can be quickly interrupted. Therefore, after tentatively confirming that there is no abnormality, it is possible to quickly interrupt the determination of whether there is an abnormality. As a result, it is possible to provide a control device for a system that can quickly respond to an operator's request.

以下、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品には同一の符号を付してある。それらの名称および機能も同一である。したがって、それらについての詳細な説明は繰返さない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.

図1を参照して、本発明の実施の形態に係る電気システムを搭載したハイブリッド車について説明する。ハイブリッド車は、エンジン100と、第1MG(Motor Generator)110と、第2MG120と、動力分割機構130と、減速機140と、バッテリ150とを備える。   With reference to FIG. 1, a hybrid vehicle equipped with an electric system according to an embodiment of the present invention will be described. The hybrid vehicle includes an engine 100, a first MG (Motor Generator) 110, a second MG 120, a power split mechanism 130, a speed reducer 140, and a battery 150.

ハイブリッド車は、エンジン100および第2MG120のうちの少なくともいずれか一方からの駆動力により走行する。なお、ハイブリッド車の代わりに、その他、モータからの駆動力のみで走行する電気自動車もしくは燃料電池車を用いるようにしてもよい。   The hybrid vehicle travels with driving force from at least one of engine 100 and second MG 120. Instead of the hybrid vehicle, an electric vehicle or a fuel cell vehicle that travels only by the driving force from the motor may be used.

エンジン100、第1MG110および第2MG120は、動力分割機構130を介して接続されている。エンジン100が発生する動力は、動力分割機構130により、2経路に分割される。一方は減速機140を介して前輪160を駆動する経路である。もう一方は、第1MG110を駆動させて発電する経路である。   Engine 100, first MG 110, and second MG 120 are connected via power split mechanism 130. The power generated by the engine 100 is divided into two paths by the power split mechanism 130. One is a path for driving the front wheels 160 via the speed reducer 140. The other is a path for driving the first MG 110 to generate power.

第1MG110は、U相コイル、V相コイルおよびW相コイルを備える、三相交流回転電機である。第1MG110は、動力分割機構130により分割されたエンジン100の動力により発電する。第1MG110により発電された電力は、車両の走行状態や、バッテリ150のSOC(State Of Charge)の状態に応じて使い分けられる。たとえば、通常走行時では、第1MG110により発電された電力はそのまま第2MG120を駆動させる電力となる。一方、バッテリ150のSOCが予め定められた値よりも低い場合、第1MG110により発電された電力は、後述するインバータにより交流から直流に変換される。その後、後述するコンバータにより電圧が調整されてバッテリ150に蓄えられる。   First MG 110 is a three-phase AC rotating electric machine including a U-phase coil, a V-phase coil, and a W-phase coil. First MG 110 generates power using the power of engine 100 divided by power split mechanism 130. The electric power generated by first MG 110 is selectively used according to the running state of the vehicle and the state of charge (SOC) of battery 150. For example, during normal traveling, the electric power generated by first MG 110 becomes electric power for driving second MG 120 as it is. On the other hand, when the SOC of battery 150 is lower than a predetermined value, the power generated by first MG 110 is converted from AC to DC by an inverter described later. Thereafter, the voltage is adjusted by a converter described later and stored in the battery 150.

第1MG110が発電機として作用している場合、第1MG110は負のトルクを発生している。ここで、負のトルクとは、エンジン100の負荷となるようなトルクをいう。第1MG110が電力の供給を受けてモータとして作用している場合、第1MG110は正のトルクを発生する。ここで、正のトルクとは、エンジン100の負荷とならないよう
なトルク、すなわち、エンジン100の回転をアシストするようなトルクをいう。なお、第2MG120についても同様である。
When first MG 110 acts as a generator, first MG 110 generates a negative torque. Here, the negative torque means a torque that becomes a load on engine 100. When first MG 110 is supplied with electric power and acts as a motor, first MG 110 generates a positive torque. Here, the positive torque means a torque that does not become a load on the engine 100, that is, a torque that assists the rotation of the engine 100. The same applies to the second MG 120.

第2MG120は、U相コイル、V相コイルおよびW相コイルを備える、三相交流回転電機である。第2MG120は、バッテリ150に蓄えられた電力および第1MG110により発電された電力のうちの少なくともいずれかの電力により駆動する。   Second MG 120 is a three-phase AC rotating electric machine including a U-phase coil, a V-phase coil, and a W-phase coil. Second MG 120 is driven by at least one of the electric power stored in battery 150 and the electric power generated by first MG 110.

第2MG120の駆動力は、減速機140を介して前輪160に伝えられる。これにより、第2MG120はエンジン100をアシストしたり、第2MG120からの駆動力により車両を走行させたりする。なお、前輪160の代わりにもしくは加えて後輪を駆動するようにしてもよい。   The driving force of second MG 120 is transmitted to front wheel 160 via reduction gear 140. Thereby, second MG 120 assists engine 100 or causes the vehicle to travel by the driving force from second MG 120. The rear wheels may be driven instead of or in addition to the front wheels 160.

ハイブリッド車の回生制動時には、減速機140を介して前輪160により第2MG120が駆動され、第2MG120が発電機として作動する。これにより第2MG120は、制動エネルギを電力に変換する回生ブレーキとして作動する。第2MG120により発電された電力は、バッテリ150に蓄えられる。   During regenerative braking of the hybrid vehicle, the second MG 120 is driven by the front wheels 160 via the speed reducer 140, and the second MG 120 operates as a generator. Thus, second MG 120 operates as a regenerative brake that converts braking energy into electric power. The electric power generated by second MG 120 is stored in battery 150.

動力分割機構130は、サンギヤと、ピニオンギヤと、キャリアと、リングギヤとを含む遊星歯車から構成される。ピニオンギヤは、サンギヤおよびリングギヤと係合する。キャリアは、ピニオンギヤが自転可能であるように支持する。サンギヤは第1MG110の回転軸に連結される。キャリアはエンジン100のクランクシャフトに連結される。リングギヤは第2MG120の回転軸および減速機140に連結される。   Power split device 130 includes a planetary gear including a sun gear, a pinion gear, a carrier, and a ring gear. The pinion gear engages with the sun gear and the ring gear. The carrier supports the pinion gear so that it can rotate. The sun gear is connected to the rotation shaft of first MG 110. The carrier is connected to the crankshaft of engine 100. The ring gear is connected to the rotation shaft of second MG 120 and speed reducer 140.

エンジン100、第1MG110および第2MG120が、遊星歯車からなる動力分割機構130を介して連結されることで、エンジン100、第1MG110および第2MG120の回転数は、図2に示すように、共線図において直線で結ばれる関係になる。   Engine 100, first MG 110 and second MG 120 are connected via power split mechanism 130 formed of a planetary gear, so that the rotational speeds of engine 100, first MG 110 and second MG 120 are collinear as shown in FIG. The relationship is connected by a straight line.

図1に戻って、バッテリ150は、複数のセルから構成される組電池である。バッテリ150は、たとえば、複数のセルを一体化したバッテリモジュールを、さらに複数直列に接続して構成される。バッテリ150は、たとえばリチウムイオンバッテリである。満充電時のバッテリ150の電圧は、たとえば200V程度である。   Returning to FIG. 1, the battery 150 is an assembled battery including a plurality of cells. The battery 150 is configured, for example, by further connecting a plurality of battery modules in which a plurality of cells are integrated in series. Battery 150 is, for example, a lithium ion battery. The voltage of the battery 150 at the time of full charge is, for example, about 200V.

本実施の形態において、エンジン100は、EFI(Electronic Fuel Injection)−ECU(Electronic Control Unit)170により制御される。第1MG110および第2MG120は、MG−ECU172により制御される。EFI−ECU170ならびにMG−ECU172は、PM(Power train Manager)−ECU174と双方向に通信可能に接続される。   In the present embodiment, engine 100 is controlled by EFI (Electronic Fuel Injection) -ECU (Electronic Control Unit) 170. First MG 110 and second MG 120 are controlled by MG-ECU 172. The EFI-ECU 170 and the MG-ECU 172 are connected to a PM (Power Train Manager) -ECU 174 so as to be capable of bidirectional communication.

PM−ECU174は、EFI−ECU170ならびにMG−ECU172を管理する機能を有する。たとえば、PM−ECU174からの指令信号により、EFI−ECU170ならびにMG−ECU172の起動(電源オン)および停止(電源オフ)が制御される。   PM-ECU 174 has a function of managing EFI-ECU 170 and MG-ECU 172. For example, activation (power on) and stop (power off) of EFI-ECU 170 and MG-ECU 172 are controlled by a command signal from PM-ECU 174.

また、PM−ECU174は、EFI−ECU170に対してエンジン100の目標出力ならびに目標トルクなどを指令し、MG−ECU172に対して第1MG110の発電電力および第2MG120の駆動電力などを指令する。   PM-ECU 174 commands EFI-ECU 170 for the target output and target torque of engine 100, and commands MG-ECU 172 for the generated power of first MG 110 and the driving power of second MG 120, for example.

PM−ECU174は、PM−ECU174自身の指令により停止することが可能である。PM−ECU174の起動は、電源ECU176により管理される。たとえば、ドライバの操作によりイグニッションスイッチ178がオンにされると、電源ECU176からPM−ECU174に起動指令が出力される。PM−ECU174は、起動指令を受けて起動する。PM−ECU174が起動すると、PM−ECU174により電気システムが作動するように制御される。すなわち、PM−ECU174は、ドライバによる操作がなされると電気システムが作動するように制御する。電源ECU176は、補機バッテリ(図示せず)から電力が供給され続ける限り、常時起動している。   PM-ECU 174 can be stopped by a command from PM-ECU 174 itself. The activation of PM-ECU 174 is managed by power supply ECU 176. For example, when ignition switch 178 is turned on by a driver's operation, a start command is output from power supply ECU 176 to PM-ECU 174. PM-ECU 174 is activated in response to the activation command. When the PM-ECU 174 is activated, the PM-ECU 174 controls the electric system to operate. That is, PM-ECU 174 controls the electric system to operate when an operation by the driver is performed. The power supply ECU 176 is always activated as long as power is continuously supplied from an auxiliary battery (not shown).

図3を参照して、ハイブリッド車の電気システムについてさらに説明する。ハイブリッド車の電気システムには、第1MG110、第2MG120およびバッテリ150に加えて、コンバータ200と、第1インバータ210と、第2インバータ220と、SMR(System Main Relay)230とが設けられる。   With reference to FIG. 3, the electric system of the hybrid vehicle will be further described. In the electric system of the hybrid vehicle, in addition to first MG 110, second MG 120 and battery 150, converter 200, first inverter 210, second inverter 220 and SMR (System Main Relay) 230 are provided.

コンバータ200は、リアクトルと、二つのnpn型トランジスタと、二つダイオードとを含む。リアクトルは、バッテリ150の正極側に一端が接続され、2つのnpn型トランジスタの接続点に他端が接続される。   Converter 200 includes a reactor, two npn transistors, and two diodes. Reactor has one end connected to the positive electrode side of battery 150 and the other end connected to a connection point of two npn transistors.

2つのnpn型トランジスタは、直列に接続される。npn型トランジスタは、MG−ECU172により制御される。各npn型トランジスタのコレクタ−エミッタ間には、エミッタ側からコレクタ側へ電流を流すようにダイオードがそれぞれ接続される。   Two npn-type transistors are connected in series. The npn type transistor is controlled by the MG-ECU 172. A diode is connected between the collector and emitter of each npn transistor so that a current flows from the emitter side to the collector side.

なお、npn型トランジスタとして、たとえば、IGBT(Insulated Gate Bipolar Transistor)を用いることができる。npn型トランジスタに代えて、パワーMOSFE
T(Metal Oxide Semiconductor Field-Effect Transistor)等の電力スイッチング素子
を用いることができる。
For example, an IGBT (Insulated Gate Bipolar Transistor) can be used as the npn transistor. Power MOSFE instead of npn transistor
A power switching element such as T (Metal Oxide Semiconductor Field-Effect Transistor) can be used.

バッテリ150から放電された電力を第1MG110もしくは第2MG120に供給する際、電圧がコンバータ200により昇圧される。逆に、第1MG110もしくは第2MG120により発電された電力をバッテリ150に充電する際、電圧がコンバータ200により降圧される。   When the electric power discharged from the battery 150 is supplied to the first MG 110 or the second MG 120, the voltage is boosted by the converter 200. Conversely, when charging the battery 150 with the power generated by the first MG 110 or the second MG 120, the voltage is stepped down by the converter 200.

第1インバータ210は、U相アーム、V相アームおよびW相アームを含む。U相アーム、V相アームおよびW相アームは並列に接続される。U相アーム、V相アームおよびW相アームは、それぞれ、直列に接続された2つのnpn型トランジスタを有する。各npn型トランジスタのコレクタ−エミッタ間には、エミッタ側からコレクタ側へ電流を流すダイオードがそれぞれ接続される。そして、各アームにおける各npn型トランジスタの接続点は、第1MG110の各コイルの中性点112とは異なる端部にそれぞれ接続される。   First inverter 210 includes a U-phase arm, a V-phase arm, and a W-phase arm. The U-phase arm, V-phase arm and W-phase arm are connected in parallel. Each of the U-phase arm, the V-phase arm, and the W-phase arm has two npn transistors connected in series. Between the collector and emitter of each npn-type transistor, a diode for passing a current from the emitter side to the collector side is connected. A connection point of each npn transistor in each arm is connected to an end portion different from the neutral point 112 of each coil of the first MG 110.

第1インバータ210は、バッテリ150から供給される直流電流を交流電流に変換し、第1MG110に供給する。また、第1インバータ210は、第1MG110により発電された交流電流を直流電流に変換する。   First inverter 210 converts a direct current supplied from battery 150 into an alternating current, and supplies the alternating current to first MG 110. In addition, first inverter 210 converts the alternating current generated by first MG 110 into a direct current.

第2インバータ220は、U相アーム、V相アームおよびW相アームを含む。U相アーム、V相アームおよびW相アームは並列に接続される。U相アーム、V相アームおよびW相アームは、それぞれ、直列に接続された2つのnpn型トランジスタを有する。各npn型トランジスタのコレクタ−エミッタ間には、エミッタ側からコレクタ側へ電流を流すダイオードがそれぞれ接続される。そして、各アームにおける各npn型トランジスタの接続点は、第2MG120の各コイルの中性点122とは異なる端部にそれぞれ接続される。   Second inverter 220 includes a U-phase arm, a V-phase arm, and a W-phase arm. The U-phase arm, V-phase arm and W-phase arm are connected in parallel. Each of the U-phase arm, the V-phase arm, and the W-phase arm has two npn transistors connected in series. Between the collector and emitter of each npn-type transistor, a diode for passing a current from the emitter side to the collector side is connected. A connection point of each npn transistor in each arm is connected to an end portion different from the neutral point 122 of each coil of the second MG 120.

第2インバータ220は、バッテリ150から供給される直流電流を交流電流に変換し、第2MG120に供給する。また、第2インバータ220は、第2MG120により発
電された交流電流を直流電流に変換する。
Second inverter 220 converts the direct current supplied from battery 150 into an alternating current, and supplies the alternating current to second MG 120. Second inverter 220 converts the alternating current generated by second MG 120 into a direct current.

コンバータ200、第1インバータ210および第2インバータ220は、MG−ECU172により制御される。   Converter 200, first inverter 210 and second inverter 220 are controlled by MG-ECU 172.

SMR230は、バッテリ150とコンバータ200との間に設けられる。SMR230は、バッテリ150と電気システムとを接続した状態および遮断した状態を切換えるリレーである。SMR230が開いた状態であると、バッテリ150が電気システムから遮断される。SMR230が閉じた状態であると、バッテリ150が電気システムに接続される。   SMR 230 is provided between battery 150 and converter 200. The SMR 230 is a relay that switches between a connected state and a disconnected state of the battery 150 and the electrical system. When SMR 230 is open, battery 150 is disconnected from the electrical system. When SMR 230 is closed, battery 150 is connected to the electrical system.

すなわち、SMR230が開いた状態であると、バッテリ150が、コンバータ200などから電気的に遮断される。SMR230が閉じた状態であると、バッテリ150がコンバータ200などと電気的に接続される。   That is, when SMR 230 is in an open state, battery 150 is electrically disconnected from converter 200 and the like. When SMR 230 is closed, battery 150 is electrically connected to converter 200 and the like.

SMR230の状態は、PM−ECU174により制御される。たとえば、PM−ECU174が起動すると、SMR230が閉じられる。PM−ECU174が停止する際、SMR230が開かれる。   The state of SMR 230 is controlled by PM-ECU 174. For example, when PM-ECU 174 is activated, SMR 230 is closed. When PM-ECU 174 stops, SMR 230 is opened.

図4を参照して、電気システムには、EFI−ECU170、MG−ECU172、PM−ECU174および電源ECU176に加えて、バッテリ150の電圧を監視するためのバッテリ監視ユニット240がさらに設けられる。バッテリ監視ユニット240は、バッテリ150の各セルの電圧を検出し、各セルの充電状態を監視する。   Referring to FIG. 4, the electric system is further provided with a battery monitoring unit 240 for monitoring the voltage of battery 150 in addition to EFI-ECU 170, MG-ECU 172, PM-ECU 174 and power supply ECU 176. The battery monitoring unit 240 detects the voltage of each cell of the battery 150 and monitors the charge state of each cell.

バッテリ監視ユニット240は、各セルの電圧を検出するように各セルに対して設けられた2系統の電圧検出回路251,252を含む。すなわち、各セルに対して2つの電圧検出回路251,252が設けられる。なお、図4においては、複数のセルのうちの1つのセルに対して設けられた2つの電圧検出回路251,252を代表的な例として示す。各セルに対して3つ以上の電圧検出回路を設けるようにしてもよい。   The battery monitoring unit 240 includes two systems of voltage detection circuits 251 and 252 provided for each cell so as to detect the voltage of each cell. That is, two voltage detection circuits 251 and 252 are provided for each cell. In FIG. 4, two voltage detection circuits 251 and 252 provided for one cell among a plurality of cells are shown as a representative example. Three or more voltage detection circuits may be provided for each cell.

バッテリ監視ユニット240は、バッテリ150の各セルの電圧を検出するとともに、各セルの充電状態を監視する機能に加えて、電子システム、より具体的にはバッテリ監視ユニット240自体に異常があるか否かを判定する自己診断機能を有する。   The battery monitoring unit 240 detects the voltage of each cell of the battery 150 and, in addition to the function of monitoring the charging state of each cell, whether or not there is an abnormality in the electronic system, more specifically, the battery monitoring unit 240 itself. It has a self-diagnosis function to determine whether or not.

バッテリ監視ユニット240は、2つの電圧検出回路により検出された電圧が同じであるか否かを複数のセルの各々について順番に判定し、さらに2つの電圧検出回路により検出された電圧が同じであるかを複数のセルの各々について順番に判定することを複数回実行した結果に基づいて、バッテリ監視ユニット240自体に異常があるか否かを判定する。   The battery monitoring unit 240 sequentially determines whether or not the voltages detected by the two voltage detection circuits are the same for each of the plurality of cells, and the voltages detected by the two voltage detection circuits are the same. Whether or not the battery monitoring unit 240 itself has an abnormality is determined based on the result of executing the determination for each of the plurality of cells in order several times.

すなわち、全てのセルにおいて、2つの電圧検出回路により検出された各セルの電圧が同じであるという条件が満たされたか否かが、複数回判定される。   That is, in all the cells, it is determined a plurality of times whether or not the condition that the voltages of the cells detected by the two voltage detection circuits are the same is satisfied.

たとえば、図5に示すように、全てのセルにおいて2つの電圧検出回路により検出された各セルの電圧が同じであるという条件を満たすと3回判定されると、バッテリ監視ユニット240が異常でない(正常である)と判定される。   For example, as shown in FIG. 5, if it is determined three times that the condition that the voltages of the respective cells detected by the two voltage detection circuits in all the cells are the same is satisfied, the battery monitoring unit 240 is not abnormal ( Normal).

逆に、図6に示すように、全てのセルにおいて2つの電圧検出回路により検出された各セルの電圧が同じであるという条件を満たさないと3回判定されると、バッテリ監視ユニット240が異常であると判定される。すなわち、複数のセルのうちの少なくともいずれか1つのセルにおいて、2つの電圧検出回路により検出された電圧が異なることが3回判定されると、バッテリ監視ユニット240が異常であると判定される。   Conversely, as shown in FIG. 6, if it is determined three times that the condition that the voltages of the cells detected by the two voltage detection circuits are the same in all the cells is not satisfied, the battery monitoring unit 240 is abnormal. It is determined that That is, if it is determined three times that the voltages detected by the two voltage detection circuits are different in at least one of the plurality of cells, the battery monitoring unit 240 is determined to be abnormal.

なお、3回より少ない、あるいは3回より多い所定の回数だけ、全てのセルにおいて2つの電圧検出回路により検出された各セルの電圧が同じであるという条件を満たす、あるいは満たさないと判定された場合に、バッテリ監視ユニット240が正常である、あるいは異常であると判定するようにしてもよい。その他、バッテリ監視ユニット240が異常であるか否かを判定する方法はこれらに限らない。   In addition, it is determined that the voltage of each cell detected by the two voltage detection circuits in all the cells is equal to or less than the predetermined number of times less than 3 times or more than 3 times. In this case, it may be determined that the battery monitoring unit 240 is normal or abnormal. In addition, the method for determining whether or not the battery monitoring unit 240 is abnormal is not limited thereto.

図7を参照して、PM−ECU174ならびにバッテリ監視ユニット240の機能について説明する。なお、以下に説明する機能はソフトウェアにより実現するようにしてもよく、ハードウェアにより実現するようにしてもよい。   The functions of PM-ECU 174 and battery monitoring unit 240 will be described with reference to FIG. Note that the functions described below may be realized by software or hardware.

PM−ECU174は、制御部180を含む。制御部180は、ドライバによりイグニッションスイッチ178がオンになるように操作がなされると、バッテリ監視ユニット240により異常の有無の判定が行なわれている最中でない場合に、電気システムが作動するように制御する。すなわち、電気システムが起動される。   PM-ECU 174 includes a control unit 180. When the operation is performed so that the ignition switch 178 is turned on by the driver, the control unit 180 causes the electric system to operate when the battery monitoring unit 240 is not in the middle of determining whether there is an abnormality. Control. That is, the electrical system is activated.

バッテリ監視ユニット240は、判定部182と、中断部184とを含む。判定部182は、電子システム、より具体的にはバッテリ監視ユニット240の電圧検出回路に異常があるか否かを判定する。   Battery monitoring unit 240 includes a determination unit 182 and an interruption unit 184. The determination unit 182 determines whether there is an abnormality in the electronic system, more specifically, the voltage detection circuit of the battery monitoring unit 240.

判定部182は、バッテリ監視ユニット240の2つの電圧検出回路により検出された電圧が同じであるか否かを複数のセルの各々について順番に判定する。さらに、判定部182は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かを複数回判定し、この条件を満たすと3回判定すると、バッテリ監視ユニット240が異常でない(正常である)と判定する。逆に、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たさないと3回判定されると、バッテリ監視ユニット240が異常であると判定される。   The determination unit 182 sequentially determines whether or not the voltages detected by the two voltage detection circuits of the battery monitoring unit 240 are the same for each of the plurality of cells. Further, the determination unit 182 determines whether or not a condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied a plurality of times, and determines that the condition is satisfied three times. It is determined that the unit 240 is not abnormal (normal). Conversely, if it is determined three times that the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is not satisfied, it is determined that the battery monitoring unit 240 is abnormal.

中断部184は、異常の有無の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、異常の有無の判定を中断する。   If the driver performs an operation so that the ignition switch 178 is turned on before the determination of whether there is an abnormality is completed, the interruption unit 184 interrupts the determination of whether there is an abnormality.

より具体的には、図8に示すように、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、異常の有無の判定が即時に中断される。   More specifically, as shown in FIG. 8, the ignition is performed by the driver before the first determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied. When the operation is performed so that the switch 178 is turned on, the determination of whether there is an abnormality is immediately interrupted.

これにより、電気システムに対するドライバによる操作がなされた際に電気システムが異常であるか否かを判定するために要する処理が何等完了していない場合には、異常の有無の判定を速やかに中断することができる。そのため、電気システムが作動するように速やかに制御することができる。その結果、ドライバの要求に迅速に対応することができる。   As a result, when any operation required to determine whether or not the electrical system is abnormal when an operation on the electrical system is performed by the driver, the determination of the presence or absence of the abnormality is promptly interrupted. be able to. Therefore, it is possible to quickly control the electric system to operate. As a result, it is possible to quickly respond to the driver's request.

図9に示すように、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定(1回目の判定)においてこの条件を満たすと判定された場合に、異常の有無の判定が即時に中断される。   As shown in FIG. 9, the ignition switch 178 is turned on by the driver before the second determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied. When this operation is performed, if this condition is satisfied in the first determination (first determination) whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. When the determination is made, the determination of whether there is an abnormality is immediately interrupted.

一方、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定においてこの条件を満たさないと判定された場合、異常の有無の判定が継続される。その後、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目以降の判定においてこの条件を満たすと判定された場合、異常の有無の判定が中断される。   On the other hand, if it is determined that this condition is not satisfied in the initial determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, the determination of whether there is an abnormality continues. Is done. After that, if it is determined that this condition is satisfied in the second and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is determined, whether or not there is an abnormality is determined. Interrupted.

図10に示すように、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの3回目の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が即時に中断される。   As shown in FIG. 10, the ignition switch 178 is turned on by the driver before the third determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied. When it is determined that this condition is satisfied in the second determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. The determination of the presence or absence of abnormality is immediately interrupted.

一方、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目の判定においてこの条件を満たさないと判定された場合、異常の有無の判定が継続される。その後、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの3回目以降の判定においてこの条件を満たすと判定された場合、異常の有無の判定が中断される。   On the other hand, if it is determined that this condition is not satisfied in the second determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, whether or not there is an abnormality is determined. Will continue. Thereafter, if it is determined that this condition is satisfied in the third and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, the determination of whether or not there is an abnormality is made. Interrupted.

図11に示すように、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの4回目の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの3回目の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が即時に中断される。   As shown in FIG. 11, the ignition switch 178 is turned on by the driver before the fourth determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. If it is determined that this condition is satisfied in the third determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. The determination of the presence or absence of abnormality is immediately interrupted.

一方、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの3回目の判定においてこの条件を満たさないと判定された場合、異常の有無の判定が継続される。その後、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの4回目の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が中断される。   On the other hand, if it is determined that this condition is not satisfied in the third determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, the determination as to whether there is an abnormality is made. Will continue. Thereafter, when it is determined that this condition is satisfied in the fourth determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied, the determination of whether or not there is an abnormality is made. Interrupted.

図12に示すように、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの5回目の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの4回目の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が即時に中断される。   As shown in FIG. 12, the ignition switch 178 is turned on by the driver before completing the fifth determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. If it is determined that this condition is satisfied in the fourth determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied. The determination of the presence or absence of abnormality is immediately interrupted.

すなわち、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目以降の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が即時に中断される。   That is, an operation is performed so that the ignition switch 178 is turned on by the driver before the second and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells are satisfied. When it is determined that this condition is satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, Judgment is interrupted immediately.

さらに、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目以降の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たさないと判定された場合、異常の有無の判定が継続される。その後、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目以降、より具体的には2回目から4回目の判定においてこの条件を満たすと判定された場合に、異常の有無の判定が中断される。   Further, the driver operates the ignition switch 178 to be turned on before the second and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells are satisfied. When it is determined that this condition is not satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, Judgment continues. Thereafter, if this condition is satisfied in the second and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied, more specifically, in the second to fourth determinations. When the determination is made, the determination of whether or not there is an abnormality is interrupted.

これにより、電気システムが異常でないと判定するために満たすべき要件の一部が満たされている場合には、異常の有無の判定を速やかに中断することができる。そのため、異常が無いことを暫定的に確認した上で、電気システムが作動するように速やかに制御することができる。その結果、ドライバの要求に迅速に対応することができる。   Thereby, when a part of requirements to be satisfied in order to determine that the electrical system is not abnormal is satisfied, the determination of the presence or absence of abnormality can be interrupted quickly. Therefore, after tentatively confirming that there is no abnormality, it is possible to quickly control the electric system to operate. As a result, it is possible to quickly respond to the driver's request.

なお、異常の有無の判定を中断する前に得られた判定結果(たとえばカウンタ)などを記憶しておき、後で異常の有無の判定を再開する際に繰り越して利用するようにしてもよい。   It should be noted that a determination result (for example, a counter) obtained before interrupting the determination of the presence / absence of abnormality may be stored and carried over when the determination of the presence / absence of abnormality is resumed later.

図13を参照して、PM−ECU174が実行するプログラムの制御構造について説明する。なお、以下に説明するプログラムは、たとえばPM−ECU174が電源ECU176から起動指令を受信した場合、すなわち、ドライバによりイグニッションスイッチ178がオンになるように操作がなされた場合に実行される。   A control structure of a program executed by PM-ECU 174 will be described with reference to FIG. The program described below is executed, for example, when PM-ECU 174 receives an activation command from power supply ECU 176, that is, when the driver performs an operation to turn on ignition switch 178.

S100にて、PM−ECU174は、バッテリ監視ユニット240により異常の有無の判定が行なわれている最中であるか否かを判定する。バッテリ監視ユニット240により異常の有無の判定が行なわれている最中であると(S100にてYES)、この処理は終了する。バッテリ監視ユニット240により異常の有無の判定が行なわれている最中でないと(S100にてNO)、処理はS102に移される。   In S100, PM-ECU 174 determines whether battery monitoring unit 240 is currently determining whether there is an abnormality. If battery monitoring unit 240 is determining whether there is an abnormality (YES in S100), this process ends. If battery monitoring unit 240 is not currently determining whether there is an abnormality (NO in S100), the process proceeds to S102.

S102にて、PM−ECU174は、電気システムが作動するように制御する。
図14を参照して、バッテリ監視ユニット240が実行するプログラムの制御構造(その1)について説明する。
In S102, PM-ECU 174 controls the electric system to operate.
With reference to FIG. 14, a control structure (part 1) of a program executed by battery monitoring unit 240 will be described.

S200にて、バッテリ監視ユニット240は、ドライバによりイグニッションスイッチ178がオフになるように操作がなされたか否かを判断する。ドライバによりイグニッションスイッチ178がオフになるように操作がなされると(S200にてYES)、処理はS202に移される。もしそうでないと(S200にてNO)、処理はS200に移される。   In S200, battery monitoring unit 240 determines whether or not the driver has performed an operation so that ignition switch 178 is turned off. If the driver operates to turn off ignition switch 178 (YES in S200), the process proceeds to S202. If not (NO in S200), the process proceeds to S200.

S202にて、バッテリ監視ユニット240は、バッテリ150の各セルの電圧を、各セルに対して設けられた2つの電圧検出回路を用いて順番に検出する。   In S202, battery monitoring unit 240 detects the voltage of each cell of battery 150 in turn using two voltage detection circuits provided for each cell.

S204にて、バッテリ監視ユニット240は、バッテリ150の全てのセルにおいて、2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かを判定する。バッテリ150の全てのセルにおいて、2つの電圧検出回路により検出されたそれぞれの電圧が同じであるという条件が満たされると(S204にてYES)、処理はS210に移される。もしそうでないと(S204にてNO)、処理はS220に移される。   In S204, battery monitoring unit 240 determines whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells of battery 150 is satisfied. If the condition that the respective voltages detected by the two voltage detection circuits are the same in all the cells of battery 150 is satisfied (YES in S204), the process proceeds to S210. If not (NO in S204), the process proceeds to S220.

S210にて、バッテリ監視ユニット240は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすと3回判定したか否かを判定する。全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすと3回判定された場合(S210にてYES)、処理はS212に移される。もしそうでないと(S210にてNO)、処理はS202に戻される。   In S210, battery monitoring unit 240 determines whether or not the determination is made three times when the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. If it is determined three times that the condition that the voltages detected by the two voltage detection circuits are the same in all the cells is satisfied (YES in S210), the process proceeds to S212. If not (NO in S210), the process returns to S202.

S212にて、バッテリ監視ユニット240は、バッテリ監視ユニット240が異常でない(正常である)と判定する。その後、この処理は終了する。   In S212, battery monitoring unit 240 determines that battery monitoring unit 240 is not abnormal (normal). Thereafter, this process ends.

S220にて、バッテリ監視ユニット240は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たさないと3回判定したか否かを判定する。すなわち、複数のセルのうちの少なくともいずれか1つのセルにおいて、2つの電圧検出回路により検出された電圧が異なると3回判定されたか否かが判定される。   In S220, battery monitoring unit 240 determines whether or not it is determined three times that the condition that the voltages detected by the two voltage detection circuits are the same in all cells is not satisfied. That is, it is determined whether or not at least one of the plurality of cells has been determined three times when the voltages detected by the two voltage detection circuits are different.

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たさないと3回判定された場合(S220にてYES)、処理はS222に移される。もしそうでないと(S220にてNO)、処理はS202に戻される。   If it is determined three times that the condition that the voltages detected by the two voltage detection circuits are the same in all cells is not satisfied (YES in S220), the process proceeds to S222. If not (NO in S220), the process returns to S202.

S222にて、バッテリ監視ユニット240は、バッテリ監視ユニット240が異常であると判定する。その後、この処理は終了する。   In S222, battery monitoring unit 240 determines that battery monitoring unit 240 is abnormal. Thereafter, this process ends.

図15を参照して、バッテリ監視ユニット240が実行するプログラムの制御構造(その2)について説明する。   With reference to FIG. 15, the control structure (part 2) of the program executed by battery monitoring unit 240 will be described.

S230にて、バッテリ監視ユニット240は、バッテリ監視ユニット240の異常の有無を判定している最中であるか否かを判断する。すなわち、異常の有無の判定が完了する前であるか否かが判定される。バッテリ監視ユニット240の異常の有無を判定している最中であると(S230にてYES)、処理はS232に移される。もしそうでないと(S230にてNO)、この処理は終了する。   In S230, battery monitoring unit 240 determines whether battery monitoring unit 240 is in the process of determining whether there is an abnormality. That is, it is determined whether or not it is before the determination of the presence or absence of abnormality is completed. If it is in the middle of determining whether battery monitoring unit 240 is abnormal (YES in S230), the process proceeds to S232. Otherwise (NO at S230), this process ends.

S232にて、バッテリ監視ユニット240は、ドライバによりイグニッションスイッチ178がオンになるように操作がなされたか否かを判断する。ドライバによりイグニッションスイッチ178がオンになるように操作がなされると(S232にてYES)、処理はS240に移される。もしそうでないと(S232にてNO)、処理はS230に戻される。   In S232, battery monitoring unit 240 determines whether or not an operation has been performed by driver so that ignition switch 178 is turned on. If the driver operates to turn on ignition switch 178 (YES in S232), the process proceeds to S240. If not (NO in S232), the process returns to S230.

S240にて、バッテリ監視ユニット240は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされたか否かを判定する。   In S240, the battery monitoring unit 240 determines that the ignition switch 178 is turned on by the driver before the first determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. It is determined whether or not an operation has been performed to turn it on.

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると(S240にてYES)、処理はS250に移される。もしそうでないと(S240にてNO)、処理はS242に移される。   When an operation is performed so that the ignition switch 178 is turned on by the driver before the initial determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied is completed. (YES in S240), the process proceeds to S250. If not (NO in S240), the process proceeds to S242.

S242にて、バッテリ監視ユニット240は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たすと判定されたか否かを判定する。   In S242, whether or not battery monitoring unit 240 has determined that this condition is satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits in all cells are the same is satisfied. Determine.

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たすと判定された場合(S242にてYES)、処理はS250に移される。もしそうでないと(S242にてNO)、処理はS244に移される。   If it is determined that this condition is satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied (YES in S242), the process proceeds to S250. Moved. If not (NO in S242), the process proceeds to S244.

S244にて、バッテリ監視ユニット240は、異常の有無の判定を継続する。S246にて、バッテリ監視ユニット240は、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目から4回目までの判定においてこの条件を満たすと判定されたか否かを判断する。   In S244, battery monitoring unit 240 continues to determine whether there is an abnormality. In S246, battery monitoring unit 240 satisfies this condition in the second to fourth determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. It is determined whether it has been determined.

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目から4回目までの判定においてこの条件を満たすと判定された場合(S244にてYES)、処理はS250に移される。もしそうでないと(S244にてNO)、処理はS230に戻される。   When it is determined that this condition is satisfied in the second to fourth determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied (YES in S244). The process proceeds to S250. If not (NO in S244), the process returns to S230.

S250にて、バッテリ監視ユニット240は、異常の有無の判定を中断する。
以上のような構造およびフローチャートに基づく、本実施の形態におけるPM−ECU174ならびにバッテリ監視ユニット240の動作について説明する。
In S250, battery monitoring unit 240 interrupts the determination of whether there is an abnormality.
The operation of PM-ECU 174 and battery monitoring unit 240 in the present embodiment based on the above-described structure and flowchart will be described.

たとえば、ドライバがハイブリッド車を用いて移動した後、降車する際にドライバによりイグニッションスイッチ178がオフになるように操作がなされると(S200にてYES)、バッテリ150の充電状態を監視するバッテリ監視ユニット240の自己診断機能により、バッテリ150の各セルの電圧が、各セルに対して設けられた2つの電圧検出回路を用いて順番に検出される(S202)。   For example, when the driver moves using a hybrid vehicle and then gets off the vehicle, when the driver operates to turn off ignition switch 178 (YES in S200), battery monitoring for monitoring the charging state of battery 150 is performed. By the self-diagnosis function of the unit 240, the voltage of each cell of the battery 150 is sequentially detected using two voltage detection circuits provided for each cell (S202).

バッテリ150の全てのセルにおいて、2つの電圧検出回路により検出されたそれぞれの電圧が同じであるという条件が満たされると(S204にてYES)、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすと3回判定されたか否かが判定される(S210)。   When the condition that the respective voltages detected by the two voltage detection circuits are the same in all the cells of battery 150 is satisfied (YES in S204), the detection is performed by the two voltage detection circuits in all the cells. If the condition that the voltages are the same is satisfied, it is determined whether or not three determinations have been made (S210).

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすと3回判定された場合(S210にてYES)、バッテリ監視ユニット240が異常でない(正常である)と判定される(S212)。すなわち、バッテリ監視ユニット240が正常であることが確定される。   If the condition that the voltages detected by the two voltage detection circuits in all the cells are the same is determined three times (YES in S210), it is determined that battery monitoring unit 240 is not abnormal (normal). (S212). That is, it is determined that the battery monitoring unit 240 is normal.

逆に、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たさないと3回判定された場合(S220にてYES)、バッテリ監視ユニット240が異常であると判定される(S222)。すなわち、バッテリ監視ユニット240が異常であることが確定される。   Conversely, if it is determined three times that the condition that the voltages detected by the two voltage detection circuits are the same in all cells is not satisfied (YES in S220), it is determined that battery monitoring unit 240 is abnormal. (S222). That is, it is determined that the battery monitoring unit 240 is abnormal.

これにより、バッテリ監視ユニット240の異常の有無を、イグニッションスイッチ178がオフにされる度に判定することができる。   Thereby, the presence or absence of abnormality of the battery monitoring unit 240 can be determined every time the ignition switch 178 is turned off.

一方、ドライバによりイグニッションスイッチ178がオンになるように操作がなされた場合、バッテリ監視ユニット240により異常の有無の判定が行なわれている最中でなければ(S100にてNO)、電気システムが作動するように制御される(S102)。すなわち電気システムが起動される。   On the other hand, when an operation is performed so that ignition switch 178 is turned on by the driver, if the presence or absence of abnormality is not being determined by battery monitoring unit 240 (NO in S100), the electric system is activated. Control is performed (S102). That is, the electrical system is activated.

したがって、たとえばイグニッションスイッチ178が一旦オフになるように操作がなされた後、すぐにオンになるように操作がなされた場合、バッテリ監視ユニット240により異常の有無の判定が行なわれている最中であることにより電気システムの起動が遅れ得る。   Therefore, for example, when the operation is performed so that the ignition switch 178 is once turned off and then immediately turned on, the battery monitoring unit 240 is determining whether or not there is an abnormality. Some can delay the startup of the electrical system.

そこで、バッテリ監視ユニット240が異常の有無を判定している最中に(S230にてYES)、ドライバによりイグニッションスイッチ178がオンになるように操作がなされると(S232にてYES)、所定の条件が満たされた場合に異常の有無の判定が中断される(S250)。   Therefore, while the battery monitoring unit 240 is determining whether or not there is an abnormality (YES in S230), if the driver performs an operation to turn on the ignition switch 178 (YES in S232), a predetermined When the condition is satisfied, the determination of whether there is an abnormality is interrupted (S250).

すなわち、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの初回の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると(S240にてYES)、バッテリ監視ユニット240による異常の有無の判定が中断される(S250)。   In other words, the driver performs an operation so that the ignition switch 178 is turned on before the initial determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. Then (YES in S240), determination of presence / absence of abnormality by battery monitoring unit 240 is interrupted (S250).

全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目以降の判定が完了する前にドライバによりイグニッションスイッチ178がオンになるように操作がなされると(S240にてNO)、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たすと判定された場合(S242にてYES)に、バッテリ監視ユニット240による異常の有無の判定が中断される(S250)。   The driver performs an operation so that the ignition switch 178 is turned on before completing the second and subsequent determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied. Then (NO in S240), when it is determined that this condition is satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied (S242). At YES), the battery monitoring unit 240 determines whether there is an abnormality (S250).

一方、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの前回の判定においてこの条件を満たさないと判定された場合(S242にてNO)、異常の有無の判定が継続される(S244)。   On the other hand, if it is determined that this condition is not satisfied in the previous determination as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied (NO in S242), an abnormality occurs. The determination of the presence or absence of is continued (S244).

その後、全てのセルにおいて2つの電圧検出回路により検出された電圧が同じであるという条件を満たすか否かの2回目から4回目までの判定においてこの条件を満たすと判定された場合(S246にてYES)、バッテリ監視ユニット240による異常の有無の判定が中断される(S250)。   Thereafter, when it is determined that this condition is satisfied in the second to fourth determinations as to whether or not the condition that the voltages detected by the two voltage detection circuits are the same in all cells is satisfied (in S246). YES), determination of the presence or absence of abnormality by the battery monitoring unit 240 is interrupted (S250).

これにより、電気システムに対するドライバによる操作がなされた場合には、電気システムが作動するように制御することができる。そのため、操作者の要求に迅速に対応することができる。   Thereby, when operation by the driver with respect to an electric system is made, it can control to operate an electric system. Therefore, it is possible to quickly respond to the operator's request.

今回開示された実施の形態は、すべての点で例示であって制限的なものではないと考えられるべきである。本発明の範囲は上記した説明ではなくて特許請求の範囲によって示さ
れ、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。
The embodiment disclosed this time should be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

ハイブリッド車を示す概略構成図である。It is a schematic block diagram which shows a hybrid vehicle. 動力分割機構の共線図を示す図である。It is a figure which shows the alignment chart of a power split device. ハイブリッド車の電気システムを示す図(その1)である。It is a figure (the 1) which shows the electric system of a hybrid vehicle. ハイブリッド車の電気システムを示す図(その2)である。FIG. 2 is a second diagram illustrating an electrical system of a hybrid vehicle. バッテリ監視ユニットが正常である場合の判定結果の組合せを示す図である。It is a figure which shows the combination of the determination result in case a battery monitoring unit is normal. バッテリ監視ユニットが異常である場合の判定結果の組合せを示す図である。It is a figure which shows the combination of the determination result in case a battery monitoring unit is abnormal. PM−ECUならびにバッテリ監視ユニットの機能ブロック図である。It is a functional block diagram of PM-ECU and a battery monitoring unit. バッテリ監視ユニットによる判定結果の組合せを示す図(その1)である。It is FIG. (1) which shows the combination of the determination result by a battery monitoring unit. バッテリ監視ユニットによる判定結果の組合せを示す図(その2)である。It is a figure (the 2) which shows the combination of the determination result by a battery monitoring unit. バッテリ監視ユニットによる判定結果の組合せを示す図(その3)である。It is FIG. (3) which shows the combination of the determination result by a battery monitoring unit. バッテリ監視ユニットによる判定結果の組合せを示す図(その4)である。It is FIG. (The 4) which shows the combination of the determination result by a battery monitoring unit. バッテリ監視ユニットによる判定結果の組合せを示す図(その5)である。It is FIG. (5) which shows the combination of the determination result by a battery monitoring unit. PM−ECUが実行するプログラムの制御構造を示すフローチャートである。It is a flowchart which shows the control structure of the program which PM-ECU performs. バッテリ監視ユニットが実行するプログラムの制御構造を示すフローチャート(その1)である。It is a flowchart (the 1) which shows the control structure of the program which a battery monitoring unit performs. バッテリ監視ユニットが実行するプログラムの制御構造を示すフローチャート(その2)である。It is a flowchart (the 2) which shows the control structure of the program which a battery monitoring unit performs.

符号の説明Explanation of symbols

100 エンジン、110 第1MG、120 第2MG、130 動力分割機構、140 減速機、150 バッテリ、160 前輪、170 EFI−ECU、172 MG−ECU、174 PM−ECU、176 電源ECU、178 イグニッションスイッチ、180 制御部、182 判定部、184 中断部、200 コンバータ、210 第1インバータ、220 第2インバータ、230 SMR、240 バッテリ監視ユニット、251,252 電圧検出回路。   100 Engine, 110 1st MG, 120 2nd MG, 130 Power split mechanism, 140 Reducer, 150 Battery, 160 Front wheel, 170 EFI-ECU, 172 MG-ECU, 174 PM-ECU, 176 Power supply ECU, 178 Ignition switch, 180 Control unit, 182 determination unit, 184 interruption unit, 200 converter, 210 first inverter, 220 second inverter, 230 SMR, 240 battery monitoring unit, 251, 252 voltage detection circuit.

Claims (3)

システムの異常の有無を判定するための判定手段と、
前記システムに対する操作者による操作がなされると、異常の有無の判定が行なわれている最中でない場合に、前記システムが作動するように制御するための手段と、
異常の有無の判定が完了する前に操作者による操作がなされると、異常の有無の判定を中断するための手段とを備え、
前記判定手段は、予め定められた条件を満たすか否かを複数回判定し、前記条件を満たすと予め定められた回数だけ判定された場合に異常が無いと判定し、前記条件を満たさないと前記予め定められた回数だけ判定された場合に異常が有ると判定するための手段を含み、
前記中断手段は、
前記条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、前記条件を満たすか否かの前回の判定において前記条件を満たさないと判定された場合に、異常の有無の判定を継続するための手段と、
前記条件を満たすか否かの2回目以降の判定において前記条件を満たすと判定された場合に異常の有無の判定を中断するための手段とを含む、システムの制御装置。
A determination means for determining whether or not the system is abnormal;
Means for controlling the system to operate when it is not in the process of determining whether there is an abnormality when the operator performs an operation on the system;
Means for interrupting the determination of the presence or absence of an abnormality when an operation by the operator is made before the determination of the presence or absence of an abnormality is completed,
The determination means determines whether or not a predetermined condition is satisfied a plurality of times, and determines that there is no abnormality when the predetermined condition is determined a predetermined number of times and the condition is not satisfied. Means for determining that there is an abnormality when determined a predetermined number of times;
The interruption means is
If it is determined that the condition is not satisfied in the previous determination as to whether or not the condition is satisfied, if an operation by the operator is performed before the second or subsequent determination as to whether or not the condition is satisfied. Means for continuing to determine whether there is an abnormality,
And means for interrupting the determination of the presence or absence of abnormality when it is determined that the condition is satisfied in the determination of the second and subsequent whether the condition is satisfied, the control device of the system.
前記システムは、複数のセルから構成される組電池が設けられるとともに、各前記セルの電圧を検出する回路が各前記セルに対して複数設けられた電気システムであって、
前記判定手段は、前記複数の回路により各前記セルの電圧を順番に検出することを複数回実行するための手段を含み、
前記条件は、全てのセルにおいて、前記複数の回路により検出された各前記セルの電圧が同じであるという条件である、請求項に記載のシステムの制御装置。
The system is an electrical system in which an assembled battery including a plurality of cells is provided, and a plurality of circuits for detecting the voltage of each of the cells are provided for each of the cells,
The determination means includes means for executing a plurality of times that the voltages of the cells are sequentially detected by the plurality of circuits,
2. The system control device according to claim 1 , wherein the condition is a condition that a voltage of each of the cells detected by the plurality of circuits is the same in all cells.
複数のセルから構成される組電池が設けられるとともに、各前記セルの電圧を検出する回路が各前記セルに対して複数設けられたシステムの制御装置であって、
前記複数の回路により各前記セルの電圧を順番に検出することを複数回実行するとともに、全てのセルにおいて、前記複数の回路により検出された各前記セルの電圧が同じであるという条件を満たすか否かを複数回判定し、前記条件を満たすと予め定められた回数だけ判定された場合に前記システムに異常が無いと判定し、前記条件を満たさないと前記予め定められた回数だけ判定された場合に前記システムに異常が有ると判定するための判定手段と、
前記システムに対する操作者による操作がなされると、前記システムの異常の有無の判定が行なわれている最中でない場合に、前記システムが作動するように制御するための制御手段と、
前記条件を満たすか否かの2回目以降の判定が完了する前に操作者による操作がなされると、前記条件を満たすか否かの前回の判定において前記条件を満たさないと判定された場合に、異常の有無の判定を継続し、前記条件を満たすか否かの2回目以降の判定において前記条件を満たすと判定された場合に異常の有無の判定を中断するための中断手段とを備える、システムの制御装置。
A control apparatus for a system in which a battery pack including a plurality of cells is provided, and a plurality of circuits for detecting the voltage of each of the cells is provided for each of the cells,
Whether the voltage of each of the cells is sequentially detected by the plurality of circuits a plurality of times and whether the voltage of each of the cells detected by the plurality of circuits is the same in all cells It is determined whether or not a plurality of times, and it is determined that there is no abnormality in the system when it is determined a predetermined number of times when the condition is satisfied, and the predetermined number of times is determined when the condition is not satisfied. A determination means for determining that there is an abnormality in the system,
Control means for controlling the system to operate when it is not in the process of determining whether there is an abnormality in the system when an operation is performed on the system by the operator;
If it is determined that the condition is not satisfied in the previous determination as to whether or not the condition is satisfied, if an operation by the operator is performed before the second or subsequent determination as to whether or not the condition is satisfied. Continuation of the determination of the presence or absence of abnormality, provided with interruption means for interrupting the determination of the presence or absence of abnormality when it is determined that the condition is satisfied in the second or subsequent determination of whether or not the condition is satisfied, System control unit.
JP2008301221A 2008-11-26 2008-11-26 System control unit Expired - Fee Related JP5270314B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008301221A JP5270314B2 (en) 2008-11-26 2008-11-26 System control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008301221A JP5270314B2 (en) 2008-11-26 2008-11-26 System control unit

Publications (2)

Publication Number Publication Date
JP2010129298A JP2010129298A (en) 2010-06-10
JP5270314B2 true JP5270314B2 (en) 2013-08-21

Family

ID=42329555

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008301221A Expired - Fee Related JP5270314B2 (en) 2008-11-26 2008-11-26 System control unit

Country Status (1)

Country Link
JP (1) JP5270314B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112011105036T5 (en) * 2011-03-16 2014-01-02 Toyota Jidosha Kabushiki Kaisha Vehicle and deterioration diagnostic method for an energy storage device
JP7024444B2 (en) * 2018-01-26 2022-02-24 トヨタ自動車株式会社 Electric vehicle

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0743062A (en) * 1993-08-02 1995-02-10 Nippon Container Asooto Kk Monitor for freezer-refrigerator
JP3296385B2 (en) * 1994-07-06 2002-06-24 ミツミ電機株式会社 Battery voltage detection circuit
JP3698089B2 (en) * 2001-10-29 2005-09-21 日産自動車株式会社 Battery control device
JP4270196B2 (en) * 2005-11-09 2009-05-27 トヨタ自動車株式会社 Battery condition diagnostic device
JP4749190B2 (en) * 2006-03-24 2011-08-17 三洋電機株式会社 Welding detection method for discriminating welding of power supply device for vehicle and contactor of this power supply device
JP4724047B2 (en) * 2006-05-30 2011-07-13 パナソニック株式会社 Charging system, battery pack and charging method thereof

Also Published As

Publication number Publication date
JP2010129298A (en) 2010-06-10

Similar Documents

Publication Publication Date Title
JP5716694B2 (en) Electric vehicle
JP2001069607A (en) Hybrid vehicle controller
JP2009201194A (en) Device and method for detecting abnormal condition of rotary electric machine
US20150069938A1 (en) Hybrid vehicle and method for controlling hybrid vehicle
JP5299525B2 (en) Control system abnormality determination device and abnormality determination method
JP2014184910A (en) Controller for vehicle
US10658965B2 (en) Motor vehicle
JP2011057117A (en) Hybrid vehicle
JP4311372B2 (en) Hybrid vehicle
JP5136602B2 (en) Electronic control unit
JP5747988B2 (en) Vehicle, vehicle control method and control device
JP2011211839A (en) Drive unit of electric vehicle
JP2013207831A (en) Electric vehicle
JP2010070030A (en) Control device for vehicle
US20150015168A1 (en) Vehicular driving system
JP6365054B2 (en) Electric vehicle
JP5270314B2 (en) System control unit
JP2012187959A (en) Hybrid vehicle
EP3030448A2 (en) Vehicle control device
JP2016111781A (en) Power conversion device
JP2012075228A (en) Apparatus for diagnosing cooling system
JP2009118675A (en) Vehicle controller
JP2017047846A (en) Hybrid vehicle
JP2014189252A (en) Vehicle controller
JP2016020172A (en) Hybrid vehicle

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20100805

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20100805

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110404

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130205

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130311

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130509

R151 Written notification of patent or utility model registration

Ref document number: 5270314

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees