Next Article in Journal
No-Reference Image Quality Assessment with Moving Spectrum and Laplacian Filter for Autonomous Driving Environment
Previous Article in Journal
Advanced Adaptive Rule-Based Energy Management for Hybrid Energy Storage Systems (HESSs) to Enhance the Driving Range of Electric Vehicles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Developing an Algorithm Limiting the Longitudinal Acceleration of an Electric Vehicle

1
KAMAZ Innovation Center, Skolkovo Innovation Center, Bolshoi Boulevard, 62, 121205 Moscow, Russia
2
Ground Transportation and Technological Complexes Department, Moscow Polytechnic University, Bolshaya Semyonovskaya Street, 38, 107023 Moscow, Russia
3
Sociocenter, Tverskoy Boulevard, 13, Str. 1, 123104 Moscow, Russia
*
Author to whom correspondence should be addressed.
Vehicles 2025, 7(1), 7; https://doi.org/10.3390/vehicles7010007
Submission received: 17 October 2024 / Revised: 18 December 2024 / Accepted: 14 January 2025 / Published: 21 January 2025

Abstract

The electric traction drive is increasingly being applied as a device providing traction force on driving wheels. This is due to its reliable torque transmission to the driving wheels, step-less regulation of the traction force on the driving wheels depending on the driving conditions, and increased design capabilities. In terms of power, the electric traction drive has maximum torque at low speeds, which internal combustion engines lack. This property of the electric drive is not applied in urban vehicles, as not all passengers are comfortable with intensive acceleration. In modern vehicles with an electric traction drive, the maximum acceleration can be limited by software, which is the focus of this study. This paper aims to develop an algorithm capable of recognizing when the permissible longitudinal acceleration exceeds the limit and generating an action to maintain the acceptable acceleration level. The electric traction drive of a large-class electric bus was used as a control object. An algorithm and a control law are hereby developed, which reduce longitudinal acceleration using PI control. Both simulation modeling and full-scale tests on the electric bus were carried out to evaluate the performance and efficiency of the algorithm. In this paper, the authors also introduce the cumulative velocity concept and prove the operability and efficiency of the developed method.

1. Introduction

Electric traction drive vehicles are increasingly being introduced into service. These are rail-less vehicles, including electric cars, electric buses, and vehicles with hybrid traction systems. The traction electric drive is widely used due to its capability of achieving highly efficient high-power transmission to the driving wheels at a wide range of speeds (up to 12,000 rpm), step-less regulation of the traction force on the driving wheels, and energy recovery at decreasing speed [1]. In addition, the traction electric drive can develop maximum torque at low speeds (less than 500 rpm). This property improves the acceleration performance of light sports cars, since, for them, the maximum acceleration is an important parameter. However, for electric buses or trolleybuses, intense acceleration must be limited for the sake of comfort and safety.
Hence, there is a need to limit the maximum acceleration of electric buses. Moreover, the shock loads in the drive’s mechanical elements, especially the gears, should be limited both upon electric motor start-up and during motion. Considering that electric buses are operated in urban traffic, the acceleration of the vehicle, despite restrictions, should be acceptable, based on the values obtained in Refs. [2,3]. According to [4,5], the longitudinal acceleration in urban passenger electric transport should not exceed 1.5 m/s2, which, taking into account Refs. [2,6,7], is not only acceptable for traffic but also quite comfortable for passengers.
As part of the development of traction electric drive control systems, the “KAMAZ” Innovation Center developed a system for limiting longitudinal acceleration. Thus, this paper aims to set out the laws and algorithms for said control system and introduce the efficiency evaluation criterion, for later application to the vehicle.

2. Derivation of the Longitudinal Acceleration Limiter Controller Equation

The following assumptions were made in developing the longitudinal acceleration limiting control law and algorithm:
  • The acceleration of the vehicle while traveling forward is considered;
  • The vehicle is travelling on a flat horizontal surface;
  • The algorithm that calculates the control action operates when excessive acceleration is detected.
