Keywords

1 Introduction

The suspension system separates vehicle body frame from road surface. Harmful effects of vehicle vibrations on human body are nausea, back pain, osteoarthritis, slipping of disk, etc. [1]. The suspension systems are designed firstly to meet the ride comfort (RC) which is measured by root mean square (RMS) value of sprung mass acceleration, a lower value which leads better RC and secondly, to satisfy, road holding (RH), which is measured by relative displacement between unsprung mass and road input, negative value of which leads to good RH [2]. It has been well established by other researchers in the field, that the ride characteristics of passenger vehicles can be characterized by considering a quarter car model of a vehicle [3]. This method is being widely used to investigate the performance of passive suspension system [4]. In this paper, optimization of RC and RH as per ISO 2631-1:1997 standard [5] is presented by the experimentation conducted on a quarter car test rig using the approach of design of experiments (DoE) response optimization method [6].

Laboratory Virtual Instrumentation Engineering Workbench (LabVIEW) is used to acquire data for RC and RH from quarter car test rig. IEPE accelerometers and proximity sensor are used to acquire readings for RC and RH, respectively [7, 8].

2 Data Acquisition Hardware and Sensors

In this study, multi-objective optimization of RC represents acceleration of sprung mass and RH represents relative displacement of road input and unsprung mass and rpm of CAM which represents the speed of vehicle approaching to road bump. Sensor selection was the most important step of a data acquisition system.

A high-sensitive 2-pin accelerometer of ICP® (IEPE) make (Model: 351B03) is used to measure the acceleration of sprung and unsprung mass.

A proximity sensor (GP2Y0A21YK0F) [9] is used to measure the distance, which is an integrated combination of position-sensitive detector (PSD), infrared-emitting diode (IRED), and signal processing circuit. The variety of the reflectivity of the object, the environmental temperature, and the operating duration do not influence easily the distance detection because of adoption of the triangulation method. This device gives output as voltage corresponding to the detection distance.

To measure the rpm, an IR trans-receiver is placed facing each other so that extension connected to motor shaft may cut the rays between transmitter and receiver. Frequency as well as rpm of the shaft can be calculated by a LabVIEW programming. The entire sensors are connected to NI-9234 a 4-channel, ±5 V, 24-Bit IEPE module. IEPE module is calibrated to all IEPE type of sensor, but proximity and IR sensor is non-IEPE-type sensor, which requires some scaling factors. Quarter car test rig with sensors and NI-9234 hardware is shown in Fig. 1.

Fig. 1
figure 1

Quarter car test rig with sensors and NI-hardware

3 LabVIEW Programming

LabVIEW is a platform and development environment for a visual programming language from National Instruments. LabVIEW coding is the most integral part of the data acquisition (DAQ) system. As LabVIEW is graphical coding language, it is easier to write code compared to other software. LabVIEW coding to acquire acceleration, displacement, and rpm is shown in Fig. 2, called ‘Block Diagram Panel.’ All the measured parameters can be displayed in a ‘front panel’ shown in Fig. 3. Time-domain acceleration data are also converted to frequency domain using a spectral measurement block.

Fig. 2
figure 2

LabVIEW coding for data acquisition of accelerometer, proximity, and IR sensor

Fig. 3
figure 3

Front panel of all sensors

NI-9234 hardware which is an integrated electronic piezoelectric (IEPE)-type module calibrated for ICP® IEPE-type accelerometers has been utilized for benefit. In this DAQ system, proximity sensor is also to be connected with NI-9234 by using external scaling factors mentioned in data sheet [9] as shown in Fig. 4.

Fig. 4
figure 4

Scaling factors of proximity sensor to measure displacement

Figure 5 represents a rpm measurement VI, where a frequency measurement block measures the frequency of interruption of the transmitting and receiving ray in the IR sensor which must be greater than 2 Hz (120 rpm) in real time, and for lower rpm measurement shows error. To tackle this problem, two extensions are attached on shaft so that measured rpm will be twice the actual rpm. A counter has been used to count the number of times the extension cuts the ray per second, and then, that value is converted in per minutes to measure rpm of the shaft.

Fig. 5
figure 5

LabVIEW VI for measuring rpm using IR sensor

4 Design of Experiments

The aim of the present work was to achieve multi-objective optimization formulations for RC and RH by determining the effects of some main factors and their interactions by regression analysis. DoE methodology was used for gathering information by conducting experiments on quarter car test rig (Table 1).

Table 1 High and low level of input factors

