Next Article in Journal
Some Remarks on Reich and Chatterjea Type Nonexpansive Mappings
Next Article in Special Issue
Towards a Better Basis Search through a Surrogate Model-Based Epistasis Minimization for Pseudo-Boolean Optimization
Previous Article in Journal
A Robust Algorithm for Classification and Diagnosis of Brain Disease Using Local Linear Approximation and Generalized Autoregressive Conditional Heteroscedasticity Model
Previous Article in Special Issue
Estimating the Strain-Rate-Dependent Parameters of the Johnson-Cook Material Model Using Optimisation Algorithms Combined with a Response Surface
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Use of Evolutionary Methods for the Determination of a DC Motor and Drive Parameters Based on the Current and Angular Speed Response

Faculty of Electrical Engineering and Computer Science, University of Maribor, Koroška cesta 46, 2000 Maribor, Slovenia
*
Author to whom correspondence should be addressed.
Mathematics 2020, 8(8), 1269; https://doi.org/10.3390/math8081269
Submission received: 2 July 2020 / Revised: 27 July 2020 / Accepted: 29 July 2020 / Published: 3 August 2020
(This article belongs to the Special Issue Evolutionary Computation and Mathematical Programming 2020)

Abstract

:
Determination of the seven parameters of a Direct Current (DC) motor and drive is presented, based on the speed and current step responses. The method is extended for the motor and drive parameter determination in the case of a controlled drive. The influence of a speed controller on the responses is considered in the motor model with the use of the measured voltage. Current limitation of the supply unit is also considered in the DC motor model. For parameter determination, a motor model is used, which is determined with two coupled differential equations. Euler’s first-order and Runge–Kutta fourth-order methods are used for the motor model simulations. For parameter determination, evolutionary methods are used and compared to each other. Methods used are Genetic Algorithm, Differential Evolutions with two strategies, Teaching–Learning-Based Optimization, and Artificial Bee Colony. To improve results, deviation of the motor model simulation time is used and Memory Assistance with three different approaches is analyzed to shorten the calculation time. The tests showed that Differential Evolution (DE)/rand/1/exp is the most appropriate for the presented problem. The division of the motor model simulation time improves the results. For the presented problem, short-term memory assistance can be suggested for calculation time reduction.

Graphical Abstract

1. Introduction

Drives with Direct Current motors (DC motors) are used widely in industrial applications. DC motors are easy to control and model, and therefore they are often used for industry control systems. The problem is that often, DC motor and a drive parameters are not known. Without known parameters, a precise model of the DC motor cannot be made, although it may be needed, among other things, for analytical control system design and optimization. Motor parameters, given in the motor specifications provided by the motor manufacturer, could have relatively large tolerances in their electric and mechanical parameters, especially for cheaper DC motors, and often not all parameters are given. Some of them can be measured, but appropriate equipment is needed, and for some measurements the coils should be disconnected, which can be a problem.
Also, drive parameters, such as inertia of the drive and friction, are important parameters in dimensioning of the drive control system. Inertia of the drive influences the start, stop times, and times needed for speed changes. Also, energies needed for transient phenomena are strongly dependent on the inertia. Friction means losses, and it is welcome to evaluate the friction of the motor or of the drive. Usually the inertia and friction of all the drive parts are not known, and because of that, they cannot be determined based on the manufacturer data.
In the past, many authors tried to determine DC motor parameters using different methods. Some of these approaches are: The use of the curve fitting approach [1], the use of the constraint optimization technique [2], the pattern search and last square algorithm [3], parameter identification via the moments method [4], parameter identification via inverse problem methodology using the conjugate gradients method and Tikhonov’s regularization method [5], parameter determination using the regression method [6], etc. Also, evolutionary methods are used for parameter estimation [7,8,9,10].
Determination of seven parameters of the DC motor and drive, based on the speed and current step responses, is presented in our work. These parameters are: Three DC motor parameters, inertia of the motor or drive, and three parameters describing the friction of the motor or drive.
The input data for the parameter determination measured speed and current responses. Measured responses are compared to calculated responses, obtained using the DC motor simulation. Simulation is made based on numerical solving of a differential equations system which describes the DC motor drive. Two methods are tested for numerical solving of the differential equations system, which are the simple first-order Euler method and fourth-order Runge–Kutta method. Parameters used as input for simulation should be selected in such a way that simulated responses are as similar as possible to measured responses. We are dealing with an inverse problem, which is also an optimization problem; we are searching for the minimum difference between measured and simulated responses. We decided to use evolutionary methods. Different methods behave differently on different problems, therefore, we tested different methods with the aim to find the most appropriate for the presented problem. We tested Genetic Algorithm (GA) [11,12,13,14,15,16], Differential Evolution (DE) [17,18,19,20,21,22,23,24,25,26] with two different strategies, which are DE/rand/1/exp and DE/best/1/bin, Teaching–Learning-Based Optimization (TLBO) [27,28,29,30,31,32,33,34,35] and Artificial Bee Colony (ABC) [36,37,38,39,40,41,42,43,44,45]. To evaluate the quality of the methods better, tests were also made for simulated input data (all parameters are known), and not only for measured input (mostly exact values of the parameters are not known).
Our contributions in this work are:
  • Determination of seven DC motor and drive parameters only based on speed and current responses. We tested different evolutionary methods, while other authors used only one standard or evolutionary method. The most appropriate evolutionary method between those selected is proposed based on tests.
  • Different parameters can be determined with the presented approach: Only the motor (parameters of the motor and inertia and friction of the motor), DC motor drive without load (parameters of the motor and inertia and friction of the drive), DC motor drive with the load (parameters of the motor and inertia of the drive and load characteristic of the drive).
  • The method is also extended for the motor and drive parameter determination in the case of a controlled drive. The influence of a speed controller on the current and speed responses is considered in the DC motor model with the use of the measured voltage. Also, current limitation of the supply unit is considered in the DC motor model. Such an approach has not been found in the literature, as mostly authors use step responses of speed and current, or, in the case of controlled drive, they use a model of the controller.
  • The accuracy of the DC motor model, used for the Objective Function calculation, is improved by dividing the time step of the measurement, which cannot be reduced, into smaller steps in the Objective Function calculation. Such approach to improve the accuracy of the calculation was not found in the literature.
  • To reduce calculation time short-term memory assistance (STMA) is used, which records not only the current population, but also population from the previous calculation step. Also presented is long-term memory assistance (LTMA), which records the entire search history. In the case of LTMA two different search strategies are used for the search in history.
Some other authors tried to determine DC motor parameters with some of the evolutionary methods. In [7] Sankardos et al. used a GA for parameter determination of the permanent magnet DC motor. Lankarani et al. also made DC motor parameter estimation using a GA [8]. In [9] Dupois et al. proposed a multi-objective elitist GA for DC motor parameter estimation. Udomsuk used in [10] the adaptive tabu search technique for separately excited DC motor parameter identification. None of them used measured voltage for simulation of the controlled drive, as we did.
The paper consists of five sections. The principle of parameter determination is described in the second section. Methods are also presented which were used for simulation of the motor model and the evolutionary methods used for parameter determination. Results obtained using simulated data as input are presented in the third section. Results obtained using measured data as input are presented in the fourth section. Cross-validation, testing of result correctness at stationary points, the influence of different weights in Objective Function, improvement of the motor model simulations using time division and analysis of Memory Assistance are also shown. Conclusions are given in the last, fifth section.

2. Principle of Parameter Determination

The aim of the presented procedure is determination of the DC motor and drive parameters (which are often not given, or they are not precise enough) based on the input data, which are current and speed step responses. The input data are simulated current and speed responses that are used for analysis of the solving procedure and solving methods. Or, measured current and speed responses that are used for determination of the real DC motor and drive parameters. The parameter determination principle is based on the comparison of the input data (current and speed responses) and simulated data, obtained with DC motor model. In the continuation, the procedure for determination of simulated data is presented as well as the selected evolutionary optimization methods.

2.1. DC Motor Model and Simulations

The DC motor is presented schematically in Figure 1, which also shows a working machine that may or may not be connected to the motor. It is dependent on the requirement of which parameters of the drive should be determined. The presented approach can be used for a DC motor with separate excitation, with parallel excitation, and for a DC motor with permanent magnets.
The values on Figure 1 are: Ra ohmic resistance of the DC motor, La inductance of the DC motor, ua voltage at the DC motor, ia current of the DC motor, e induced voltage at the DC motor armature coil, Jm inertia of the motor, ω angular speed at the axis of the motor, and Jwm inertia of the working machine.
Step responses of the motor can be simulated using two Differential Equations (1)–(7). The first Differential Equation describes the electrical subsystem and is written in (1), the second describes the mechanical subsystem and is written in (2).
u a = i a · R a + L a · d i a d t + e
T m T l o a d = J d ω d t
J is the equivalent inertia of all parts in the drive reduced to the motor speed, Tm is the torque of the motor and Tload is the torque of the load, which can only be friction, or friction and load of the working machine together.
Equations (1) and (2) are coupled, because induced voltage e depends on the speed of the motor, and the torque of the motor Tm depends on the current of the motor. e and Tm are written in (3) and (4).
e = c m · ω
T m = c m · i a
cm is assumed to be a constant (in the continuation it is called the motor constant), because cm=km·Φ, where km is a constant of the DC motor and magnetic flux Φ is assumed to be a constant in the case of the considered motors. Tload written in (2) can be divided into more parts, presented in (5).
T l o a d = T la + T lb · ω + T lc · ω 2
In case no load from the working machine is present, factors Tla and Tlb represent Coulomb and viscous friction, and Tlc represents air resistance at the fan on the motor axis, if present. In case the working machine produces load, factors Tla, Tlb, and Tlc represent friction, air resistance at the fan on the motor axis and load of the working machine together. By insertion of (3), (4) and (5) into (1) and (2), (6) and (7) are obtained.
u a = i a · R a + L a · d i a d t + c m · ω
c m · i a ( T la + T lb · ω + T lc · ω 2 ) = J d ω d t
Based on Equations (6) and (7), we are searching for seven parameters. The meaning of the searched parameters depends on the three different test cases: (a) Only the DC motor is tested, (b) The DC motor and a working machine which does not produce a load are tested and (c) The DC motor and a working machine which produces load are tested. The meaning of the seven searched parameters, dependent on the test case, are presented in Table 1.
Simulation of the motor step responses is made with numerical solving of the differential equations written in (6) and (7). A simple first-order Euler method [46] and more complex fourth-order Runge–Kutta method [46] are chosen for numerical solving. Derivatives must be expressed for both methods, the derivative of current from (6) and derivative of speed from (7), and they are written in (8) and (9).
d i a d t = 1 L a · ( u a i a · R a c m · ω ) = f ( t , i a , ω )
d ω d t = 1 J · [ c m · i a ( T l a + T l b · ω + T l c · ω 2 ) ] = g ( t , i a , ω )

2.1.1. Simulation with the Use of Euler’s Method

Euler’s method is a first-order method for numerical solving of differential equations [46]. The basic equation of Euler’s method is written in (10).
y ( k + 1 ) = y ( k ) + h · f ( x ( k ) , y ( k ) )
y and z are searching functions, k is the value counter, h is a calculation step and f and g are expressed derivatives of functions y and z. Considering (8) and (9), which describe the problem, and considering Euler’s method (10), expressions (11) and (12) are written, which describe the solving of the given system.
i a ( k + 1 ) = i a ( k ) + Δ t · f ( t ( k ) , i a ( k ) , ω ( k ) ) = i a ( k ) + Δ t · [ 1 L a · ( u a i a ( k ) · R a c m · ω ( k ) ) ]
ω ( k + 1 ) = ω ( k ) + Δ t · g ( t ( k ) , i a ( k ) , ω ( k ) ) = ω ( k ) + Δ t · [ 1 J · [ c m · i a ( k ) ( T l a + T l b · ω ( k ) + T l c · ( ω ( k ) ) 2 ) ] ]
In (11) and (12) the values of ia and ω in time instant k+1 are calculated, based on the previous time instant k. Δt is a calculation time step.

2.1.2. Simulation with the Use of Fourth-Order Runge–Kutta Method

