999精品在线视频,手机成人午夜在线视频,久久不卡国产精品无码,中日无码在线观看,成人av手机在线观看,日韩精品亚洲一区中文字幕,亚洲av无码人妻,四虎国产在线观看 ?

Studies on torque characteristics test system of torsional vibration dam per*

2014-06-09 14:44:40TaoWENGGongchangRENRuijiaoWANG
機床與液壓 2014年3期
關鍵詞:功能系統

Tao WENG,Gong-chang REN,Rui-jiao WANG

School of Mechatronic Engineering,Shaanxi University of Science and Technology,Xi’an 710021,China

Studies on torque characteristics test system of torsional vibration dam per*

Tao WENG?,Gong-chang REN,Rui-jiao WANG

School of Mechatronic Engineering,Shaanxi University of Science and Technology,Xi’an 710021,China

In order to meet the demands of torsional vibration damper characteristics test,a design scheme of test system,which is a computer controlled,using servo control principle,is proposed in this paper.The system operation and main functions are given.Hardware and software structures are described.The stability and reliability of the system are ensured by the using of servo control technology.Computer’s great processing power ensures the efficiency and accuracy of the test system,the modular structure of the software enriches the functionality o f the system.

Torsional vibration damper,Characteristic test,Servo control,Curve analysis

1.Introduction

During the running process of the vehicle,the condition of the engine keeps changing;the engine shaft will produce torsional vibration,at the moment of lockup clutch locking,turbine and the shell into a rigid connection,and also will produce vibration. Various vibrations existing in engine-torqueconvertergear box transmission system will influence the acceleration performance,the overall performance and the comfort of a car[1].The torsion damper can control the torsional vibration and noise aroused by transmission system effectively.It is the key component to reduce the impact of various vibrations and to ensure the overa-ll performance of a car[2].

It has a large number of tests during the design and production process of torsional vibration damper. However,the performance of the test system directly affects the accuracy of the test results.Therefore,to develop a high reliability,high precision,high speed torsional vibration damper test system has great practical significance.The paper introduces a high precision and high reliability test system,which is computer controlled,using closed loop servo control principle.The test system can undertake a variety of plate parts torsional characteristic tests.

2.System structure and working principle

Torsional damper torque characteristics tester includes the workbench,environmental system,servo control unit,electrical control unit,computer acquisition system.The system structure is shown in Figure 1.

The bench provides the support frame and the mounting platform for other mechanic-al systems,a torque is applied to the sample by the servo motor and reducer through connecting pieces and the servo motor supplies the power.When the sample needs testing in the condition that the oil temperature is high,the environmental system will provide the required temperature.Measurement and control of thewhole system is achieved by the servo control unit,the temperature control unit and the computer system.

Figure 1.The system overall structure

2.1.The host

The host is composed of table plate,AC servo motor,gear reducer,torque sensor,angle measuring device,connection panel,fixed end and moving table etc.

During the trial,the sample is installed through the hollow screw of the fixed end to the connection plate.The fixed end can move along the guide rails,so it is convenient for adjustment and installation. The speed of servo motor is transmitted to torsional shaft through the gear reducer,the fixed end is fixed and the torsional axis drives the connecting plate and the sample to rotate,torque sensors and angle measuring device for data acquisition[3].

2.2.Oil source

The oil source is composed of the motor,hydraulic pump,tank,filter,control valve and other components;the hydraulic schematic diagram is shown in Figure 2.It is an important part of the hydraulic drive and servo control system,it can effectively supply the flow and pressure required by actuators,and be able to control pressure,temperature and pollution etc..

Figure 2.Hydraulic schematic diagram

3.The data acquisition and control system

3.1.The control system

The computer,servomotor,servomotor control card,torsional torque servomotor controller,data acquisition card,sensors,regulated power supply,and various kinds of switches,schematic diagram of whole control system are shown in Figure 3.

Figure 3.Electric schematic diagram of the measurement and control system

The codes in the diagram:8940,servo motion control card;AC6616:data acquisition card;JSJ:computer;KB1:switch;KGDY:switching power supply;NG:torque sensor;SB1/2:start/reset button;SFKZQ1:torsional servo motor controller;The SM1:torsional servomotor;SQ1/2/3:torsional positive limit/negative limit/proximity switch;WYDY:regulated power supply.

We can see from the diagram that the computer is in the center of the whole system.On one hand,it links with the data acquisition card,which is used for the reception of the collected data;on the other hand,it is connected to the servo motion control card,which is responsible for sending control signals;at the same time the computer is responsible for all kinds of switch quantities controlling[4].

3.2.Data acquisition