The longitudinal acceleration signal can be obtained from an inertial sensor [8] or by differentiating the angular velocity of the driving wheels and then filtering the signal.
The following is the equation of rectilinear motion during acceleration [9,10]:
m d v x d t = F t r F f F w ;
where
  • v x —longitudinal speed of the wheeled vehicle, m/s;
  • m —vehicle mass, kg;
  • F t r —traction force of driving wheels, N;
  • F f —rolling resistance force of all wheels, N;
  • F w —aerodynamic drag force, N.
The phase variable based on which the traction drive torque is controlled is the difference between the permissible acceleration a p e r and the actual a x   a c t :
a x ( t ) = a x   a c t ( t ) a p e r .
When designing an optimal controller, it is necessary to determine normal system operation, or, in this case, the permitted acceleration for the vehicle. When in the normal system operation mode, the vehicle acceleration is less than or equal to the permitted value. That is, the following conditions are fulfilled:
a x   a c t a p e r   o r   a x 0 .
Then, we can assume that, when the acceleration is above the limit (the initial moment of time), a x 0 > 0 , and, after some time (at an infinite moment of time), a x 0 , i.e., the regulator strives to ensure asymptotic stability, a x = v ˙ x 0 . At the same time, the controller tends to maintain the actual velocity within the allowable acceleration; that is, the actual velocity will tend to the velocity at the allowable acceleration v x 0 :
v x ( t ) = v x   a c t ( t ) v p e r ( t ) .
In other words, the controller aims to ensure the equi-accelerated motion of the controlled object. The meaning of the above conclusions is explained in Figure 1, showing the velocities (Figure 1a) and accelerations (Figure 1b) without (red graphs) and with (green graphs) the acceleration limitation.
Let us represent the phase variables as x 1 = s x , x ˙ 1 = x 2 = v x and write the equation of state in terms of perturbed motion, as follows:
x ˙ 1 = x 2 ; x ˙ 2 = 1 m U ,
where U is the principal vector of the control action. In turn, the main vector of the control action U is calculated by the following formula:
U = F t r F t r   p e r ;
where F t r   p e r is the traction force on the wheels required for permissible acceleration, N.
The tractive force on the wheels required for the permissible acceleration looks similar to Equation (1):
F t r   p e r = F j   p e r + F f + F w .
where F j   p e r is the force of inertia at the permissible acceleration, N.
Let us write Equation (1) with respect to F t , substitute Equations (1) and (7) into Equation (6), and perform transformations. As a result of these actions, the principal control vector will take the following form:
U = ( a x   a c t a p e r ) m .
The system of Equation (5) in the expanded form will look as follows:
x ˙ 1 = x 2 ; x ˙ 2 = 1 m a x   a c t a p e r .
According to the theory of the analytical design of optimal controllers [11], the general optimal controller can be described as follows:
U = c 1 v x c 2 v ˙ x .
The phase variable in Equation (5) is the velocity difference and the difference in the velocity time derivative. However, the control process should focus on accelerations, since it allows one to ensure system observability. Equation (5) should then be written as follows:
U = a x   a c t a p e r m = c 1 0 t a x d t c 2 a x .
Equation (6) will then take the form of a PI controller. It is known from [12] that the control action u t is described by the following expression:
u t = K P e t + 1 T I 0 t e t d t ;
where
  • K P —proportional coefficient;
  • T I —integration constant, sec;
  • e t —control error (mismatch).
