JPH0322328B2 - - Google Patents

Info

Publication number
JPH0322328B2
JPH0322328B2 JP59148410A JP14841084A JPH0322328B2 JP H0322328 B2 JPH0322328 B2 JP H0322328B2 JP 59148410 A JP59148410 A JP 59148410A JP 14841084 A JP14841084 A JP 14841084A JP H0322328 B2 JPH0322328 B2 JP H0322328B2
Authority
JP
Japan
Prior art keywords
accelerator opening
vehicle speed
value
speed
division
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 - Lifetime
Application number
JP59148410A
Other languages
Japanese (ja)
Other versions
JPS6126174A (en
Inventor
Hideo Akima
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP14841084A priority Critical patent/JPS6126174A/en
Publication of JPS6126174A publication Critical patent/JPS6126174A/en
Publication of JPH0322328B2 publication Critical patent/JPH0322328B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、直線補間を用いて曲線の近似値を求
める自動変速制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an automatic transmission control system that uses linear interpolation to obtain an approximate value of a curve.

最近、半導体技術の著しい進歩に伴つて、自動
車産業にも、マイクロコンピユータが導入される
ようになり、例えばマイクロコンピユータ制御に
よる自動変速機の開発が推進されている。
Recently, with remarkable progress in semiconductor technology, microcomputers have been introduced into the automobile industry, and the development of automatic transmissions controlled by microcomputers, for example, is being promoted.

このマイクロコンピユータ制御による自動変速
機は、以下の制御技術に基づくものである。
This microcomputer-controlled automatic transmission is based on the following control technology.

先ず、第4図は自動車のアクセル開度と車速と
の関係を、前記折れ線で近似させて示したもの
で、縦軸は車速、横軸はアクセル開度で、は1
速領域、は2速領域、は3速領域を示し、そ
れぞれの速度領域に最適なギアの選択があること
を示している。
First, Figure 4 shows the relationship between the accelerator opening and vehicle speed of a car, approximated by the above-mentioned polygonal line, where the vertical axis is the vehicle speed, the horizontal axis is the accelerator opening, and is 1.
The speed region indicates the second speed region, and the symbol indicates the third speed region, indicating that there is an optimal gear selection for each speed region.

従つて、操縦者がアクセルを踏んで、ある速度
になつた時、その時のアクセル開度xpに対する
車速ypが、第4図の点Pになる時、該点Pが2
速領域にあることを識別して、ギアの位置を、ス
タート時の1速領域から2速領域に自動的に変更
することにより、本制御機構は自動変速機として
機能することになる。
Therefore, when the driver depresses the accelerator and reaches a certain speed, when the vehicle speed yp for the accelerator opening xp at that time reaches point P in Fig. 4, the point P becomes 2.
By identifying that the vehicle is in the speed range and automatically changing the gear position from the first speed range at the start to the second speed range, this control mechanism functions as an automatic transmission.

この制御をマイクロコンピユータで行う場合、
上記点Pの位置をマイクロプロセツサで判定する
必要がある、具体的には該点Pが折れ線α、β、
γ、δの内の直線γ、δの側にあるか、側に
あるかを判定すれば良いことが分かる。
If this control is performed by a microcomputer,
It is necessary to determine the position of the above point P using a microprocessor. Specifically, the position of the point P is
It can be seen that it is sufficient to determine whether it is on the side of straight lines γ and δ among γ and δ.

今、直線γ、δの原点γの座標(x1、y1)と、
この直線γ、δの傾きをaとすると、上記点Pに
対応するアルセル開度xpに対する直線γ、δの
値yp′は、 yp′=a(xp−x1)+y1 で求めることができる。
Now, the coordinates (x1, y1) of the origin γ of the straight lines γ and δ are
Assuming that the slope of the straight lines γ and δ is a, the value yp' of the straight lines γ and δ with respect to the Arcel opening xp corresponding to the point P can be determined as yp'=a(xp-x1)+y1.

上記点Pに対する車速ypと、上記yp′とを比較
すると、 yp′>yp であるので、当該点Pは側にあると判定するこ
とができる。
Comparing the vehicle speed yp with respect to the point P and the above yp', yp'>yp, so it can be determined that the point P is on the side.

このような自動変速制御を効果的に行う為に
は、「アクセル開度−車速」特性を示す曲線を近
似する折れ線α、β、γ、δの、各区間の直線
を、前記マイクロコンピユータによつて、高速に
求める必要がある。
In order to effectively carry out such automatic gear change control, the microcomputer uses the microcomputer to draw straight lines in each section of the polygonal lines α, β, γ, and δ, which approximate the curve representing the "accelerator opening - vehicle speed" characteristic. Therefore, it is necessary to find it quickly.

一方、前記マイクロコンピユータで演算を行う
場合、データ幅が8ビツト程度のマイクロコンピ
ユータでは、除算命令を備えているものは少ない
為、ソフトウエアで除算ルーチンを組み、該除算
ルーチンによつて上記各区間直線の傾きa〔即ち、
(y2−y1)/(x2−x1)〕を計算する必要があり、
直線補間を行うのに処理時間と、メモリ量が多く
なる問題があつた。
On the other hand, when performing calculations on the microcomputer described above, since few microcomputers with a data width of about 8 bits are equipped with a division instruction, a division routine is created in software, and the division routine is used to perform each of the above intervals. The slope a of the straight line [i.e.
(y2−y1)/(x2−x1)],
There was a problem that the processing time and memory amount increased to perform linear interpolation.

上記除算を簡単に行う方法として、上記除算
(X2−X1)が2の冪乗となるように、例えば上
記の例でアクセル開度xiを選ぶ方法があるが、xi
の取り方に制約がでてくることになる。
One way to easily perform the above division is to select the accelerator opening degree xi in the above example so that the above division (X2 - X1) is a power of 2.
There will be restrictions on how to take it.

従つて、マイクロコンピユータを用いて、曲線
の近似値を直線補間で求める場合、メモリ量を少
なくして、処理時間を短くし、更にxiの取り方に
制限を与えない方法が要望される。
Therefore, when obtaining an approximate value of a curve by linear interpolation using a microcomputer, there is a need for a method that reduces the amount of memory, shortens processing time, and does not impose restrictions on how to obtain xi.

〔従来の技術〕[Conventional technology]

従来から、曲線の近似値を求める方法として、
直線補間が良く用いられる。
Traditionally, as a method for finding approximate values of curves,
Linear interpolation is often used.

第3図のイは、従来方式の自動変速制御におけ
る直線補間の方法を示したもので、曲線mを折れ
線α、β、γ、…で近似し、それぞれの原点座標
(x1、y1)、(x2、y2)、…、(xn、yn)のデータ
をテーブルとして、第3図ロのように記憶装置に
配置する。
Figure 3A shows the method of linear interpolation in conventional automatic shift control, in which the curve m is approximated by polygonal lines α, β, γ, etc., and the respective origin coordinates (x1, y1), ( The data of x2, y2), ..., (xn, yn) are arranged as a table in the storage device as shown in Figure 3 (b).

そして、区間α、βにおける直線補間を行う場
合、該区間α、βのX軸の値xに対して、 y=(y2-y1)(x-x1)/(x2-x1)+y1 ………(1) で示される補間式で、上記xに対する補間値yを
求めていた。
Then, when performing linear interpolation in the intervals α and β, for the X-axis value x of the intervals α and β, y=(y2-y1)(x-x1)/(x2-x1)+y1... The interpolated value y for the above x was calculated using the interpolation formula shown in (1).

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従つて、上記直線補間式(1)を、マイクロコンピ
ユータで演算する場合、 (y2−y1)/(x2−x1) で示す除算を行う必要があるが、前述のように8
ビツト程度のマイクロコンピユータにおいては、
除算命令を備えているものは少ない為、プログラ
ムによつて除算ルーチンを作成し、該除算ルーチ
ンで、上記除算を行う必要がある。
Therefore, when calculating the above linear interpolation formula (1) with a microcomputer, it is necessary to perform the division shown as (y2 − y1) / (x2 − x1), but as mentioned above, the division is 8
In a microcomputer with a bit size,
Since few devices are equipped with a division instruction, it is necessary to create a division routine using a program and use the division routine to perform the above division.

従つて、該除算による処理時間と、プログラム
ステツプ数が大きいと云う問題があつた。
Therefore, there are problems in that the processing time and number of program steps required by the division are large.

又、前述のように、該除算を簡単にする方法と
して、例えば式(1)の(x2−x1)を2の冪乗とな
るように、x1、x2、…の値を選択し、シフト動
作によつて除算を行うことが良く用いられるが、
この方法では、x1、x2、…、xnの設定を2の冪
乗間隔にしなければならないと云う制約条件があ
り、曲線を精度良く直線で近似するのが困難にな
ると云う問題があつた。
Also, as mentioned above, as a method to simplify the division, for example, select the values of x1, x2, ... so that (x2 - x1) in equation (1) becomes a power of 2, and perform a shift operation. It is often used to divide by,
This method has a constraint that x1, x2, ..., xn must be set at intervals that are powers of 2, which makes it difficult to accurately approximate the curve with a straight line.

本発明は上記従来の欠点に鑑み、除算を使用し
ないで自動変速制御を行う方法を提供することを
目的とするものである。
SUMMARY OF THE INVENTION In view of the above-mentioned drawbacks of the conventional technology, it is an object of the present invention to provide a method for performing automatic shift control without using division.

〔問題点を解決する為の手段〕[Means for solving problems]

この目的は、「アクセル開度x−車速y特性」
に従つてギア位置を決定する自動変速制御方式に
おいて、該特性曲線を折れ線で近似し、該折れ線
を構成する各区間の直線を表す傾きaiと、その直
線の原点座標(xi、yi)〔i=1、2、3、…〕
とをテーブルとして予め記憶装置に記録してお
き、アクセル開度センサの値(xi)を読取り、xi
<xp<xi+1を識別するステツプと、前記記憶
装置からxiに対するyiと、傾きaiを読み出すステ
ツプと、 yp′=ai(xp−xi)+yiを計算するステツプと、
車速センサの値(yp)を読みとり、yp′とypを比
較するステツプと、 該比較結果に基いてギア位置を変更するステツ
プを含むことを特徴とする自動変速制御方式によ
つて達成される。
The purpose of this is "accelerator opening x - vehicle speed y characteristics"
In an automatic transmission control system that determines the gear position according to =1, 2, 3,...]
is recorded in advance as a table in the storage device, the value (xi) of the accelerator opening sensor is read, and xi
a step of identifying <xp<xi+1; a step of reading yi and a slope ai for xi from the storage device; a step of calculating yp'=ai(xp-xi)+yi;
This is achieved by an automatic shift control system characterized by including a step of reading the value (yp) of the vehicle speed sensor and comparing yp' and yp, and a step of changing the gear position based on the comparison result.

