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

Design of Experimental System for Measurement of Cam Profile

2013-09-17 12:10:56ZHONGLirongLINGXu
機(jī)床與液壓 2013年12期

ZHONG Lirong,LING Xu

School of Mechanical Engineering,Chongqing University of Technology,Chongqing 400054,China

The cam mechanism has the advantages of compact and simple structure and convenient design etc.,as well as accurate implementation of movement rule of follower lever,and is widely applied in apparatus and instrument,machine tool,and automatic control.The key factor that decides whether the movement performance of the cam mechanism meets the design requirement is that the profile curve conforms to the design and manufacturing.Therefore,measurement of the cam profile cam is essential for cam inspection,through which the movement performance of the mechanism is also improved during research of the cam movement[1 -5].

Therefore,measurement experiment of the cam profile curve is important for basic mechanical experiment,and it is necessary to design a system adapting to the measurement experiment of the cam profile against the advantages and disadvantages of the existing measurement system of cam profile.

1.Measurement principle and method of cam profile curve

The existing measurement of the cam profile curve mainly include two of the following aspects,i.e.plotting and measurement of displacement of follower lever of the cam mechanism and coordinates of actual cam profile curve.The displacement of the follower lever is directly related to the cam mechanism in the movement of the cam.Thus,the curve of speed and acceleration of the follower lever may be drawn after the displacements of such lever are measured.Therefore,the measurement of the displacement curve is essential for measurement of the cam profile curve.

The measurement of actual profile curve of existing disc cam is subject to the principle for disc cam with knife-edge translating follower regardless of type of follower lever.As shown in Fig.1,put the follower lever down to the minimum radius of the cam profile curve(Rb of base circle),rotate the cam counter-clockwise,and read and record the displacement of the follower lever for each rotating angle of ψ.Keep rotating by same angle of ψ for n times before the follower lever returns to the initial position.Establish the polar coordinate systems and draw the cam profile curve based on the displacements and angles measured.Then,convert the displacements and angles into a rectangular coordinate system.Thus,the curve of speed and acceleration of the cam may be drawn by analyzing the displacement curve.

Fig.1 Measuring model of cam profile curve

The measurement experiment of the cam profile curve is to allow the students to perceptually recognize and understand the basic method to plot the cam profile curve based on the knowledge learned from basic course of principles of machinery.The digital display is used as the original experimental apparatus,and may be frequently damaged by students during use.Thus,a high cost will be caused.If a cheap,convenient and feasible measurement experiment system of cam profile curve may be made in simple conjunction of displacement sensor and data acquisition system by compiling on the VB visual interface,certain convenience will be brought for teaching of experiment.The schematic for measuring instrument of cam profile curve is as shown in Fig.2.

Fig.2 Schematic for measuring instrument of cam profile curve

Install the measured cam on an axis,clamp the measured cam between the experimental base and principle axis of dividing head,and rotate the measured cam and the principle axis.The rotating of handle of dividing head may simplify the control on rotating angle of the measured cam.In the rotating of the cam,the displacement measured by the displacement sensor is first sent to the data acquisition system for processing,and the processed displacement is sent to the computer for displaying on visual interface of VB software.And finally draw the cam profile curve.

2.Design of system hardware

The hardware in the measurement system of the cam profile curve includes displacement sensor,A/D module,and single chip microcomputer system etc.

Displacement sensor:it is used to measure the displacement of the cam profile curve,with output signal as analog.The Dr.series of miniature spring reset linear displacement sensor is used for the system,with effective stroke of 10mm to 150 mm,cushioning stroke of 3 mm,and accuracy of 0.1%to 0.06%FS.The miniature spring reset linear displacement sensor of Dr.series has an effective stroke of 10 mm to 150 mm,cushioning stroke of 3 mm,and accuracy of 0.1%to 0.06%FS.With a principle of slide rheostat used for,the miniature spring reset linear displacement sensor has a model of KTRA-20MM,effective stroke of 10 mm to 150 mm,cushioning stroke of 3 mm,and accuracy of 0.1%to 0.06%FS.The effective stroke should be maintained within 10 to 150 mm,with accuracy of 0.1%to 0.06%FS.

A/D module:it is a unit to convert the analog signal into digital before such signal is sent to the single chip microcomputer.This module is capable of converting the input analog into proportional digital.The TLC2543 chip is used for the system as a 12 serial analog-digital converter of the TI Company.The technique of successive approximation to switched capacitor is used to complete the A/D conversion.The I/O resource of single chip microcomputer 51 is saved and the resolution is high because of the serial input structure.Therefore,the A/D module is widely used in the apparatus and instrument.

Single chip microcomputer system:it is the core of entire data acquisition system,mainly used to accomplish the system initialization,operating mode control for single chip microcomputer,A/D conversion,and serial port communication etc.,and play a role in coordination of software and hardware.In consideration of the development efficiency and cost of the system,the 8051 series of single chip microcom-puter of the Intel Company is used,and mainly characterized by 8-bit CPU, an oscillator, a clock source,8K-bit program memory,256-bit data memory,32 I/O port lines,a programmable full-duplex serial port,five interrupt sources,and two nested interrupt structures of priorities etc[6 -7].