Runge–Kutta’s method is a fourth-order method for numerical solving of differential equations [46]. The basic equations of the fourth-order Runge–Kutta method are written in (13).
K 1 = f ( x ( k ) , y ( k ) ) ;   K 2 = f ( x ( k ) + 1 2 h , y ( k ) + 1 2 h · K 1 ) ; K 3 = f ( x ( k ) + 1 2 h , y ( k ) + 1 2 h · K 2 ) ;   K 4 = f ( x ( k ) + h , y ( k ) + h · K 3 ) ; y ( k + 1 ) = y ( k ) + h · ( 1 6 K 1 + 1 3 K 2 + 1 3 K 3 + 1 6 K 4 ) ;
y and z are searching functions, k is the value counter, h is a calculation step and f and g are expressed derivatives of functions y and z. K1 to K4 and L1 to L4 are derivatives of y and z. Considering (8) and (9), which describe the problem, and considering the fourth-order Runge–Kutta method (13), expressions (14)-(23) are written, which describe the solving of the given system.
K 1 = f ( t ( k ) , i a ( k ) , ω ( k ) ) = 1 L a · ( u a i a ( k ) · R a c m · ω ( k ) )
L 1 = g ( t ( k ) , i a ( k ) , ω ( k ) ) = 1 J · [ c m · i a ( k ) ( T l a + T l b · ω ( k ) + T l c · ( ω ( k ) ) 2 ) ]
K 2 = f ( t ( k ) + 1 2 Δ t , i a ( k ) + 1 2 Δ t · K 1 , ω ( k ) + 1 2 Δ t · L 1 ) = 1 L a · ( u a ( i a ( k ) + 1 2 Δ t · K 1 ) · R a c m · ( ω ( k ) + 1 2 Δ t · L 1 ) )
L 2 = g ( t ( k ) + 1 2 Δ t , i a ( k ) + 1 2 Δ t · K 1 , ω ( k ) + 1 2 Δ t · L 1 ) = 1 J · [ c m · ( i a ( k ) + 1 2 Δ t · K 1 ) ( T l a + T l b · ( ω ( k ) + 1 2 Δ t · L 1 ) + T l c · ( ω ( k ) + 1 2 Δ t · L 1 ) 2 ) ]
K 3 = f ( t ( k ) + 1 2 Δ t , i a ( k ) + 1 2 Δ t · K 2 , ω ( k ) + 1 2 Δ t · L 2 ) = 1 L a · ( u a ( i a ( k ) + 1 2 Δ t · K 2 ) · R a c m · ( ω ( k ) + 1 2 Δ t · L 2 ) )
L 3 = g ( t ( k ) + 1 2 Δ t , i a ( k ) + 1 2 Δ t · K 2 , ω ( k ) + 1 2 Δ t · L 2 ) = 1 J · [ c m · ( i a ( k ) + 1 2 Δ t · K 2 ) ( T l a + T l b · ( ω ( k ) + 1 2 Δ t · L 2 ) + T l c · ( ω ( k ) + 1 2 Δ t · L 2 ) 2 ) ]
K 4 = f ( t ( k ) + Δ t , i a ( k ) + Δ t · K 3 , ω ( k ) + Δ t · L 3 ) = 1 L a · ( u a ( i a ( k ) + Δ t · K 3 ) · R a c m · ( ω ( k ) + Δ t · L 3 ) )
L 4 = g ( t ( k ) + Δ t , i a ( k ) + Δ t · K 3 , ω ( k ) + Δ t · L 3 ) = 1 J · [ c m · ( i a ( k ) + Δ t · K 3 ) ( T l a + T l b · ( ω ( k ) + Δ t · L 3 ) + T l c · ( ω ( k ) + Δ t · L 3 ) 2 ) ]
i a ( k + 1 ) = i a ( k ) + Δ t · ( 1 6 K 1 + 1 3 K 2 + 1 3 K 3 + 1 6 K 4 )
ω a ( k + 1 ) = ω a ( k ) + Δ t · ( 1 6 L 1 + 1 3 L 2 + 1 3 L 3 + 1 6 L 4 )
In (22) and (23), the values of ia and ω in time instant k+1 are calculated based on the time instant k. Δt is a calculation time step. In the case of the fourth-order Runge–Kutta method, many more calculations are needed to get ia and ω at a current time instant, as in the case of Euler’s method.
The discussed problem is an optimization problem. The simulated data must be as similar as possible to the input data (measured or simulated). The Objective Function (OF) is defined as the square of differences between the input and simulated data of current and speed, and it is written in (24).
OF = 1 N i = 1 N ( ( i a _ s i m u l a t e d _ i i a _ i n p u t _ i i a _ i n p u t _ max ) 2 + ( ω s i m u l a t e d _ i ω i n p u t _ i ω i n p u t _ max ) 2 )
N is the number of points in the step responses. OF is divided by N to have the possibility to compare the same response measured with different numbers of points. Current and speed are normalized, divided with the maximum input value, to eliminate the different influence of current and speed on the OF due to the different size of current and speed data.

2.2. Methods for Parameter Determination

Evolutionary optimization methods [11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45] are used for parameter determination. They are population-based search algorithms. The space of all possible solutions is searched through many solutions, which have various suitability (fitness). Better solutions have higher probability to be transferred into the next generation, where they might be changed by crossover and/or mutation. Evolutionary optimization methods have the very exceptional ability to balance exploitation and exploration [15], and, with that, the ability to avoid local optima. They are also suitable for solving technical problems, such as to determine the parameters of different models describing real material properties [47,48,49], or also determine the parameters of models describing real devices. In the presented work, we used and compared GA [11,12,13,14,15,16], DE [17,18,19,20,21,22,23,24,25,26], TLBO [27,28,29,30,31,32,33,34,35] and ABC [36,37,38,39,40,41,42,43,44,45]. In GA, the mutation rate used was 0.2, and the used fraction of population kept was 0.5. For both DE strategies, which are DE/rand/1/exp and DE/best/1/bin, the used amplification of the differential variation was 0.6, and the used crossover probability was 0.8. Two different strategies were used, because a strategy that is the best for a given problem, may not be the best when applied for a different problem. The duplicate elimination phase was omitted in the TLBO used in our work. Therefore, the number of Fitness Evaluations (FEs) consumed was determined statically as: FEs = 2 × population size × iterations. The limit value, which is a control parameter for the bee population in ABC, was set at 100. Since in ABC a scout bee might not be employed for every iteration, the number of FEs cannot be determined statically [39].
In this work, we are dealing with seven parameters (D = 7). The population size is ten times the number of parameters, which is 70 for seven parameters (NP = 70). For stopping criterion for all tests, we used 140,000 FEs, which is 2000 iterations in the case of GA and DE, 1000 iterations in the case of TLBO, and less or equal to 2000 iterations in the case of ABC. The OF used for the quality estimation of simulated response, compared to input data/response, was written previously in (24).

3. Simulated Data Used as Input

To compare the efficiency and efficacy of the selected methods: GA, DE/rand/1/exp, DE/best/1/bin, TLBO, and ABC, simulated data were used as input data. Simulated input data were obtained using the motor model presented in Section 2.1, described with coupled Differential Equations (8) and (9). To perform the simulation the fourth-order Runge–Kutta method was used, described with expressions (14)–(23), presented in Section 2.1.2. For the first tests, simulated input data were chosen, due to the following advantages compared to the real measured data:
  • The weaknesses of the model are avoided. For example, La is not a completely constant value, but it is considered to be a constant value.
  • The phenomena, which are not covered by the model, such as armature reaction, is eliminated from the input data.
  • The exact values of all seven parameters, which should be obtained as results, are known, because they are used as input for preparation of the simulated current and speed step responses.
  • The same method (the fourth-order Runge–Kutta method) is used to prepare simulated input data and to evaluate the OF (24) during the parameter determination process. With that, the influence of the selected method on the results is eliminated.
The data used for the simulated input are presented in Table 2.
Based on tstart, tend and Δt, presented in Table 2, it can be seen that ia and ω were calculated for 500 time instants. The parameters used to get simulated data are presented in Table 3. Four different sets of input data, current, and speed step responses were made. They are marked as simulated data sets 1 to 4 (SD1–SD4).
For SD2, bigger inertia was used, for SD3, lower La, and with that, lower electrical time constant was used and for SD3 smaller inertia.
The used simulated data responses are presented in Figure 2.
The limits of the parameters were set due to the physical meaning of the parameters. The used limits are presented in Table 4.

3.1. Results Obtained Using Simulated Input Data

Calculations of the DC motor and drive parameters were made for all four simulated input data current and speed responses, which are SD1-SD4, presented in Figure 2. For parameter determination, all five selected methods were used, which are GA, DE/rand/1/exp, DE/best/1/bin, TLBO, and ABC. Due to the stochastic behavior of the evolutionary methods, 50 independent runs are made for each combination of input data/used method. The Best (B), Worst (W), Mean (M) OF, and Standard Deviation (SD) are written in Table 5. In Table 5 the lowest mean OF for each simulated input data is marked with bold, and the second lowest mean OF for each simulated input data is marked with bold italics.
Based on the results presented in Table 5, it can be seen that for all four tested simulated input data, DE/rand/1/exp was much better than the other methods. The second best, also for all tested simulated input data, was TLBO. The mean values of calculated parameters using all five calculation methods are presented in Table 6 for SD1.
Based on Table 6, following conclusions can be derived:
  • Mean values of parameters calculated using DE/rand/1/exp are the same as the values used to generate input data. These results are the best.
  • Mean values of the parameters calculated using TLBO are almost the same as the values used to generate input data. The small difference is only for the parameters describing load, which are Tla, Tlb, and Tlc.
  • Mean values of the parameters calculated using GA, DE/best/1/bin and ABC are more or less different than the values used to generate input data.
Similar results considering the mean values of calculated parameters were also obtained in the case of SD2, SD3, and SD4. They are not shown, due to the close similarity to the case of SD1 and to make this paper short and concise.
Results of simulations confirmed that evolutionary methods are appropriate for solving of the presented problem.

4. Measured Data Used as an Input and Improvement of the Method for Controlled Drive and Current Limitation

The use of current and speed step responses is limited to small motors supplied by powerful supply units, due to the large start-up currents of the DC motors. Usually supply units are not powerful enough for direct start of the motor, and controlled drives are often used, in which the motor speed is controlled. The combined drive of the AC/DC supply unit, DC motor, pulse encoder, and working machine is presented in Figure 3.
To consider a controlled drive we did not add a controller into the model of the motor presented in Section 2.1 as for example in [7]. The controller influences voltage at the motor ua, which is no longer a constant. To consider that in the case of Euler’s method (EM) presented in Section 2.1.1, the ua used in (11) is replaced with measured ua(t). In the case of the Runge–Kutta method (RK) presented in Section 2.1.2, the ua used in (14), (16), (18) and (20) is replaced with measured ua (t). Also, after each calculated ia, it should be checked, and, if needed, corrected to a limit value of ia_limit. Algorithms for parameter determination using EM and RK are presented in Figure 4.

4.1. Measured Data Used as a Test Example

For measured data, a laboratory drive was used, which is presented in Figure 5.
The drive presented in Figure 5 is combined of the following parts:
  • Supply unit: SIEMENS SIMOREG DC-Master 6RA7013-6DV62-0-Z.
  • DC motor: SIEMENS 1GG5104-0ED40-6VV1.
  • Pulse encoder: HUBNER Berlin, P0G 9D 1024.
  • Load simulation motor: SIEMENS 1LA7139-4AA10-Z FDB0
  • Measurements were made with the use of a “Trace” function, which is a part of the SIEMENS “Drive Monitor” software used for supply unit support.
The measurement data must be prepared properly. The excitation should be switched on before the armature circuit. In this way, it is not necessary to consider the transient phenomenon when switching on the excitation. Only the part of the measured data after switching the armature on is used for the parameter determination, as presented in Figure 6.
Four different measured input data sets were made, marked as MD1, MD2, MD3, and MD4. Since it was a controlled drive, the following values had to be defined: Speed up time tspeed_up, final speed ωfinal and current limit ia_limit. The values used for measured input data sets are presented in Table 7.
The measurement time step was 0.132 s. The measured voltage ua(t), current ia(t) and speed ω(t) are presented in Figure 7 for all four measured data sets.
The limits of the parameters were set due to the physical meaning of the parameters. We set limits appropriate for different motor sizes and loads, but it is always good to check if the limits are appropriate for the size of the drive. The used limits are presented in Table 8.

4.2. Results Obtained Using the Measured Input Data

Calculation results are presented for each measured input data set MD1-MD4 in separate Section 4.2.1, Section 4.2.2, Section 4.2.3 and Section 4.2.4, and results using input data sets are compared in Section 4.2.5. Comparison between different data makes sense, because they are obtained on the same drive, and it is expected to get the same results for both motor and drive parameters. Cross-validation is presented in Section 4.2.6, testing of result correctness at stationary points in Section 4.2.7, calculation times are presented in Section 4.2.8, and the influence of weights added into OF is analyzed in Section 4.2.9.

4.2.1. Results Obtained Using Input Data MD1

In the case of MD1, parameters were calculated using EM and RK. Results using different evolutionary methods, presented in Section 2.2, were compared, to find out which of the methods was the best for the presented problem. OF and mean values of parameters calculated using EM are presented in Table 9, and using RK in Table 10.
Considering Table 9 and Table 10, the best results were obtained using DE/rand/1/exp in the case of EM, and using DE/rand/1/exp and TLBO in the case of RK, where the calculated values for all 50 starts were the same (SD = 0). Results obtained using EM were not correct, considering known values, because EM was not precise enough. In the case of DE/rand/1/exp deviation of calculated Ra was 104%, of J was 16%, and calculated Tla was 0 (it should be around 0.9). Calculated values using RK were correct. In the case of DE/rand/1/exp deviation of calculated Ra was 11%, of J was 17% and of Tla was 11%. The measured and calculated responses (using parameters obtained with DE/rand/1/exp written in Table 9 and Table 10) are presented in Figure 8. To make the Figure more transparent, only the first two seconds of the responses are displayed, and visible differences are marked between calculated responses using EM and RK.
Also, from Figure 8, it can be seen that differences between measured and calculated responses are bigger in the case of EM than in the case of RK.

4.2.2. Results Obtained Using Input Data MD2