〔作用〕[Effect]

即ち、本発明によれば、曲線を近似する折れ線
のある区間(x1、y1)、(x2、y2)において、 y=(y2-y1)(x-x1)/(x2-x1)+y1 で示される直線補間式を、 y=a1(x−x1)+y1 で求めるようにしたものであるので、除算を使用
することなく、補間値を求めることができ、処理
速度が早くなり、メモリ量も少なく済み、直線区
間の取り方に制限がないので、精度の良い自動変
速制御を行うことができる効果がある。
That is, according to the present invention, in a section (x1, y1), (x2, y2) with a polygonal line approximating a curve, it is expressed as y=(y2-y1)(x-x1)/(x2-x1)+y1. Since the linear interpolation formula for Since there are no restrictions on how straight sections are taken, it is possible to perform automatic gear shift control with high precision.

〔実施例〕〔Example〕

以下本発明の実施例を図面によつて詳述する。
第1図は本発明の概念を説明する図であり、第2
図は本発明を自動車の自動変速機に適用した例を
示した図である。
Embodiments of the present invention will be described in detail below with reference to the drawings.
Figure 1 is a diagram explaining the concept of the present invention, and Figure 2 is a diagram explaining the concept of the present invention.
The figure shows an example in which the present invention is applied to an automatic transmission for an automobile.