Within the framework of the problem to be solved, it is more convenient to form the control action in the form of a co-multiplier h a c c = [ 0 ; 1 ] , which is multiplied by the degree of accelerator pedal pressure h p = [ 0 ; 1 ] and the reference torque M r e f . The requested torque sent via the on-board information system to the traction inverter is calculated using the following formula:
M r e q = M r e f h p h a c c .
Guided by Equation (6), the main vector of the control action can be written in the form of torque difference, as follows:
U = M t r M t r   p e r .
We can imagine that M t r = M r e f h a c c _ p and M t r   p e r = M r e q = M r e f h p h a c c . Then, Equation (8) would be written as follows:
U = M r e f h p M r e f h p h a c c .
Substituting the equation of the control vector (Equation (9)) into the PI controller (Equation (7)), we obtain the following:
M r e f h p M r e f h p h a c c = K P e t + 1 T I 0 t e t d t .
The optimal controller based on the PI controller (7) is derived as follows:
M r e f h p h a c c = K P e t + 1 T I 0 t e t d t M r e f h p ;
h a c c = K P M r e f h p e t 1 T I M r e f h p 0 t e t d t + 1 .
We then replace the control error e t in Equation (11) with the acceleration difference a x and introduce gain factors, as follows:
c 1 = 1 T I M r e f h p ;   c 2 = K P M r e f h p .
Then, Equation (11) with respect to the minor h a c c will take the following final form:
h a c c = c 1 0 t a x d t c 2 a x + 1 .
Figure 2 presents a structural diagram explaining the general principle of the requested torque generation.

3. PI Controller Coefficient Calibration

The use of a PI controller actualizes the question of the selection of its coefficients. It was previously indicated that the control action of the regulator is in the range of h a c c = 0 ; 1 ; moreover, the multiplier h a c c = 1 corresponds to the full transmission of the request from the pedal, and the multiplier h a c c = 0 cancels the pedal request. The law of control of the regulator at the initial moment of operation t 0 is based on the fact that, at the time of activation of the regulator, the control action from the regulator is not carried out: that is, h a c c = 1 . Then, as the actual acceleration is exceeded, a x   a c t > a p e r , the output variable of the regulator tends to zero, h a c c 0 .
To formulate the parameters of the transient process of limiting the longitudinal acceleration and preventing its further excess, it is necessary to start by calculating the time constant of the inertial link. The equation of the inertial link time constant is the following:
t j = a x ( t 0 ) a ˙ x ( t 0 ) ,
where
  • a x ( t 0 ) —maximum acceleration difference, m/s2;
  • a ˙ x ( t 0 ) —derivative of acceleration (jerk) of the vehicle during acceleration reduction, which should not exceed 2 m/s3 [4].
Evidently, it is impossible to limit acceleration immediately. The process of achieving an acceleration of an acceptable value is aperiodic in nature. A graph explaining the meaning of the inertial constant and the aperiodic process of stabilization of acceleration is shown in Figure 3.
It is known that the transition process is 95% completed at time 3 t j During this period of time, the controller must complete the control process. Then, the integration time constant is T I . The PI controller can take the time of the steady-state transient of the inertial link and coefficient K I . The PI controller can be written using the following formula:
T I = 3 t j ;   K I = 1 3 t j = 1 T I .
In addition to the coefficient of the integral component K I , it is also necessary to determine the value of the proportional coefficient K P . It is known that the proportional coefficient is selected empirically based on the transition process requirements. However, to simplify the process of selecting coefficient K P , it is necessary to narrow down the range of possible numeric values. The order of the numbers of the proportional coefficient can be determined as follows. The time constant t j also determines for what period of time the value of the multiplier should be lowered to a value at which the acceleration is reduced and maintained to the required value on a horizontal surface. Then, the order of the numbers of the calculated proportional coefficient can be determined by the following formula:
K P   c a l c = h a c c t 0 h a c c ( t ) t j ,
where
  • h a c c t 0 —the magnitude of the control action at the initial moment of time;
  • h a c c ( t ) —the magnitude of the control action when acceleration is limited.
From the nature of the transition process (Figure 3) and Formula (10), it is obvious that selecting a coefficient K P that is less than K P   c a l c is impractical, since this would lead to an insufficiently intense decrease in the torque (Figure 4a,b), which will lead to a prolonged excess of acceleration compared to the permissible value. That is, the calibration process (if necessary) should start from the value K P   c a l c and increase cyclically by 5% of the calculated amount. However, if the coefficient K P significantly exceeds K P   c a l c , then the intensity of torque reduction will be excessive; this would lead to a “loss” of acceleration (Figure 4c,d). The process of increasing the coefficient during calibration should end when the acceleration of the vehicle becomes stable a few seconds after the start of operation of the regulator.

4. Mathematical Modeling of Electric Bus Motion