OF and mean values of calculated parameters for MD2 using EM are presented in Table 11, and using RK in Table 12.
Considering Table 11 and Table 12, the best results were obtained using DE/rand/1/exp and TLBO in the case of EM and RK, where the calculated values for all 50 starts were the same. Results obtained using EM were not correct, considering the known values. In the case of DE/rand/1/exp deviation of calculated Ra was 102%, of J was 22% and calculated Tla was 0 (it should be around 0.9). Calculated values using RK were correct. In the case of DE/rand/1/exp deviation of calculated Ra was 12%, of J was 25% and of Tla was 3.8%. The first two seconds of measured and calculated responses (using the parameters obtained with DE/rand/1/exp written in Table 11 and Table 12) are presented in Figure 9.
Also, from Figure 9, it can be seen that differences between measured and calculated responses are bigger in the case of EM than in the case of RK.

4.2.3. Results Obtained Using Input Data MD3

OF and mean values of calculated parameters in case of MD3 are presented in Table 13 for EM and Table 14 for RK.
Considering Table 13 and Table 14, the best results were obtained using DE/rand/1/exp and TLBO in the case of EM and RK, where the calculated values for all 50 starts were the same. Results obtained using EM were not correct, considering the known values. In the case of DE/rand/1/exp deviation of calculated Ra was 111%, of J was 11% and calculated Tla was 0 (it should be around 0.9). Calculated values using RK were correct. In the case of DE/rand/1/exp deviation of calculated Ra was 14%, of J was 11% and of Tla was 12%. The first two seconds of measured and calculated responses (using the parameters obtained with DE/rand/1/exp written in Table 13 and Table 14) are presented in Figure 10.
Also, from Figure 10, it can be seen that the difference between measured and calculated responses is bigger in the case of EM than in the case of RK.

4.2.4. Results Obtained Using Input Data MD4

OF and mean values of the calculated parameters in the case of MD4 are presented in Table 15 for EM and Table 16 for RK.
Considering Table 15 and Table 16, the best results were obtained using DE/rand/1/exp, DE/best/1/bin and TLBO in the case of EM, and DE/rand/1/exp and TLBO in the case of RK, where the calculated values for all 50 starts were the same. Results obtained using EM were not correct, considering known values. In the case of DE/rand/1/exp deviation of calculated Ra was 23%, of J was 198% and calculated Tla was 0 (it should be around 0.9). Calculated values using RK were better. In the case of DE/rand/1/exp deviation of calculated Ra was 4.9%, of J was 155% and of Tla was 13%.
It is interesting to note that OF in the case of EM was lower than in the case of RK, although the parameters calculated using RK were better than the parameters calculated using EM. In the cases of MD1, MD2, and MD3 EM was not appropriate. In this case, the measurement deviations and errors were bigger for the RK method, which simulates a real motor better, cannot get as close to the measured signal as the EM method, which simulates a real motor worse. Also, 155% deviation of calculated inertia in the case of RK can be explained by measurement deviations.
The first four seconds of measured and calculated responses (using the parameters obtained with DE/rand/1/exp written in Table 15 and Table 16) are presented in Figure 11.
Also, from Figure 11 it can be seen that the differences between measured and calculated responses are different in cases of EM and RK.

4.2.5. Comparison of Results Obtained Using All Four Input Data Sets

As previously mentioned, comparison between different data makes sense, because they are obtained on the same drive, and it is expected to get the same results for both motor and drive parameters. With that, also the correctness can be checked of the unknown parameters. Mean values of the parameters calculated using DE/rand/1/exp and RK for MD1, MD2, MD3 are presented in Table 17.
Considering Table 17, the first five parameters should be the same for all input data. The last two parameters Tlb and Tlc are different, because in the cases of MD1, MD2, and MD3, no load was present, and in case of MD4 a load of approximately 14.6 Nm at angular speed 182 s−1 was present (the load was a linear function of speed).
Conclusions considering the calculated values:
  • Ra: The maximum deviation of calculated Ra was less than 14%, which is a good result.
  • La: Calculated La was between 244 mH and 451 mH, the difference was due to the deviations in measurements. As can be seen from the result, a small deviation in the measurement causes a significant change of La.
  • cm: Calculated cm was between 1.314 and 1.376, which is a good result, because the difference between calculated values was less than 5%.
  • J: The real inertia of the drive was approximately 0.04 kgm2 (inertia of some small parts is not known). The calculated inertia was in the range of 20% in the cases of MD1, MD2, and MD3. Only in the case of MD4, was the calculated inertia too small, due to the deviations of the measurements (see a more detailed explanation in Section 4.2.4).
  • Tla: Parameter Tla was a friction of the drive, which was approximately 0.9 Nm. The calculated values for all four input data were in the scope of 15%.
  • Tlb, Tlc: Parameters Tlb and Tlc were negligibly small in cases MD1, MD2, and MD3. In the case of MD4 load was present, which was linearly dependent on speed. The total load at angular speed 182 s−1 was approximately 14.6 Nm. The calculated load considering parameters Tla, Tlb, and Tlc was 10.1 Nm, which was a deviation of 31%.
The obtained results were very satisfactory, considering the facts that the input data were measured data with measurement deviations and errors, that the motor model did not consider the reactance of the armature, and that real La was not completely a constant value. Although the results were very satisfactory, we tried to improve them, which is presented in the continuation of the paper in Section 4.3.

4.2.6. Cross-Validation of the Obtained Results

From Table 17 it can be seen that for MD1, MD2, and MD3, all seven parameters should be the same, because the same drive without load is used. However, different conditions were used for the measurement (different final speed and current limit, as can be seen from Table 7), which offers a test of the correctness of the results using cross-validation.
The parameters obtained using MD1 are input data for the motor simulation, using the values for MD2 and MD3 presented in Table 7 and OF calculation. In the same way, parameters obtained using MD2, are input data for the motor simulation using values for MD1 and MD3, and the parameters obtained using MD3 are input data for the motor simulation using values for MD1 and MD2. The cross-validation procedure and calculated OFs are presented in Figure 12.
In Figure 12, RMD1, RMD2, and RMD3 are calculated sets of the parameters using MD1, MD2, and MD3. Analyzing MD1 test data, based on Figure 12, it can be seen that OF = 2.2531 × 10−3 for MD1. In the case of the motor simulation using values for MD1 and RMD2, OF = 2.4928 × 10−3, which is only a slightly higher value. In the case of the motor simulation using values for MD1 and RMD3, OF = 5.3863 × 10−3, which is a less than two times higher value, and it can be assumed that cross-validation confirms the correctness of the results. Based on Figure 12, similar can be concluded analyzing MD2 and MD3 test data.
The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD1 values are presented in Figure 13, for MD2 values are presented in Figure 14 and for MD3 values are presented in Figure 15.
In Figure 13, Figure 14 and Figure 15, it can be seen that the simulated motor speed and current are similar, although different parameters (RMD1, RMD2 and RMD3) are used. For all three Figures, bigger differences appear at current responses and smaller at speed responses.

4.2.7. Testing of Result Correctness at Stationary Points

Testing of result correctness at stationary points was made for results obtained using RK, presented in Table 17. The whole measured data for MD1 are presented in Figure 16.
From Figure 16 it can be seen that after the start of the motor, stationary operation occurs. Although small changes of measured voltage are present, due to the measurement deviations and influence of the controller, operating points after the start of the motor can be treated as stationary. In the case of stationary operation derivatives dia/dt=0 and dω/dt=0, and, with that Equations (6) and (7) are changed into (25) and (26).
u a = i a · R a + L a · d i a d t + c m · ω      u a = i a · R a + c m · ω      u a _ calc = i a _ meas · R a + c m · ω meas
c m · i a ( T la + T lb · ω + T lc · ω 2 ) = J d ω d t     c m · i a ( T la + T lb · ω + T lc · ω 2 ) = 0     i a _ calc = T la + T lb · ω meas + T lc · ω meas 2 c m
In the case of the correct calculated parameters presented in Table 17, calculated ua_calc using (25) and calculated ia_calc using (26) should be as similar as possible to measured values. Parameters La and J are not included in (25) and (26), and their values are not the subject of correctness tests using stationary points. Calculated current and speed and their deviation at selected stationary points for MD1, MD2, MD3, and MD4 are presented in Table 18.
In Table 18, times 2, 4, 6, 8, and 10 s were selected for MD1 and MD2. In the case of MD3, times 2, 4, 6, 7, and 8 s were selected, because the signal was measured for a shorter final time. In the case of MD4, times 4, 6, 8, 10, and 12 were selected, because the start of the motor was longer than 2 s.
From Table 18 it can be seen that deviations of calculated voltages are up to 3%. Deviations of calculated speeds are, at 13 stationary points, less than 5%, and in the remaining seven, up to 13%. Based on the presented results it can be concluded that calculated parameters are correct for stationary points.

4.2.8. Calculation Times

Mean values of calculation times for all four measured input data, for EM and RK, and for all five tested evolutionary methods are presented in Table 19.
Based on Table 19, the following conclusions can be written:
  • Calculation times were mostly longer for a higher number of measured points (MD1 87, MD2 81, MD3 65, MD4 106 measured points), which was the expected result.
  • Calculation times using RK were mostly approximately not more than 25% longer than calculation times using EM, although in the case of RK, ten expressions (14)–(23) were calculated for each time instant, and in the case of EM, only two expressions (11) and (12) were calculated for each time instant.
  • Calculation times using different evolutionary methods were different. The fastest was GA. The calculation times of DE were 20 to 40% longer than the times of GA. Calculation times of TLBO and ABC were 100 to 150% longer than the calculation times of DE.
Considering the results presented in Section 3.1 (Simulated Input Data), and Section 4.2.1, Section 4.2.2, Section 4.2.3 and Section 4.2.4 (measured input data), DE/rand/1/exp can be suggested for the presented problem as the best method among those used in this study. TLBO was only slightly worse, but calculation times were much longer than in the case of DE. DE/best/1/bin and ABC were also acceptable, but not as good as DE/rand/1/exp. GA cannot be suggested as a method appropriate for the presented problem.
Improvements of the calculations using only DE/rand/1/exp are presented in the continuation of the paper. Improvements were needed because EM was not suitable, and even in the case of RK, we do not know if we got the most that can be obtained from the presented measurements.

4.2.9. Influence of Weights Used in OF on Results

The OF written in (24) is composed of two parts: Current and speed. Each of them is normalized. By adding weights, we can increase the impact of an individual part, and thus improve the results. Weights w1 and w2, to which w1 + w2 = 1 applies, are added to (24), and (27) is obtained.
OF = 1 N i = 1 N ( w 1 · ( i a _ s i m u l a t e d _ i i a _ i n p u t _ i i a _ i n p u t _ max ) 2 + w 2 · ( ω s i m u l a t e d _ i ω i n p u t _ i ω i n p u t _ max ) 2 )
Nine combinations of weights w1, w2 are used, which are 0.1, 0.9; 0.2, 0.8; … 0.9, 0.1, and tested using MD1, MD2, MD3, and MD4. For each test, 50 independent runs were made using RK. In Table 20, Table 21, Table 22 and Table 23 the mean values of calculated parameters are presented for MD1, MD2, MD3, and MD4 separately.
In Table 20, Table 21, Table 22 and Table 23 OFs are also presented, although a lower value does not mean a better result and the values are not comparable.
Based on Table 20, Table 21, Table 22 and Table 23 the following conclusions can be written:
  • In the case of MD1, correct results (due to the known values written at the bottom of Table 20) are obtained for weights w1 ≥ 0.5. For w1 ≤ 0.4, parameter Tla has an incorrect value. For higher w1, slightly better results were obtained, for example Ra at w1 = 0.5 is 5.06 and at w1 = 0.9 it is 5.34.
  • In the case of MD2, correct results were obtained for weights w1 ≥ 0.4. For w1 ≤ 0.3 parameter, Tla has an incorrect value. For higher w1, slightly better results were obtained, for example, Ra at w1 = 0.4 is 4.87 and at w1 = 0.9 it is 5.24.
  • In the case of MD3 correct results were obtained for weights w1 ≥ 0.4. For w1 ≤ 0.3 parameter, Tlc has an incorrect value. For higher w1, almost no difference in results was obtained, for example, Ra at w1 = 0.4 is 4.86 and at w1 = 0.9 it is 4.91.
  • In the case of MD4, only results for w1 = 0.4 and 0.5 are acceptable. For w1 ≤ 0.3, Tla is too small, and for w1 ≥ 0.6, T1a is too big.
Based on the written findings, only weight w1 = 0.5 was appropriate for all the presented test cases. However, general conclusions cannot be made only based on this one example. The basic OF written in (24) is used in the continuation of the paper.

4.3. Motor Model Simulations with Time Interval Division

