CONTROL APPARATUS OF ELECTRIC POWER STEERING APPARATUS

Information

  • Patent Application
  • 20070273317
  • Publication Number
    20070273317
  • Date Filed
    May 24, 2007
    17 years ago
  • Date Published
    November 29, 2007
    16 years ago
Abstract
In a control apparatus of an electric power steering apparatus constructed so as to calculate a current command value of a motor for applying steering assist force to a steering mechanism based on steering torque and a vehicle speed and drive and control the motor based on the current command value, there are provided an SAT detection part for detecting or estimating an SAT detection value, a standard SAT calculation part for calculating a standard SAT value based on a steering angle and the vehicle speed, and a correction part for calculating a correction amount based on the SAT detection value and the standard SAT value and correcting the current command value.
Description

BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block configuration diagram showing one example of an embodiment of the invention;



FIG. 2 is a diagram describing SAT;



FIG. 3 is a diagram describing estimation of SAT;



FIG. 4 is a diagram describing estimation of SAT;



FIG. 5 is a block diagram showing a relation among a standard SAT detection part, an SAT estimation part and a correction part;



FIG. 6 is a block configuration diagram showing one example of FIG. 5;



FIG. 7 is a flowchart showing an action example of the invention;



FIG. 8 is a block configuration diagram showing another example of an embodiment of the invention;



FIG. 9 is a block diagram showing a detailed configuration of a standard SAT change rate detection part and a correction part;



FIG. 10 is a diagram showing a configuration example of a general electric power steering apparatus; and



FIG. 11 is a block diagram showing one example of a control system of an electric power steering apparatus.





DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS OF THE INVENTION EMBODIMENTS

A control apparatus of an electric power steering apparatus according to the invention is constructed so that attention is focused on SAT of a vehicle and assist control is performed so that actual SAT follows a standard SAT value obtained by calculation and thereby, vehicle behavior can be stabilized.


Embodiments of the invention will be described below with reference to the drawings.



FIG. 1 shows one embodiment of the invention with the embodiment associated with FIG. 11, and steering torque T from a torque sensor is inputted to a current command value calculation part 31 and also is inputted to a correction part 50 and an SAT estimation part 51. Also, a vehicle speed V from a vehicle speed sensor or a CAN (Controller Area Network) is inputted to the current command value calculation part 31 and also is inputted to a standard SAT detection part 52. A current command value Iref calculated by the current command value calculation part 31 is inputted to the SAT estimation part 51 and also is added to a correction signal CR3 by an addition part 41 and a current command value Irefa obtained is inputted to a current limit part 33.


A rotational sensor 40 such as an encoder is attached to a motor 20 for generating assist steering force, and a rotational signal of the rotational sensor 40 is inputted to an angular speed detection part 53 and a motor angular speed o) is detected, and the motor angular speed c) is inputted to an angular acceleration detection part 54, a convergent control part 55 and the SAT estimation part 51. A motor angular acceleration *ω detected by the angular acceleration detection part 54 is inputted to the SAT estimation part 51 and also is inputted to an inertia compensation part 56. Also, a steering angle θ from a steering angle sensor 45 for detecting a steering angle is inputted to the standard SAT detection part 52.


A standard SAT value SATs detected by the standard SAT detection part 52 is added and inputted to a subtraction part 44, and an SAT estimation value SATe estimated by the SAT estimation part 51 is subtracted and inputted to the subtraction part 44. A deviation SATd of the SAT estimation value SATe from the standard SAT value SATs obtained by the subtraction part 44 is inputted to the correction part 50 responsive to the steering torque T, and a correction signal CR1 in response to the deviation SATd is outputted from the correction part 50 and is inputted to an addition part 43. The correction signal CR1 isadded to an inertia signal TC from the inertia compensation part 56 by the addition part 43, and an added correction signal CR2 is further added to a convergence signal CN from the convergent control part 55 by an addition part 42, and a correction signal CR3 from the addition part 42 is added to the current command value Iref by the addition part 41.