Before implementing the developed system, one should study the operability and efficiency of the proposed laws and algorithms. The mathematical model of spatial motion was developed and verified based on the methods and principles outlined in several works [13,14,15,16,17,18,19]. It contains models of vehicle body dynamics, wheel rolling on the support base, elements of the underride system, and an uneven support base.
The motion of an electric bus with a curb weight of 12 tons was modeled, since, at this weight, the most intensive acceleration was possible. The characteristics of the KAMAZ 6282 electric bus [20] were used as a virtual prototype. The motion along a horizontal rectilinear trajectory was considered. Instantaneous pressing of the accelerator pedal to 100% was carried out at 5 s. The threshold acceleration was set to a l i m i t = 1.5 m/s2.
Motion modeling was performed for two vehicles: “Electric Bus 1” and “Electric Bus 2”. Electric Bus 1 had no longitudinal acceleration limitation, while Electric Bus 2 used the acceleration limitation algorithm. Figure 5 and Figure 6 show the longitudinal acceleration and linear velocity plots for both electric buses.
Figure 5 shows that the Electric Bus 1 reached an acceleration of 2.5 m/s2. At the same time, the acceleration exceeded the threshold value for 6.5 s. In Electric Bus 2, with the acceleration limitation system engaged, the acceleration reached 2.5 m/s2 briefly and then, suppressed by the controller, decreased to 1.5 m/s2 in 2.5 s. The graphs in Figure 4 show that, with the regulator engaged, Electric Bus 2 gained speed less intensely than Electric Bus 1.
The cumulative velocity S c v was used as the efficiency criterion. The cumulative velocity is the area in the figure bound by the threshold acceleration from below and the longitudinal acceleration from above (Figure 7). The formula for calculating the cumulative velocity is as follows:
S c v = t 1 t 2 a x ( t ) d t ,
where
  • t 1 —initial moment of time of acceleration exceedance, s;
  • t 2 —final moment of time of acceleration exceedance, s.
Table 1 records the results of the calculations of the cumulative velocities. Figure 8 shows the graphs of the requested torques.
This shows that the requested torque of Electric Bus 1 reached the maximum value of 780 N∙m and was held at this level for 3 s, while the requested torque of Electric Bus 2 reached a maximum value of 730 N∙m and then decreased to 500 N∙m under the action of the PI controller.

5. Field Tests of the Electric Bus—Justification of Operability and Efficiency of the Developed System

After virtual tests, the developed algorithm was tested on a real object. The KAMAZ 6282 electric bus was used as the test object [20] (Figure 9). The technical specifications are given in Table 2.
The tests were carried out at the KAMAZ test site. A standard inertial sensor supplied with the braking system was used as the device for measuring longitudinal acceleration, the signals of which were transmitted via the CAN bus [3]. A specialized software package for reading CAN messages was used for collecting data from the on-board CAN bus.
During the tests, straight-line acceleration was first performed with the longitudinal acceleration limitation system deactivated. The driver instantly pressed the accelerator pedal to 100%.
Figure 10 shows that the electric bus without software acceleration limitation developed an acceleration of up to 2.3 m/s2. The acceleration exceeded the threshold value for 3.7 s.
A similar run was then conducted with the longitudinal acceleration limitation system activated. The driver also pressed the accelerator pedal to 100% instantaneously.
Figure 11 shows that the electric bus developed an acceleration up to 2 m/s2, and then the acceleration began to decrease intensively, suppressed by the controller. The acceleration exceeded the relative threshold (1.5 m/s2) for 2.3 s. Table 3 records the cumulative velocity values obtained during the test runs.
The results show that the cumulative speed of the electric bus with an activated acceleration limitation system was lower. After the test runs, it could be concluded that the lower the cumulative speed, the higher the comfort and safety.

6. Conclusions

