变频器的远程控制
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
四川工程职业技术学院毕业设计论文
设计题目: 变频器的远程控制
专业:
作者:
日期:
指导教师:
摘要
本设计是一个完整的小型工程项目,变频器的远程控制是利用USS协议实现PLC与变频器之间的通信,完成远程控制。通过PLC外接电位器控制电机,实现无级调速,并在文本显示器上显示和设定电机转速;同时通过PLC 外接按钮或者文本显示器实现电机的启动与停止。变频器具有调范围宽、精度高、可靠性好、效率高、操作方便和便于与其他设备接口和通信等优点。随着技术的发展和价格的降低,变频器在工业控制中的应用越来越广泛。如果用PLC的开关量、模拟量模块与变频器交换信息,存在占用的PLC开关量的I/O点数较多,易引入噪声等;如果用PLC通过通信来监控变频器,那么通信方式使用的接地线少,传送量少,可以连续地对变频器进行监视和控制。还可以通过通信修改变频器参数,实现多台变频器的联动控制和同步控制。
关键词:变频器;远程控制;USS协议;文本显示器。
Abstract
This design is a complete small projects, inverter remote control is the use of USS Protocol for communication between PLC and frequency converter, through the remote control. Through an external potentiometer control motors PLC to realize stepless speed regulation, and appears on the Text Display and set the motor speed, while an external button or Text Display by PLC starting and stopping of the motor.Inverter incorporates a wide adjustment range, precision, reliability, high efficiency, easy to operate and easy to interface with other devices and communication and so on. As technology advances and prices lower, frequency converter in industrial control applications are widely used.If PLC switch, analog modules exchange information with inverter, PLC switch I/O points occupied by large, easy to introduce noise; if using PLC communication to monitor inverter, communication style, using a grounding wire less, less shipping, continuously monitoring and control of the inverter. Parameters can be modified by the communication frequency converter, achieving more than one linkage control and synchronous control of frequency converter.
Keywords: Converter;remote control;USS protocol;Text Display.
目录
摘要........................................................................................................................................... I 目录.........................................................................................................................................III 第1章绪论. (1)
1.1课题研究背景和意义 (1)
1.2现状与发展及主要工作内容 (1)
1.3设计任务及要求 (1)
第2章系统总体设计 (2)
2.1控制要求 (2)
2.2系统组成 (2)
2.2.1系统示意图 (2)
2.2.2系统框图 (3)
2.2.3工作条件 (3)
2.3控制方案 (3)
2.3.1起停控制 (3)
2.3.2调速控制 (4)
2.3.3调速模块的切换 (4)
2.3.4保护措施 (4)
2.4电气原理图 (5)
2.5通讯 (5)
2.4.1 USS协议 (5)
2.4.2 MPI协议 (8)
第3章系统的硬件设计 (9)
3.1系统的硬件选型 (9)
3.1.1 PLC及其扩展模块的选型 (9)
3.1.4 空气开关的选型 (9)
3.1.5 直流稳压电源的选型 (9)
3.2 变频器和文本显示器的简介 (9)
3.2.1 MM420变频器 (9)
3.2.2 文本显示器 (10)
3.2.3 USS通信硬件连接 (10)
3.3 控制系统的I/O点及地址分配 (10)
3.4系统主电路和控制电路的硬件设计 (11)
第4章系统软件设计 (12)
4.1 编程软件介绍 (12)
4.2 系统软件设计分析 (12)
4.3 程序流程图 (14)