平面六杆机构设计 - 范文中心

平面六杆机构设计

01/08

机械原理大作业

姓名:

班级: 小组数据:

一、题目:计算平面连杆机构的运动学分析

1,图a所示的为一平面六杆机构。设已知各构件的尺寸如表1所示,原动件1以等角速度ω1=1rad/s沿着逆时针方向回转,试求各从动杆件的角位移、角速度和角加速度以及E点的位移、速度和加速度的变化情况。

%crank_rocker222_main clear; l1=26.5; l2=105.6; l3=95; l4=87.5; l5=48.4; l6=39.0; l9=65.0; lag=159.1; xg=153.5; yg=41.7; omega1=1; theta7=60; alpha1=0;

hd=pi/180;du=180/pi; m=-1; for n1=1:360 theta1=(n1-1)*hd; aa=2*l1*l3*sin(theta1); bb=2*l3*(l1*cos(theta1)-l4);

cc=l2*l2-l1*l1-l3*l3-l4*l4+2*l1*l4*cos(theta1);

theta3(n1)=2*atan((aa+m*sqrt(aa*aa+bb*bb-cc*cc))/(bb-cc)); s1=l3*sin(theta3)-l1*sin(theta1);

theta2(n1)=atan(s1/(l4+l3*cos(theta3)-l1*cos(theta1))); xe=l1*cos(theta1)+l2*cos(theta2)+l9*cos(theta2-theta7); ye=l1*sin(theta1)+l2*sin(theta2)+l9*sin(theta2-theta7); s2=yg-ye;

theta8(n1)=atan(s2/(xg-xe));

s3=(xe-xg).*(xe-xg)+(ye-yg).*(ye-yg)+l5*l5-l6*l6;

theta9(n1)=acos(s3/(2*l5*sqrt((xe-xg).*(xe-xg)+(ye-yg).*(ye-yg)))); theta5(n1)=theta8(n1)-theta9(n1)+pi; s4=ye+l5*sin(theta8-theta9)-yg;

theta6(n1)=atan(s4/(xe+l5*cos(theta8-theta9)-xg)); theta9(n1)=2*pi-(theta7-theta2(n1));

omega3(n1)=omega1*l1*sin(theta1-theta2)/l3/sin(theta3-theta2); omega2(n1)=-omega1*l1*sin(theta1-theta3)/l2/sin(theta2-theta3); omega5(n1)=omega2(n1)*(l2*sin(theta2(n1)-theta6(n1))+l9*sin(theta2(n1)-theta7-theta6(n1)))+omega1*l1*sin(theta1-theta6(n1))/l5/sin(theta5(n1)-theta6(n1));

omega6(n1)=-omega2(n1)*(l2*sin(theta2(n1)-theta5(n1))+l9*sin(theta2(n1)-theta7-theta5(n1)))+omega1*l1*sin(theta1-theta5(n1))/l6/sin(theta5(n1)-theta6(n1));

s4=l2*omega2(n1)*omega2(n1)+l1*omega1*omega1*cos(theta1-theta2)-l3*omega3(n1)*omega3(n1)*cos(theta3-theta2);

s5=l3*omega3(n1)*omega3(n1)-l1*omega1*omega1*cos(theta1-theta3)-l2*omega2(n1)*omega2(n1)*cos(theta2-theta3);

s6=omega1*omega1*l1*cos(theta1-theta6(n1))+omega2(n1)*omega2(n1)*(l2*cos(theta2(n1)-theta6(n1))+l9*cos(theta2(n1)-theta7-theta6(n1)))-l5*omega5(n1)*omega5(n1)*cos(theta5(n1)-theta6(n1))-l6*omega6(n1)*omega6(n1);

s7=omega1*omega1*l1*cos(theta1-theta5(n1))+omega2(n1)*omega2(n1)*(l2*cos(theta2(n1)-theta5(n1))+l9*cos(theta2(n1)-theta7-theta5(n1)))-l5*omega5(n1)*omega5(n1)-l6*omega6(n1)*omega6(n1)*cos(theta6(n1)-theta5(n1));

alpha3(n1)=s4/(l3*sin(theta3-theta2)); alpha2(n1)=s5/(l2*sin(theta2-theta3));