The results of this study allowed us to draw the following conclusions:
  • The authors developed a system for limiting longitudinal acceleration, alongside the laws and algorithms of the control system, including the design of a regulator capable of limiting the longitudinal acceleration of a vehicle;
  • The concept of total speed was introduced as a criterion for the effectiveness of the system;
  • Mathematical modeling methods were used to prove the effectiveness of the algorithm at the stage of creating a system based on a virtual prototype of an electric bus. The relative efficiency of the system was 77.28%;
  • The developed system was tested on the KAMAZ 6282 electric bus at the KAMAZ test site. During full-scale tests, the longitudinal acceleration did not exceed 2 m/s2 and then lowered to 1.5 m/s2, which is comfortable. At the same time, the relative efficiency was 51.72%;
  • The practical significance of the algorithm for limiting longitudinal acceleration was proven during subsequent introduction into mass production.

Author Contributions

Conceptualization, A.K. (Aleksandr Klimov); Software, A.B.; Validation, A.B.; Formal analysis, A.A.; Investigation, A.A. and A.K. (Aleksandr Klimov); Resources, D.M.; Data curation, D.M.; Writing—original draft, A.A. and A.B.; Writing—review & editing, A.K. (Aleksandr Klimov), A.K. (Andrey Keller), S.S. and Y.F.; Supervision, A.K. (Andrey Keller), S.S. and Y.F.; Project administration, Y.F.; Funding acquisition, A.K. (Andrey Keller) and Y.F. All authors have read and agreed to the published version of the manuscript.

Funding

This research was carried out with the financial support of the Ministry of Science and Higher Education of the Russian Federation, within the framework of project “Development of a mathematical model of chassis operation (transmission, chassis and control mechanisms) in static and dynamic states and creation of a digital twin of a passenger car platform on its basis” (code: FZRR-2023-0007).

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

Antonyan Akop, Klimov Aleksandr, Buchkin Andrey are employees of LLC KAMAZ Innovation Center. The paper reflects the views of the scientists, and not the company.