第1図において、イは第3図で説明した曲線の
近似値を本発明による方式で求める方法を説明す
る図であつて、(x1、y1)、(x2、y2)、…、(xn、
yn)は、第3図で説明したものと同じ折れ線の
各区間の原点座標であり、a1、a2、…、anが本
発明を実施するのに必要な、各区間の傾きを示す
データである。
In FIG. 1, A is a diagram illustrating the method of obtaining the approximate value of the curve explained in FIG.
yn) are the origin coordinates of each section of the same polygonal line as explained in Fig. 3, and a1, a2, ..., an are data indicating the slope of each section necessary to implement the present invention. .

そして、本発明においては、記憶装置上に、上
記(x1、y1)、(x2、y2)、…、(xn、yn)の座標
と、該座標点を通過する直線の傾きa1、a2、…、
anを、第1図ロに示すように該マイクロコンピ
ユータ内の記憶機構に配置しておき、マイクロプ
ロセツサによつて、入力データxに対して、該デ
ータxがどの区間にあるかを識別し、例えば原点
座標が(x1、y1)である区間にあることが識別
されると、当該区間直線の傾きa1と、該原点座
標(x1、y1)を上記記憶装置から読み出し、 y=a1(x−x1)+y1 なる演算を行つて、補間値yを求めるようにして
いる。
In the present invention, the coordinates of the above (x1, y1), (x2, y2), ..., (xn, yn) and the slopes a1, a2, ... of the straight lines passing through the coordinate points are stored on the storage device. ,
An is placed in the storage mechanism in the microcomputer as shown in Figure 1B, and the microprocessor identifies which section of input data x is in. For example, when it is identified that the origin coordinates are in an interval (x1, y1), the slope a1 of the straight line in the interval and the origin coordinates (x1, y1) are read from the storage device, and y=a1(x −x1)+y1 is performed to obtain the interpolated value y.