alpha5(n1)=(s6+alpha2(n1)*(l2*sin(theta2(n1)-theta6(n1))+l9*sin(theta2(n1)-theta7-theta6(n1))))/l5/sin(theta5(n1)-theta6(n1));

alpha6(n1)=-(s7+alpha2(n1)*(l2*sin(theta2(n1)-theta5(n1))+l9*sin(theta2(n1)-theta7-theta5(n1))))/l6/sin(theta5(n1)-theta6(n1));

vex=-l1*omega1.*sin(theta1)-l2*omega2.*sin(theta2)-l9*omega2.*sin(theta2-theta7);

vey=l1*omega1.*cos(theta1)+l2*omega2.*cos(theta2)+l9*omega2.*cos(theta2-theta7);

ve=sqrt(vex.*vex+vey.*vey);

aex=-l1*alpha1.*sin(theta1)-l1*omega1.*omega1.*cos(theta1)-l2*omega2.*omega2.*cos(theta2)-l2*alpha2.*sin(theta2)-l9*alpha2.*sin(theta2-theta7)-l9*omega2.*omega2.*cos(theta2-theta7);

aey=l1*alpha1.*cos(theta1)-l1*omega1.*omega1.*sin(theta1)+l2*alpha2.*cos(theta2)-l2*omega2.*omega2.*sin(theta2)+l9*alpha2.*cos(theta2-theta7)-l9*omega2.*omega2.*sin(theta2-theta7); ae=sqrt(aex.*aex+aey.*aey); end figure(1); n1=1:360;

subplot(2,3,1);

plot(n1,real(theta2*du),n1,real(theta3*du),n1,real(theta5*du),n1,real(theta6*du),'k'); title('角位移线图');

xlabel('曲柄转角 \phi_1/\circ') ylabel('角位移/\circ') grid on; hold on;

text(100,100,'\phi_3') text(100,40,'\phi_2') text(100,175,'\phi_5') text(100,0,'\phi_6')

subplot(2,3,2);

plot(n1,real(omega2),n1,real(omega3),'k'); title('角速度23线图');

xlabel('曲柄转角 \phi_1/\circ') ylabel('角速度 /rad\cdots^{-1}') grid on;hold on; text(100,0.1,'\omega_2') text(100,0.35,'\omega_3')

subplot(2,3,3);

plot(n1,real(omega5),n1,real(omega6),'k'); title('角速度56线图');

xlabel('曲柄转角\phi_1/\circ') ylabel('角速度/rad\cdots^{-1}') grid on;hold on; text(200,14,'\omega_5') text(200,25,'\omega_6')

subplot(2,3,4);

plot(n1,real(alpha2),n1,real(alpha3),'k'); title('角加速度23线图'); xlabel('曲柄转角\phi_1/\circ') ylabel('角加速度/rad\cdots^{-2}') grid on; hold on;

text(200,0,'\alpha_2') text(200,-0.2,'\alpha_3')

subplot(2,3,5);

plot(n1,real(alpha5),n1,real(alpha6),'k'); title('角加速度56线图'); xlabel('曲柄转角\phi_1/\circ') ylabel('角加速度/rad\cdots^{-2}')

grid on; hold on;

text(200,-200,'\alpha_5') text(200,-450,'\alpha_6')

subplot(2,3,6);

plot(n1,real(ve),n1,real(ae),'k'); title('e点的速度和加速度线图 '); xlabel('曲柄转角\phi_1/\circ') ylabel('速度/m*s^{-1}') grid on;hold on; text(80,25,'ve') text(65,45,'ae')

figure(2) m=moviein(20); j=0;

for n1=1:5:360; j=j+1; clf; x(1)=0; y(1)=0;

x(2)=l1*cos((n1-1)*hd); y(2)=l1*sin((n1-1)*hd); x(3)=l4+l3*cos(theta3(n1)); y(3)=l3*sin(theta3(n1)); x(4)=l4; y(4)=0;

x(5)=l4+l3*cos(theta3(n1)); y(5)=l3*sin(theta3(n1));

x(6)=l4+l3*cos(theta3(n1))+l2-cos(theta2(n1)-theta7); y(6)=l3*sin(theta3(n1))+l2*sin(theta2(n1)-theta7); x(7)=xg+l6*cos(theta6(n1)); y(7)=yg+l6*sin(theta6(n1)); x(8)=xg; y(8)=yg;