References

  1. Ovsyannikov, E.M. Traction Electrical Systems of Motor Transport Vehicles: Textbook; Forum, M., Ed.; INFRA-M: Moscow, Russia, 2019; p. 303. ISBN 978-5-00091-527-1. [Google Scholar]
  2. Bokare, P.S.; Maurya, A.K. Acceleration-Deceleration Behavior of Various Vehicle Types. Transp. Res. Procedia 2017, 25, 4733–4749. [Google Scholar] [CrossRef]
  3. Damian, F.; Grabski, P.; Jurecki, R.S.; Szumska, E.M. Experimental Study on Longitudinal Acceleration of Urban Buses and Coaches in Different Road Maneuvers. Sensors 2023, 23, 3125. [Google Scholar] [CrossRef] [PubMed]
  4. Biryukov, V.V. Traction Electric Drive: Textbook for Universities, 2nd ed.; Yurait Publishing House: Moscow, Russia, 2021; p. 315. ISBN 978-5-534-04376-1. [Google Scholar]
  5. Khajepour, A.; Fallah, S.; Goodarzi, A. Electric and Hybrid Vehicles. Technologies, Modeling and Control: A Mechatronic Approach; John Wiley & Sons Ltd.: Chichester, UK, 2014; 432p, ISBN 978-1-118-34151-3. [Google Scholar]
  6. Barabino, B.; Eboli, L.; Mazzulla, G.; Mozzoni, S.; Murru, R.; Pungillo, G. An innovative methodology to define the bus comfort level. Transp. Res. Procedia 2019, 41, 461–470. [Google Scholar] [CrossRef]
  7. Krasna, S.; Keller, A.; Linder, A.; Silvano, A.P.; Xu, J.C.; Tompson, R.; Klug, C. Human Response to Longitudinal Perturbations of Standing Passengers on Public Transport During Regular Operation. Front. Bioeng. Biotechnol. 2021, 9, 680883. [Google Scholar] [CrossRef] [PubMed]
  8. Lobusov, E.S.; Zhileikin, M.M. Algorithm of definition of actual speed for maintenance of work of the automated control system of movement of a wheeled machine. Izvestiya Vuzov. Mashinostroenie 2017, 7, 34–40. [Google Scholar] [CrossRef]
  9. Tarasik, V.P. Theory of Car Movement, 2nd ed.; BHV-Peterburg: Berlin, Germany, 2022; p. 576. ISBN 978-5-9775-6817-3. [Google Scholar]
  10. Larin, V.V. Theory of Motion of All-Wheel Drive Wheeled Machines: A Textbook for Universities; Bauman Moscow State Technical University: Moscow, Russia, 2010; 391p, ISBN 978-5-7038-3389-6. [Google Scholar]
  11. Ivanov, V.A.; Faldin, N.V. Theory of Optimal Automatic Control Systems; Nauka. Main Editorial Office of Physical and Mathematical Literature: Moscow, Russia, 1981; 336p. [Google Scholar]
  12. Denisenko, V.V. Computer Control of Technological Process, Experiment, Equipment; Hot Line-Telecom: Moscow, Russia, 2011; 608p, ISBN 978-5-9912-006-8. [Google Scholar]
  13. Büschgens, G.S.; Studnev, R.V. Dynamics of Aircraft. Spatial Motion; Mashinostroenie: Moscow, Russia, 1983; 320p. [Google Scholar]
  14. Dik, A.B. Calculation of Stationary and Non-Stationary Characteristics of a Braking Wheel in a Drift Motion. Ph.D. Thesis, Siberian State Automobile and Highway University (SibADI), Omsk, Russia, 1988. [Google Scholar]
  15. Rozhdestvenskiy, Y.L.; Mashkov, K.Y. About the reaction formation when an elastic wheel rolls on a non-deformable support base. Proc. MVTU 1982, 390, 56–64. [Google Scholar]
  16. Shadrin, S.S. Methodology of Calculation Estimation of Controllability and Stability of a Car. Ph.D. Thesis, Moscow Automobile and Road Construction State Technical University, Moscow, Russia, 2005. [Google Scholar]
  17. Rajamani, R. Vehicle Dynamics and Control, 2nd ed.; Springer: Berlin/Heidelberg, Germany, 2012; 496p, ISBN 978-1-46141433-9. [Google Scholar]
  18. Jazar, R.N. Vehicle Dynamics. Theory and Application; Springer: Berlin/Heidelberg, Germany, 2008; 1022p, ISBN 987-0-387-74243-4. [Google Scholar]
  19. Kienke, U.; Nielsen, L. Automotive Control Systems. For Engine, Driveline, and Vehicle, 2nd ed.; Springer: Berlin/Heidelberg, Germany, 2005; 512p, ISBN 978-3-540-26484-2. [Google Scholar]
  20. Kamaz, L.L.C. Characteristics of Electric Bus KAMAZ 6282, Naberezhnye Chelny. Available online: https://kamaz.ru/production/buses/pdf/Электробус%20KAMAZ-6282.pdf (accessed on 9 September 2022).