上記演算式から明らかな如く、本発明の自動変
速制御においては、除算を用いないので、該補間
値を求める処理速度が早く、処理ステツプ数も少
ない他、上記データテーブルの取り方に制限がな
い、と言う特徴がある。
As is clear from the above equation, the automatic shift control of the present invention does not use division, so the processing speed for determining the interpolated value is fast, the number of processing steps is small, and there are no restrictions on how the data table can be created. There is a characteristic called .

次に、本発明を第2図によつて説明する。 Next, the present invention will be explained with reference to FIG.

第2図イは当該自動変速機の制御構成をブロツ
ク図で示し、ロはその動作を流れ図で示したもの
である。
FIG. 2(a) shows the control structure of the automatic transmission in a block diagram, and FIG. 2(b) shows its operation in a flowchart.

イにおいて、1はマイクロプロセツサ
(MPU)、2は読み取り専用メモリ(ROM)、3
はランダムアクセスメモリ(RAM)、4は自動
変速制御を行うのに必要なセンサで、41はアク
セル開度センサ(xp)、42は車速センサ(yp)、
5はギア選択アクチユエータ(GS)である。
1 is the microprocessor (MPU), 2 is the read-only memory (ROM), and 3 is the microprocessor (MPU).
4 is a random access memory (RAM), 4 is a sensor necessary for automatic gear shift control, 41 is an accelerator opening sensor (xp), 42 is a vehicle speed sensor (yp),
5 is a gear selection actuator (GS).

以下、イのブロツク図を参照しながら、ロに示
した流れ図によつて、本発明による自動変速制御
の方法を説明する。
The automatic shift control method according to the present invention will be described below with reference to the block diagram in A and the flowchart in B.

ステツプ10:マイクロプロセツサ(MPU)1
によつて、読み取り専用メモリ(ROM)2をア
クセスし、上記データテーブルからアクセル開度
データxi(i=1、2、3、…)を読み取る。
Step 10: Microprocessor (MPU) 1
Accordingly, the read-only memory (ROM) 2 is accessed and accelerator opening data xi (i=1, 2, 3, . . . ) is read from the data table.

ステツプ11:マイクロプロセツサ(MPU)1
によつて、アクセル開度センサ(xp)の値を読
み取り、 xi<XP<XI+1 を識別する。
Step 11: Microprocessor (MPU) 1
, read the value of the accelerator opening sensor (xp) and identify xi<XP<XI+1.

若し、xi<xp<xi+1でなければ、ステツプ
12に飛ぶが、xi<xp<xi+1であれば、次のス
テツプ13に移る。
If xi<xp<xi+1, step
Skip to step 12, but if xi<xp<xi+1, move to the next step 13.

ステツプ12:読み取り専用メモリ(ROM)2
から次のアクセル開度データxi(i=1、2、3、
…)を読み取り、ステツプ11に戻る。
Step 12: Read-only memory (ROM) 2
Next accelerator opening data xi (i=1, 2, 3,
…) and return to step 11.

ステツプ13:マイクロプロセツサ(MPU)1
により、読み取り専用メモリ(ROM)2をアク
セスして、アルセル開度データxiに対応する、補
間値yiと、傾きaiを読み取り、次のステツプに移
る。
Step 13: Microprocessor (MPU) 1
Then, the read-only memory (ROM) 2 is accessed to read the interpolated value yi and the slope ai corresponding to the arcel opening data xi, and the process moves to the next step.