Data acquisition is mainly accomplished by the multi-function data acquisition card,the torque sensors and the angle measuring system.AC6616P data acquisition card,used in this system is a multifunctional and high precision A/D card,with 16 channels of single-ended or eight channels of doubleended analog inputs,input programmable-amplifier,2 DA outputs,32 digital outputs,the last two of the 16 channels of DI inputs support counting function.AC6616P uses CH PCI interface chip and gate array as the main control chip.Gate array controls analog inputs,sampling and the switch quantities.The wiring principle diagram is shown in Figure 4:

Figure 4.The wiring principle diagram of AC6616P

3.3.Servo motion control

Data collected by sensors,then transmitted to the computer in the way of digital signals after A/D conversion through the data acquisition card,the computer will compare the received values with the set values,and then send control signals to the servo motion control card to control the servomotor by torsional servomotor controller[5].

The ADT-8940A1 motion control card adopted by the system is a high performance four-axis servo/step control card based on PCI bus,supports plugand-play.Its counter numbers up to 32 bits,I/O latency around 500μs,largest pulse frequency about2 MHz.The use of advanced technologies ensures that the frequency error is less than 0.1%,when the output frequency is very high.The location management uses two plus/minus counters,one of them is the logic location counter used to manage the internal drive pulse outputs,the other one is used as the actual location counter to receive the external inputs.The wiring principle diagram as shown in Figure 5:

Figure 5.The wiring principle diagram of ADT-8940A1

An ADT-8940A1 card has two input/output interfaces,including J1 which has 62 needles socket,J2 for 37 needles socket.J1 is for signal wiring of the pulse output,switch input and switch output of X,Y,Z,A axis;J2 is for signal wiring of encoder input and switch input of X,Y,Z,A axis.

The following is the initialization function of the ADT8940A1 card in the VC programming language:int CCtrlCard::Init_Board()

Result=adt8940a1_initial();

If(Result<=0)return Result;

for(int i=1;i<=MAXAXIS;i++)

set_limit_mode(0,i,0,0,0);

set_command_pos(0,i,0);

set_actual_pos(0,i,0);

set_startv(0,i,1000);

set_speed(0,i,1000);

set_acc(0,i,625);

return 1;

If the return value<=0,it means that the initialization is failed,otherwise the initialization is successful.

4.The system software

The test system adopts the Window operating system as the running platform;its main task is to control the test process,according to the requirement of the torsional vibration damper characteristics tests. The main functions include user information inputting,parameters setting,real-time displaying of the test conditions and curve drawing,as well as the curve analysis and data processing,etc..

Before the test,the user information inputting and parameter setting must be done firstly.The user information will be the attached information of curve saving and printing.Testing parameters mainly include torque,positive/negative angle,mining value point,and torque control mode.Starting test after parameters setting is completed,manual and automatic mode can be chosen.During the trial,curve drawing and the results showing will be conducted in real-time that as shown in Figure 6.

After the completion of the test,we can carry on the analysis and preservation of the curve,as well as the printing of results.

Figure 6.Curve drawing area

5.Conclusion

The performance of torsional vibration damper directly affects the efficiency of the motor drive system,and then affects the overall performance of the car,so the torsional characteristics test technology of torsional vibration damper is particularly important[6 -7].The torsional vibration damper test system in this paper is a high-precision test system based on computer servo control technology,the control precision of the torque is within 0.2%,the angle measurement accuracy is within 0.5%.The system with simple frame and plentiful functions can satisfy the requirements of a variety of plate parts torsional characteristics tests.The system software adopts modular structure,feature-rich,simple to use,can satisfy all kinds of test requirements.The system can ensure the tests’accuracy and reliability on the base of fully considering the practicability and maneuverability. The system has been put into use in related enterprises,the practical application shows that the system is reliable in performance,can meet the testing requirements of the enterprises,and has a good application prospect.

[1] ZHOU Jie,ZHOU Zi-rong.The Development of The Automobile Shock Absorber[J].Machine Building&Automation,2012(3):113-115.

[2] MA Wen-xing.Hydraulic Transmission Theory and Design[M].Beijing:Chemical Industry Press,2004.

[3] LIU Fu-shui.Characteristic Parameters Test System of Crankshaft Torsional Vibration Damper[J].Journal of Beijing Institute of Technology,2000(6):96-98.

[4] ZHANG Zi-ming.Torsional Vibration Damper Type Detection[J].Transactions of Csice,2006(6):31-32.

[5] SHANG-GUAN Wen-bin,YANG Ming-sheng,LI Yaolong.Automotive Engine Crankshaft Vibration Damper[J].Modern Components,2007(1):68-69.

[6] GAO Dong-mei.Computer Testing and Controlling System on The Characteristics of Torque Converter[D].Academic Dissertation,China Agricultural University,2005(3).