The convergent control part 55 is constructed so as to apply the brake to a swing action of a steering wheel in order to improve convergence of a yaw of a vehicle, and the inertia compensation part 56 is constructed so as to assist the amount corresponding to force generated by inertia of the motor 20 and prevent deterioration of responsiveness of control or inertia feeling.


Referring here to a situation of torque generated from a road surface to steering by being shown in FIG. 2, a driver steers and thereby steering torque Th is generated and a motor M generates assist torque Tm according to its steering torque Th. As a result of that, wheels are steered and SAT is generated as reaction force. Also in that case, torque resulting in resistance to steering of the steering wheel is generated by friction (static friction) Fr and inertia J of the motor M. In the case of considering balance between these forces, a motion equation as shown in the following equation (1) is obtained In addition, ω is a motor angular speed and *ω is a motor angular acceleration.






J·*ω+Fr·sign(ω)+SAT=Tm+Th   (1)


When a Laplace transform of the equation (1) is performed using zero as an initial value and the equation (1) is solved for SAT, the following equation (2) is obtained.






SAT(s)=Tm(s)+Th(s)−J·*ω(s)+Fr·sign(ω(s))   (2)


From the equation (2), the steering torque T, the current command value Iref, the motor angular speed ω and the motor angular acceleration *ω are inputted to the SAT estimation part 51. The SAT estimation value SATe estimated by the SAT estimation part 51 is subtracted and inputted to the subtraction part 44.


Also, SAT increases with an increase in a vehicle speed V while increasing with an increase in a steering angle θ as shown in FIG. 3, so that the SAT can be estimated based on the steering angle θ and the vehicle speed V. When the steering angle θ and the vehicle speed V are small, the SAT estimated from balance of force has hysteresis as shown by a thin line of FIG. 4. When a width of this hysteresis becomes a problem in performing SAT damping control of the invention, it is desirable to estimate the SAT based on the steering angle θ and the vehicle speed V. Since actual SAT becomes a function of the steering angle θ and the vehicle speed V, the estimated SAT may be corrected.


Then, the standard SAT value SATs is calculated by a model of the following equation (3) using the vehicle speed V as a parameter based on the steering angle θ by the standard SAT detection part 52. However, c0, c1, c2, a1 and a2 are constants, and s is a Laplace operator.






SATs=θ·(c0·s2+cs+c2)/(s2+a1·s+a2)   (3)


The standard SAT value SATs calculated by the standard SAT detection part 52 is inputted to the subtraction part 44, and the deviation SATd from the SAT estimation value SATe is obtained. The deviation SATd is inputted to the correction part 50, and a correction in response to the steering torque T is made. FIG. 5 shows a relation among the standard SAT detection part 52, the SAT estimation part 51 and the correction part 50, and the standard SAT detection part 52 is responsive to the vehicle speed V, and the correction part 50 is responsive to the steering torque T and is P (proportional) control.


Referring to a detailed configuration example of FIG. 5 by being shown in FIG. 6, a model of the standard SAT detection part 52 is constructed of a gain characteristic part 521 for obtaining a steering angle θa of characteristics of gradually increasing and gradually decreasing after a predetermined value by inputting a steering angle θ, a gain characteristic part 522 for obtaining a vehicle speed Va of characteristics of gradually increasing at a low scaling factor by inputting a vehicle speed V, a multiplication part 523 for multiplying the steering angle θa and the vehicle speed Va, and an integral part 524 for integrating θa times Va from the multiplication part 523 by a time constant T0. The gain characteristic part 521 becomes a model of an SAT change rate with respect to the steering angle θ. A standard SAT value SATs is outputted from the integral part 524. Also, the correction part 50 is constructed of a gain characteristic part 501 for obtaining steering torque Ta of characteristics of gradually increasing and gradually decreasing after a predetermined value by inputting steering torque T, and a multiplication part 502 for multiplying the steering torque Ta by a deviation SATd from the subtraction part 44, and a correction signal CR1 is outputted from the multiplication part 502.