ステツプ14:マイクロプロセツサ(MPU)1
において、ランダムアクセスメモリ(RAM)3
を用いて、 yp′=ai(xp−xi)+yi を計算し、次のステツプ15に移る。
Step 14: Microprocessor (MPU) 1
In, random access memory (RAM) 3
Using this, calculate yp' = ai (xp - xi) + yi, and move on to the next step 15.

ステツプ15:マイクロプロセツサ(MPU)1
で車速センサ(yp)42の値を読み取り、 yp′>yp を識別し、yp′>ypであれば、ギア選択アクチユ
エータ(GS)を制御して、1速領域から2速
領域にギアを移すが、yp′>ypでなければ、該
ギアを1速領域の儘とするようにする。
Step 15: Microprocessor (MPU) 1
reads the value of the vehicle speed sensor (yp) 42, identifies yp'>yp, and if yp'>yp, controls the gear selection actuator (GS) to shift the gear from the 1st gear region to the 2nd gear region. However, if yp'>yp, the gear is kept in the 1st speed range.

このようにして、本発明によれば、マイクロプ
ロセツサ(MPU)1におけるステツプ14の動作
が高速に処理されるので、自動車の「アクセル開
度−車速」特性に従つて、操縦者がアクセルを踏
んだ時の速度に適した速度領域が、高速に、且つ
少ないメモリ量で判別され、所望の自動変速制御
を円滑に行うことができる。
In this manner, according to the present invention, the operation of step 14 in the microprocessor (MPU) 1 is processed at high speed, so that the driver can press the accelerator according to the "accelerator opening - vehicle speed" characteristic of the automobile. A speed range suitable for the speed at which the pedal is stepped on is determined quickly and with a small amount of memory, and desired automatic speed change control can be performed smoothly.

〔発明の効果〕〔Effect of the invention〕

以上、詳細に説明したように、本発明の自動変
速制御方式は、除算を使用することなく、補間値
を求めることができるので、処理速度が早くな
り、メモリ量も少なく済み、直線区間の取り方に
制限がないので、精度の良い自動変速制御を行う
ことができる効果がある。
As explained above in detail, the automatic shift control method of the present invention can obtain interpolated values without using division, so processing speed is faster, the amount of memory is small, and straight-line section handling is possible. Since there is no restriction in direction, there is an effect that highly accurate automatic gear change control can be performed.

従つて、この高速直線補間を自動車の自動変速
制御に適用した場合、高速で、且つ経済的に精度
の良い自動変速制御を行うことができる。
Therefore, when this high-speed linear interpolation is applied to automatic shift control of an automobile, it is possible to perform high-speed, economical, and highly accurate automatic shift control.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の概念を説明する図、第2図は
本発明を適用した自動変速機のブロツク図と動作
の流れ図を示した図、第3図は従来技術による自
動変速制御の方法を説明する図、第4図は本発明
の利用分野を説明する図、である。 図面において、1はマイクロプロセツサ
(MPU)、2は読み取り専用メモリ(ROM)、3
はランダムアクセスメモリ(RAM)、4は自動
変速制御を行うのに必要なセンサ、10〜15は
自動変速動作の各ステツプ、〜は変速機にお
ける各速度領域、xはアクセル開度、yは車速、
Pは操縦者がアクセルを踏んだ時の速度領域、を
それぞれ示す。
Fig. 1 is a diagram explaining the concept of the present invention, Fig. 2 is a diagram showing a block diagram and operation flowchart of an automatic transmission to which the present invention is applied, and Fig. 3 is a diagram illustrating a conventional automatic transmission control method. FIG. 4 is a diagram illustrating the field of application of the present invention. In the drawing, 1 is a microprocessor (MPU), 2 is a read-only memory (ROM), and 3 is a microprocessor (MPU).
4 is a random access memory (RAM), 4 is a sensor necessary to perform automatic shift control, 10 to 15 are each step of automatic shift operation, ~ is each speed range in the transmission, x is the accelerator opening, y is the vehicle speed ,
P indicates the speed range when the driver steps on the accelerator.

Claims (1)

