JP5130101B2 - Shift speed determination device, shift speed determination method, and shift speed determination program - Google Patents
Shift speed determination device, shift speed determination method, and shift speed determination program Download PDFInfo
- Publication number
- JP5130101B2 JP5130101B2 JP2008105728A JP2008105728A JP5130101B2 JP 5130101 B2 JP5130101 B2 JP 5130101B2 JP 2008105728 A JP2008105728 A JP 2008105728A JP 2008105728 A JP2008105728 A JP 2008105728A JP 5130101 B2 JP5130101 B2 JP 5130101B2
- Authority
- JP
- Japan
- Prior art keywords
- gear ratio
- gear
- speed
- average
- standard deviation
- 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.)
- Active
Links
Images
Landscapes
- Control Of Transmission Device (AREA)
Description
本発明は、変速機が備える複数の変速段が切り替えられて走行する自動車に搭載され、走行中の変速段を判定する変速段判定装置に関する。また、本発明は、この自動車で用いられる変速段判定方法、及び、変速段判定プログラムに関する。 The present invention relates to a shift speed determination device that is mounted on an automobile that travels by switching a plurality of shift speeds included in a transmission, and that determines a shift speed during travel. The present invention also relates to a shift speed determination method and a shift speed determination program used in the automobile.
上述の変速段判定装置を備えるものとして、本発明者らは、特許文献1に示す運転支援装置を提案している。この運転支援装置は、自動車の走行中の速度、エンジン回転数、アクセル開度、及び、燃料消費量等の走行状態情報を検出して走行中のギヤ比(即ち、速度÷エンジン回転数)を算出したのち、この走行中のギヤ比から走行中の変速段を判定し(即ち、変速段判定動作)、走行中の変速段の1つ上の変速段及び1つ下の変速段に切り替えたときの推定燃料消費量をそれぞれ算出して上述の走行中の燃料消費量と比較し、推定燃料消費量のほうが少なければ変速段の切替を運転者に指示する(即ち、変速段切替指示動作)ものである。つまり、この運転支援装置は、上述した変速段判定動作を行う変速段判定装置と、上述した変速段切替指示動作を行う変速段切替指示装置と、が一体に構成されている。
The present inventors have proposed the driving support device shown in
この運転支援装置の変速段切替指示装置が行う推定燃料消費量の算出には、ニューラルネットワークとファジィ推論とを融合した公知のファジィ化ニューロが用いられている。そして、このファジィ化ニューロは学習機能を備えており、上述した変速段判定装置にて判定された走行中の変速段におけるギヤ比、自動車の負荷状態を示す負荷係数(即ち、アクセル開度÷エンジン回転数)、及び、燃料消費量、からなる入力データセットを入力とし、燃料消費量及びアクセル開度を出力とした学習が行われ、その学習結果を用いて推定燃料消費量の算出が行われる。つまり、走行中に行われる学習により、その自動車に対応した速度、負荷係数、及び、ギヤ比と、燃料消費量及びアクセル開度と、の関係を得ることができ、そのため、予めこれらの関係を示す情報を作成する必要が無いので、装置のコストダウンを図るとともに、汎用性が向上して自動車を選ばず搭載することができた。 A known fuzzy neuro that combines a neural network and fuzzy reasoning is used for calculation of the estimated fuel consumption performed by the gear change instruction device of the driving support device. This fuzzy neuro has a learning function, and the gear ratio at the running gear determined by the gear determining device described above, the load coefficient indicating the load state of the vehicle (ie, accelerator opening / engine The learning is performed with the input data set consisting of the number of revolutions) and the fuel consumption as input, the fuel consumption and the accelerator opening as outputs, and the estimated fuel consumption is calculated using the learning results. . In other words, the learning that is performed during driving can obtain the relationship between the speed, load coefficient, and gear ratio corresponding to the vehicle, the fuel consumption, and the accelerator opening. Since it is not necessary to create the information to be shown, the cost of the apparatus was reduced, and the versatility was improved, so that the vehicle could be installed without choosing an automobile.
また、この運転支援装置の変速段判定装置では、速度及びエンジン回転数から算出される走行中のギヤ比から、この走行中のギヤ比が対応する走行中の変速段を判定している。このギヤ比は、例えば、車両のクラッチが接続されているときは、速度とエンジン回転数とは互いに比例関係にあるためほぼ一定となるが、クラッチが接続されていないとき、若しくは、半クラッチのときは、速度とエンジン回転数とは必ずしも比例関係とはならず、走行中のギヤ比の値にばらつきが生じる。そして、上述したファジィ化ニューロはこのようなばらつきを有する値が属する集合を判定するのに適したものであり、この変速段判定装置においても、このファジィ化ニューロを用いて、ばらつきが生じるギヤ比から走行中の変速段を判定する構成が考えられる。そして、このファジィ化ニューロは、上記と同様に走行中の変速段についても学習することができるので、この変速段判定装置による走行中の変速段の判定にファジィ化ニューロを用いることで、予め走行中の変速段の判定に必要な情報を作成する必要が無くなり、そのため、コストダウンを図るとともに、汎用性が向上して自動車を選ばず搭載することができた。
しかしながら、上述した運転支援装置(即ち、変速段判定装置)で用いられるファジィ化ニューロはその処理が非常に複雑であるので、走行中の変速段の判定に時間がかかるとともに、走行中の変速段の判定のためのプログラムのサイズが大きくなってしまうという問題があった。そのため、高速なCPUや大容量メモリが必要となり、運転支援装置のコストダウンを妨げてしまっていた。 However, since the processing of the fuzzy neuron used in the above-described driving support device (that is, the shift speed determination device) is very complicated, it takes time to determine the shift speed during travel and the shift speed during travel. There has been a problem that the size of the program for the determination becomes large. For this reason, a high-speed CPU and a large-capacity memory are required, which hinders cost reduction of the driving support device.
本発明は、上記課題に係る問題を解決することを目的としている。即ち、本発明は、走行中の変速段の判定を簡素化して、判定を高速に行うことができるとともに、走行中の変速段の判定のためのプログラムのサイズを小さくできる変速段判定装置を提供することを目的としている。また、変速段判定装置で用いられる変速段判定方法、及び、変速段判定プログラムを提供することを目的としている。 The present invention aims to solve the above problems. That is, the present invention provides a gear position determination device that simplifies the determination of the gear position during traveling, can perform the determination at high speed, and can reduce the size of a program for determining the gear position during traveling. The purpose is to do. It is another object of the present invention to provide a shift speed determination method and a shift speed determination program used in a shift speed determination device.
本発明者らは、変速段とギヤ比との関係に着目し、自動車の様々な走行状態における変速段及びギヤ比に関するデータを大量に収集して、それらデータについて鋭意検討を重ねた結果、速度及びエンジン回転数から算出された走行中のギヤ比のばらつきが、それぞれの変速段において正規分布する傾向にあることを見いだした。このことから、変速段毎のギヤ比の平均及び標準偏差を用いることによって、走行中のギヤ比から走行中の変速段を判定することが可能であることが判明した。 The inventors of the present invention focused on the relationship between the shift speed and the gear ratio, collected a large amount of data on the shift speed and gear ratio in various driving states of the automobile, and as a result of earnestly examining these data, It was also found that the variation in the gear ratio during traveling calculated from the engine speed tends to be normally distributed at each gear stage. From this, it has been found that the gear stage during traveling can be determined from the gear ratio during traveling by using the average and standard deviation of the gear ratio for each gear stage.
上記目的を達成するために、請求項1に記載された発明は、図1の基本構成図に示すように、変速機が備える複数の変速段が切り替えられて走行する自動車の変速段判定装置において、前記変速段毎のギヤ比の基準平均及び前記ギヤ比の基準標準偏差が記憶された記憶手段10dと、前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出手段10a1と、前記走行状態情報検出手段10a1によって検出された前記速度及び前記エンジン回転数から走行中の前記ギヤ比を算出するギヤ比算出手段10a2と、前記ギヤ比算出手段10a2によって算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出手段10a3と、前記ギヤ比情報算出手段10a3によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、前記記憶手段に記憶された前記ギヤ比の前記基準平均及び前記ギヤ比の前記基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定手段10a4と、を有していることを特徴とする変速段判定装置である。
請求項2に記載された発明は、請求項1に記載された発明において、前記変速段判定手段が、前記ギヤ比情報算出手段によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差で規定される範囲と、前記記憶手段に記憶された前記ギヤ比の前記基準平均及び前記ギヤ比の前記基準標準偏差で規定される範囲とが重なったとき、走行中の前記変速段を前記基準平均及び前記基準標準偏差に対応する変速段であると判定するように構成されていることを特徴とするものである。
In order to achieve the above object, according to a first aspect of the present invention, as shown in the basic configuration diagram of FIG. 1, in a shift stage determination device for an automobile that travels by switching a plurality of shift stages included in a transmission. A storage means 10d for storing a reference average of the gear ratio for each shift stage and a reference standard deviation of the gear ratio; a traveling state information detecting means 10a1 for detecting a speed and an engine speed during traveling of the automobile; Gear ratio calculating means 10a2 for calculating the gear ratio during traveling from the speed and the engine speed detected by the traveling state information detecting means 10a1, and the gear during traveling calculated by the gear ratio calculating means 10a2. Gear ratio information calculation means for storing a predetermined number of ratios and calculating an average of the gear ratios and a standard deviation of the gear ratios based on the stored predetermined number of the gear ratios 0a3, the average of the running gear ratio and the standard deviation of the gear ratio calculated by the gear ratio information calculating unit 10a3, the reference average of the gear ratio and the gear stored in the storage unit A shift speed determination device comprising: a shift speed determination means 10a4 that compares the reference standard deviation of the ratio to determine the shift speed during traveling.
According to a second aspect of the present invention, in the first aspect of the present invention, the gear stage determination unit is configured to calculate the average of the gear ratio during traveling and the gear ratio calculated by the gear ratio information calculation unit. When the range defined by the standard deviation of the vehicle and the range defined by the standard average deviation of the gear ratio and the standard standard deviation of the gear ratio stored in the storage means overlap. The stage is configured to be determined to be a shift stage corresponding to the reference average and the reference standard deviation.
請求項3に記載された発明は、請求項1又は2に記載された発明において、図1の基本構成図に示すように、前記変速段判定手段10a4によって走行中の前記変速段が判定されたとき、走行中の前記変速段に対応して前記記憶手段10dに記憶された前記ギヤ比の前記基準平均及び前記ギヤ比の前記基準標準偏差と、前記ギヤ比情報算出手段10a3によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差とを統合し、走行中の前記変速段に対応する前記ギヤ比の前記基準平均及び前記ギヤ比の前記基準標準偏差として前記記憶手段に記憶させるギヤ比情報統合手段10a5を有していることを特徴とするものである。
In the invention described in
請求項4に記載された発明は、請求項1〜3のいずれか一項に記載された発明において、図1の基本構成図に示すように、走行中のアクセル開度を検出するアクセル開度検出手段10a6と、前記アクセル開度検出手段10a6によって検出された前記アクセル開度がその直前に検出された前記アクセル開度以上であり、且つ、前記走行状態情報検出手段10a1によって検出された前記速度がその直前に検出された前記速度以上であることを判定する走行状態判定手段10a7と、を有し、前記ギヤ比情報算出手段10a3が、前記走行状態判定手段10a7によって、前記アクセル開度検出手段10a6により検出された前記アクセル開度がその直前に検出された前記アクセル開度以上であり、且つ、前記走行状態情報検出手段10a1により検出された前記速度がその直前に検出された前記速度以上であることが判定されているときに連続して蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を算出する手段であることを特徴とするものである。 According to a fourth aspect of the present invention, in the invention according to any one of the first to third aspects, as shown in the basic configuration diagram of FIG. The accelerator opening detected by the detecting means 10a6 and the accelerator opening detecting means 10a6 is equal to or greater than the accelerator opening detected immediately before, and the speed detected by the traveling state information detecting means 10a1 Traveling state determination means 10a7 for determining that the speed is equal to or higher than the speed detected immediately before, the gear ratio information calculation means 10a3 is configured to detect the accelerator opening degree detection means by the traveling state determination means 10a7. The accelerator opening detected by 10a6 is equal to or greater than the accelerator opening detected immediately before, and the traveling state information detecting means 10a1 The average of the gear ratios during traveling based on the predetermined number of gear ratios continuously accumulated when it is determined that the speed detected by the vehicle is greater than or equal to the speed detected immediately before It is a means for calculating the standard deviation of the gear ratio.
請求項5に記載された発明は、変速機が備える複数の変速段が切り替えられて走行する自動車の変速段判定方法であって、前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出工程と、前記走行状態情報検出工程で検出された前記速度及び前記エンジン回転数から走行中のギヤ比を算出するギヤ比算出工程と、前記ギヤ比算出工程で算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出工程と、前記ギヤ比情報算出工程で算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、予め定められた前記変速段毎の前記ギヤ比の基準平均及び前記ギヤ比の基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定工程と、を順次有していることを特徴とする変速段判定方法である。 The invention described in claim 5 is a method for determining a shift stage of an automobile that travels by switching a plurality of shift stages provided in the transmission, and is a traveling state in which the traveling speed and engine speed of the automobile are detected. An information detection step, a gear ratio calculation step for calculating a gear ratio during traveling from the speed and the engine speed detected in the traveling state information detection step, and the traveling during calculation calculated in the gear ratio calculation step A gear ratio information calculating step for storing a predetermined number of gear ratios, calculating an average of the gear ratios during running and a standard deviation of the gear ratio based on the stored predetermined number of the gear ratios, and the gear ratio information calculating step The average of the gear ratio during traveling and the standard deviation of the gear ratio calculated in the above are collated with a reference average of the gear ratio and a reference standard deviation of the gear ratio for each predetermined gear position. ,Running A gear position judging method characterized in that it successively anda gear position determination step of determining the shift speed.
請求項6に記載された発明は、変速機が備える複数の変速段が切り替えられて走行する自動車の変速段判定装置のコンピュータを、前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出手段、前記走行状態情報検出手段によって検出された前記速度及び前記エンジン回転数から走行中の前記ギヤ比を算出するギヤ比算出手段、前記ギヤ比算出手段によって算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出手段、及び、前記ギヤ比情報算出手段によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、予め定められた前記変速段毎のギヤ比の基準平均及び前記ギヤ比の基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定手段と、して機能させることを特徴とする変速段判定プログラムである。 According to a sixth aspect of the present invention, there is provided a driving state in which a computer of a shift stage determination device for an automobile traveling with a plurality of shift stages provided in a transmission is detected, and a traveling state in which the speed and engine speed during traveling of the automobile are detected. Information detecting means, gear ratio calculating means for calculating the gear ratio during traveling from the speed and engine speed detected by the traveling state information detecting means, and the gear during traveling calculated by the gear ratio calculating means Gear ratio information calculating means for storing a predetermined number of ratios, calculating an average of the gear ratios during running and a standard deviation of the gear ratio based on the stored predetermined number of the gear ratios, and the gear ratio information calculating means The average of the gear ratio during traveling and the standard deviation of the gear ratio calculated by the above are calculated as the reference average of the gear ratio for each shift stage and the reference of the gear ratio. Against the quasi deviation, a gear position determination program, characterized in that the determining gear position determining means for the gear position during running, thereby to function.
請求項1に記載された発明によれば、走行中のギヤ比の平均及びギヤ比の標準偏差を、記憶手段に記憶されたギヤ比の基準平均及びギヤ比の基準標準偏差と照合して、走行中の変速段を判定するので、複雑な処理を行うことなく、単純な数値の比較のみで走行中の変速段を判定することができ、そのため、走行中の変速段の判定を簡素化して、判定を高速に行うことができるとともに、走行中の変速段の判定のためのプログラムのサイズを小さくできる。また、走行中の変速段の判定の基準として、ギヤ比の基準平均及びギヤ比の基準標準偏差を用いているので、記憶手段に記憶される変速段の判定の基準となる情報を小さくすることができ、そのため、記憶手段の記憶容量を小さくすることができる。
According to the invention described in
請求項3に記載された発明によれば、走行中の変速段が判定されたとき、この走行中の変速段に対応して記憶手段に記憶されているギヤ比の基準平均及びギヤ比の基準標準偏差と、走行中のギヤ比の平均及びギヤ比の標準偏差とを統合し、走行中の変速段に対応するギヤ比の基準平均及びギヤ比の基準標準偏差として記憶手段に記憶させるので、つまり、走行中のギヤ比の平均及びギヤ比の標準偏差を順次取り込んで、ギヤ比の基準平均及び基準標準偏差を更新するので、現在の自動車の状態に適応した変速段の判定の基準となる情報を得ることができ、そのため、荷物の積載量や経時劣化等によって変化する自動車の状態に合わせて変速段の判定の基準となる情報を調整する必要が無く、また、予め変速段の判定の基準となる情報を作成する必要が無くなり、したがって、装置のコストダウンを図るとともに、汎用性が向上して自動車を選ばず搭載することができる。 According to the third aspect of the present invention, when the running gear stage is determined, the gear ratio reference average and the gear ratio reference stored in the storage means corresponding to the running gear stage are determined. Since the standard deviation, the average of the gear ratio during traveling and the standard deviation of the gear ratio are integrated and stored in the storage means as the reference average of the gear ratio and the reference standard deviation of the gear ratio corresponding to the gear stage during traveling, In other words, the average gear ratio and the standard deviation of the gear ratio are sequentially taken in to update the reference average and reference standard deviation of the gear ratio, so that it becomes a reference for determining the gear stage adapted to the current state of the vehicle. Therefore, it is not necessary to adjust the information that becomes the reference for the shift stage according to the state of the vehicle that changes due to the load amount of the load, deterioration with time, etc. Create standard information There is no need, therefore, together with reducing the cost of the apparatus can be improved versatility mounted choosing a car.
請求項4に記載された発明によれば、自動車の走行中のアクセル開度がその直前に検出されたアクセル開度以上であり、且つ、自動車の走行中の速度がその直前に検出された速度以上であるときに連続して蓄積した所定数のギヤ比に基づいて走行中のギヤ比の平均及びギヤ比の標準偏差を算出するので、アクセルが戻されておらず且つ速度が低下していないときは変速段が同一のまま(即ち、切り替えられていない)と判断して、同一の変速段におけるギヤ比の平均及びギヤ比の標準偏差を算出することができ、そのため、走行中のギヤ比の平均及びギヤ比の標準偏差の精度を向上させることができる。したがって、変速段の判定の精度を向上させることができる。 According to the invention described in claim 4 , the accelerator opening during traveling of the automobile is equal to or greater than the accelerator opening detected immediately before, and the speed during traveling of the automobile is detected immediately before. Since the average of the running gear ratio and the standard deviation of the gear ratio are calculated based on a predetermined number of gear ratios accumulated continuously when the above is true, the accelerator is not returned and the speed is not reduced When it is determined that the gears remain the same (that is, they are not switched), the average gear ratio and the standard deviation of the gear ratios at the same gear can be calculated. The accuracy of the average and the gear ratio standard deviation can be improved. Accordingly, it is possible to improve the accuracy of determination of the gear position.
請求項5に記載された発明によれば、走行中のギヤ比の平均及びギヤ比の標準偏差を、予め定められたギヤ比の基準平均及びギヤ比の基準標準偏差と照合して、走行中の変速段を判定するので、複雑な処理を行うことなく、単純な数値の比較のみで走行中の変速段を判定することができ、そのため、走行中の変速段の判定を簡素化して、判定を高速に行うことができる。 According to the fifth aspect of the present invention, the average of the gear ratio and the standard deviation of the gear ratio during traveling are collated with the reference average of the gear ratio and the reference standard deviation of the gear ratio that are determined in advance. Therefore, it is possible to determine the gear position during traveling by simply comparing the numerical values without performing complicated processing. Therefore, the determination of the gear position during traveling is simplified and determined. Can be performed at high speed.
請求項6に記載された発明によれば、走行中のギヤ比の平均及びギヤ比の標準偏差を、予め定められたギヤ比の基準平均及びギヤ比の基準標準偏差と照合して、走行中の変速段を判定するようにコンピュータを機能させるので、複雑な処理を行うことなく、単純な数値の比較のみで走行中の変速段を判定することができ、そのため、走行中の変速段の判定を簡素化して、判定を高速に行うことができるとともに、プログラムのサイズを小さくすることができる。また、走行中の変速段の判定の基準として、ギヤ比の基準平均及びギヤ比の基準標準偏差を用いているので、記憶手段に記憶される変速段の判定の基準他となる情報を小さくすることができ、そのため、記憶手段の記憶容量を小さくすることができる。 According to the sixth aspect of the present invention, the average of the gear ratio during traveling and the standard deviation of the gear ratio are collated with the reference average of gear ratio and the standard standard deviation of the gear ratio that are determined in advance. The computer functions so as to determine the shift speed of the vehicle, so that it is possible to determine the current gear position by simply comparing numerical values without performing complicated processing. Can be simplified, the determination can be performed at high speed, and the size of the program can be reduced. Further, since the reference average of the gear ratio and the reference standard deviation of the gear ratio are used as the reference for determining the gear position during traveling, the information other than the reference for the gear position determination stored in the storage means is reduced. Therefore, the storage capacity of the storage means can be reduced.
以下、本発明の一実施形態を示す変速段判定装置を、図2〜図8を参照して説明する。 Hereinafter, a shift speed determination device according to an embodiment of the present invention will be described with reference to FIGS.
変速段判定装置2は、図2に示すように、運転支援装置1内に設けられており、同様に運転支援装置1内に設けられた変速段切替指示装置3と接続されている。なお、本実施形態において、変速段判定装置2と変速段切替指示装置3とを別体としているが、これに限らず、例えば、同一のコンピュータを用いて変速段判定装置と変速段切替指示装置とを論理的に構成(即ち、物理的には一体に)してもよい。
As shown in FIG. 2, the gear
変速段判定装置2は、自動車の走行中の速度(以下、現速度Vp)、エンジン回転数(以下、現エンジン回転数Np)、及び、アクセル開度(以下、現アクセル開度βp)を検出して走行中のギヤ比(以下、現ギヤ比Gp)を算出したのち、この現ギヤ比Gpから走行中の変速段(以下、現変速段Hp)を判定するものである。変速段判定装置2は、図3に示すマイクロコンピュータ(以下、MPU)10を備えている。なお、本発明におけるギヤ比とは、速度÷エンジン回転数で算出される。また、MPU10は、請求項中に記載したコンピュータに相当する。
The gear
MPU10は、組み込み機器に適した周知の小型コンピュータであり、MPU10は、図3に示すように、予め定められたプログラムにしたがって各種の処理や制御などを行う中央演算処理装置(CPU)10aと、CPU10aのためのプログラム及び制御データ等を格納した読み出し専用のメモリであるROM10bと、各種のデータを格納するとともにCPU10aの処理作業に必要なエリアを有する読み出し書き込み自在のメモリであるRAM10cと、CPU10aの処理作業に必要な各種格納エリアを備えた電気的消去/書き換え可能な読み出し専用のメモリであるEEPROM10dと、を備えている。
The
MPU10には、図示しない入力インタフェースを介して、自動車が単位距離走行する毎に出力される車速パルスP1、クランクシャフトの回転に応じて出力される回転数パルスP2、及び、アクセルペダルに取り付けられた角度センサからの電圧値であるアクセル開度信号S1、が供給されている。また、MPU10は、図示しない通信インタフェースを備えており、この通信インタフェースを介して、変速段に関する情報である変速段情報J(後述)を、定期的に、若しくは、要求に応じて変速段切替指示装置3に出力する。
The
ROM10bには、図1に示す請求項中の走行状態情報検出手段10a1、ギヤ比算出手段10a2、ギヤ比情報算出手段10a3、変速段判定手段10a4、ギヤ比情報統合手段10a5、アクセル開度検出手段10a6、及び、走行状態判定手段10a7、として、CPU10aを機能させるための変速段判定プログラムなどの各種情報が格納されている。そして、CPU10aは、この変速段判定プログラムを実行することで、走行状態情報検出手段10a1、ギヤ比算出手段10a2、ギヤ比情報算出手段10a3、変速段判定手段10a4、ギヤ比情報統合手段10a5、アクセル開度検出手段10a6、及び、走行状態判定手段10a7、として機能することになる。
In the
EEPROM10dは、図1に示す請求項中の記憶手段10dに相当し、図4に示すように、標本個数n、ギヤ比の基準平均X(以下、基準平均X)、ギヤ比の基準標準偏差S(以下、基準標準偏差S)、基準最大ギヤ比Gmax、及び、基準最小ギヤ比Gmin、からなる変速段情報Jが各変速段に関連づけられた変速段判定基準情報D1が所定の領域に記憶されている。また、変速段判定基準情報D1は、変速段における基準平均Xがアドレスの小さい方から大きい方に向かって昇順となるように並べられている。なお、図4は、基準平均X及び基準標準偏差Sの統合(即ち、学習)がある程度進んだ状態を示している。
The
標本個数nは、走行中のギヤ比の平均(以下、現平均Xp)及び、ギヤ比の標準偏差(以下、現標準偏差Sp)を、基準平均X及び基準標準偏差Sに統合するときに用いられる数値であり、過去に統合された現平均Xpを算出するのに用いたギヤ比Gpの個数の累計値である。基準平均Xは、当該変速段におけるギヤ比の中心となる値であり、当該変速段におけるギヤ比(代表値)でもある。基準標準偏差Sは、周知の標準偏差であってギヤ比のばらつきの目安となる値であり、基準最大ギヤ比Gmax及び基準最小ギヤ比Gminを算出するために用いられる。基準最大ギヤ比Gmaxは、当該変速段におけるギヤ比が取りうる最大値であり、本実施形態では[基準平均X+基準標準偏差×3]としている。基準最小ギヤ比Gminは、当該変速段におけるギヤ比が取りうる最小値であり、本実施形態では[基準平均X−基準標準偏差×3]としている。 The sample number n is used when integrating the average gear ratio (hereinafter referred to as the current average Xp) and the standard deviation of the gear ratio (hereinafter referred to as the current standard deviation Sp) into the reference average X and the reference standard deviation S. It is a cumulative value of the number of gear ratios Gp used to calculate the current average Xp integrated in the past. The reference average X is a value that is the center of the gear ratio at the gear stage, and is also the gear ratio (representative value) at the gear stage. The reference standard deviation S is a known standard deviation and is a value that serves as a guide for variation in gear ratio, and is used to calculate the reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin. The reference maximum gear ratio Gmax is the maximum value that can be taken by the gear ratio at the gear position, and in the present embodiment, [reference average X + reference standard deviation × 3]. The reference minimum gear ratio Gmin is a minimum value that can be taken by the gear ratio at the gear position, and in this embodiment, is [reference average X−reference standard deviation × 3].
基準最大ギヤ比Gmax及び基準最小ギヤ比Gminは、当該変速段におけるギヤ比の基準幅W(以下、基準ギヤ比幅W)を規定している。そして、各変速段におけるギヤ比は正規分布する傾向にあるので、基準ギヤ比幅Wを[X±3S]とすることにより、確率的に各変速段におけるギヤ比の約99.7%が、この基準ギヤ比幅Wに含まれることになる。図5に、ある変速段におけるギヤ比の正規分布曲線C1の概略図をしめす。なお、基準ギヤ比幅Wは、変速段判定装置の構成や、この装置が搭載される自動車等に応じて適宜決定される。また、基準最大ギヤ比Gmaxと基準最小ギヤ比Gminとについては、EEPROM10dに記憶せず、それら値が必要になった時点で基準平均X及び基準標準偏差Sから求めるようにしてもよい。
The reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin define a reference width W (hereinafter referred to as a reference gear ratio width W) of the gear ratio at the gear stage. Since the gear ratio in each gear stage tends to be normally distributed, by setting the reference gear ratio width W to [X ± 3S], about 99.7% of the gear ratio in each gear stage is stochastically This is included in the reference gear ratio width W. FIG. 5 shows a schematic diagram of a normal distribution curve C1 of the gear ratio at a certain gear position. The reference gear ratio width W is appropriately determined according to the configuration of the gear position determination device, the automobile on which the device is mounted, and the like. Further, the reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin may not be stored in the
次に、変速段判定装置2のCPU10aが実行する本発明に係る変速段判定処理の一例を、図6に示すフローチャートを参照して以下に説明する。
Next, an example of the shift speed determination process according to the present invention executed by the
CPU10aは、ステップS110において、車速パルスP1、回転数パルスP2、アクセル開度信号S1から、自動車の現速度Vp(km/h)、現エンジン回転数Np(rpm)、現アクセル開度βp(%)を検出する。具体的には、所定期間内(例えば、0.5秒)に発生した車速パルスP1の個数及び回転数パルスP2の個数をカウントし、これらカウントした個数から現速度Vp及び現エンジン回転数Npを求める。また、現アクセル開度βpについては、上述のカウントを開始する時点のアクセル開度信号S1の電圧値から求める。なお、本実施形態では、現エンジン回転数Npがアイドリング回転数の1.2倍以下のとき、上記現速度Vp、現エンジン回転数Np、及び、現アクセル開度βpを検出しないようにしている。そして、上記現速度Vp、現エンジン回転数Np、及び、現アクセル開度βpを検出したのち、ステップS120に進む。
In step S110, the
ステップS120では、ステップS110において検出した現速度Vp及び現エンジン回転数Npから現ギヤ比Gp(=Vp÷Np)を算出する。そして、ステップS130に進む。 In step S120, the current gear ratio Gp (= Vp ÷ Np) is calculated from the current speed Vp and the current engine speed Np detected in step S110. Then, the process proceeds to step S130.
ステップS130では、現変速段Hpが一定であるか(即ち、変速段が切り替えられていないか)を判定する。具体的には、現速度Vpがその直前に検出した速度V0以上、且つ、現アクセル開度βpがその直前に検出したアクセル開度β0以上、であるかを判定し、現速度Vpがその直前に検出した速度V0以上、且つ、現アクセル開度βpがその直前に検出したアクセル開度β0以上、であれば、現変速段が一定であると判断してステップS140に進み(S130でY)、それ以外であれば、現変速段Hpが一定でない、即ち、変速段が切り替えられたものと判断してステップS150に進む(S130でN)。また、上述の判定に用いられた現速度Vp及びアクセル開度βpは、次回の判定に用いるため、それぞれ速度V0及びアクセル開度β0として、RAM10c上に設けられた所定の格納領域に一時的に格納される。
In step S130, it is determined whether the current gear stage Hp is constant (that is, whether the gear stage is not switched). Specifically, it is determined whether the current speed Vp is equal to or higher than the speed V0 detected immediately before and the current accelerator opening βp is equal to or higher than the accelerator opening β0 detected immediately before. If the detected speed is equal to or greater than V0 and the current accelerator opening βp is equal to or greater than the accelerator opening β0 detected immediately before, it is determined that the current gear position is constant and the process proceeds to step S140 (Y in S130). Otherwise, it is determined that the current gear stage Hp is not constant, that is, the gear stage has been switched, and the routine proceeds to step S150 (N in S130). In addition, the current speed Vp and the accelerator opening βp used for the above determination are temporarily stored in a predetermined storage area provided on the
ステップS140では、RAM10c上に設けられた所定のギヤ比格納領域に、ステップS120で算出した現ギヤ比Gpを順次格納(即ち、蓄積)する。そして、ステップS160に進む。
In step S140, the current gear ratio Gp calculated in step S120 is sequentially stored (that is, accumulated) in a predetermined gear ratio storage area provided on the
ステップS150では、上述のギヤ比格納領域に蓄積されている現ギヤ比Gpを破棄する。そして、ステップS160に進む。 In step S150, the current gear ratio Gp stored in the gear ratio storage area is discarded. Then, the process proceeds to step S160.
ステップS160では、現ギヤ比Gpが所定数m(例えば、4個)蓄積されたかを判定し、蓄積されていればステップS170に進み(S160でY)、蓄積されていなければステップS110に進む(S160でN)。 In step S160, it is determined whether or not a predetermined number m (for example, 4) of the current gear ratio Gp has been accumulated. If accumulated, the process proceeds to step S170 (Y in S160), and if not accumulated, the process proceeds to step S110. N in S160).
ステップS170では、蓄積された所定数mの現ギヤ比Gpから、現ギヤ比Gpの平均(即ち、現平均Xp)及び現ギヤ比Gpの標準偏差(即ち、現標準偏差Sp)を算出する。そして、ステップS180に進む。なお、標本データ(即ち、所定数mの現ギヤ比Gp)における平均及び標準偏差を算出する方法については公知であるため、その詳細は省略する。 In step S170, the average of the current gear ratio Gp (that is, the current average Xp) and the standard deviation of the current gear ratio Gp (that is, the current standard deviation Sp) are calculated from the accumulated current gear ratio Gp of the predetermined number m. Then, the process proceeds to step S180. Since the method for calculating the average and standard deviation in the sample data (that is, the current gear ratio Gp of a predetermined number m) is known, details thereof are omitted.
ステップS180では、走行中の変速段(即ち、現変速段Hp)を判定する。具体的には、ステップS170で算出した現平均Xp及び現標準偏差Spから、現ギヤ比Gpの幅Wp(即ち、現ギヤ比幅Wp)を算出し、変速段判定基準情報D1の各変速段における変速段情報Jの基準平均X及び基準標準偏差Sから、基準ギヤ比幅Wを算出する。そして、この現ギヤ比幅Wpと、変速段判定基準情報D1の各変速段における基準ギヤ比幅Wとを、基準平均Sが大きい方から小さい方に向かって順次比較して、現ギヤ比幅Wpと基準ギヤ比幅Wとが重なるかを判定する。そして、それらが重なったときは、その重なった基準ギヤ比幅Wに対応する変速段を、現変速段Hpと判定してステップS190に進む(S180でY)。また、全ての変速段との比較を行っても、現ギヤ比幅Wpと基準ギヤ比幅Wとが重ならなかったときは、該当する変速段に関する変速段情報Jが無いものと判定してステップS200に進む(S180でN)。 In step S180, the current gear position (ie, the current gear stage Hp) is determined. Specifically, the current gear ratio Gp width Wp (that is, the current gear ratio width Wp) is calculated from the current average Xp and current standard deviation Sp calculated in step S170, and each gear position of the gear position determination reference information D1 is calculated. The reference gear ratio width W is calculated from the reference average X and the reference standard deviation S of the shift speed information J. Then, the current gear ratio width Wp and the reference gear ratio width W at each gear position of the gear position determination reference information D1 are sequentially compared from the larger reference average S to the smaller gear ratio to determine the current gear ratio width. It is determined whether Wp and the reference gear ratio width W overlap. If they overlap, the shift speed corresponding to the overlapped reference gear ratio width W is determined as the current shift speed Hp, and the process proceeds to step S190 (Y in S180). If the current gear ratio width Wp and the reference gear ratio width W do not overlap even after comparison with all gear positions, it is determined that there is no gear position information J for the corresponding gear speed. The process proceeds to step S200 (N in S180).
現ギヤ比幅Wpと基準ギヤ比幅Wとが重なるか否かの判定は、具体的には、[現平均Xp+現標準偏差Sp×3]として算出される走行中の最大ギヤ比(以下、現最大ギヤ比Gmaxp)が、基準最小ギヤ比Gminより大きく且つ基準最大ギヤ比Gmaxより小さいとき、又は、[現平均Xp−現標準偏差Sp×3]として算出される走行中の最小ギヤ比(以下、現最小ギヤ比Gminp)が、基準最小ギヤ比Gminより大きく且つ基準最大ギヤ比Gmaxより小さいとき、現ギヤ比幅Wpと基準ギヤ比幅Wとが重なっていると判定し、それ以外のとき、現ギヤ比幅Wpと基準ギヤ比幅Wとが重なっていないと判定する。図7に、現ギヤ比幅Wpと基準ギヤ比幅Wとが重なったときの概略図、図8に、現ギヤ比幅Wpと基準ギヤ比幅Wとが重なっていないときの概略図を示す。なお、図中、C1は変速段におけるギヤ比の正規分布曲線、C2は現ギヤ比の正規分布曲線を示す。 Specifically, the determination as to whether or not the current gear ratio width Wp and the reference gear ratio width W overlap each other is, specifically, a maximum gear ratio during traveling (hereinafter referred to as “current average Xp + current standard deviation Sp × 3”). When the current maximum gear ratio Gmaxp) is larger than the reference minimum gear ratio Gmin and smaller than the reference maximum gear ratio Gmax, or the minimum gear ratio during traveling calculated as [Current Average Xp−Current Standard Deviation Sp × 3] ( Hereinafter, when the current minimum gear ratio Gminp) is larger than the reference minimum gear ratio Gmin and smaller than the reference maximum gear ratio Gmax, it is determined that the current gear ratio width Wp and the reference gear ratio width W overlap each other. At this time, it is determined that the current gear ratio width Wp and the reference gear ratio width W do not overlap. FIG. 7 shows a schematic diagram when the current gear ratio width Wp and the reference gear ratio width W overlap, and FIG. 8 shows a schematic diagram when the current gear ratio width Wp and the reference gear ratio width W do not overlap. . In the figure, C1 represents a normal distribution curve of the gear ratio at the shift stage, and C2 represents a normal distribution curve of the current gear ratio.
ステップS190では、現平均Xp及び現標準偏差Spを、現変速段Hpにおける基準平均X及び基準標準偏差Sと統合する。具体的には、以下の式を用いて統合後のギヤ比の基準平均Xt及びギヤ比の基準標準偏差Stを算出する。
統合後のギヤ比の基準平均Xt=(Xp×m+X×n)/(m+n)・・・(1)
統合後のギヤ比の基準標準偏差St
=√[{Sp2×(m−1)+S2×(n−1)
+m×(Xp−Xt)2+n×(X−Xt)2}/(m+n−1)]・・・(2)
但し、Xpは現平均、Spは現標準偏差、mは所定数、Xは現変速段Hpにおける基準平均、Sは現変速段Hpにおける基準標準偏差、nは現変速段Hpにおける標本個数である。
In step S190, the current average Xp and the current standard deviation Sp are integrated with the standard average X and the standard standard deviation S at the current gear stage Hp. Specifically, the reference average Xt of the gear ratio after integration and the reference standard deviation St of the gear ratio are calculated using the following equations.
Reference average of gear ratio after integration Xt = (Xp × m + X × n) / (m + n) (1)
Standard standard deviation St of gear ratio after integration
= √ [{Sp 2 × (m−1) + S 2 × (n−1)
+ M × (Xp−Xt) 2 + n × (X−Xt) 2 } / (m + n−1)] (2)
Where Xp is the current average, Sp is the current standard deviation, m is a predetermined number, X is the reference average at the current gear stage Hp, S is the reference standard deviation at the current gear stage Hp, and n is the number of samples at the current gear stage Hp. .
上記式(1)、(2)を用いて統合後のギヤ比の基準平均Xt及びギヤ比の基準標準偏差Stを算出してそれぞれ新たな基準平均X及び基準標準偏差Sとし、さらに、標本個数n、基準最大ギヤ比Gmax、基準最小ギヤ比Gminについても更新したのち、現変速段Hpに対応する変速段情報Jを生成して、変速段判定基準情報D1としてEEPROM10dに記憶する。そして、ステップS210に進む。
Using the above formulas (1) and (2), the standard average Xt of the gear ratio and the standard standard deviation St of the gear ratio after integration are calculated as new standard average X and standard standard deviation S, respectively. n, the reference maximum gear ratio Gmax, and the reference minimum gear ratio Gmin are also updated, and then shift speed information J corresponding to the current shift speed Hp is generated and stored in the
ステップS200では、変速段判定基準情報D1に新たな変速段情報Jを追加する。具体的には、現平均Xp及び現標準偏差Spを、それぞれ基準平均X及び基準標準偏差Sとし、所定数mを標本個数nとし、さらに、基準平均X及び基準標準偏差Sから基準最大ギヤ比Gmax及び基準最小ギヤ比Gminを算出して、新たに変速段情報Jを生成する。そして、変速段判定基準情報D1の基準平均Xが昇順に並ぶように、この新たに生成した変速段情報Jを適切なアドレスに挿入する。 In step S200, new shift speed information J is added to the shift speed determination criterion information D1. Specifically, the current average Xp and the current standard deviation Sp are the reference average X and the standard standard deviation S, respectively, the predetermined number m is the sample number n, and the reference maximum gear ratio is calculated from the standard average X and the standard standard deviation S. Gmax and the reference minimum gear ratio Gmin are calculated, and gear position information J is newly generated. Then, the newly generated shift speed information J is inserted into an appropriate address so that the reference averages X of the shift speed determination reference information D1 are arranged in ascending order.
ステップS210では、通信インタフェースを介して、現変速段Hpに関する変速段情報Jp、現変速段Hpより1つ上の変速段Huに関する変速段情報Ju、及び、現変速段Hpより1つ下の変速段Hdに関する変速段情報Jd、を変速段切替指示装置3に出力する。そして、本フローチャートの処理を終了する。
In step S210, the shift speed information Jp related to the current shift speed Hp, the shift speed information Ju related to the shift speed Hu that is one higher than the current shift speed Hp, and the shift that is one lower than the current shift speed Hp are transmitted via the communication interface. Shift speed information Jd related to the shift speed Hd is output to the shift speed
なお、上述したステップS110は、図1に示す請求項中の走行状態情報検出手段10a1及びアクセル開度検出手段10a6に相当し、ステップS120が、請求項中のギヤ比算出手段10a2に相当し、ステップS130が、請求項中の走行状態判定手段10a7に相当し、ステップS140、S170が、請求項中のギヤ比情報算出手段10a3に相当し、ステップS180が、請求項中の変速段判定手段10a4に相当し、ステップS190が、請求項中のギヤ比情報統合手段10a5に相当する。 Step S110 described above corresponds to the traveling state information detection means 10a1 and accelerator opening degree detection means 10a6 in the claims shown in FIG. 1, and step S120 corresponds to the gear ratio calculation means 10a2 in the claims. Step S130 corresponds to the running state determination means 10a7 in the claims, steps S140 and S170 correspond to the gear ratio information calculation means 10a3 in the claims, and step S180 corresponds to the gear position determination means 10a4 in the claims. Step S190 corresponds to the gear ratio information integration unit 10a5 in the claims.
また、上述したステップS110が、請求項中の走行状態情報検出工程に相当し、ステップS120が、請求項中のギヤ比算出工程に相当し、ステップS140、S170が、請求項中のギヤ比情報算出工程に相当し、ステップS180が、請求項中の変速段判定工程に相当する。 Further, step S110 described above corresponds to the running state information detection step in the claims, step S120 corresponds to the gear ratio calculation step in the claims, and steps S140 and S170 correspond to the gear ratio information in the claims. This corresponds to the calculation step, and step S180 corresponds to the shift speed determination step in the claims.
変速段切替指示装置3は、変速段判定装置2において判定された現変速段Hpをその1つ上の変速段Huに切り替えたときの推定燃料消費量、及び、その1つ下の変速段Hdに切り替えたときの推定燃料消費量、をそれぞれ算出して、アクセル開度から求められる現在の燃料消費量と比較し、現在の燃料消費量より、いずれかの推定燃料消費量の方が少なければ、その少ない方に対応する変速段への切替を運転者に指示する装置である。
The gear position switching
変速段切替指示装置3は、マイクロコンピュータ(図示せず)と、このマイクロコンピュータに接続され、運転者に変速段の切り替えを指示する周知の液晶ディスプレイ(図示せず)と、を備えている。
The shift speed
変速段切替指示装置3に備えられたマイクロコンピュータは、入力インタフェースを備えており、該インタフェース部には、上述した車速パルスP1、回転数パルスP2、アクセル開度信号S1が入力される。また、このマイクロコンピュータは、通信インタフェースを備えており、該通信インタフェースは変速段判定装置2に接続されており、変速段判定装置2が出力した上述の変速段情報Jp、Ju、Jdが入力される。また、このマイクロコンピュータは、出力インタフェースを備えており、上述の液晶ディスプレイが接続されている。
The microcomputer provided in the gear position switching
このマイクロコンピュータは、次に示す変速段切替指示処理を行う。即ち、このマイクロコンピュータは、車速パルスP1、回転数パルスP2、アクセル開度信号S1から、自動車の現速度Vp(km/h)、現エンジン回転数Np(rpm)、現アクセル開度βp(%)を検出する。そして、現エンジン回転数Np及び現アクセル開度βpに基づいて負荷係数γp(=βp÷Np)を算出し、現アクセル開度βpに基づいて現在の燃料消費量αpを算出する。そして、変速段情報Jp、Ju、Jdから、現変速段Hpの現ギヤ比Gp、1つ上の変速段Huのギヤ比Gu、1つ下の変速段Hdのギヤ比Gd、を取得して、上記算出した値と関連づけた入力データセットI1=[Gu、Vp、γp]、I2=[Gd、Vp、γp]、I3=[Gp、Vp、γp]を生成する。なお、上述のギヤ比Gp、ギヤ比Gu、ギヤ比Gdはそれぞれ、変速段情報Jp、Ju、Jdにおける基準平均Xである。 This microcomputer performs the following speed change instruction process. That is, the microcomputer calculates the current speed Vp (km / h), the current engine speed Np (rpm), the current accelerator opening βp (%) from the vehicle speed pulse P1, the rotation speed pulse P2, and the accelerator opening signal S1. ) Is detected. Then, a load coefficient γp (= βp ÷ Np) is calculated based on the current engine speed Np and the current accelerator opening βp, and a current fuel consumption αp is calculated based on the current accelerator opening βp. Then, the current gear ratio Gp of the current gear stage Hp, the gear ratio Gu of the upper gear stage Hu, and the gear ratio Gd of the lower gear stage Hd are obtained from the gear stage information Jp, Ju, Jd. The input data set I1 = [Gu, Vp, γp], I2 = [Gd, Vp, γp], I3 = [Gp, Vp, γp] associated with the calculated values is generated. The gear ratio Gp, the gear ratio Gu, and the gear ratio Gd described above are reference averages X in the gear position information Jp, Ju, and Jd, respectively.
このマイクロコンピュータは、上述したファジィ化ニューロを構成しており、上記入力データセットI1、I2、I3が入力されると、これらに対応した推定燃料消費量α1、α2、α3を推論する。そして、このマイクロコンピュータは、推論したα1、α2、α3のうち最も少ない推定燃料消費量αminと、現在の燃料消費量αとを比較する。 This microcomputer constitutes the fuzzified neuro described above, and when the input data sets I1, I2, and I3 are input, the estimated fuel consumptions α1, α2, and α3 corresponding to these are inferred. Then, the microcomputer compares the estimated fuel consumption αmin that is the smallest of the estimated α1, α2, and α3 with the current fuel consumption α.
このマイクロコンピュータは、最小推定燃料消費量αmin=α1であり、且つ、現在の燃料消費量αp>αmin=α1であった場合、最小推定燃料消費量αminを推論したときの入力データセットI1中のギヤ比Guは、現ギヤ比Gpより1つ上のギヤ比であると判断し、液晶ディスプレイに、運転者に1つ上の変速段への切り替えを促す「UP」の文字を表示する。そして、再度、変速段切替指示処理を繰り返す。 When the minimum estimated fuel consumption amount αmin = α1 and the current fuel consumption amount αp> αmin = α1, the microcomputer has an input data set I1 when the minimum estimated fuel consumption amount αmin is inferred. The gear ratio Gu is determined to be a gear ratio that is one higher than the current gear ratio Gp, and “UP” characters that prompt the driver to switch to the next higher gear position are displayed on the liquid crystal display. Then, the gear position switching instruction process is repeated again.
また、このマイクロコンピュータは、最小推定燃料消費量αmin=α2であり、且つ、現在の燃料消費量αp>αmin=α2であった場合、最小推定燃料消費量αminを推論したときの入力データセットI2中のギヤ比Gdは、現ギヤ比Gpより1つ下のギヤ比であると判断し、液晶ディスプレイに、運転者に1つ下の変速段への切り替えを促す「DOWN」の文字を表示する。そして、再度、変速段切替指示処理を繰り返す。 Further, when the minimum estimated fuel consumption amount αmin = α2 and the current fuel consumption amount αp> αmin = α2, the microcomputer uses the input data set I2 when the minimum estimated fuel consumption amount αmin is inferred. The middle gear ratio Gd is determined to be one gear ratio lower than the current gear ratio Gp, and “DOWN” is displayed on the liquid crystal display to prompt the driver to switch to the next lower gear. . Then, the gear position switching instruction process is repeated again.
また、このマイクロコンピュータは、最小推定燃料消費量αmin=α3であり、且つ、現在の燃料消費量αp>αmin=α3であった場合、最小推定燃料消費量αminを推論したときの入力データセットI3中のギヤ比Gpは、現ギヤ比Gpと同じと判断し、液晶ディスプレイに、運転者への変速段の切り替えを促す表示を行うことなく、再度、変速段切替指示処理を繰り返す。 Further, when the minimum estimated fuel consumption amount αmin = α3 and the current fuel consumption amount αp> αmin = α3, the microcomputer uses the input data set I3 when the minimum estimated fuel consumption amount αmin is inferred. The intermediate gear ratio Gp is determined to be the same as the current gear ratio Gp, and the speed change instruction process is repeated again without displaying on the liquid crystal display prompting the driver to change the speed.
なお、変速段切替指示装置3におけるファジィ化ニューロについては、本発明者らが先に提案している特開2006−46149号公報(特許文献1)で開示しているものと同一であるので、ここでは詳述しない。また、本実施形態では、推定燃料消費量の算出にファジィ化ニューロを用いているが、これに限らず、周知のニューロネットワークや燃料消費データテーブル等を用いるなど、他の算出方法でもよい。
Note that the fuzzy neuro in the gear position
運転支援装置1は、上述した変速段判定装置2と、上述した変速段切替指示装置3と、を備えている。この運転支援装置1は、変速段判定装置2によって、自動車の走行中の速度、エンジン回転数、及び、アクセル開度の走行状態情報を検出して走行中のギヤ比(即ち、現ギヤ比Gp)を算出したのち、この現ギヤ比Gpから走行中の変速段(即ち、現変速段Hp)を判定し、そして、変速段切替指示装置3によって、変速段判定装置2で判定された現変速段Hpから1つ上の変速段Hu及び1つ下の変速段Hdに切り替えたときの推定燃料消費量をそれぞれ算出して、上述のアクセル開度から求められる走行中の燃料消費量と比較し、推定燃料消費量のほうが少なければ変速段の切替を運転者に指示する。
The driving
次に、変速段判定装置2における変速段判定動作の一例について説明する。
Next, an example of the shift speed determination operation in the shift
変速段判定装置2は、変速段が一定であるときの、現速度Vp、現エンジン回転数Np、現アクセル開度βpを検出して(S110)、現ギヤ比Gpを算出し(S120)、この現ギヤ比Gpを所定数m(例えば、4)蓄積する(S130、S140)。この蓄積途中で変速段が切り替えられたときは、蓄積した現ギヤ比Gpを全て破棄(S150)したのち再度蓄積を始める。現ギヤ比Gpが所定数m蓄積されると、この現ギヤ比Gpの現平均Xp及び現標準偏差Spを算出する(S170)。また、現ギヤ比Gpの現最大ギヤ比Gmaxp及び現最小ギヤ比Gminpについても算出する。
The shift
そして、EEPROM10dに記憶された変速段判定基準情報D1の最も基準平均Xが大きい変速段(例えば、図4における5速)の基準最大ギヤ比Gmax及び基準最小ギヤ比Gminを取得して、上述の現最大ギヤ比Gmaxp又は現最小ギヤ比Gminpが、これら基準最大ギヤ比Gmax及び基準最小ギヤ比Gminの間に含まれるかを判定する。含まれない場合は、次に基準平均Xが大きい変速段(例えば、図4における4速)へと順次判定を進める(S180)。
Then, the reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin of the shift speed (for example, the fifth speed in FIG. 4) having the largest reference average X of the shift speed determination reference information D1 stored in the
そして、現最大ギヤ比Gmaxp又は現最小ギヤ比Gminpが、基準最大ギヤ比Gmax及び基準最小ギヤ比Gminの間に含まれることが判定されると、その基準最大ギヤ比Gmaxが対応する変速段を現変速段Hpと判断する。そして、上述した式(1)、(2)を用いて、現変速段Hpと判断された変速段における基準平均X及び基準標準偏差Sに、現平均Xp及び現標準偏差Spをそれぞれ統合して、基準平均X及び基準標準偏差Sを更新し、また、標本個数n、基準最大ギヤ比Gmax、及び、基準最小ギヤ比Gminについてもそれぞれ更新する(S190)。そして、現変速段Hpに対応する変速段情報Jp、現変速段Hpより1つ上の変速段Huに対応する変速段情報Ju、現変速段Hpより1つ下の変速段Hdに対応する変速段情報Jdを変速段切替指示装置3に出力する(S210)。 Then, when it is determined that the current maximum gear ratio Gmaxp or the current minimum gear ratio Gminp is included between the reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin, the gear stage to which the reference maximum gear ratio Gmax corresponds is determined. It is determined that the current gear stage Hp. Then, using the above-described equations (1) and (2), the current average Xp and the current standard deviation Sp are integrated into the standard average X and the standard standard deviation S at the gear position determined as the current gear stage Hp, respectively. The reference average X and the reference standard deviation S are updated, and the sample number n, the reference maximum gear ratio Gmax, and the reference minimum gear ratio Gmin are also updated (S190). Then, the shift speed information Jp corresponding to the current shift speed Hp, the shift speed information Ju corresponding to the shift speed Hu one level higher than the current shift speed Hp, and the shift speed corresponding to the shift speed Hd one level lower than the current shift speed Hp. The stage information Jd is output to the gear stage switching instruction device 3 (S210).
また、変速段判定基準情報D1の全ての変速段において、現最大ギヤ比Gmaxp又は現最小ギヤ比Gminpが、基準最大ギヤ比Gmax及び基準最小ギヤ比Gminの間に含まれないことが判定されると、新たな変速段に対応するギヤ比が検出されたものとして、現平均Xp及び現標準偏差Spを、それぞれ基準平均X及び基準標準偏差Sとして、変速段情報Jを生成し、さらに、この変速段情報Jに標本個数n、基準最大ギヤ比Gmax、及び、基準最小ギヤ比Gminを追加して、変速段判定基準情報D1の基準平均Xが昇順に並ぶように変速段判定基準情報D1の適切な箇所に挿入する(S200)。具体的には、例えば、変速段判定基準情報D1が図4の状態であるときに、現平均Xp0.050、現標準偏差Spが0.001だったとき、現最大ギヤ比Gmaxpが0.053、現最小ギヤ比Gminpが0.047となり、いずれの変速段にも含まれないので、図4の3速以降をそれぞれ1つずつアドレスの大きい方にずらして、上述の現平均Xp、現標準偏差Sp、現最大ギヤ比Gmaxp、現最小ギヤ比Gminp、所定数m(即ち、標本個数n)を、新たに変速段3速に対応する変速段情報Jとして記憶する。 Further, it is determined that the current maximum gear ratio Gmaxp or the current minimum gear ratio Gminp is not included between the reference maximum gear ratio Gmax and the reference minimum gear ratio Gmin in all the shift speeds of the shift speed determination reference information D1. Assuming that the gear ratio corresponding to the new shift speed is detected, the shift speed information J is generated with the current average Xp and the current standard deviation Sp as the reference average X and the reference standard deviation S, respectively. The sample number n, the reference maximum gear ratio Gmax, and the reference minimum gear ratio Gmin are added to the shift speed information J so that the reference average X of the shift speed determination reference information D1 is arranged in ascending order. Insert in an appropriate place (S200). Specifically, for example, when the gear position determination reference information D1 is in the state of FIG. 4 and the current average Xp 0.050 and the current standard deviation Sp are 0.001, the current maximum gear ratio Gmaxp is 0.053. Since the current minimum gear ratio Gminp is 0.047 and is not included in any of the shift speeds, the third and subsequent speeds in FIG. 4 are shifted one by one to the larger address, and the above-described current average Xp, current standard The deviation Sp, the current maximum gear ratio Gmaxp, the current minimum gear ratio Gminp, and the predetermined number m (that is, the number of samples n) are newly stored as shift speed information J corresponding to the third shift speed.
以上より、本発明によれば、現ギヤ比Gpにおける現平均Xp及び現標準偏差Spを、EEPROM10dに記憶された基準平均X及び基準標準偏差Sと照合して、走行中の変速段である現変速段Hpを判定するので、複雑な処理を行うことなく、単純な数値の比較のみで現変速段Hpを判定することができ、そのため、現変速段Hpの判定を簡素化して、その判定を高速に行うことができるとともに、現変速段Hpの判定のためのプログラムサイズを小さくすることができる。また、現変速段Hpの判定の基準に、基準平均X及び基準標準偏差Sを用いているので、EEPROM10dに記憶される現変速段Hpの判定の基準となる変速段判定基準情報D1を小さくすることができ、そのため、EEPROM10dの記憶容量を小さくすることができる。
As described above, according to the present invention, the current average Xp and the current standard deviation Sp in the current gear ratio Gp are compared with the reference average X and the standard standard deviation S stored in the
また、現変速段Hpが判定されたとき、この現変速段Hpに対応してEEPROM10dに記憶されている基準平均X及び基準標準偏差Sと、現平均Xp及び現標準偏差Spとを統合し、現変速段Hpに対応する基準平均X及び基準標準偏差SとしてEEPROM10dに記憶させるので、つまり、現平均Xp及び現標準偏差Spを順次取り込んで、基準平均X及び基準標準偏差Sを更新しているので、現在の自動車の状態に適応した各変速段の判定の基準となる情報(即ち、変速段判定基準情報D1)を得ることができ、そのため、荷物の積載量や経時劣化等によって変化する自動車の状態に合わせて変速段判定基準情報D1を調整する必要が無く、また、予め変速段判定基準情報D1を作成する必要が無くなり、したがって、装置のコストダウンを図るとともに、汎用性が向上して自動車を選ばず搭載することができる。
Further, when the current shift speed Hp is determined, the reference average X and reference standard deviation S stored in the
また、現アクセル開度βpがその直前に検出されたアクセル開度β0以上であり、且つ、現速度Vpがその直前に検出された速度V0以上であるときに連続して蓄積した所定数mの現ギヤ比Gpに基づいて現平均Xp及び現標準偏差Spを算出するので、アクセルが戻されておらず且つ速度が低下していないときは変速段が同一のまま(即ち、切り替えられていない)と判断して、同一の変速段における現平均Xp及び現標準偏差Spを算出することができ、そのため、現平均Xp及び現標準偏差Spの精度を向上させることができる。したがって、現変速段Hpの判定の精度を向上させることができる。 In addition, when the current accelerator opening βp is equal to or greater than the accelerator opening β0 detected immediately before and the current speed Vp is equal to or higher than the speed V0 detected immediately before, the predetermined number m is continuously stored. Since the current average Xp and the current standard deviation Sp are calculated based on the current gear ratio Gp, when the accelerator is not returned and the speed is not reduced, the gear position remains the same (that is, is not switched). Therefore, it is possible to calculate the current average Xp and the current standard deviation Sp at the same gear position, and therefore the accuracy of the current average Xp and the current standard deviation Sp can be improved. Therefore, it is possible to improve the accuracy of determination of the current gear stage Hp.
本発明者らは、特許文献1に示される従来の運転支援装置が備える変速段判定装置と、上述の本発明に係る変速段判定装置と、について、それぞれの装置における変速段判定処理のプログラムサイズ及び処理速度について実際に比較を行った。変速段判定プログラムのサイズについては、従来の変速段判定装置では約1MByteであったが、本発明に係る変速段判定装置では約20kByteとなり、約50分の1に縮小することができた。また、変速段判定処理の処理速度については、従来の変速段判定装置より本発明に係る変速段判定装置の方が、約10倍程度高速であることが確認できた。
The inventors of the present invention have described the shift speed determination apparatus provided in the conventional driving support apparatus disclosed in
なお、本実施形態において、自動車の走行中に現平均Xp及び現標準偏差Spを順次取り込んで、基準平均X及び基準標準偏差Sを更新しているが、これに限らず、自動車の負荷状態等に大きな変動が無ければ、予め作成した基準平気X及び基準標準偏差Sを更新することなく、変速段の判定に用いてもよい。 In the present embodiment, the current average Xp and the current standard deviation Sp are sequentially captured while the vehicle is running, and the reference average X and the standard standard deviation S are updated. If there is no large fluctuation, the reference standard X and reference standard deviation S created in advance may be used for determining the gear position without updating.
また、本実施形態において、現変速段Hpが一定であるときに現ギヤ比を蓄積して現平均Xp及び現標準偏差Spを算出しているが、これに限らず、変速段の判定精度は落ちるものの変速段判定処理をより簡易にするため、現変速段Hpが一定であることを判断せずに現ギヤ比を蓄積して、現平均Xp及び原標準偏差Spを算出してもよい。 In the present embodiment, the current gear ratio is accumulated and the current average Xp and the current standard deviation Sp are calculated when the current gear stage Hp is constant. In order to make the shift speed determination process easier, the current gear ratio may be accumulated without determining that the current shift speed Hp is constant, and the current average Xp and the original standard deviation Sp may be calculated.
また、本実施形態において、変速段判定装置2は、運転支援装置1に組み込まれるものであったが、これに限らず、例えば、自動車の走行状態を監視するデジタルタコグラフなど、速度及びエンジン回転数からギヤ比をもとめる装置であれば、どのような装置にも組み込みが可能である。
In the present embodiment, the gear
なお、前述した実施形態は本発明の代表的な形態を示したに過ぎず、本発明は、実施形態に限定されるものではない。即ち、本発明の骨子を逸脱しない範囲で種々変形して実施することができる。 In addition, embodiment mentioned above only showed the typical form of this invention, and this invention is not limited to embodiment. That is, various modifications can be made without departing from the scope of the present invention.
1 運転支援装置
2 変速段判定装置
3 変速段切替指示装置
10a CPU
10d EEPROM(記憶手段)
10a1 走行状態情報検出手段(CPU)
10a2 ギヤ比算出手段(CPU)
10a3 ギヤ比情報算出手段(CPU)
10a4 変速段判定手段(CPU)
10a5 ギヤ比情報統合手段(CPU)
10a6 アクセル開度検出手段(CPU)
10a7 走行状態判定手段(CPU)
Gp 現ギヤ比(走行中のギヤ比)
Xp 現平均(走行中のギヤ比の平均)
Sp 現標準偏差(走行中のギヤ比の標準偏差)
Hp 現変速段(走行中の変速段)
X 基準平均
S 基準標準偏差
DESCRIPTION OF
10d EEPROM (storage means)
10a1 Traveling state information detecting means (CPU)
10a2 Gear ratio calculation means (CPU)
10a3 Gear ratio information calculation means (CPU)
10a4 Shift speed determining means (CPU)
10a5 Gear ratio information integration means (CPU)
10a6 Accelerator opening detection means (CPU)
10a7 Traveling state determining means (CPU)
Gp Current gear ratio (Gear ratio during travel)
Xp Current average (average of gear ratio during travel)
Sp Current standard deviation (standard deviation of the running gear ratio)
Hp Current gear position (shifting gear during travel)
X standard mean S standard standard deviation
Claims (6)
前記変速段毎のギヤ比の基準平均及び前記ギヤ比の基準標準偏差が記憶された記憶手段と、
前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出手段と、
前記走行状態情報検出手段によって検出された前記速度及び前記エンジン回転数から走行中の前記ギヤ比を算出するギヤ比算出手段と、
前記ギヤ比算出手段によって算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出手段と、
前記ギヤ比情報算出手段によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、前記記憶手段に記憶された前記ギヤ比の前記基準平均及び前記ギヤ比の前記基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定手段と、を有している
ことを特徴とする変速段判定装置。 In a shift stage determination device for an automobile that travels by switching a plurality of shift stages included in a transmission,
Storage means for storing a reference average of the gear ratio for each shift stage and a reference standard deviation of the gear ratio;
Traveling state information detecting means for detecting the speed and engine speed during traveling of the automobile;
Gear ratio calculating means for calculating the gear ratio during traveling from the speed detected by the traveling state information detecting means and the engine speed;
A predetermined number of the gear ratios during traveling calculated by the gear ratio calculating means are accumulated, and an average of the gear ratios during traveling and a standard deviation of the gear ratios are calculated based on the accumulated predetermined number of the gear ratios. Gear ratio information calculating means;
The average of the running gear ratio and the standard deviation of the gear ratio calculated by the gear ratio information calculating means are the reference average of the gear ratio and the reference of the gear ratio stored in the storage means. And a shift speed determination means for determining the shift speed during traveling in comparison with a standard deviation.
前記アクセル開度検出手段によって検出された前記アクセル開度がその直前に検出された前記アクセル開度以上であり、且つ、前記走行状態情報検出手段によって検出された前記速度がその直前に検出された前記速度以上であることを判定する走行状態判定手段と、を有し、
前記ギヤ比情報算出手段が、前記走行状態判定手段によって、前記アクセル開度検出手段により検出された前記アクセル開度がその直前に検出された前記アクセル開度以上であり、且つ、前記走行状態情報検出手段により検出された前記速度がその直前に検出された前記速度以上であることが判定されているときに連続して蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を算出する手段であることを特徴とする請求項1〜3のいずれか一項に記載の変速段判定装置。 Accelerator opening detection means for detecting the accelerator opening during travel;
The accelerator opening detected by the accelerator opening detecting means is equal to or greater than the accelerator opening detected immediately before, and the speed detected by the traveling state information detecting means is detected immediately before. Traveling state determining means for determining that the speed is equal to or higher than the speed,
The gear ratio information calculating means is configured such that the accelerator opening detected by the accelerator opening detecting means is equal to or more than the accelerator opening detected immediately before, and the running state information is detected by the running state determining means. The gear ratio during running based on a predetermined number of gear ratios continuously accumulated when it is determined that the speed detected by the detection means is equal to or greater than the speed detected immediately before. The gear position determination device according to any one of claims 1 to 3, wherein the gear position determination unit is a unit that calculates the average and the standard deviation of the gear ratio.
前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出工程と、
前記走行状態情報検出工程で検出された前記速度及び前記エンジン回転数から走行中のギヤ比を算出するギヤ比算出工程と、
前記ギヤ比算出工程で算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出工程と、
前記ギヤ比情報算出工程で算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、予め定められた前記変速段毎の前記ギヤ比の基準平均及び前記ギヤ比の基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定工程と、を順次有していることを特徴とする変速段判定方法。 A method for determining a shift stage of an automobile that travels by switching a plurality of shift stages included in a transmission,
A driving state information detecting step for detecting a speed and an engine speed during driving of the automobile;
A gear ratio calculating step of calculating a gear ratio during traveling from the speed detected in the traveling state information detecting step and the engine speed;
A predetermined number of the gear ratios during traveling calculated in the gear ratio calculating step are accumulated, and an average of the gear ratios during traveling and a standard deviation of the gear ratios are calculated based on the accumulated predetermined number of the gear ratios. A gear ratio information calculation step;
The average of the running gear ratio and the standard deviation of the gear ratio calculated in the gear ratio information calculating step are set as the reference average of the gear ratio and the reference of the gear ratio for each predetermined gear position. A shift speed determination method, comprising: a shift speed determination process for sequentially determining the shift speed during traveling in comparison with a standard deviation.
前記自動車の走行中の速度及びエンジン回転数を検出する走行状態情報検出手段、
前記走行状態情報検出手段によって検出された前記速度及び前記エンジン回転数から走行中の前記ギヤ比を算出するギヤ比算出手段、
前記ギヤ比算出手段によって算出された走行中の前記ギヤ比を所定数蓄積し、蓄積した所定数の前記ギヤ比に基づいて走行中の前記ギヤ比の平均及び前記ギヤ比の標準偏差を算出するギヤ比情報算出手段、及び、
前記ギヤ比情報算出手段によって算出された走行中の前記ギヤ比の前記平均及び前記ギヤ比の前記標準偏差を、予め定められた前記変速段毎のギヤ比の基準平均及び前記ギヤ比の基準標準偏差と照合して、走行中の前記変速段を判定する変速段判定手段と、して機能させることを特徴とする変速段判定プログラム。 A computer of a shift stage determination device for an automobile that travels by switching a plurality of shift stages included in the transmission,
Traveling state information detecting means for detecting the speed and engine speed while the vehicle is traveling;
Gear ratio calculating means for calculating the gear ratio during traveling from the speed detected by the traveling state information detecting means and the engine speed;
A predetermined number of the gear ratios during traveling calculated by the gear ratio calculating means are accumulated, and an average of the gear ratios during traveling and a standard deviation of the gear ratios are calculated based on the accumulated predetermined number of the gear ratios. Gear ratio information calculation means, and
The average of the gear ratio during traveling and the standard deviation of the gear ratio calculated by the gear ratio information calculation means are set as the reference average of the gear ratio for each shift stage and the reference standard of the gear ratio. A shift speed determination program that functions as a shift speed determination means that checks the shift speed while checking with a deviation.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008105728A JP5130101B2 (en) | 2008-04-15 | 2008-04-15 | Shift speed determination device, shift speed determination method, and shift speed determination program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008105728A JP5130101B2 (en) | 2008-04-15 | 2008-04-15 | Shift speed determination device, shift speed determination method, and shift speed determination program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2009257413A JP2009257413A (en) | 2009-11-05 |
| JP5130101B2 true JP5130101B2 (en) | 2013-01-30 |
Family
ID=41385095
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008105728A Active JP5130101B2 (en) | 2008-04-15 | 2008-04-15 | Shift speed determination device, shift speed determination method, and shift speed determination program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP5130101B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20150062748A (en) * | 2013-11-29 | 2015-06-08 | 현대모비스 주식회사 | Manual transmission Error Diagnosing Method for Vihicle having Electric Parking Brake |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6881051B2 (en) * | 2017-06-09 | 2021-06-02 | いすゞ自動車株式会社 | Transmission controller |
| CN115978191B (en) * | 2022-12-15 | 2026-04-21 | 潍柴动力股份有限公司 | Transmission gear position recognition method, apparatus and computer-readable storage medium |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH11280882A (en) * | 1998-03-30 | 1999-10-15 | Mazda Motor Corp | Failure detection device for automatic transmission |
-
2008
- 2008-04-15 JP JP2008105728A patent/JP5130101B2/en active Active
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR20150062748A (en) * | 2013-11-29 | 2015-06-08 | 현대모비스 주식회사 | Manual transmission Error Diagnosing Method for Vihicle having Electric Parking Brake |
| KR102158481B1 (en) * | 2013-11-29 | 2020-09-22 | 현대모비스 주식회사 | Manual transmission Error Diagnosing Method for Vihicle having Electric Parking Brake |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2009257413A (en) | 2009-11-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5410125B2 (en) | Method and apparatus for diagnosing driving maneuvers | |
| EP3360718B1 (en) | Eco-drive assist apparatus, eco-drive assist information generating apparatus, eco-drive assist information calculation apparatus, eco-drive state display apparatus, eco-drive assist system, and eco-drive assist information calculation method | |
| CN101661637B (en) | Method and device for providing optimized fuel utilization instruction in motor vehicles | |
| US20150066319A1 (en) | Method for controlling shift of automatic transmission in vehicle | |
| CN110852548A (en) | Driving behavior scoring based on fuel consumption | |
| JP2010144701A (en) | Fuel saving drive evaluation device and fuel saving drive evaluation method | |
| JP2009248865A (en) | Vehicle group traveling controller | |
| CN115427271B (en) | Method for outputting recommendations for energy efficient operation of a vehicle by an auxiliary system comprised by the vehicle | |
| JP2017117096A (en) | Vehicle operation monitoring device | |
| EP3335951A1 (en) | System for controlling cornering of vehicle and method thereof | |
| KR20210020189A (en) | System and method for determining backlash of driving system in vehicle | |
| JP5130101B2 (en) | Shift speed determination device, shift speed determination method, and shift speed determination program | |
| JP5516306B2 (en) | Vehicle travel control device | |
| EP4292888B1 (en) | Comfort brake control system and control method for vehicle | |
| JP2012113613A (en) | Driving operation evaluation device | |
| JP2010121625A (en) | Electronic control assembly for controlling rotation speed of internal combustion engine | |
| JP2009001096A (en) | Driving support device, driving control device, and program | |
| KR960013754A (en) | Automatic Transmission Determination Apparatus and Method by Judgment of Road Gradient Using Fuzzy | |
| JP2009156132A (en) | Eco driving support device | |
| JP5578771B2 (en) | Gear speed switching control device, gear speed switching control method, and gear speed switching control program | |
| JP5135055B2 (en) | Gear speed switching control device, gear speed switching control method, and gear speed switching control program | |
| JP5585416B2 (en) | Driving assistance device | |
| JPH08240444A (en) | Vehicle display | |
| CN118163631A (en) | A gear action determination method, device, vehicle and medium | |
| JP2015068289A (en) | Fuel saving operation evaluation device |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110225 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120426 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120501 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120608 |
|
| A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A712 Effective date: 20120926 |
|
| RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20120927 |
|
| TRDD | Decision of grant or rejection written | ||
| RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20121005 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20121023 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121105 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5130101 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151109 Year of fee payment: 3 |
|
| 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 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| 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 |