An action example of the invention in such a configuration will be described with reference to a flowchart of FIG. 7.


First, steering torque T and a vehicle speed V are inputted (step S1) and the current command value calculation part 31 calculates a current command value Iref (step 32) Next, based on a rotational signal of the rotational sensor 40, the angular speed detection part 53 detects a motor angular speed ω and the angular acceleration detection part 54 detects a motor angular acceleration *ω (step S3) and a steering angle θ is inputted from the steering angle sensor 45 (step S4). The order of input of the steering angle θ and detection of the motor angular speed ω and the motor angular acceleration *ω may be reverse.


The standard SAT detection part 52 calculates a standard SAT value SATs based on the steering angle θ and the vehicle speed (step S10), and the SAT estimation part 51 estimates an SAT estimation value SATe based on the steering torque T, the current command value Iref, the motor angular speed ω and the motor angular acceleration *ω (step S11), and the subtraction part 44 calculates a deviation SATd of the SAT estimation value SATe from the standard SAT value SATs (step S12). The deviation SATd is inputted to the correction part 50, and the correction part 50 calculates a correction signal CR1 by proportional characteristics (step S13). In addition, the order of estimation of the SAT estimation value SATe and calculation of the standard SAT value SATs may be reverse.


On the other hand, the convergent control part 55 calculates a convergence signal CN based on the motor angular speed ω, and the inertia compensation part 56 calculates an inertia signal TC based on the motor angular acceleration *ω (step S14), and the convergence signal CN is added and inputted to the addition part 42 and the inertia signal TC is added and inputted to the addition part 43, respectively and is added to the correction signal CR1 and a correction signal CR3 is calculated (step S15). Then, the correction signal CR3 is added to the current command value Iref by the addition part 41 and a current command value Irefa is calculated (step S16) and the motor 20 is driven based on this current command value Irefa (step S20).


As described above, in the control apparatus of the invention, a deviation of an SAT estimation value from a standard SAT value is calculated and a correction value in which the deviation is multiplied by a gain is calculated and is added to a current command value and a motor is driven. The correction value added to the current command value directly acts on SAT inputted from a road surface to a rack shaft, so that control of following target SAT can be performed with good responsiveness.


Next, another embodiment of the invention will be described by being shown in FIG. 8. FIG. 8 corresponds to FIG. 1, and description is omitted by assigning the same numerals to the same parts.


In the embodiment of FIG. 8, a standard SAT change rate detection part 61 for detecting a standard SAT change rate SATC, a differential part 62 for differentiating an SAT estimation value SATe estimated by an SAT estimation part 51, a subtraction part 63 for obtaining a deviation of a differentiated SAT estimation value SATf from the standard SAT change rate SATc and a correction part 60 for correcting the deviation SATn obtained by the subtraction part 63 in response to a vehicle speed V and steering torque T are disposed. The SAT estimation value SATe is inputted to the standard SAT change rate detection part 61, and the standard SAT change rate detection part 61 detects the standard SAT change rate SATc based on the SAT estimation value SATe and the vehicle speed V. A desirable change rate in the present SAT value (SATe) and the vehicle speed V is the standard SAT change rate SATc.


When assist control is performed based on the standard SAT change rate SATc thus, a correction value added to a current command value Iref directly acts on a change rate of SAT inputted from a road surface to a rack shaft, so that damping can be applied to the SAT.