【特許請求の範囲】 1 アクセル開度x−車速y特性」に従つてギア
位置を決定する自動変速制御方式において、該特
性曲線を折れ線で近似し、該折れ線を構成する各
区間の直線を表す傾きaiと、その直線の原点座標
(xi、yi)〔i=1、2、3、…〕とをテーブルと
して予め記憶装置に記録しておき、アクセル開度
センサの値(xi)を読取り、xi<xp<xi+1を識
別するステツプと、前記記憶装置からxiに対する
yiと、傾きaiを読み出すステツプと、 yp′=ai(xp−xi)+yiを計算するステツプと、
車速センサの値(yp)を読みとり、yp′とypを比
較するステツプと、 該比較結果に基いてギア位置を変更するステツ
プを含むことを特徴とする自動変速制御方式。
[Claims] 1. In an automatic transmission control system that determines the gear position according to the accelerator opening x-vehicle speed y characteristic, the characteristic curve is approximated by a polygonal line, and each section of the polygonal line is represented by a straight line. The inclination ai and the origin coordinates (xi, yi) [i = 1, 2, 3, ...] of the straight line are recorded in advance as a table in the storage device, and the value (xi) of the accelerator opening sensor is read. a step of identifying xi<xp<xi+1; and a step of identifying xi<xp<xi+1;
yi and a step of reading out the slope ai, a step of calculating yp′=ai(xp−xi)+yi,
An automatic shift control method comprising: a step of reading a value (yp) of a vehicle speed sensor and comparing yp' and yp; and a step of changing a gear position based on the comparison result.
JP14841084A 1984-07-17 1984-07-17 High speed linear interpolation system Granted JPS6126174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14841084A JPS6126174A (en) 1984-07-17 1984-07-17 High speed linear interpolation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14841084A JPS6126174A (en) 1984-07-17 1984-07-17 High speed linear interpolation system

Publications (2)

Publication Number Publication Date
JPS6126174A JPS6126174A (en) 1986-02-05
JPH0322328B2 true JPH0322328B2 (en) 1991-03-26

Family

ID=15452164

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14841084A Granted JPS6126174A (en) 1984-07-17 1984-07-17 High speed linear interpolation system

Country Status (1)

Country Link
JP (1) JPS6126174A (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH082659B2 (en) * 1986-06-02 1996-01-17 松下電器産業株式会社 Method of creating density characteristic correction table in gradation printer
JP2930302B2 (en) * 1988-04-06 1999-08-03 ソニー株式会社 Control data generator
JP4693703B2 (en) * 2006-06-13 2011-06-01 ダイハツ工業株式会社 Lock-up control device
US8010275B2 (en) * 2007-10-01 2011-08-30 GM Global Technology Operations LLC Secured throttle position in a coordinated torque control system
EP2128727A1 (en) * 2008-05-29 2009-12-02 Continental Automotive GmbH Method and computer program product for providing control program with reduced storage requirement

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50157838U (en) * 1974-06-18 1975-12-27

Also Published As

Publication number Publication date
JPS6126174A (en) 1986-02-05

Similar Documents

Publication Publication Date Title
JP2862052B2 (en) Position command method and device
US5031100A (en) Shift control system for automatic transmission
KR100874062B1 (en) Signal processing device
JPS6147353B2 (en)
JP2007094936A (en) Numerical value controller
US4721952A (en) Apparatus and process for graphically representing three-dimensional objects in two-dimensions
JPH0322328B2 (en)
US6662082B2 (en) System for operating a robot with easy programming
US4610210A (en) Sewing machine
JP2724647B2 (en) Feed rate control method in numerical control
JPH07210225A (en) Numerical controller
JPH01238748A (en) Shift controller for automatic transmission
JP3277966B2 (en) Transmission control device for automatic transmission
JP2000163114A (en) Intra-interpolation curve acceleration and deceleration processing method
US5243514A (en) System for generating numerical control information
JP4992540B2 (en) Vehicle control apparatus and method
US5739656A (en) Numerical controlling method with mirror image function
JPS6043532B2 (en) Chain line interpolation method for XY plotter
JPH08145133A (en) Speed change control device of continuously variable transmission
JP3700810B2 (en) Data conversion method and apparatus
JPH07106079B2 (en) Motor drive system
JP3457693B2 (en) Robot trajectory control method
JP2003327008A (en) Apparatus and method for evaluating brake operation
JP2850568B2 (en) Positioning operation method
JPH07114369A (en) Character and graphite data processor