The measurement interval, the time step, could not be reduced, because it depends on the hardware. However, it is well known that the solutions of differential equations can be better if a smaller time step is used [49]. To improve results, we reduced the time step in the case of the motor model simulations (OF calculation), and only calculated current and speed at time instants in which measured values were known were used for OF calculation. For the tests, the number of time step divisions (ND) was set to 5 and 10. The used methods are marked with EM5 for Euler’s method using ND = 5, EM10 for Euler’s method using ND = 10, RK5 for the Runge–Kutta method using ND = 5 and RK10 for Runge–Kutta using ND = 10. The times between two sequential measurement time instants, marked with ti, were calculated using (28).
t i = t k 1 + t k t k 1 N D · i ;    i = 1 , , N D 1
tk−1 and tk are sequential measurement time instants. Also, voltage is an input value, which is measured, and it changes with the time. The voltages between two sequential measured voltages, marked with ua_i, were determined using linear interpolation, defined with (29).
u a _ i = u a _ k 1 + u a _ k u a _ k 1 N D · i ;    i = 1 , , N D 1
ua_k−1 and ua_k are sequential measured voltages.
The algorithm showing the calculation procedure is presented in Figure 17. Parts which were added to the algorithms of EM and RK without a time step division (presented in Figure 4) are marked with red.
OF and mean values of the calculated parameters using EM, EM5, EM10, RK, RK5, and RK10 for MD1 are presented in Table 24.
Base on Table 24 it can be seen that results using EM were improved. In the cases of EM5 and EM10 calculated Ra and Tla were correct, although they were not correct using EM. Considering OFs, EM5 was an improvement on EM, and EM10 was only a small improvement on EM5. RK5 was a small improvement on RK, and RK10 was not an improvement on RK5. It must be noted that lower OF values does not automatically mean more precisely calculated parameters, because in the measured signal, measurement deviations and errors are present.
Measured and calculated responses using EM5 and EM10 are shown in Figure 18, and using RK5 and RK10 in Figure 19. Only the first second of the responses is displayed to make Figures more transparent.
Comparing Figure 8 and Figure 18, the improvement achieved with EM5 and EM10 can be seen. The simulated responses were closer to the measured responses.
OF and mean values of the calculated parameters using EM, EM5, EM10, RK, RK5, and RK10 for MD2 are shown in Table 25.
Base on Table 25, it can be seen that results using EM were improved. In the cases of EM5 and EM10 calculated Ra and Tla were correct, although they were not correct using EM. Considering OFs, EM5 was an improvement on EM, and EM10 was only a small improvement on EM5. RK5 was a small improvement on RK, and RK10 was not an improvement on RK5.
The first second of the measured and calculated responses using EM10 and RK10 is shown in Figure 20.
Comparing Figure 9 and Figure 20, especially the improvement achieved with EM10 can be seen.
OF and mean values of the parameters calculated using EM, EM5, EM10, RK, RK5, and RK10 for MD3 are presented in Table 26.
Based on Table 26, it can be seen that results were improved using EM. In the cases of EM5 and EM10 calculated Ra and Tla were correct, although they were not correct using EM. Considering OFs, EM5 was an improvement on EM, and EM10 was only a small improvement on EM5. In the cases of RK5 and RK10 no improvements were made.
The first second of the measured and calculated responses using EM10 and RK10 is shown in Figure 21.
Comparing Figure 10 and Figure 21, especially the improvement achieved with EM10 can be seen.
OF and mean values of the calculated parameters using EM, EM5, EM10, RK, RK5, and RK10 for MD4 are shown in Table 27.
Based on Table 27 it can be seen that results using EM were improved, although the OF value was higher. In this case, the measurement deviations and errors were bigger than the EM5 and EM10 methods, which simulated a real motor better, could not get as close to the measured signal as the EM method, which simulated a real motor worse. In the cases of EM5 and EM10, calculated Ra and Tla were correct, although they were not correct using EM. Considering OFs, EM10 was only a small improvement on EM5. In the cases of RK5 and RK10 only very small improvements were made.
The first four seconds of the measured and calculated responses using EM10 and RK10 are shown in Figure 22.
Division of the time interval in the case of the motor simulations results in a higher number of calculations, and, with that, with a longer calculation time. Calculation times using E, EM5, EM10, RK, RK5, and RK10 for all measured input data are presented in Table 28.
Based on Table 28, it can be seen that calculation times using EM5 were, on average, 1.5 times longer than the times of EM, and using EM10 were, on average, 2 times longer than the times of EM. Calculation times using RK5 were, on average, 2 times longer than the times of RK, and using RK10 were, on average, 3 times longer than the times of RK.

4.4. Analysis of Memory Assistance

Memory Assistance offers the possibility to shorten calculation times [50], which is always welcome. The presented problem is interesting for Memory Assistance analysis, because using different approaches different calculation times are achieved (without division of the time interval and with 5 or 10 divisions of the time interval).
We used three different Memory Assistances, which are the following:
  • STMA: In each iteration, population members are compared with members from only one previous iteration. After each iteration, the whole population is saved into memory. Only additional memory for one population set is used using the presented approach. In the presented case, this is ((7 parameters + OF) × 70 population members) memory locations.
  • Long-Term Memory Assistance—Strategy 1 (LTMA-S1): Each population member is compared with all members written into memory, obtained from all previous iterations. Each member which is not found in the memory is added to the memory. Strategy 1 means that the search in the memory starts from first added to the last added (when the same population member is found, the search is finished). Theoretically ((7 parameters + OF) × 70 population members × 2000 iterations) locations of additional memory can be used.
  • Long-Term Memory Assistance—Strategy 2 (LTMA-S2): It is the same as LTMA-S1, only the strategy of the search is changed. It starts from the last added to the first added.
LTMA-S2 is better than LTMA-S1, probably because the latter solutions are less different and duplicates occur sooner. Using both strategies it will be seen if memory processing time is negligible or large compared to the calculation time of the Evolutionary Method.
The STMA algorithm is presented in Figure 23, and the LTMA algorithm for both strategies is presented in Figure 24.
The expression “record” used in Figure 23 and Figure 24 means one set of parameters + OF value (Ra, La, cm, J, Tla, Tlb, Tlc, OF). It is important to set appropriate precision, differences of the parameters for which duplication may be identified. These values determine the decimal accuracy of the calculated parameters, and they depend on the physical background of the problem. Precisions used for duplication identification are presented in Table 29.
Results presenting calculation times and repetitions obtained with EM, EM5, EM10, RK, RK5, and RK10 using STMA, LTMA-S1, and LTMA-S2 are presented in Table 30 for MD1, Table 31 for MD2, Table 32 for MD3, and Table 33 for MD4. Time (%) is the relative value of used time according to the calculation time without Memory Assistance. Duplications (%) is the relative number of duplications according to all possible duplications, which are, in our problem, (70 population members × 2000 iterations = 140,000) duplications.
Based on Table 30, Table 31, Table 32 and Table 33, the following remarks can be written:
  • Duplications for STMA were between 50–60% for MD1 and MD2, between 35–60% for MD3 and between 30–40% for MD4.
  • Duplications for LTMA (S1 and S2) were between 75–86% for MD1, MD2, and MD3 and between 67–78% for MD4.
  • Based on previous remarks, it can be seen that in the case of LTMA, the number of duplications was much higher than in the case of STMA, which was expected. It is interesting that duplications depend not only on precision, stopping criteria, type of problem, etc., but also on input data.
  • Calculation times using STMA were, in the cases of EM and RK, in the range from 94.3% up to 109% of times without Memory Assistance, so the time was only a little shorter or even longer. In the cases of EM5, EM10, RK5, and RK10, times were shortened up to 51.1% of times without Memory Assistance.
  • Calculation times using LTMA-S1 were longer than times without Memory Assistance. They were in the range from 104.6% in the case of RK10 (MD1 and MD4), up to 431.4% in the case of EM (MD4). The presented problem is not time-consuming enough to be suitable for LTMA-S1.
  • Calculation times using LTMA-S2 were longer than times without Memory Assistance in the cases of EM, EM5 and RK, in the range from 104.2% in the case of EM5 (MD1) up to 240.1% in the case of RK (MD4). In the cases of EM10 and RK5, times were in some cases shorter and in some longer. They were in the range from 78.2 up to 132.4%. The shortest times were obtained in the case of RK10, which was the most time-consuming method. They were in the range from 56.8 up to 64.3% for MD1, MD2, and MD3, which were even shorter than the times in the case of STMA. Only in the case of MD4, where the number of duplications is smaller, was the calculation time 91.3%, which was a longer time than in the case of STMA.
The use of STMA can be suggested for the presented problem. To get a feeling about the relation between OF calculation time and memory handling time, Figure 25 shows the mean OF calculation times and the mean memory handling times (entry and search) for one fitness evaluation.

5. Conclusions

The extension of the step responses approach into the approach also using measured voltage and considering limitation of the current, which was one of the main contributions of this work, was successful. Such an approach offers the possibility to determine the parameters of big controlled drives without modeling of the controller.
In the case of simulated input data, the computed parameters (in the case of DE/rand/1/exp) were exactly the values used for preparation of the input data, and, thus, confirmed the correctness of the approach. In the case of measured input data, the calculated parameters (for known values) were mainly in the range of 15%, in some cases up to 25%, and only in the case of calculated torque (MD4) was the deviation 30.1%. Due to the fast time responses and measurement deviations and errors, it can be assumed that deviations were within normal limits.
The tested evolutionary methods (GA, DE/rand/1/exp, DE/best/1/bin, TLBO, and ABC) showed the same properties in the case of simulated input data (ideal input without armature reaction and measuring errors) as in the case of measured input data (real input). The DE/rand/1/exp was the most robust. For each run in the scope of individual test data, results were the same. TLBO was only slightly worse, but calculation times were 2 times longer. Results obtained using DE/best/1/bin and ABC were also acceptable. Only results obtained using GA were too poor. Based on this, DE/rand/1/exp can be suggested as the best method for the presented problem.
Comparison between EM and RK showed that EM was not good enough, while RK was appropriate. The suitability of the method depends on the measurement time interval, electrical time constant of the motor and mechanical time constant of the drive, and it is strongly problem dependent. It was expected that the fourth-order RK method was more appropriate than first-order EM, but, on the other hand, calculation times using RK were longer and programming of RK is more demanding.
Results were improved by division of the time interval in the case of the motor model simulations. Also, results using EM5 and EM10 were correct, although results using EM were incorrect. Based on OF analysis, it was seen that in some cases, no improvement was achieved, improvement was achieved using ND = 5 and no more using ND = 10, or improvement was achieved using ND = 5 and only a small, irrelevant additional improvement was achieved using ND = 10. At the start, with a new problem with unknown time constants, it is difficult to determine the appropriate number of divisions. It is suggested to make calculations by increasing the number of divisions until no correction is present.
Analyses of Memory Assistance showed that STMA was appropriate for the presented problem. A good feature of STMA is that only a small amount of additional memory was used (one set of population members). The use of LTMA-S2 was successful only in some cases of EM10 and RK5, and in all cases of RK10. The use of LTMA-S1 was not successful. In the case of a similar problem (similar precision, number of measured points, stopping criteria, used method, ND) the use of STMA can be suggested.
It must be mentioned that in the case of the presented or similar problems, three types of errors are present: (I) The error of the mathematical model, (II) The error of the calculation method and (III) The computer round-off errors [51,52,53]. We tried to reduce error (I) by properly prepared measured data, as presented in Figure 6. In the presented work, the main emphasis was on the reduction of error (II) by decreasing the time step of numerical integration to increase the degree of matching between the parameters of the physical and mathematical models.
We did not consider torsional dynamic properties, masses with torsional stiffness and damping effect, and this can be a topic for further research. However, we considered constant, linear, and square parts of the load, but this does not cover all the physical phenomena during the start of the motor.
In the future, findings about the used evolutionary methods and the use of Memory Assistance, presented in the paper, will be used to solve optimization problems in Electromagnetics and to shorten calculation times. Also, the possibilities to adopt the presented method to parameter determination of other types of motor will be investigated.

Author Contributions

Conceptualization, M.J., A.H., M.T. (Mislav Trbušić) and M.T. (Mladen Trlep); Formal analysis, A.H., M.T. (Mislav Trbušić) and M.T. (Mladen Trlep); Investigation, M.J.; Methodology, M.J.; Software, M.J.; Supervision, M.T. (Mladen Trlep); Writing—original draft, M.J.; Writing—review & editing, M.J., A.H., M.T. (Mislav Trbušić) and M.T. (Mladen Trlep). All authors have read and agreed to the published version of the manuscript.

Finding