Four variables such as stiffness (K), damping coefficient (C), sprung mass (M), and speed are used as input variables with two-level and twice-replicating experimental reading, which are listed in Table 2 as per 2k full factorial DoE matrix. The experiments are performed as per DoE matrix on the quarter car test rig, and values of various output parameters such as RC and RH are actually measured and stored in a computer using LabVIEW.

Table 2 Experimental readings as per full factorial DoE table

4.1 Regression Model

A MINITAB® software is used to fit the regression model with only significant terms. The ‘goodness of the fit’ of regression model in Eqs. (1) and (2) can be quantified from analysis of variance (ANOVA) by the R 2 value of RC 95.98 % and RH 95.78 %, which indicates the validity of model with input variables with 4.02 and 4.22 % variation due to error or by some noise factors, respectively. The high values of predicted R 2 as 89.70 and 89.21 % for RC and RH, respectively, ensures that models can be used for further analysis. The regression models with final significant estimated coefficients of RC and RH in uncoded units are as Eqs. (1) and (2).

$$ \begin{aligned} {\text{RC}} = & 13.0909 + 0.000525529\left( K \right) + 0.0295497\left( C \right) + 0.123592\left( M \right) \\ & + 0.0124582\left( {\text{Speed}} \right) - 1.21068 \times 10^{ - 06} \left( {K \times C} \right) \\ & - 3.94993 \times 10^{ - 06} \left( {K \times M} \right) - 4.48506 \times 10^{ - 07} \left( {K \times {\text{Speed}}} \right) \\ & - 3.25464 \times 10^{ - 04} \left( {C \times M} \right) + 1.18596 \times 10^{ - 05} \left( {C \times {\text{Speed}}} \right) \\ & - 8.55855 \times 10^{ - 05} \left( {M \times {\text{Speed}}} \right) + 1.18198 \times 10^{ - 08} (K \times C \times M) \\ \end{aligned} $$
(1)
$$ \begin{aligned} {\text{RH}} = & - 19.7075 + 0.000689108\left( K \right) + 0.101460\left( C \right) + 0.438444\left( M \right) \\ & - 0.0051884\left( {\text{Speed}} \right) - 4.57799 \times 10^{ - 06} \left( {K \times C} \right) \\ & - 1.41410 \times 10^{ - 05} \left( {K \times M} \right) + 5.5823 \times 10^{07} \left( {K \times {\text{Speed}}} \right) \\ & - 0.00176016\left( {C \times M} \right) + 2.30057 \times 10^{05} \left( {C \times {\text{Speed}}} \right) \\ & - 1.56036 \times 10^{ - 04} \left( {M \times {\text{Speed}}} \right) + 7.08893 \times 10^{ - 08} (K \times C \times M) \\ \end{aligned} $$
(2)

5 Result and Discussion

Multiple response functions are estimated as polynomial functions of the factors in Eqs. (1) and (2) from regression analysis. The response variable is transformed to give a composite desirability value which is proportional to the priority given to the response variable. In this study, goals are set in Table 3 as per ISO 2631-1:1997 standard of RC with higher value of weightage and importance than RH.

Table 3 Set values of RC and RH for optimization

The optimization plot in Fig. 6 shows the factor settings to get individual desirability [10] of both the RC and RH as 1.0. Therefore, the combined or composite desirability of these two variables is 1.0. To obtain this desirability, one would set the factor levels at values shown under global solution, i.e., K = 18,700 N/m and C = 435 N-s/m, M = 75 kg, and speed of CAM = 155 rpm.

Fig. 6
figure 6

Response optimization plot

6 Conclusion

In this study, a quarter car test rig is developed with proper DAQ system using LabVIEW. A regression model from this experimental results based on 2k full factorial has been developed with significant terms of coefficient. The ‘goodness of fit’ for RC and RH models is checked from quantitative measures of R 2 as equal to 95.98 and 95.78 % with the \( R_{\text{Pred}}^{2} \) equal to 89.70 and 89.21 %, respectively, being verified by the assumptions of random error by ANOVA. Such a model not only assists to estimate the magnitude and direction of the effects of change in the factors but also predicts the effects of their mutual interactions.

The model has assisted optimizing the RC and RH for factor setting of K = 18,700 N/m, C = 435 N s/m, M = 75 kg, and speed = 155 rpm. With optimized parameters, the predicted values of RC and RH come out to be equal to 0.5 m/s2 and −0.5 m, which is very much acceptable by ISO 2631-1:1997.