2.1.Design for ports of TLC2543 and single chip microcomputer

Since the 8051 series of existing single chip microcomputer does not have a SPI serial port,while the TCL2543 does,SPI function can only be fulfilled through software to have a port with the single chip microcomputer 51.The circuits of hardware ports are shown in Fig.3,in which U3 is OP27 operational amplifier which plays a role of impedance conversion because of low input impedance of TLC2543.In order to reduce the impact of noises from power supply,the external capacitors are C1,C2,C3,C11,C22 and C33 and input reference voltages of VREF+and VREF-define the upper and lower input limits of analog to produce the readings of full scale and zore scale.In the circuit design,the lines of+5V and 0V are connected to VREF+and VREF-respectively.Since the data bus of the single bus microcomputer is directly connected with the data output of the TLC2542 and the TLC2542 is represented by threestate output,if the A/D converter is not selected,the TLC2542 will be under the high impedance state.Therefore,if the A/D converter is directly connected to the data bus,which will not interfere with the transmission of data on the bus,so the DATAI and DATAO of data input and output is directly connected with the data bus.

Fig.3 Circuit of ports of TLC2543 and single chip microcomputer

2.2.Design of serial port communication

Two main data transmission modes are used for communication between the computer and the external,i.e.parallel communication and serial communication.The parallel communication means that each signal passes independently at a high speed,while the connection is complex and tedious.The serial communication means that all signals pass the same channel at a low speed,while the connection is simple and convenient.The 51 series of single chip microcomputer is built with a full-duplex serial port with powerful functions,and has four kinds of operating modes with its Baud rate set through software.The generation,receiving and transmission of the timer and counter in the microcomputer may trigger the interrupt system.Therefore,the use of the system is quite convenient.The speed of serial communication completely meets the requirements for the system.The standard for RS-232C serial communication port used for the system is that use any of level between -3 V to -15 V to indicate the logic“1”;use any of level between+3V to+15V to indicate the logic“0”.The negative logic is used hereunder.Since the signal input and output is TTL level,the logic 1 is about 3.8 V,and the logic 0 is about 0.4 V for the 51 series of single chip microcomputer system,the conversion must be made for connection of RS-232C level and TTL level.MAX232 is just a chip to fulfill the level conversion between the positive and the negative.This chip only requires a 5V power supply and 5 1uf capacitors for level conversion.The design of serial communication circuit is as shown in Fig.4.

Fig.4 Design of port circuit

3.Design of system software

3.1.Programming by single chip microcomputer

As the core of the entire data acquisition system,the single chip microcomputer has multiple functions.It not only processes its work,but also controls the operation of A/D converter and serial port with the computer etc.The functional programs are modularized and divided into 3 modules for convenient debugging,connection and modification:

Processing module:its main functions include system initialization,control and operating modes of the single chip microcomputer,operating mode of A/D converter,and control mode of serial port etc.

Sampling control module:its main functions include operation of data acquisition including initialization of TLC2543,and conversion of modules etc.

Serial communication module:its main function includes the transmission of sampled data through serial port and computer for the single chip microcomputer.

The processing module of the single chip microcomputer is the main part of the entire program,and the rest modules operate under the allocation of the main program.The block flow diagram for the module is as shown in Fig.5.In the system design,the start of the single chip microcomputer operation is controlled by software.In case of wishing to start the acquisition,press the“acquisition start”button on the software panel and the corresponding command will be sent to the single chip microcomputer through serial port.The single chip microcomputer will execute the subsequent programs upon detecting the command,or the programs of the single chip microcomputer will be always waiting for command.Therefore,a waiting process for command of start exists after system initialization.After operation of the system,the design of A/D conversion system is made in principle of resource saving to the maximum extent,and since the limited data storage space of the single chip microcomputer is considered in the design of programs,if one data is acquired,it will be immediately sent to the computer for storage.

Fig.5 Flow diagram for processing module of single chip microcomputer

3.2.Design of computer software

Visual Basic6.0 software is used as development tools for software processing of the system.VB is the common programming language for developing serial communication programs on the Windows environment by the programmer.The two of methods to develop the serial communication programs with VB include calling of Windows API function and using of MSComm serial port control.In practice,the method of using VB serial port control is faster and more convenient than that of calling API function,and the same function may be fulfilled with less codes to improve the programming efficiency greatly.Therefore,the VB serial port control MSComm is used for the system to achieve the communication between the upper and lower computers[8 -11].

The VB interface designed includes radius of base circle,communication port,detecting by the lower computer,manual/automatic acquisition etc.in accordance with the requirement of measurement experiment system of the cam profile curve,in addition to the two coordinate systems of polar and rectangular coordinate curves drawn and acquired data displayed in the data field.The flow diagram and program interface is as shown in Fig.6.

Fig.6 Flow diagram and program interface

4.Establishment of experimental platform

The measurement experimental platform of the cam profile curve is established through establishment of the mechanism and software and hardware platforms as shown in Fig.7.

Fig.7 Measurement Experimental Platform of Cam Profile Curve

5.Conclusions

