资源描述:
《基于单片机的plc设计与实现》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、东南大学硕士学位论文基于单片机的PLC设计与实现姓名:姜琳申请学位级别:硕士专业:电力电子与电力传动指导教师:王念春20080308intensivedevelopment.(5)havedifferentemphasis:fordevelopment,"withdevelopment,theemphasison"way,fromspace,multiplegroupsfromasingleradiation-beltopendevelopment.Spatialstructureof2,thepr
2、ominentculturalcityprotectionelementsonthedevelopmentofthewholecityandcultureseriessupportingrole,withnaturallandscapesandgreenforthebackground,accordingtothecombinedcity,urbanGrouporganizationstructure,setupadecentralizeddevelopmentpatterns,building..
3、.Threerivers:theYangtze,jinshaRiverandminjiangrivers,citiesinthreeriversbasedondevelopmentalongtheYangtzeRiver,cityontheRiver,Riverinthecity.Multiplegroups:therelativelycompactarealayout,eachdistrictconsistsofmultiplegroups,andtheareahasbothintegratedu
4、rbanfunctions,andhavetheirowncharacteristicsandperimeterformationLiZhuang,LiZhuangdongcharacteristictourareaandHongKongingroup,consistsof17groups.Band:modernfeaturesgatheringalongtheYangtzeRiverbelt.DvngroupintheupperreachesofthejinshaRiveralongtherive
5、rcontinuestotheEasttoSouthstreamgroups,layoutalongthecity'smaincommercial,business,administrative,culturalandcreativeresearchanddevelopmentinscienceandeducationfunctionofmodernserviceandportequipmentmanufacturing,liquor,andotherfeaturesandmodernindustr
6、y.2.5-2spatialplanningfigure2.6inYibincity,CentralCityurbandevelopmentvisionvision摘要可编程控制器简称PC或PLC,是以微处理器为核心,综合了自动化技术、计算机技术和通讯技术而发展起来的一种通用的工业自动控制装置,已经广泛应用到工业控制的各个领域。PLC编程工具是开发应用、检查维护PLC以及监控系统运行不可缺少的外部设备,其发展趋势是使用个人计算机,由PLC厂家提供程序开发软件。本课题的主要任务是开发出一个符合IEC6
7、1131—3国际标准的新型PLC系统。在研究、分析知名PLC产品的基础上,对系统的需求进行了分析。下位机以STcl2C5408AD单片机作为核心控制芯片来开发,上位机编程软件在Pc机上实现。上位机编程软件选择梯形图和指令表作为编程语言,采用模块化设计方法,整个系统按功能划分为梯形图和指令表编辑模块、语法检查模块、梯形图与指令表的转化模块、指令表编译模块、上下位机通信模块等5个模块。梯形图是一种图形化语言,以图元表示元件,以图元之间的位置关系表示元件之间的连接,而指令表是一种与汇编语言类似的助记符表达
8、式。通过分析梯形图和指令表语言的特点,充分利用面向对象语言的特性来设计梯形图图元类,并以双向链表来保存梯形图。针对梯形图和指令表的编辑过程中有可能出现的错误,系统设计了语法检查模块,该模块根据编程规则对程序进行词法、语法和逻辑检查,将错误信息显示出来。梯形图形象、直观,便于理解,指令表键入方便,编程灵活,两者各有优势,为方便用户使用,系统设计了梯形图和指令表的转化模块。该模块以AOV图和二叉树为中间结构,通过构造二叉树和对其进行遍历,实现梯形图与指令表的转化。编程语言