The service life of rubber elastic elements can generally reach 16 years. Due to the lack of necessary testing equipment, it is impossible to test the main parameters such as the stiffness of the elastic elements. At the same time, there is a lack of relevant test data, which results in the replacement of rubber elastic elements during the frame repair period (5 years), which greatly increases the maintenance cost, and some rubber elastic elements are mainly imported. Therefore, China Automotive Technology and Research Center has developed a comprehensive test bench for Zhejiang Wanxiang System Co., Ltd. and Hefei Axle Co., Ltd., which is suitable for the stiffness measurement and life fatigue test of various rubber elastic components (see Figure 1). The test bench is mainly composed of a platform, a hydraulic system, an electric servo system, an electronic control and measurement system, and uses Advantech industrial computer and acquisition card as the test bench control center. It can complete the static stiffness, dynamic stiffness and fatigue life test of the rubber bushing in the X, Y, and Z linear directions, as well as the static stiffness and fatigue life test in the rotation direction. It can also complete the pull-off force test of the inner tube of the rubber bushing. The control and test of the test process are automatically completed by the computer. The software is processed through a specific program. The control accuracy and measurement accuracy of the system can reach less than 1%. The human-computer interaction interface is friendly, and the test data is accurate and reliable, fully meeting the MSA requirements.
Figure 1 Comprehensive test bench for automotive rubber bushings
the test bench is shown in Figure 2. The test bench is divided into two channels: hydraulic and servo. The hydraulic channel consists of an upper fixed beam, a middle moving beam and a column to form a specimen clamping frame, which is located above the workbench. The hydraulic cylinder and the servo valve are located below the workbench. The force sensor is relatively fixed to the moving beam. The displacement sensor is a hysteresis telescopic type. The sensor body is fixed to the bottom of the hydraulic cylinder, and the magnetic ring is fixed to the hydraulic piston. The magnetic signal changes with the movement of the hydraulic cylinder to measure the displacement signal. The rotation channel is a crank-connecting rod structure. The servo motor system is located below the table. The torque sensor, angle sensor and specimen fixture are located above the table. The angle sensor shaft is connected to the specimen, and the shell is connected to the torque sensor flange through a bracket to measure the relative angle of the inner sleeve and the outer sleeve when the specimen is twisted. The crank eccentric wheel is engraved with scales, each scale corresponds to an angle, and the swing angle of the specimen is adjusted by adjusting the eccentricity.
Figure 2 Overall structure of the test bench
the hydraulic system
hydraulic pump station is 100L, the rated pressure is 21MPa, and the rated flow is 100L/min. The pump station motor adopts ABB products, Italian ATOS overflow valve and imported plunger pump, and is equipped with auxiliary equipment such as liquid level meter, thermometer, oil separator and filter. The oil temperature and oil pressure are equipped with digital display instruments, and the oil temperature has an over-temperature alarm unloading protection function. The oil pressure can be adjusted steplessly from 0 to 21MPa through a digital potentiometer. The
measurement and
control scheme adopted by the measurement and control system test bench is: using Advantech industrial computer as the main control machine, and measuring and controlling the test system through a data acquisition card. The industrial computer sends the action command to the hydraulic servo control card through the analog output card. The control card outputs the valve signal after PID adjustment based on the deviation between the feedback signal of the sensor and the command signal, and controls the hydraulic cylinder to produce the corresponding action. The industrial computer processes the displacement and load signals collected by the data acquisition card to obtain the force-displacement characteristic curve of the specimen.
When the servo motor is driven, the industrial computer controls the servo driver through the MPC-08 servo control card to make the drive motor produce corresponding rotation, and at the same time measures the torque and angle signals, and obtains the torque-angle characteristic curve after processing. [page]
1. System hardware
The system hardware composition is shown in Figure 3, which can be divided into two parts: the hydraulic measurement and control system and the servo motor measurement and control system.
Figure 3 Hardware composition of computer measurement and control system
The hydraulic measurement and control system is mainly composed of displacement sensor, load sensor, signal amplifier ADAM3016, 818L data acquisition card, hydraulic servo control card, high-speed analog output card PCI1721, switch input and output card PCLD782/785 and servo valve.
(2) Servo motor measurement and control system:
The servo motor measurement and control system is mainly composed of angular displacement sensor, torque sensor, signal amplifier ADAM3016, 818L data acquisition card, 32-bit four-axis stepper/digital servo control card MPC-08, switch input and output card PCLD782/785 and servo controller.
2. System software
The system software mainly includes the following modules: system initialization module, sensor calibration and switch detection module, channel manual debugging module, test module, database query module and test report output module. The initialization module is mainly used to load the board hardware driver, set the board initial state, test parameter initial value, etc. The calibration module mainly completes the calibration of sensor signals and command output signals, and adopts the multi-point interpolation method to effectively solve the signal nonlinearity problem. The manual debugging module mainly adjusts the initial position or initial load of each test channel to meet the needs of different initial installation positions and loads of the test piece. The test module is the core part of the entire measurement and control system. It converts the parameters input by the user into a series of control instructions, calls the access module of the corresponding hardware, and drives the test device and the execution device to complete the corresponding test functions. After the test, the test results can be stored in the database, and the test records can be queried in the database management module. Considering the running speed, scalability and maintainability, the system software is written in VB6.0.
(1) DMA high-speed signal acquisition
Under normal circumstances, when the acquisition frequency is more than 100 times the signal frequency, the acquisition signal is not distorted (that is, the signal has at least 100 points per waveform). Since the dynamic stiffness test loading waveform frequency is relatively high (20Hz), the ordinary software trigger acquisition method cannot meet the requirements of this frequency signal acquisition. Therefore, the measurement and control system adopts DMA acquisition mode, and the maximum acquisition frequency can reach 40kHz. The data is read from the DMA buffer periodically through the Timer control, which not only meets the requirements of high-speed signal acquisition, but also ensures the consistency of the time of each sampling point.
(2) DMA high-speed waveform output
When the number of voltage points of the signal waveform driving the hydraulic servo valve is small, the hydraulic cylinder will crawl or move unsmoothly. Since the minimum timing cycle in the VB6.0 environment is about 30ms, there are only more than 30 points per second when using timing output, which is seriously distorted for signals with a frequency of more than 1Hz. Therefore, the system uses the PCI-1721 high-speed analog output card, which supports DMA high-speed output function and has a maximum output rate of 10MHz. When each waveform outputs 1000 points, it can fully output a 100Hz waveform signal, which is sufficient to meet the requirements of the test bench. The DMA output function of the card can return the number of output waveforms. This function can be used to calculate the time required for the test and the remaining time. When conducting a 200h fatigue test assessment, the time error is no more than 5s.
(3) Command correction
Since the sensor output signal has temperature drift, its zero point will also change after a certain number of uses. In addition, the fluctuation of the sensor power supply voltage and the difference in system oil pressure will affect the measurement and control accuracy of the measurement and control system. In order to improve the control accuracy of the system, we corrected the control command in the software. In the dynamic stiffness test, a preload test was first carried out according to the set waveform and frequency before the test, and the command was adjusted according to the measured test results. Then, the formal test was carried out according to the adjusted command, eliminating the influence of factors such as the measurement system, control system and the stiffness difference of different specimens on the control accuracy, greatly improving the control accuracy. In the fatigue test, the command waveform was adjusted online in real time according to the error between the sensor feedback signal and the test requirement signal, so that the control accuracy of the system was less than 0.5%.
Conclusion
The system software was developed based on VB6.0 under the WINDOWS 2000 system, with a friendly human-computer interaction interface and simple operation.
After the sensor signal was calibrated with multi-point linear calibration, the system measurement accuracy can be guaranteed to be above 0.5%. After the software control adopts instruction correction, the control accuracy is greatly improved. When the load range of the 100kN load sensor is above 3kN, the control error can be guaranteed to be within 0.5%.
The application of the test bench provides the necessary test data for the localization of rubber components. The test bench has good versatility and can meet the performance test of various rubber elastic components, and has broad market prospects.
Previous article:Application of LMS Test.lab in the evaluation of vehicle sound insulation and absorption performance
Next article:Test method for artificial weathering (fluorescent ultraviolet lamp) of vulcanized rubber
- Keysight Technologies Helps Samsung Electronics Successfully Validate FiRa® 2.0 Safe Distance Measurement Test Case
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Seizing the Opportunities in the Chinese Application Market: NI's Challenges and Answers
- Tektronix Launches Breakthrough Power Measurement Tools to Accelerate Innovation as Global Electrification Accelerates
- Not all oscilloscopes are created equal: Why ADCs and low noise floor matter
- Enable TekHSI high-speed interface function to accelerate the remote transmission of waveform data
- How to measure the quality of soft start thyristor
- How to use a multimeter to judge whether a soft starter is good or bad
- What are the advantages and disadvantages of non-contact temperature sensors?
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- Circuit Design of Robot Positioning System Based on MSP430
- Schedule of the 2019 National Undergraduate Electronic Design Competition
- [NXP Rapid IoT Review] +1. Data preparation, first look at NXP Rapid IoT
- Is this the Keil5 that STM32 needs?
- Upload two photosensitive detection circuits. The target detects different voltages according to different light exposure. Which one is correct?
- MSP430F149, HC_SR04 distance measurement
- MM32F103 BUG reminder to avoid pitfalls
- Will MakeCode support Python?
- What are the specific differences between triodes and MOS tubes?
- How to set the GND pin of a separate component as a flower pad in PADS?