[7] WANG Yu-wang.Car Design[M].China Machine Press,2006.

扭轉減振器扭矩特性測試系統研究*

翁 濤?,任工昌,王瑞嬌

陜西科技大學機電工程學院,西安 710021

為了滿足扭轉減振器特性測試需求,提出了一種由計算機控制的、采用伺服控制原理的扭轉減振器特性試驗系統設計方案,詳細介紹了系統的硬件組成,控制原理和軟件功能結構。系統采用的伺服控制技術保證了系統的穩定性和可靠性,計算機強大的處理能力確保了測試系統的速度與精度,模塊化結構的測試軟件豐富了系統的功能。

扭轉減振器;特性測試;伺服控制;曲線分析

U260.331+5

10.3969/j.issn.1001-3881.2014.18.017

2014-04-13

*Project supported by National Natural Science Foundation of the Key Technologies Research on Product Innovation Design System based on Deep Knowledge(Sanction Number:51175314)and National Key Technology Support Program of Green Remanufacturing Technology Application Development and Integration Model of Concrete Pump Truck Class Engineering Machinery(Sanction Number:2012BAF02B01)

?Tao WENG,E-mail:15091449465@163.com

猜你喜歡
功能系統
也談詩的“功能”
中華詩詞(2022年6期)2022-12-31 06:41:24
Smartflower POP 一體式光伏系統
工業設計(2022年8期)2022-09-09 07:43:20
WJ-700無人機系統
ZC系列無人機遙感系統
北京測繪(2020年12期)2020-12-29 01:33:58
基于PowerPC+FPGA顯示系統
半沸制皂系統(下)
連通與提升系統的最后一塊拼圖 Audiolab 傲立 M-DAC mini
關于非首都功能疏解的幾點思考
懷孕了,凝血功能怎么變?
媽媽寶寶(2017年2期)2017-02-21 01:21:24
“簡直”和“幾乎”的表達功能
主站蜘蛛池模板: 国产欧美综合在线观看第七页| 日韩在线第三页| 狠狠色综合网| 国产免费高清无需播放器 | 日韩性网站| 亚洲婷婷丁香| 波多野结衣一区二区三视频 | 欧美日韩精品一区二区在线线 | 日本一区二区三区精品国产| 91精品小视频| 国产欧美日韩精品综合在线| 亚洲第一在线播放| 精品国产成人a在线观看| 四虎影院国产| 亚洲日韩精品无码专区97| 内射人妻无码色AV天堂| 国产丝袜无码精品| 中国一级毛片免费观看| 无码网站免费观看| 色久综合在线| 一级毛片在线直接观看| 国产成人综合亚洲欧洲色就色| 亚洲九九视频| 人妻无码一区二区视频| 国产高清色视频免费看的网址| 午夜免费小视频| 国产91视频观看| 午夜啪啪福利| 国产91精品调教在线播放| 99在线视频免费| 亚洲一区二区无码视频| 亚洲第一黄色网| 精品综合久久久久久97超人该| 精品免费在线视频| 伊人久久精品亚洲午夜| 欧美日韩国产一级| 亚洲精品无码久久毛片波多野吉| 免费AV在线播放观看18禁强制| 狠狠亚洲五月天| 国产成人a在线观看视频| 国产精品手机在线播放| 色呦呦手机在线精品| 国产杨幂丝袜av在线播放| 1769国产精品视频免费观看| 欧美中文字幕一区| 99精品伊人久久久大香线蕉| 欧美伦理一区| 真实国产精品vr专区| 国产原创演绎剧情有字幕的| 中文天堂在线视频| 毛片一区二区在线看| 精品国产自在在线在线观看| yy6080理论大片一级久久| 午夜福利视频一区| 国产美女在线免费观看| 久久精品aⅴ无码中文字幕 | 91人妻在线视频| 久久久亚洲国产美女国产盗摄| 一级不卡毛片| 成人免费一级片| 天天做天天爱夜夜爽毛片毛片| 夜精品a一区二区三区| 欧美性色综合网| 99999久久久久久亚洲| 青青青国产精品国产精品美女| 日本中文字幕久久网站| 成人一级黄色毛片| 凹凸国产分类在线观看| 欧美精品啪啪一区二区三区| 狠狠做深爱婷婷综合一区| 在线色综合| 中文字幕调教一区二区视频| 国产欧美在线观看一区| 国产主播福利在线观看| 国内熟女少妇一线天| 国产精品久久久久久久久kt| 一区二区三区四区精品视频 | 国产高颜值露脸在线观看| 欧美在线黄| 91亚洲精品第一| 国产精品亚洲五月天高清| 欧美精品成人一区二区在线观看|