plot(real(x),real(y)); grid on; hold on;

plot(x(1),y(1),'o'); plot(x(2),y(2),'o'); plot(x(3),y(3),'o');

plot(x(4),y(4),'o'); plot(x(5),y(5),'o');

plot(real(x(6)),real(y(6)),'o'); plot(real(x(7)),real(y(7)),'o'); plot(real(x(8)),real(y(8)),'o'); axis([-150 350 -150 200]); title('平面六连杆机构'); xlabel('mm') ylabel('mm') m(j)=getframe; end movie(m);

杆2 杆3 杆5 杆6的角位移线图

杆2杆3

的角速度

杆5杆6的角速度线图

杆2杆3的角加速度线图

杆5杆6的角加速线图

E点的速度加速度线图

机构动画简图

总体线图


相关内容

  • 平行四边形机构的拓展及其应用
    第22卷第12期2005年12月 机 械 设 计 JOURNALOFMACHINEDESIGN Vol.22 No.12Dec. 2005 平行四边形机构的拓展及其应用 王忠 (西南科技大学制造学院,四川绵阳 621010) * 摘要:以平 ...
  • 扶持项目-机构养老项目可行性研究报告
    扶持项目-机构养老项目可行性研究 报告 编制单位:北京智博睿投资咨询有限公司 机构养老的主要形式是养老院.养老院一般都坐落在远离城市的偏远郊区,老年人能够获得家人的慰藉很少.养老院的服务水平比社区养老会有一定的提高,一般都会有专门的服务人员 ...
  • 规划项目报建流程材料
    肥西县项目报建流程材料 一.项目规划报建 (一).项目选址意见书 1.肥西县<选址意见书>申报表1份: 2.立项批文复印件: 3.用地协议复印件: 4.项目可行性报告或项目建议书: 5.工业项目县工业办证明复印件: 6.1:50 ...
  • 专项施工方案编制指南
    专项施工方案编制指南 中建七局第四建筑有限公司 2013年5月3日 中建七局第四建筑有限公司专项施工方案编制指南 目录 第一章前言....................................................... ...
  • 洗瓶机课程设计
    前 言 创新课程设计能够提高我们机械类专业学生的创新能力,也是我们综合应用所学的机械方面专业知识和技能解决问题,获得工程技术训练必不可少的实践性教学环节.本次创新课程设计所选的题目是洗瓶机设计. 洗瓶是食品行业包装工艺流程中不可缺少的一环, ...
  • 施工部署及现场施工组织管理机构
    二.施工部署及现场施工组织管理机构 根据南郊站绿化工程设计及施工的项目内容,前期施工准备工作主要有技术准备.物资准备.劳动组织准备.现场准备和施工场外准备. 第一节 技术准备 技术准备是施工准备的核心.由于任何技术的差错或隐患都可能造成人身 ...
  • 健身球检验分类机
    机械原理课程设计 说明书 设计题目 健身球检验分类机 2009年1月4日 目 录 一.题目------------------------- 2 二.设计题目及任务--------------------.2 2.1 设计题目------- ...
  • 某建设工程项目投标书(商务标.技术标)
    广西工学院鹿山学院 毕业设计任务书 课题名称 某建设工程项目投标书(商务标.技术标)设计 系 别 专 业 工程管理 班 级 2009级 学 号 姓 名 指导教师 卢向前 教研室主任 张胜利 系主任 琚宏昌 2012年9月1日 一.毕业设计的 ...
  • 给排水施工组织设计
    2015届给排水工程技术专业 星海大厦给排水工程 施工组织设计 题 目 星海大厦给排水施工组织设计 班 级 姓 名 学 号 指导教师 城 市 建 设 工 程 系 2017年3月 目 录 第一章 工程概况与特点分析 . ........... ...
  • 一种管道机器人爬行机构的工作原理
    第29卷第11期 2012年11月 机械设计 JOURNALOFMACHINEDESICN V01.29No.1lNov.2012 一种管道机器人爬行机构的工作原理' 郭瑞杰,李杰,王忠,杨启坤 (西南科技大学制造科学与工程学院,四川绵阳6 ...