A detailed configuration of the standard SAT change rate detection part 61, the differential part 62 and the correction part 60 is shown in FIG. 9, That is, a model of the standard SAT change rate detection part 61 is constructed of a gain characteristic part 611 for obtaining an SAT estimation value SATea of characteristics of gradually increasing and gradually decreasing after a predetermined value by inputting an SAT estimation value SATe, a gain characteristic part 612 for obtaining a vehicle speed Vc of characteristics of gradually increasing at a low scaling factor by inputting a vehicle speed V, and a multiplication part 613 for multiplying the SAT estimation value SATea and the vehicle speed Vc. The gain characteristic part 611 becomes a model of an SAT change rate with respect to the SAT estimation value SATe. The differential part 62 becomes a transfer function “s/(T0·s+1)”. Also, the correction part 60 is constructed of a gain characteristic part 601 for obtaining steering torque Th of characteristics of gradually increasing and gradually decreasing after a predetermined value by inputting steering torque T, a gain characteristic part 602 for obtaining a vehicle speed Vb of characteristics of gradually increasing at a gain of 1 or more by inputting a vehicle speed V, a multiplication part 603 for multiplying the steering torque Tb and the vehicle speed Vb, and a multiplication part 604 for multiplying a difference SATn by Tb times Vb from the multiplication part 603.


According to the embodiment thus, it can be constructed by only using a simple model of an SAT change rate with respect to complexity of a yaw rate standard model. Also, when SAT is estimated based on a steering angle and a vehicle speed, a steering wheel return speed or steering wheel return characteristics can be adjusted by feedback of an SAT estimation value.


The invention can be applied to a rack assist type electric power steering apparatus as well as column type and pinion type electric power steering apparatus. Also, the SAT estimation part for estimating and feeding back the SAT has been described above, but the SAT may be directly measured by a sensor.


While the invention has been described in connection with the exemplary embodiments, it will be obvious to those skilled in the art that various changes and modification may be made therein without departing from the present invention, and it is aimed, therefore, to cover in the appended claim all such changes and modifications as fall within the true spirit and scope of the present invention.

Claims
  • 1. A control apparatus of an electric power steering apparatus, which calculates a current command value of a motor for applying steering assist force to a steering mechanism based on steering torque and a vehicle speed, and controls the motor based on the current command value, comprising: an SAT detection part that detects or estimates a Self Aligning Torque (SAT) detection value;a standard SAT calculation part that calculates a standard SAT value based on a steering angle and the vehicle speed; anda correction part that calculates a correction amount based on the SAT detection value and the standard SAT value and corrects the current command value.
  • 2. The control apparatus of the electric power steering apparatus as set forth in claim 1, wherein the SAT detection part estimates the SAT detection value based on the steering torque, the current command value, a motor rotational speed and a rotational angular speed.
  • 3. The control apparatus of the electric power steering apparatus as set forth in claim 1, wherein the standard SAT calculation part has a model of an SAT change rate with respect to a steering angle.
  • 4. The control apparatus of the electric power steering apparatus as set forth in claim 1, wherein a deviation of the SAT detection value from the standard SAT value is calculated and the deviation is multiplied by a gain in response to the steering torque so as to calculate the correction amount.
  • 5. A control apparatus of an electric power steering apparatus which calculates a current command value of a motor for applying steering assist force to a steering mechanism based on steering torque and a vehicle speed, and controls the motor based on the current command value, comprising: an SAT detection part that detects or estimates an SAT detection value;a standard SAT change rate detection part that detects a standard SAT change rate based on the SAT detection value and the vehicle speed; anda correction part that calculates a correction amount based on a differential value of the SAT detection value and the standard SAT change rate and correcting the current command value.
  • 6. The control apparatus of the electric power steering apparatus as set forth in claim 5, wherein the SAT detection part estimates the SAT detection value based on a steering angle and the vehicle speed.
  • 7. The control apparatus of the electric power steering apparatus as set forth in claim 5, wherein the standard SAT calculation part has a model of an SAT change rate with respect to a steering angle.
  • 8. The control apparatus of the electric power steering apparatus as set forth in claim 5, wherein a deviation of the differential value from the standard SAT change rate is calculated and the deviation is multiplied by a gain in response to the steering torque so as to calculates the correction amount.
  • 9. The control apparatus of the electric power steering apparatus as set forth in claim 5, wherein the correction part is responsive to the vehicle speed and the steering torque,
Priority Claims (1)
Number Date Country Kind
2006-144859 May 2006 JP national