亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

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

        2014-06-09 14:44:40TaoWENGGongchangRENRuijiaoWANG
        機床與液壓 2014年3期
        關(guān)鍵詞:計算機控制測試軟件減振器

        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.

        扭轉(zhuǎn)減振器扭矩特性測試系統(tǒng)研究*

        翁 濤?,任工昌,王瑞嬌

        陜西科技大學(xué)機電工程學(xué)院,西安 710021

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

        扭轉(zhuǎn)減振器;特性測試;伺服控制;曲線分析

        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

        猜你喜歡
        計算機控制測試軟件減振器
        網(wǎng)絡(luò)自適應(yīng)測試軟件運行方法設(shè)計
        自動化檢測EPU10A板卡系統(tǒng)設(shè)計與實現(xiàn)
        基于計算機控制的織物感應(yīng)靜電衰減測試儀的研制
        論計算機控制在工業(yè)自動化控制中的應(yīng)用
        汽車減振器與磁流變材料分析與運算
        遠程開放教育學(xué)生自主學(xué)習(xí)能力評價的研究
        一款重型包裝抗壓系統(tǒng)控制軟件的設(shè)計與開發(fā)
        軟件工程(2014年7期)2014-09-24 20:03:26
        饋能式磁流變減振器自供電特性研究
        汽車科技(2014年6期)2014-03-11 17:45:36
        裝多級扭轉(zhuǎn)減振器的發(fā)動機曲軸系統(tǒng)扭振分析
        減振器的更換方法
        亚洲乱码一区av春药高潮| 久久久国产视频久久久| 日本午夜理论一区二区在线观看| 欧美怡春院一区二区三区| 国产suv精品一区二区883 | 日韩精品国产自在欧美| 国产av一区二区三区在线| 国产精品无套一区二区久久| 久久视频在线| 日韩爱爱网站| 风韵丰满妇啪啪区老老熟女杏吧 | 91青青草免费在线视频| 可免费观看的av毛片中日美韩| 97在线观看视频| 少妇AV射精精品蜜桃专区| 台湾自拍偷区亚洲综合| 人妻少妇被猛烈进入中文字幕 | 99久热re在线精品99 6热视频| 精品黄色av一区二区三区| 在线国人免费视频播放| 怡红院av一区二区三区| 中文字幕av日韩精品一区二区| 青青草免费激情自拍视频| 好看的日韩精品视频在线 | 日韩AV无码中文无码AV| 丰满又紧又爽又丰满视频| 国产乡下三级全黄三级| 奇米影视久久777中文字幕| 亚洲精品视频免费在线| 日本女优在线一区二区三区| 国产成人无码a区在线观看视频| 日韩欧美在线播放视频| 色综合久久精品中文字幕| 免费无码不卡视频在线观看 | 久久久噜噜噜久久熟女| 成人免费无码视频在线网站| 少妇厨房愉情理伦片bd在线观看| 大白屁股流白浆一区二区三区| 宅男亚洲伊人久久大香线蕉| 色橹橹欧美在线观看视频高清| 91精品国产色综合久久不卡蜜 |