This work was supported by the Slovenian Research Agency under Grant P2-0114.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wu, W. DC Motor Parameters Identification Using Speed Step Response. Model. Simul. Eng. 2012, 2012, 189757. [Google Scholar] [CrossRef] [Green Version]
  2. Adewusi, S. Modeling and Parameters Identification of a DC Motor Using Constraint Optimization Technique. IOSR J. Mech. Civ. Eng. 2016, 13, 46–56. [Google Scholar]
  3. Avoda, M.L.; Ramzy, S.A. Parameter Estimation of a Permanent Magnets DC motor. Iraqi J. Electr. Electr. Eng. 2019, 15, 28–36. [Google Scholar] [CrossRef]
  4. Hadef, M.; Bourouina, A.; Mekideche, M.R. Parameters Identification of DC Motor via Moments Method. Iran. J. Electr. Comput. Eng. 2008, 7, 159–163. [Google Scholar]
  5. Hadef, M.; Mekideche, M.R. Parameter identification of a separately excited dc motor via inverse problem methodology. Turk. J. Electr. Eng. Comp. Sci. 2009, 17, 99–106. [Google Scholar]
  6. Shanmuga, N.B.; Mythile, A.; Pavithra, S.; Nivetha, N. Parameter Identification of a DC Motor. Int. J. Sci. Technol. Rese. 2020, 9, 5746–5755. [Google Scholar]
  7. Sankardoss, V.; Geethanjali, P. Parameter estimation and speed control of a PMDC motor used in wheelchair. Energy Procedia 2017, 117, 345–352. [Google Scholar] [CrossRef]
  8. Amiri, M.S.; Ibrahim, M.F.; Ramli, R. Optimal parameter estimation for a DC motor using genetic algorithm. Int. J. Power Electr. Drive Syst. 2020, 11, 1047–1054. [Google Scholar] [CrossRef]
  9. Dupuis, A.; Ghribi, M.; Kaddouri, A. Multiobjective genetic estimation of DC motor parameters and load torque. In Proceedings of the IEEE International Conference on Industrial Technology, 2004. IEEE ICIT ′04, Hammamet, Tunisia, 8–10 December 2004. [Google Scholar] [CrossRef]
  10. Puangdownreong, D.; Hlungnamtip, S.; Thamarat, C.; Nawikavatan, A. Application of flower pollination algorithm to parameter identification of DC motor model. In Proceedings of the 2017 International Electrical Engineering Congress, Pattaya, Thailand, 8–10 March 2017. [Google Scholar] [CrossRef]
  11. Goldberg, D. Genetic Algorithms in Search, Optimization and Machine Learning, 1st ed.; Addison-Wesley Longman Publishing Co.: Boston, MA, USA, 1989. [Google Scholar]
  12. Holland, J.H. Adaptation in Natural and Artificial Systems; The MIT Press: Cambridge, MA, USA, 1975. [Google Scholar]
  13. Haupt, R.L.; Haupt, S.E. Practical Genetic Algorithms, 2nd ed.; John Wiley and Sons: Hoboken, NJ, USA, 2004. [Google Scholar]
  14. Cortes, P.; Larranieta, J.; Onieva, L. Genetic algorithm for controllers in elevator groups: Analysis and simulation during lunchpeak traffic. Appl. Soft Comput. 2004, 4, 159–174. [Google Scholar] [CrossRef]
  15. Črepinšek, M.; Liu, S.H.; Mernik, M. Exploration and exploitation in evolutionary algorithms: A survey. ACM Comp. Surv. 2013, 45, 35. [Google Scholar] [CrossRef]
  16. Haupt, R.L. Optimum population size and mutation rate for a simple real genetic algorithm that optimizes array factors. In Proceedings of the IEEE Antennas and Propagation Society International Symposium, Salt Lake City, UT, USA, 16–21 July 2000; pp. 1034–1037. [Google Scholar]
  17. Rocca, P.; Oliveri, G.; Massa, A. Differential Evolution as Applied to Electromagnetics. IEEE Trans. Antennas Propag. 2011, 50, 38–49. [Google Scholar] [CrossRef]
  18. Veček, N.; Mernik, M.; Črepinšek, M. A chess rating system for evolutionary algorithms: A new method for the comparison and ranking of evolutionary algorithms. Inf. Sci. 2014, 277, 656–679. [Google Scholar] [CrossRef]
  19. Mallipeddi, R.; Suganthan, P.N.; Pan, Q.K.; Tasgeriren, M.F. Differential evolution algorithm with ensemble of parameters and mutation strategies. Appl. Soft Comput. 2011, 11, 1679–1696. [Google Scholar] [CrossRef]
  20. Das, S.; Suganthan, P.N. Differential Evolution: A Survay of the State-of-the-Art. IEEE Trans. Evol. Comput. 2011, 15, 4–31. [Google Scholar] [CrossRef]
  21. Saruhan, H. Differential evolution and simulated annealing algorithms for mechanical systems design. Eng. Sci. Technol. Int. J. 2014, 17, 131–136. [Google Scholar] [CrossRef] [Green Version]
  22. Mokan, M.; Sharma, K.; Sharma, H.; Verma, C. Gbest guided differential evolution. In Proceedings of the 9th International Conference on Industrial and Information Systems, Gwalior, India, 15–17 December 2014; pp. 1–6. [Google Scholar]
  23. Chattopadhyay, S.; Sanyal, S.K. Optimization of Control Parameters of Differential Evolution Technique for the Design of FIR Pulse-shaping Filter in QPSK Modulated System. J. Common. 2011, 6, 558–570. [Google Scholar] [CrossRef] [Green Version]
  24. He, R.J.; Yang, Z.Y. Differential evolution with adaptive mutation and parameter control using Levy probability distribution. J. Comput. Sci. Tech. 2012, 27, 1035–1055. [Google Scholar] [CrossRef]
  25. Reed, H.M.; Nichols, J.M.; Earls, C.J. A modified differential evolution algorithm for damage identification in submerged shell structures. Mech. Syst. Signal Process. 2013, 39, 396–408. [Google Scholar] [CrossRef]
  26. Mohamed, A.W.; Sabry, H.Z.; Elaziz, T.A. Real parameter optimization by an effective differential evolution algorithm. Egypt. Inform. J. 2013, 14, 27–53. [Google Scholar] [CrossRef] [Green Version]
  27. Rao, R.V.; Savsani, V.J.; Vakharia, D.P. Teaching-learning-based optimization: A novel method for constrained mechanical design optimization problems. Comput. Aided Des. 2011, 43, 303–315. [Google Scholar] [CrossRef]
  28. Rao, R.V.; Savsani, V.J.; Vakharia, D.P. Teaching-Learning-Based Optimization: An optimization method for continuous non-linear large scale problems. Inf. Sci. 2012, 183, 1–15. [Google Scholar] [CrossRef]
  29. Rao, R.V.; Patel, V. An elitist teaching-learning-based optimization algorithm for solving complex constrained optimization problems. Int. J. Ind. Eng. Comput. 2012, 3, 535–560. [Google Scholar] [CrossRef]
  30. Črepinšek, M.; Liu, S.H.; Mernik, L. A note on leaching-learning-based optimization algorithm. Int. Sci. 2012, 212, 79–93. [Google Scholar]
  31. Waghmare, G. Comments on “A note on teachnig-learning-based optimization algorithm”. Inf. Sci. 2013, 229, 159–169. [Google Scholar] [CrossRef]
  32. Črepinšek, M.; Liu, S.H.; Mernik, L.; Mernik, M. Is a comparison of results meaningful from the inexact replications of computational experiments. Soft Comput. 2016, 20, 223–235. [Google Scholar] [CrossRef] [Green Version]
  33. Baghlani, A.; Makiabadi, M.H. Teaching-learning based optimization algorithm for shape and size optimization of truss structures with dynamic frequency constraints. Trans. Civ. Eng. 2013, 37, 409–421. [Google Scholar]
  34. Sahu, B.K.; Pati, S.; Mohanty, P.K.; Panda, S. Teaching-learning based optimization algorithm based fuzzy-PID controller for automatic generation control of multi-area power system. Appl. Soft Compt. 2015, 27, 240–249. [Google Scholar] [CrossRef]
  35. Pickard, J.K.; Carreter, J.A.; Bhavsar, V.C. On the convergence and original bias of the Teaching-Learning-Based-Optimization algorithm. Appl. Soft Comp. 2016, 46, 115–127. [Google Scholar] [CrossRef]
  36. Karaboga, D.; Basturk, B. A powerful and efficient algorithm for numerical function optimization: Artificial bee colony (ABC) algorithm. J. Glob. Optim. 2007, 39, 459–471. [Google Scholar] [CrossRef]
  37. Karaboga, D.; Basturk, B. On the performance of artificial bee colony (ABC) algorithm. Appl. Soft Comput. 2008, 8, 687–697. [Google Scholar] [CrossRef]
  38. Karaboga, B.; Akay, B. A Comparative Study of Artificial Bee Colony Algorithm. Appl. Math. Comput. 2009, 214, 108–132. [Google Scholar] [CrossRef]
  39. Mernik, M.; Liu, S.H.; Karaboga, D.; Črepinšek, M. On clarifying misconceptions when comparing variants of the Artificial Bee Colony Algorithm by offering a new implementation. Inf. Sci. 2015, 291, 115–127. [Google Scholar] [CrossRef]
  40. Ozturk, C.; Karaboga, D. A novel clustering approach: Artificial Bee Colony (ABC) algorithm. Appl. Soft Comput. 2011, 11, 652–657. [Google Scholar]
  41. Kiran, M.S.; Gündüz, M. The Analysis of Peculiar Control Parameters of Artificial Bee Colony Algorithm on the Numerical Optimization Problems. Int. J. Comput. Commn. 2014, 2, 127–136. [Google Scholar] [CrossRef]
  42. Yan, G.; Li, C. An Effective Refinement Artificial Bee Colony Optimization Algorithm Based on Chaotic Search and Application for PID Control Tuning. J. Comput. Inf. Syst. 2011, 7, 3309–3316. [Google Scholar]
  43. Özyon, S.; Aydin, D. Incremental artificial bee colony with local search to economic dispatch problems with ramp rate limits and prohibited operating zones. Energy Conversat. Manag. 2013, 65, 397–407. [Google Scholar] [CrossRef]
  44. Jing, B.; Hong, L. Improved Artificial Bee Colony Algorithm and Application in Path Planning of Crowd Animation. Int. J. Control Avtom. 2015, 8, 53–66. [Google Scholar] [CrossRef]
  45. Dwivedl, A.K.; Ghosh, S.; Londhe, N.D. Modified artificial bee colony optimisation based FIR filter design with experimental validation using field-programmable gate array. IET Signal Process. 2016, 10, 955–964. [Google Scholar] [CrossRef]
  46. Xie, W.C. Differential Equations for Engineers; Cambridge University Press: New York, NY, USA, 2010. [Google Scholar]
  47. An, D.; Li, H.; Xu, Y.; Zhang, L. Compensation of Hysteresis on Piezoelectric Actuators Based on Tripartite PI Model. Micromachines 2018, 9, 44. [Google Scholar] [CrossRef] [Green Version]
  48. Zou, J.; Gu, G. Modeling the Viscoelastic Hysteresis of Dielectric Elastomer Actuators with a Modified Rate-Dependent Prandtl-Ishlinskii Model. Polymers 2018, 10, 525. [Google Scholar] [CrossRef] [Green Version]
  49. Qin, Y.; Zhao, X.; Zhao, L. Modeling and Identification of the Rate-Dependent Hysteresis of Piezoelectric Actuator Using a Modified Prandtl-Ishlinskii Model. Micromachines 2017, 8, 114. [Google Scholar] [CrossRef] [Green Version]
  50. Črepinšek, M.; Liu, S.H.; Mernik, M.; Ravber, M. Long Term Memory Assistance for Evolutionary Algorithms. Mathematics 2019, 7, 1129. [Google Scholar] [CrossRef] [Green Version]
  51. Kuznetsov, N.V.; Leonov, G.A.; Yuldashev, M.V.; Yuldashev, R.V. Hidden attractors in dynamical models of phase-locked loop circuits: Limitations of simulation in MATLAB and SPICE. Commun. Nonlinear Sci. Numer. Simul. 2017, 51, 39–49. [Google Scholar]
  52. Kuznetsov, N.V.; Leonov, G.A.; Mokaev, T.N.; Prasad, A.; Shrimali, M.D. Finite-time Lyapunov dimension and hidden attractor of the Rabinovich system. Nonlinear Dynmaics 2018, 92, 267–285. [Google Scholar] [CrossRef] [Green Version]
  53. Kuznetsov, N.V.; Mokaev, T.N. Numerical analysis of dynamical systems: Unstable periodic orbits, hidden transient chaotic sets, hidden attractors, and finite-time Lyapunov dimension. J. Phys. Conf. Ser. 2019, 1205, 012034. [Google Scholar] [CrossRef]