The experimental platform can be established with computer aided testing technique as shown in Fig.7 after the experimental equipment for measurement of the existing cam profile is upgraded.In the teaching of experiment course for measurement of cam profile,the demonstrative measurement experiment of cam profile curve can be carried out,and students may also plot the cam profile curve by hand.The students can have perceptual recognition towards the measurement of the cam profile curve by means of displaying on the computer friendly interface,which lays a foundation for comprehensive mastering of cam knowledge of the students.

[1] ZHU Wenjian,XIE Xiaopeng,HUANG Zhenchang.Experiment Courses of Mechanical Fundamentals[M].Beijing:Science Press,2005:222 -225.

[2] Del Min T,HUANG Menghung .Producing Follower Motions Through Their Digitized Cam Coutours[J].Joumal of Mechanieal Transnission,2003(2):98 -105.

[3] WANG Hao,ZHANG Ce,LIN Zhangqin.Meshing A-nalysis of the Planetary Indexing Cam Meshing[J].Journal of Mechanical Design,2005(3):51 -53.

[4] QIU Hua,LIN Changjun.AUniversal optimal approach to cam curve design and its applications[J].Mechanism and Machine Theory,2005,40:669 -692.

[5] WANG Hao,ZHANG Ce.Innovative design of indexing cam mechanisms[J].Chinese Journal of Mechanical Engineering,2004(2):151 -154.

[6] ZHENG Feng,WANG Qiaoying,LI Jianying.51A MCU Application System[M].Edition 2.Beijing:China Railway Press,2011:108 -182.

[7] Neelamegam P,Rajendran A.Linear heating system for measurement of the rmolumines cence using 8031/51 microcontroller[J].Bulletin of Materials Science,2003,26:235.

[8] LI Jiangquan,TANG Zhihui,ZHU Dongqin.Measurement,Control and Application Practices for Visual Basic Data Acquisition and Serial Port Communication[M].Beijing:Posts & Telecom Press,2010:172 -182.

[9] Diane Zak .Programming with Microsoft Visual Basic 6.0[M].Beijing:Publishing House of Electronics Industry,2002:234-389.

[10] ZHANG Qili.Development for CAD System of Disc Cam Mechanism[J].Electromechanical Engineering.2008,25(2):90-91.

[11] YANG Xiaoping,ZHANG Jun.VB Cam Mechanism -based Development for CAD Dynamic Illustrative System[J].Mechanical Design and Manufacturing,2007(5):93- 94.

主站蜘蛛池模板: 国产精品久久精品| 免费看av在线网站网址| 麻豆精品视频在线原创| 玖玖精品视频在线观看| 内射人妻无套中出无码| 欧美日韩国产综合视频在线观看| 欧美午夜在线观看| 黑人巨大精品欧美一区二区区| 自偷自拍三级全三级视频| 亚洲精品卡2卡3卡4卡5卡区| 国产SUV精品一区二区6| 欧美a√在线| 免费亚洲成人| 尤物特级无码毛片免费| 人妻精品久久无码区| 亚洲一道AV无码午夜福利| 国产在线精品美女观看| 在线免费观看AV| 国产成+人+综合+亚洲欧美| 日本免费福利视频| 一级爆乳无码av| 日韩欧美中文在线| WWW丫丫国产成人精品| 国产打屁股免费区网站| 日韩黄色精品| 欧美国产日韩另类| 波多野结衣视频网站| 久一在线视频| 亚洲欧美不卡| 久久77777| 国产91色| 亚洲成a∧人片在线观看无码| 毛片国产精品完整版| 亚洲人成电影在线播放| 啪啪啪亚洲无码| 国产精品视频猛进猛出| 国产激情无码一区二区三区免费| 国产色婷婷视频在线观看| 色欲国产一区二区日韩欧美| 色婷婷视频在线| 欧美.成人.综合在线| 日韩在线观看网站| 人人妻人人澡人人爽欧美一区| Jizz国产色系免费| 国产你懂得| 精品无码国产自产野外拍在线| 欧美va亚洲va香蕉在线| 99热这里只有精品免费| 亚洲三级色| 日韩 欧美 国产 精品 综合| 国产大片喷水在线在线视频| 99热这里只有免费国产精品 | 九九精品在线观看| 伊人蕉久影院| 福利视频一区| 91蜜芽尤物福利在线观看| 国产精品第| 五月天久久综合国产一区二区| 欧美专区日韩专区| 色爽网免费视频| 91精品视频在线播放| 欧美怡红院视频一区二区三区| 成人午夜精品一级毛片| 国产精品亚洲日韩AⅤ在线观看| 91成人在线免费观看| 国产成人亚洲精品蜜芽影院| 国产成人三级| 一本大道在线一本久道| 青草国产在线视频| 亚洲国产精品美女| 亚洲一欧洲中文字幕在线| 国产精品毛片一区| 欧美国产精品不卡在线观看| 永久成人无码激情视频免费| 亚洲成人一区在线| 亚洲黄色成人| 日韩a级毛片| 色九九视频| 国产乱人激情H在线观看| 91色爱欧美精品www| 欧美人与牲动交a欧美精品 | 国产日韩欧美中文|