Figure 1. Graphs explaining the regulator design principle: (a) acceleration and (b) velocity graphs.
Figure 1. Graphs explaining the regulator design principle: (a) acceleration and (b) velocity graphs.
Vehicles 07 00007 g001
Figure 2. Structural diagram of the requested torque generation.
Figure 2. Structural diagram of the requested torque generation.
Vehicles 07 00007 g002
Figure 3. Graphs of reaching the maximum speed of movement: (a) speed graph and (b) the schedule of the control action.
Figure 3. Graphs of reaching the maximum speed of movement: (a) speed graph and (b) the schedule of the control action.
Vehicles 07 00007 g003
Figure 4. Graphs of reaching the maximum speed at different values of the proportional coefficient K P : (a) graph of the speed at K P < K P   c a l c ; (b) schedule of the control action at K P < K P   c a l c ; (c) graph of the speed at K P > K P   c a l c ; and (d) schedule of the control action at K P > K P   c a l c .
Figure 4. Graphs of reaching the maximum speed at different values of the proportional coefficient K P : (a) graph of the speed at K P < K P   c a l c ; (b) schedule of the control action at K P < K P   c a l c ; (c) graph of the speed at K P > K P   c a l c ; and (d) schedule of the control action at K P > K P   c a l c .
Vehicles 07 00007 g004
Figure 5. Plots of longitudinal acceleration a x : red graph, Electric Bus 1; green graph, Electric Bus 2; and dashed line, threshold value equal to a l i m = 1.5   m / s 2 .
Figure 5. Plots of longitudinal acceleration a x : red graph, Electric Bus 1; green graph, Electric Bus 2; and dashed line, threshold value equal to a l i m = 1.5   m / s 2 .
Vehicles 07 00007 g005
Figure 6. Graphs of linear velocity v x : red graph, linear velocity of Electric Bus 1; and green graph, Electric Bus 2.
Figure 6. Graphs of linear velocity v x : red graph, linear velocity of Electric Bus 1; and green graph, Electric Bus 2.
Vehicles 07 00007 g006
Figure 7. Graph explaining the concept of cumulative velocity.
Figure 7. Graph explaining the concept of cumulative velocity.
Vehicles 07 00007 g007
Figure 8. Graphs of the requested torques: red graph, Electric Bus 1; and green graph, Electric Bus 2.
Figure 8. Graphs of the requested torques: red graph, Electric Bus 1; and green graph, Electric Bus 2.
Vehicles 07 00007 g008
Figure 9. KAMAZ 6282 electric bus at testing.
Figure 9. KAMAZ 6282 electric bus at testing.
Vehicles 07 00007 g009
Figure 10. Longitudinal acceleration graph for the electric bus without acceleration limitation.
Figure 10. Longitudinal acceleration graph for the electric bus without acceleration limitation.
Vehicles 07 00007 g010
Figure 11. Longitudinal acceleration graph for the electric bus with acceleration limitation.
Figure 11. Longitudinal acceleration graph for the electric bus with acceleration limitation.
Vehicles 07 00007 g011
Table 1. Cumulative velocities during the acceleration of electric buses.
Table 1. Cumulative velocities during the acceleration of electric buses.
Electric Bus 1Electric Bus 2Relative Efficiency
Cumulative Velocity S c v = 4.05   m / s S c v = 0.92   m / s + 77.28 %
Table 2. Technical specifications of the KAMAZ 6282 electric bus at testing.
Table 2. Technical specifications of the KAMAZ 6282 electric bus at testing.
Max speed72 km/h
Vehicle mass12,000 kg
Type of motorSynchronous
Max peak torque390 × 2 N∙m
Peak power125 × 2 kW
Tires275/70 R22.5
Table 3. Cumulative velocities obtained during the test runs.
Table 3. Cumulative velocities obtained during the test runs.
View of Electric Bus ArrivalWith Unlimited AccelerationWith Limited AccelerationRelative Efficiency
Cumulative Velocity S c v = 1.74   m / s S c v = 0.84   m / s + 51.72 %
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Antonyan, A.; Klimov, A.; Buchkin, A.; Keller, A.; Shadrin, S.; Makarova, D.; Furletov, Y. Developing an Algorithm Limiting the Longitudinal Acceleration of an Electric Vehicle. Vehicles 2025, 7, 7. https://doi.org/10.3390/vehicles7010007

AMA Style

Antonyan A, Klimov A, Buchkin A, Keller A, Shadrin S, Makarova D, Furletov Y. Developing an Algorithm Limiting the Longitudinal Acceleration of an Electric Vehicle. Vehicles. 2025; 7(1):7. https://doi.org/10.3390/vehicles7010007

Chicago/Turabian Style

Antonyan, Akop, Aleksandr Klimov, Andrey Buchkin, Andrey Keller, Sergey Shadrin, Daria Makarova, and Yury Furletov. 2025. "Developing an Algorithm Limiting the Longitudinal Acceleration of an Electric Vehicle" Vehicles 7, no. 1: 7. https://doi.org/10.3390/vehicles7010007

APA Style

Antonyan, A., Klimov, A., Buchkin, A., Keller, A., Shadrin, S., Makarova, D., & Furletov, Y. (2025). Developing an Algorithm Limiting the Longitudinal Acceleration of an Electric Vehicle. Vehicles, 7(1), 7. https://doi.org/10.3390/vehicles7010007

Article Metrics

Back to TopTop