Figure 1. Schematic presentation of the drive composed of a DC motor with separate excitation and a working machine.
Figure 1. Schematic presentation of the drive composed of a DC motor with separate excitation and a working machine.
Mathematics 08 01269 g001
Figure 2. Simulated input responses: (a) SD1; (b) SD2; (c) SD3; (d) SD4.
Figure 2. Simulated input responses: (a) SD1; (b) SD2; (c) SD3; (d) SD4.
Mathematics 08 01269 g002
Figure 3. Schematic presentation of the drive composed of a controlled drive.
Figure 3. Schematic presentation of the drive composed of a controlled drive.
Mathematics 08 01269 g003
Figure 4. Algorithms for parameter determination using: (a) EM; (b) RK.
Figure 4. Algorithms for parameter determination using: (a) EM; (b) RK.
Mathematics 08 01269 g004
Figure 5. Drive used for measurements.
Figure 5. Drive used for measurements.
Mathematics 08 01269 g005
Figure 6. Preparation of the measured data.
Figure 6. Preparation of the measured data.
Mathematics 08 01269 g006
Figure 7. Measured input responses: (a) MD1; (b) MD2; (c) MD3; (d) MD4.
Figure 7. Measured input responses: (a) MD1; (b) MD2; (c) MD3; (d) MD4.
Mathematics 08 01269 g007
Figure 8. Measured and calculated responses in the case of MD1 using: (a) EM; (b) RK.
Figure 8. Measured and calculated responses in the case of MD1 using: (a) EM; (b) RK.
Mathematics 08 01269 g008
Figure 9. Measured and calculated responses in the case of MD2 using: (a) EM; (b) RK.
Figure 9. Measured and calculated responses in the case of MD2 using: (a) EM; (b) RK.
Mathematics 08 01269 g009
Figure 10. Measured and calculated responses in the case of MD3 using: (a) EM; (b) RK.
Figure 10. Measured and calculated responses in the case of MD3 using: (a) EM; (b) RK.
Mathematics 08 01269 g010
Figure 11. Measured and calculated responses in the case of MD4 using: (a) EM; (b) RK.
Figure 11. Measured and calculated responses in the case of MD4 using: (a) EM; (b) RK.
Mathematics 08 01269 g011
Figure 12. Cross-validation procedure and calculated OFs.
Figure 12. Cross-validation procedure and calculated OFs.
Mathematics 08 01269 g012
Figure 13. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD1 values.
Figure 13. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD1 values.
Mathematics 08 01269 g013
Figure 14. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD2 values.
Figure 14. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD2 values.
Mathematics 08 01269 g014
Figure 15. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD3 values.
Figure 15. The simulated motor speed and current using RMD1, RMD2, and RMD3 for MD3 values.
Mathematics 08 01269 g015
Figure 16. The whole measured and calculated values using RK for MD1.
Figure 16. The whole measured and calculated values using RK for MD1.
Mathematics 08 01269 g016
Figure 17. Algorithm for parameter determination using a time step division for: (a) EM5 (ND = 5) or EM10 (ND = 10); (b) RK5 (ND = 5) or RK10 (ND = 10).
Figure 17. Algorithm for parameter determination using a time step division for: (a) EM5 (ND = 5) or EM10 (ND = 10); (b) RK5 (ND = 5) or RK10 (ND = 10).
Mathematics 08 01269 g017
Figure 18. Measured and calculated responses in the case of MD1 using: (a) EM5; (b) EM10.
Figure 18. Measured and calculated responses in the case of MD1 using: (a) EM5; (b) EM10.
Mathematics 08 01269 g018
Figure 19. Measured and calculated responses in the case of MD1 using: (a) RK5; (b) RK10.
Figure 19. Measured and calculated responses in the case of MD1 using: (a) RK5; (b) RK10.
Mathematics 08 01269 g019
Figure 20. Measured and calculated responses in the case of MD2 using: (a) EM10; (b) RK10.
Figure 20. Measured and calculated responses in the case of MD2 using: (a) EM10; (b) RK10.
Mathematics 08 01269 g020
Figure 21. Measured and calculated responses in the case of MD3 using: (a) EM10; (b) RK10.
Figure 21. Measured and calculated responses in the case of MD3 using: (a) EM10; (b) RK10.
Mathematics 08 01269 g021
Figure 22. Measured and calculated responses in the case of MD4 using: (a) EM10; (b) RK10.
Figure 22. Measured and calculated responses in the case of MD4 using: (a) EM10; (b) RK10.
Mathematics 08 01269 g022
Figure 23. STMA algorithm.
Figure 23. STMA algorithm.
Mathematics 08 01269 g023
Figure 24. LTMA algorithm.
Figure 24. LTMA algorithm.
Mathematics 08 01269 g024
Figure 25. Mean OF calculation times and mean memory handling times for one fitness evaluation.
Figure 25. Mean OF calculation times and mean memory handling times for one fitness evaluation.
Mathematics 08 01269 g025
Table 1. Meaning of the searched parameters dependent on the test case.
Table 1. Meaning of the searched parameters dependent on the test case.
ParameterTest Case (a)
Only Motor
Test Case (b)
Motor and Working Machine
Which Does Not Produce Load
Test Case (c)
Motor and Working Machine
Which Produces Load
Ra (Ω)motor resistance
La (H)motor inductance
cm (Vs)motor constant
J (kgm2)motor inertiadrive inertiadrive inertia
Tla (Nm)} friction of the motorfriction of the drive
(motor + working machine)
common load
(friction of the drive +
load of the working machine)
Tlb (Nm·s)
Tlc (Nm·s2)
Table 2. Data used for the simulated input.
Table 2. Data used for the simulated input.
Voltage
ua
Start Time
tstart
End Time
tend
Time Step
Δt
Initial Current
ia (t = tstart)
Initial Speed
ω (t = tstart)
220 V00.05 s1 × 10−4 s0 A0 s−1
Table 3. Parameters used to get simulated data.
Table 3. Parameters used to get simulated data.
Simulated Input Data
ParameterSD1SD2SD3SD4
Ra (Ω)42.542.542.542.5
La (H)0.080.080.0080.08
cm (Vs)0.47810.47810.47810.4781
J (kgm2)2·10−56 × 10−52 × 10−52 × 10−6
Tla (Nm)0.010.010.010.01
Tlb (Nm·s)3.27 × 10−53.27 × 10−53.27 × 10−53.27 × 10−5
Tlc (Nm·s2)8.55 × 10−88.55 × 10−88.55 × 10−88.55 × 10−8
Table 4. Limits of the parameters.
Table 4. Limits of the parameters.
ParameterLower LimitUpper Limit
Ra (Ω)0100
La (H)01
cm (Vs)05
J (kgm2)01
Tla (Nm)01
Tlb (Nm·s)01 × 10−3
Tlc (Nm·s2)01 × 10−6
Table 5. OF B, W, M value, and SD for 50 independent runs of different methods.
Table 5. OF B, W, M value, and SD for 50 independent runs of different methods.
Expression Method
GADE/Rand/DE/Best/TLBOABC
1/exp1/bin
B3.2054 × 10−44.8980 × 10−194.8980 × 10−193.9564 × 10−156.8520 × 10−10
SD1W4.3669 × 10−14.8980 × 10−192.5072 × 10−22.7757 × 10−101.6968 × 10−7
M1.0765 × 10−14.8980 × 10−196.6203 × 10−41.6827 × 10−113.4562 × 10−8
SD1.1031 × 10−12.0882 × 10−273.6637 × 10−34.7340 × 10−114.3330 × 10−8
B7.8123 × 10−56.2556 × 10−196.2556 × 10−197.8460 × 10−131.0932 × 10−9
SD2W1.8151 × 10−16.2556 × 10−194.6771 × 10−27.3488 × 10−92.1087 × 10−7
M5.2484 × 10−26.2556 × 10−199.3542 × 10−45.1639 × 10−104.1001 × 10−8
SD5.0508 × 10−23.5547 × 10−276.5479 × 10−31.0976 × 10−94.5495 × 10−8
B6.9449 × 10−54.6666 × 10−194.6666 × 10−191.9151 × 10−126.1774 × 10−11
SD3W2.8716 × 10−14.6666 × 10−194.6005 × 10−22.6491 × 10−92.1340 × 10−9
M7.4399 × 10−24.6666 × 10−192.3516 × 10−33.3533 × 10−105.2114 × 10−10
SD6.716 × 10−22.2635 × 10−279.1419 × 10−35.0565 × 10−104.4003 × 10−10
B3.6061 × 10−33.0248 × 10−193.0248 × 10−194.523 × 10−169.7925 × 10−9
SD4W2.8045 × 10−13.0248 × 10−198.7846 × 10−24.2365 × 10−94.1963 × 10−7
M1.3085 × 10−13.0248 × 10−194.4826 × 10−31.5931 × 10−101.3155 × 10−7
SD8.1103 × 10−21.1859 × 10−271.3509 × 10−26.8381 × 10−109.5220 × 10−8
Table 6. Mean values of calculated parameters for SD1.
Table 6. Mean values of calculated parameters for SD1.
Parameter Method
Used ValueGADE/Rand/DE/Best/TLBOABC
(Simulation) 1/exp1/bin
Ra (Ω)M42.537.3442.543.5842.542.48
La (H)M8 × 10−25.692 × 10−28 × 10−28.116 × 10−28 × 10−28.002 × 10−2
ce (Vs)M0.47810.67820.47810.47730.47810.4781
J (kgm2)M2 × 10−58.302 × 10−52 × 10−51.978 × 10−52 × 10−52.004 × 10−5
Tla (Nm)M1 × 10−21.358 × 10−21 × 10−20.981 × 10−20.998 × 10−20.736 × 10−2
Tlb (Nms)M3.27 × 10−52.033 × 10−53.270 × 10−53.026 × 10−53.260 × 10−52.577 × 10−5
Tlc (Nms2)M8.55 × 10−84.778 × 10−88.55 × 10−810.98 × 10−88.850 × 10−811.34 × 10−8
Table 7. Values used to get measured data.
Table 7. Values used to get measured data.
Measured Input Data
ValueMD1MD2MD3MD4
tspeed_up (s)0002
ωfinal (s−1)126182182182
ia_limit (A)11.44
(110% of Ia_rated)
11.44
(110% of Ia_rated)
14.56
(140% of Ia_rated)
14.56
(140% of Ia_rated)
Load (Nm)no loadno loadno load≈ 7.53 × 10−2·ω
Number of measured points878165106
Table 8. Limits of the parameters.
Table 8. Limits of the parameters.
ParameterLower LimitUpper Limit
Ra (Ω)0100
La (H)0100
cm (Vs)05
J (kg·m2)01
Tla (Nm)020
Tlb (Nm·s)09.55 × 10−2 (torque of 20 Nm at speed 209 s−1—motor rated speed is 182 s−1)
Tlc (Nm·s2)04.56 × 10−6 (torque of 20 Nm at speed 209 s−1—motor rated speed is 182 s−1)
Table 9. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD1.
Table 9. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD1.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-3.0377 × 10−32.8906 × 10−32.8906 × 10−32.8906 × 10−32.8906 × 10−3
OFW-3.8698 × 10−22.8906 × 10−33.0919 × 10−22.6806 × 10−22.8907 × 10−3
M-1.0227 × 10−22.8906 × 10−33.4514 × 10−33.3694 × 10−32.8906 × 10−3
SD-8.3375 × 10−30.03.9239 × 10−33.3480 × 10−31.5865 × 10−8
Ra (Ω)M5.6618.5411.5611.3312.9211.56
La (H)Mnot known3.539.72 × 10−11.951.129.72 × 10−1
cm (Vs)Mnot known1.2881.3371.3381.3241.337
J (kgm2)M≈ 4 × 10−22.83 × 10−24.64 × 10−24.55 × 10−24.55 × 10−24.64 × 10−2
Tla (Nm)M≈ 0.91.79 × 10−13.13 × 10−160.03.29 × 10−57.06 × 10−18
Tlb (Nms)M≈ 02.83 × 10−38.95 × 10−174.24 × 10−44.95 × 10−46.27 × 10−6
Tlc (Nms2)M≈ 02.39 × 10−54.99 × 10−54.71 × 10−54.60 × 10−54.99 × 10−5
Table 10. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD1.
Table 10. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD1.
OF and Method
Parameters KnownGADE/rand/1/expDE/best/1/binTLBOABC
B-2.6083 × 10−32.2531 × 10−32.2531 × 10−32.2531 × 10−32.2531 × 10−3
OFW-1.7874 × 10−22.2531 × 10−33.3070 × 10−32.2531 × 10−32.2555 × 10−3
M-9.7051 × 10−32.2531 × 10−32.3423 × 10−32.2531 × 10−32.2534 × 10−3
SD-4.2762 × 10−30.028456 × 10−40.04.2741 × 10−7
Ra (Ω)M5.667.125.065.415.065.07
La (H)Mnot known9.98 × 10−12.44 × 10−12.50 × 10−12.44 × 10−12.44 × 10−1
cm (Vs)Mnot known1.3641.3691.3671.3691.369
J (kgm2)M≈ 4 × 10−23.00 × 10−24.68 × 10−24.63 × 10−24.68 × 10−24.68 × 10−2
Tla (Nm)M≈ 0.93.64 × 10−17.99 × 10−15.11 × 10−17.99 × 10−17.86 × 10−1
Tlb (Nms)M≈ 01.93 × 10−37.70 × 10−182.87 × 10−212.71 × 10−179.06 × 10−7
Tlc (Nms2)M≈ 01.76 × 10−38.00 × 10−191.84 × 10−51.43 × 10−187.81 × 10−7
Table 11. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD2.
Table 11. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD2.
OF and Method
Parameters Known ValuesGADE/rand/1/expDE/best/1/binTLBOABC
B-3.6370 × 10−33.4006 × 10−33.4006 × 10−33.4006 × 10−33.4006 × 10−3
OFW-1.8426 × 10−23.4006 × 10−33.4056 × 10−33.4006 × 10−33.4007 × 10−3
M-7.9539 × 10−33.4006 × 10−33.4008 × 10−33.4006 × 10−33.4006 × 10−3
SD-3.6910 × 10−31.7347 × 10−189.7750 × 10−71.7347 × 10−185.9380 × 10−9
Ra (Ω)M5.6614.9611.4511.4511.4511.45
La (H)Mnot known1.699.76 × 10−19.76 × 10−19.76 × 10−19.76 × 10−1
cm (Vs)Mnot known1.3311.3501.3501.3501.350
J (kgm2)M≈ 4 × 10−23.87 × 10−24.89 × 10−24.89 × 10−24.89 × 10−24.89 × 10−2
Tla (Nm)M≈ 0.92.66 × 10−13.58 × 10−160.06.75 × 10−160.0
Tlb (Nms)M≈ 02.00 × 10−39.61 × 10−172.02 × 10−43.44 × 10−167.78 × 10−7
Tlc (Nms2)M≈ 01.13 × 10−52.77 × 10−52.66 × 10−52.77 × 10−52.77 × 10−5
Table 12. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD2.
Table 12. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD2.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-2.9697 × 10−32.6384 × 10−32.6384 × 10−32.6384 × 10−32.6384 × 10−3
OFW-3.6245 × 10−32.6384 × 10−33.9111 × 10−32.6384 × 10−32.6433 × 10−3
M-1.0895 × 10−22.6384 × 10−32.7298 × 10−32.6384 × 10−32.6389 × 10−3
SD-6.1378 × 10−31.3010 × 10−183.0860 × 10−41.3010 × 10−181.1636 × 10−6
Ra (Ω)M5.667.044.975.204.974.97
La (H)Mnot known9.96 × 10−12.46 × 10−12.49 × 10−12.46 × 10−12.46 × 10−1
cm (Vs)Mnot known1.3751.3761.3741.3761.376
J (kgm2)M≈ 4 × 10−23.70 × 10−25.00 × 10−24.91 × 10−25.00 × 10−25.00 × 10−2
Tla (Nm)M≈ 0.93.94 × 10−19.34 × 10−17.47 × 10−19.34 × 10−19.18 × 10−1
Tlb (Nms)M≈ 01.44 × 10−31.10 × 10−179.60 × 10−52.53 × 10−171.35 × 10−5
Tlc (Nms2)M≈ 01.0926 × 10−51.31 × 10−195.40 × 10−63.34 × 10−193.65 × 10−7
Table 13. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD3.
Table 13. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD3.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-5.8927 × 10−35.7731 × 10−35.7731 × 10−35.7731 × 10−35.7731 × 10−3
OFW-4.9909 × 10−25.7731 × 10−34.2488 × 10−25.7731 × 10−35.7763 × 10−3
M-1.2440 × 10−25.7731 × 10−36.5079 × 10−35.7731 × 10−35.7732 × 10−3
SD-8.0686 × 10−38.6736 × 10−195.1400 × 10−38.6736 × 10−194.4973 × 10−7
Ra (Ω)M5.6616.4211.9211.6811.9211.92
La (H)Mnot known2.95 × 10−11.281.841.281.28
cem(Vs)Mnot known1.3131.3421.3441.3421.342
J (kgm2)M≈ 4 × 10−22.98 × 10−24.42 × 10−24.33 × 10−24.42 × 10−24.42 × 10−2
Tla (Nm)M≈ 0.93.12 × 10−16.45 × 10−160.02.03 × 10−153.88 × 10−4
Tlb (Nms)M≈ 02.26 × 10−39.91 × 10−181.13 × 10−46.82 × 10−175.60 × 10−6
Tlc (Nms2)M≈ 01.52 × 10−53.11 × 10−53.11 × 10−53.11 × 10−53.10 × 10−5
Table 14. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD3.
Table 14. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD3.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-4.0166 × 10−33.7766 × 10−33.7766 × 10−33.7766 × 10−33.7766 × 10−3
OFW-2.1531 × 10−23.7766 × 10−33.8196 × 10−33.7766 × 10−33.7778 × 10−3
M-7.7614 × 10−33.7766 × 10−33.7817 × 10−33.7766 × 10−33.7766 × 10−3
SD-3.9337 × 10−30.01.3977 × 10−50.01.8574 × 10−7
Ra (Ω)M5.665.794.874.854.874.87
La (H)Mnot known9.43 × 10−14.51 × 10−14.49 × 10−14.51 × 10−14.51 × 10−1
cm (Vs)Mnot known1.3711.3741.3741.3741.374
J (kgm2)M≈ 4 × 10−23.66 × 10−24.44 × 10−24.47 × 10−24.44 × 10−24.44 × 10−2
Tla (Nm)M≈ 0.95.38 × 10−11.018.90 × 10−11.01 × 10−11.01 × 10−1
Tlb (Nms)M≈ 01.59 × 10−35.38 × 10−180.02.65 × 10−170.0
Tlc (Nms2)M≈ 01.13 × 10−56.59 × 10−203.62 × 10−63.60 × 10−193.66 × 10−8
Table 15. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD4.
Table 15. OF and Mean value of the calculated parameters for 50 independent runs using EM for MD4.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-3.1654 × 10−32.9627 × 10−32.9627 × 10−32.9627 × 10−32.9674 × 10−3
OFW-1.0235 × 10−22.9627 × 10−32.9627 × 10−32.9627 × 10−33.2046 × 10−3
M-4.9229 × 10−32.9627 × 10−32.9627 × 10−32.9627 × 10−33.0880 × 10−3
SD-1.7022 × 10−34.3368 × 10−194.3368 × 10−194.3368 × 10−195.9401 × 10−5
Ra (Ω)M5.665.206.976.976.976.56
La (H)Mnot known4.162.822.822.823.08
cm (Vs)Mnot known1.3511.2511.2511.2511.271
J (kgm2)M≈ 4 × 10−29.80 × 10−21.19 × 10−11.19 × 10−11.19 × 10−11.13 × 10−1
Tla (Nm)M≈ 0.96.93 × 10−11.27 × 10−150.02.69 × 10−145.27 × 10−2
Tlb (Nms)M≈ 7.5 × 10−23.06 × 10−22.66 × 10−178.14 × 10−261.77 × 10−161.14 × 10−2
Tlc (Nms2)M≈ 01.36 × 10−42.91 × 10−42.91 × 10−42.91 × 10−42.33 × 10−4
Table 16. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD4.
Table 16. OF and Mean value of the calculated parameters for 50 independent runs using RK for MD4.
OF and Method
Parameters Known ValueGADE/rand/1/expDE/best/1/binTLBOABC
B-3.7368 × 10−33.2949 × 10−33.2949 × 10−33.2949 × 10−32.1111 × 10−3
OFW-7.3916 × 10−33.2949 × 10−35.7046 × 10−33.2949 × 10−33.8064 × 10−3
M-4.9182 × 10−33.2949 × 10−33.3464 × 10−33.2949 × 10−33.3975 × 10−3
SD-9.3375 × 10−48.6736 × 10−193.3730 × 10−41.0294 × 10−93.1891 × 10−4
Ra (Ω)M5.663.045.385.295.384.98
La (H)Mnot known3.733.46 × 10−14.26 × 10−13.46 × 10−14.00 × 10−1
cm (Vs)Mnot known1.4421.3141.3191.3141.336
J (kgm2)M≈ 4 × 10−29.74 × 10−21.02 × 10−21.02 × 10−21.02 × 10−29.95 × 10−2
Tla (Nm)M≈ 0.91.677.85 × 10−17.22 × 10−17.86 × 10−11.369
Tlb (Nms)M≈ 7.5 × 10−22.87 × 10−25.13 × 10−25.19 × 10−25.13 × 10−24.12 × 10−2
Tlc (Nms2)M≈ 01.38 × 10−47.37 × 10−205.54 × 10−227.46 × 10−124.46 × 10−5
Table 17. Mean values of calculated parameters for 50 independent runs using DE/rand/1/exp and RK for all input data.
Table 17. Mean values of calculated parameters for 50 independent runs using DE/rand/1/exp and RK for all input data.
Input Data
Parameters Known ValueMD1MD2MD3Known ValueMD4
Ra (Ω)M5.665.064.974.875.665.38
La (H)Mnot known2.44 × 10−12.46 × 10−14.51 × 10−1not known3.46 × 10−1
ce (Vs)Mnot known1.3691.3761.374not known1.314
J (kgm2)M≈ 4 × 10−24.68 × 10−25.00 × 10−24.44 × 10−2≈ 4 × 10−21.02 × 10−2
Tla (Nm)M≈ 0.97.99 × 10−19.34 × 10−11.01≈ 0.97.85 × 10−1
Tlb (Nms)M≈ 07.70 × 10−181.10 × 10−175.38 × 10−18≈ 7.5 × 10−25.13 × 10−2
Tlc (Nms2)M≈ 08.00 × 10−191.31 × 10−196.59 × 10−20≈ 07.37 × 10−20
Table 18. Calculated current and speed using (25) and (26) and their deviation at selected points for MD1, MD2, MD3, and MD4 for calculated parameters obtained with RK.
Table 18. Calculated current and speed using (25) and (26) and their deviation at selected points for MD1, MD2, MD3, and MD4 for calculated parameters obtained with RK.
Stationary Point—Measured and Calculated Values
Datat (s)ia_meas (A)ωmeas (1/s)ua_meas (V)ua_calc (V)Deviation of
ua_calc (%)
ia_calc (A)Deviation of
ia_calc (%)
MD120.61125.8177.0175.31.00.584.3
40.54124.8172.8173.60.50.588.1
60.60125.5171.6174.81.90.582.7
80.56124.5171.4173.31.10.584.2
100.56125.0172.6173.90.80.584.22
MD220.78181.9252.8254.10.50.6813.0
40.74181.2251.0253.10.80.688.3
60.72182.9258.4255.21.20.685.7
80.78183.0258.0255.60.90.6813.0
100.69182.8262.0255.02.70.681.6
MD320.72181.0253.0252.20.30.742.1
40.76183.2255.3255.40.00.743.3
60.65183.1255.9254.80.40.7413.1
70.73183.1257.5255.10.90.740.7
80.67182.7257.1254.31.10.749.7
MD447.87182.5281.5282.10.27.721.9
67.68182.3283.9280.81.17.710.4
87.79182.3280.9281.40.27.711.0
107.69182.2283.6280.81.07.710.3
127.78182.4282.3281.50.37.720.8
Table 19. Mean values of calculation times for 50 independent runs using EM and RK for all measured input data.
Table 19. Mean values of calculation times for 50 independent runs using EM and RK for all measured input data.
Measured Data—Method Method
GADE/rand/1/expDE/best/1/binTLBOABC
MD1—EM t(s)18.825.525.152.062.0
MD1—RKM t(s)22.230.228.970.362.5
MD2—EM t(s)16.823.722.756.554.9
MD2—RKM t(s)20.527.726.666.358.0
MD3—EM t(s)16.221.721.258.846.1
MD3—RKM t(s)19.325.126.058.849.3
MD4—EM t(s)16.424.619.940.970.2
MD4—RKM t(s)21.430.328.880.071.5
Table 20. Calculated parameters with different weights using RK for MD1 (mean values for 50 independent runs).
Table 20. Calculated parameters with different weights using RK for MD1 (mean values for 50 independent runs).
Parameters and OF
Weights
w1, w2
Ra (Ω)La (H)La (H)J (kgm2)Tla (Nm)Tlb (Nm·s)Tlc (Nm·s2)OF
0.1, 0.94.562.32 × 10−11.3714.85 × 10−25.00 × 10−167.72 × 10−185.19 × 10−54.9217 × 10−4
0.2, 0.84.702.32 × 10−11.3714.87 × 10−25.95 × 10−161.76 × 10−175.12 × 10−56.6101 × 10−4
0.3, 0.74.802.34 × 10−11.3704.89 × 10−21.08 × 10−156.01 × 10−185.09 × 10−58.2256 × 10−4
0.4, 0.64.882.37 × 10−11.3704.90 × 10−21.60 × 10−137.47 × 10−185.06 × 10−59.8028 × 10−4
0.5, 0.55.062.44 × 10−11.3694.68 × 10−27.99 × 10−17.70 × 10−188.00 × 10−191.1266 × 10−3
0.6, 0.45.142.46 × 10−11.3684.68 × 10−28.00 × 10−14.91 × 10−181.25 × 10−191.2647 × 10−3
0.7, 0.35.212.48 × 10−11.3684.69 × 10−28.00 × 10−14.38 × 10−185.54 × 10−201.4006 × 10−3
0.8, 0.25.272.51 × 10−11.3674.69 × 10−28.00 × 10−12.34 × 10−183.52 × 10−201.5345 × 10−3
0.9, 0.15.342.53 × 10−11.3674.70 × 10−28.00 × 10−11.47 × 10−183.37 × 10−201.6667 × 10−3
Known
value
5.66not
known
not
known
≈ 4 × 10−2≈ 0.9≈ 0≈ 0/
Table 21. Calculated parameters with different weights using RK for MD2 (mean values for 50 independent runs).
Table 21. Calculated parameters with different weights using RK for MD2 (mean values for 50 independent runs).
Parameters and OF
Weights
w1, w2
Ra (Ω)La (H)La (H)J (kgm2)Tla (Nm)Tlb (Nm·s)Tlc (Nm·s2)OF
0.1, 0.94.372.27 × 10−11.3795.12 × 10−26.50 × 10−161.03 × 10−172.88 × 10−54.4913 × 10−4
0.2, 0.84.572.31 × 10−11.3785.16 × 10−21.02 × 10−157.00 × 10−182.84 × 10−56.8282 × 10−4
0.3, 0.74.692.35 × 10−11.3775.19 × 10−27.86 × 10−152.57 × 10−172.82 × 10−59.0588 × 10−4
0.4, 0.64.872.42 × 10−11.3764.99 × 10−28.99 × 10−12.96 × 10−171.07 × 10−61.1189 × 10−3
0.5, 0.54.972.46 × 10−11.3765.00 × 10−29.34 × 10−11.10 × 10−171.31 × 10−191.3192 × 10−3
0.6, 0.45.052.48 × 10−11.3755.01 × 10−29.32 × 10−17.22 × 10−189.37 × 10−201.5156 × 10−3
0.7, 0.35.122.51 × 10−11.3755.02 × 10−29.32 × 10−15.88 × 10−183.42 × 10−201.7089 × 10−3
0.8, 0.25.182.53 × 10−11.3745.02 × 10−29.30 × 10−14.85 × 10−184.11 × 10−201.8999 × 10−3
0.9, 0.15.242.55 × 10−11.3745.03 × 10−29.11 × 10−13.43 × 10−185.51 × 10−72.0902 × 10−3
Known
value
5.66not
known
not
known
≈ 4 × 10−2≈ 0.9≈ 0≈ 0/
Table 22. Calculated parameters with different weights using RK for MD3 (mean values for 50 independent runs).
Table 22. Calculated parameters with different weights using RK for MD3 (mean values for 50 independent runs).
Parameters and OF
Weights
w1, w2
Ra (Ω)La (H)La (H)J (kgm2)Tla (Nm)Tlb (Nm·s)Tlc (Nm·s2)OF
0.1, 0.94.633.70 × 10−11.3754.71 × 10−25.82 × 10−29.40 × 10−182.88 × 10−55.4941 × 10−4
0.2, 0.84.694.03 × 10−11.3754.63 × 10−23.19 × 10−12.93 × 10−172.08 × 10−58.9597 × 10−4
0.3, 0.74.784.25 × 10−11.3754.52 × 10−27.21 × 10−11.73 × 10−178.69 × 10−61.2326 × 10−1
0.4, 0.64.864.42 × 10−11.3744.45 × 10−21.016.96 × 10−184.48 × 10−191.5621 × 10−3
0.5, 0.54.874.51 × 10−11.3744.44 × 10−21.015.38 × 10−186.59 × 10−201.8883 × 10−3
0.6, 0.44.894.57 × 10−11.3744.44 × 10−21.017.68 × 10−185.46 × 10−202.2128 × 10−3
0.7, 0.34.904.63 × 10−11.3744.43 × 10−21.014.67 × 10−184.66 × 10−202.5363 × 10−3
0.8, 0.24.914.67 × 10−11.3744.43 × 10−21.025.85 × 10−182.51 × 10−202.8590 × 10−3
0.9, 0.14.914.70 × 10−11.3744.43 × 10−21.023.67 × 10−183.32 × 10−203.1812 × 10−3
Known
value
5.66not
known
not
known
≈ 4 × 10−2≈ 0.9≈ 0≈ 0/
Table 23. Calculated parameters with different weights using RK for MD4 (mean values for 50 independent runs).
Table 23. Calculated parameters with different weights using RK for MD4 (mean values for 50 independent runs).
Parameters and OF
Weights
w1, w2
Ra (Ω)La (H)La (H)J (kgm2)Tla (Nm)Tlb (Nm·s)Tlc (Nm·s2)OF
0.1, 0.94.442.64 × 10−11.3571.07 × 10−11.21 × 10−155.77 × 10−21.74 × 10−204.5890 × 10−4
0.2, 0.84.642.82 × 10−11.3481.08 × 10−12.27 × 10−155.72 × 10−23.12 × 10−207.7123 × 10−4
0.3, 0.74.822.95 × 10−11.3401.08 × 10−14.05 × 10−145.68 × 10−26.08 × 10−201.0743 × 10−3
0.4, 0.65.083.17 × 10−11.3281.06 × 10−13.53 × 10−15.43 × 10−26.69 × 10−201.3678 × 10−3
0.5, 0.55.383.46 × 10−11.3141.02 × 10−27.85 × 10−15.13 × 10−27.37 × 10−201.6474 × 10−3
0.6, 0.45.763.89 × 10−11.2979.76 × 10−21.304.77 × 10−26.33 × 10−201.9089 × 10−3
0.7, 0.35.383.151.3198.55 × 10−22.912.53 × 10−28.15 × 10−52.0945 × 10−3
0.8, 0.25.343.991.3237.12 × 10−23.923.50 × 10−24.79 × 10−192.0480 × 10−3
0.9, 0.16.284.601.2826.06 × 10−24.942.77 × 10−21.53 × 10−191.8430 × 10−3
Known
value
5.66not
known
not
known
≈ 4 × 10−2≈ 0.9≈ 7.5 × 10−2≈ 0/
Table 24. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD1.
Table 24. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD1.
OF and Method
Parameters EMEM5EM10RKRK5RK10
B2.8906 × 10−32.1738 × 10−32.1541 × 10−32.2531 × 10−32.1453 × 10−12.1464 × 10−1
OFW2.8906 × 10−32.1738 × 10−32.1541 × 10−32.2531 × 10−32.1453 × 10−12.1464 × 10−1
M2.8906 × 10−32.1738 × 10−32.1541 × 10−32.2531 × 10−32.1453 × 10−12.1464 × 10−1
SD0.01.7347 × 10−181.3010 × 10−180.08.6736 × 10−192.1684 × 10−18
Ra (Ω)M11.565.634.945.064.254.25
La (H)M9.72 × 10−12.64 × 10−12.07 × 10−12.44 × 10−11.57 × 10−11.57 × 10−1
ce (Vs)M1.3371.3661.3701.3691.3731.373
J (kgm2)M4.64 × 10−24.68 × 10−14.71 × 10−24.68 × 10−24.77 × 10−24.76 × 10−2
Tla (Nm)M3.13 × 10−167.96 × 10−18.00 × 10−17.99 × 10−18.03 × 10−18.03 × 10−1
Tlb (Nms)M8.95 × 10−177.84 × 10−186.53 × 10−187.70 × 10−186.27 × 10−173.22 × 10−18
Tlc (Nms2)M4.99 × 10−51.22 × 10−191.35 × 10−198.00 × 10−196.04 × 10−205.09 × 10−20
Table 25. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD2.
Table 25. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD2.
OF and Method
Parameters EMEM5EM10RKRK5RK10
B3.4006 × 10−32.4870 × 10−12.4192 × 10−12.6384 × 10−32.3706 × 10−12.3676 × 10−1
OFW3.4006 × 10−32.4870 × 10−12.4664 × 10−12.6384 × 10−32.3706 × 10−12.4366 × 10−1
M3.4006 × 10−32.4870 × 10−12.4306 × 10−12.6384 × 10−32.3706 × 10−12.3690 × 10−1
SD1.7347 × 10−182.6021 × 10−182.0131 × 10−51.3010 × 10−182.3706 × 10−19.6658 × 10−6
Ra (Ω)M11.455.725.004.974.384.37
La (H)M9.76 × 10−12.69 × 10−12.11 × 10−12.46 × 10−11.61 × 10−11.61 × 10−1
ce (Vs)M1.3501.3731.3761.3761.3781.378
J (kgm2)M4.89 × 10−24.86 × 10−24.95 × 10−25.00 × 10−24.98 × 10−24.96 × 10−2
Tla (Nm)M3.58 × 10−169.19 × 10−17.01 × 10−19.34 × 10−19.23 × 10−19.05 × 10−1
Tlb (Nms)M9.61 × 10−179.43 × 10−186.73 × 10−201.10 × 10−177.19 × 10−188.90 × 10−18
Tlc (Nms2)M2.77 × 10−57.32 × 10−206.59 × 10−61.31 × 10−194.75 × 10−205.48 × 10−7
Table 26. OF and Mean values of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD3.
Table 26. OF and Mean values of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD3.
OF and Method
Parameters EMEM5EM10RKRK5RK10
B5.7731 × 10−34.0635 × 10−33.9179 × 10−13.7766 × 10−33.7887 × 10−13.7887 × 10−1
OFW5.7731 × 10−34.0635 × 10−33.9179 × 10−13.7766 × 10−33.7887 × 10−13.7887 × 10−1
M5.7731 × 10−34.0635 × 10−33.9179 × 10−13.7766 × 10−33.7887 × 10−13.7887 × 10−1
SD8.6736 × 10−192.6021 × 10−180.00.03.7887 × 10−13.0358 × 10−18
Ra (Ω)M11.926.055.424.874.744.74
La (H)M1.285.96 × 10−15.38 × 10−14.51 × 10−14.79 × 10−14.79 × 10−1
ce (Vs)M1.3421.3691.3721.3741.3751.375
J (kgm2)M4.42 × 10−24.45 × 10−14.41 × 10−14.44 × 10−24.45 × 10−24.45 × 10−1
Tla (Nm)M6.45 × 10−167.33 × 10−11.011.011.011.01
Tlb (Nms)M9.91 × 10−181.08 × 10−171.62 × 10−175.38 × 10−189.13 × 10−181.81 × 10−17
Tlc (Nms2)M3.11 × 10−58.71 × 10−61.09 × 10−76.59 × 10−202.46 × 10-192.51 × 10−19
Table 27. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD4.
Table 27. OF and Mean value of the calculated parameters for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD4.
OF and Method
Parameters EMEM5EM10RKRK5RK10
B2.9627 × 10−33.3114 × 10−33.2788 × 10−33.2949 × 10−33.2719 × 10−13.2719 × 10−3
OFW2.9627 × 10−33.3114 × 10−33.2911 × 10−33.2949 × 10−33.2719 × 10−13.2719 × 10−3
M2.9627 × 10−33.3114 × 10−33.2906 × 10−33.2949 × 10−33.2719 × 10−13.2719 × 10−3
SD4.3368 × 10−191.7347 × 10−182.4102 × 10−68.6736 × 10−192.1684 × 10−188.6736 × 10−19
Ra (Ω)M6.975.845.605.385.365.36
La (H)M2.823.48 × 10−12.63 × 10−13.46 × 10−11.99 × 10−11.98 × 10−1
ce (Vs)M1.2511.2951.3051.3141.3151.315
J (kgm2)M1.19 × 10−11.02 × 10−11.02 × 10−11.02 × 10−11.02 × 10−11.01 × 10−1
Tla (Nm)M1.27 × 10−156.35 × 10−17.34 × 10−17.85 × 10−18.29 × 10−18.29 × 10−1
Tlb (Nms)M2.66 × 10−175.13 × 10−25.12 × 10−25.13 × 10−25.11 × 10−25.11 × 10−2
Tlc (Nms2)M2.91 × 10−41.44 × 10−192.63 × 10−197.37 × 10−208.78 × 10−201.49 × 10−19
Table 28. Mean values of the calculation times for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for all measured input data.
Table 28. Mean values of the calculation times for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for all measured input data.
Measured Data—Method Method
EMEM5EM10RKRK5RK10
MD1M t(s)25.539.3148.930.254.979.9
MD2M t(s)23.738.445.727.752.374.8
MD3M t(s)21.733.439.725.145.563.3
MD4M t(s)24.642.450..230.362.791.0
Table 29. Precisions which determine duplication identification.
Table 29. Precisions which determine duplication identification.
ParameterMaximum Difference
Ra (Ω)<1 mΩ
La (H)<1 mH
cm (Vs)<1 mVs
J (kgm2)<10−4 kgm2
Tla (Nm)<1 mNm
Tlb (Nm·s)<5 × 10−6 Nm·s(torque of 1 mNm at speed 209 s−1—motor rated speed is 182 s−1)
Tlc (Nm·s2)<2 × 10−8 Nm·s2(torque of 1 mNm at speed 209 s−1—motor rated speed is 182 s−1)
Table 30. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD1.
Table 30. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD1.
MD1Method
EMEM5EM10RKRK5RK10
Memory
Use
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
STMA104.851.584.054.267.054.296.150.173.654.962.756.5
LTMA-S1334.381.5210.884.9159.584.4318.180.9148.685.4104.686.1
LTMA-S2188.279.3104.284.086.284.2189.675.883.384.156.885.4
Table 31. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD2.
Table 31. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD2.
MD2Method
EMEM5EM10RKRK5RK10
Memory
Use
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
STMA102.951.478.155.169.757.594.353.170.156.261.157.6
LTMA-S1354.784.0220.684.0173.585.8297.184.0149.186.1107.786.4
LTMA-S2176.082.1106.982.784.784.3145.382.678.285.158.485.3
Table 32. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD3.
Table 32. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD3.
MD3Method
EMEM5EM10RKRK5RK10
Memory
Use
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
STMA109.055.296.836.388.438.9100.856.374.356.564.757.7
LTMA-S1361.985.4290.481.3231.182.6307.085.8180.085.7133.486.0
LTMA-S2162.883.7159.277.9134.478.6138.185.285.084.964.384.9
Table 33. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD4.
Table 33. Mean value of the calculation Times (Time) and Duplications (Dupl.) in respect to no additional memory use for 50 independent runs using EM, EM5, EM10, RK, RK5, and RK10 for MD4.
MD4Method
EMEM5EM10RKRK5RK10
Memory
Use
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
Time
(%)
Dupl.
(%)
STMA102.540.288.733.851.134.699.932.685.333.168.533.9
LTMA-S1431.477.8210.672.5175.274.0434.371.8203.272.8104.673.6
LTMA-S2215.874.3164.768.8132.470.6240.167.1127.068.791.369.3

Share and Cite

MDPI and ACS Style

Jesenik, M.; Hamler, A.; Trbušić, M.; Trlep, M. The Use of Evolutionary Methods for the Determination of a DC Motor and Drive Parameters Based on the Current and Angular Speed Response. Mathematics 2020, 8, 1269. https://doi.org/10.3390/math8081269

AMA Style

Jesenik M, Hamler A, Trbušić M, Trlep M. The Use of Evolutionary Methods for the Determination of a DC Motor and Drive Parameters Based on the Current and Angular Speed Response. Mathematics. 2020; 8(8):1269. https://doi.org/10.3390/math8081269

Chicago/Turabian Style

Jesenik, Marko, Anton Hamler, Mislav Trbušić, and Mladen Trlep. 2020. "The Use of Evolutionary Methods for the Determination of a DC Motor and Drive Parameters Based on the Current and Angular Speed Response" Mathematics 8, no. 8: 1269. https://doi.org/10.3390/math8081269

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop