欢迎您访问:瑞昌明盛自动化设备有限公司,我司将竭诚为您服务!
5X00059G01工控备件PLC模块现货

主页 > 产品中心 > EMERSON艾默生

5X00059G01工控备件PLC模块现货

类目:EMERSON艾默生
型号:5X00059G01
全国服务热线:+86 15270269218
手机:+86 15270269218
微信:+86 15270269218
QQ:3136378118
Email:stodcdcs@gmail.com

在线咨询
产品详情
5X00059G01工控备件PLC模块现货 5X00059G01工控备件PLC模块现货 5X00059G01工控备件PLC模块现货
瑞昌明盛进出口贸易有限公司
主营DCS控制系统备件,PLC系统备件及机器人系统备件,
优势品牌:Allen Bradley、BentlyNevada、ABB、Emerson Ovation、Honeywell DCS、Rockwell ICS Triplex、FOXBORO、Schneider PLC、GE Fanuc、Motorola、HIMA、TRICONEX、Prosoft等各种进口工业零部件

5X00059G01工控备件PLC模块现货 5X00059G01工控备件PLC模块现货

5X00059G01工控备件PLC模块现货
而且在无PG矢量控制时,能在0.25Hz下可以满足200%额定负载突变时转矩能快速地响应和稳定运行,能满足众多低速大转矩应用要求,在变频低频脉动技术难题上迈出了一大步,处于国际水平。
三 系统介绍   3.1 系统原理介绍

图一系统原理图
(1)     触摸屏:通过触摸屏,用户可以对工作速度、运行张力、料卷直径等参数进行设置;并且,通过触摸屏,可以显示设备的当前运行状态,并对当前的故障信息进行显示,以便用户作进一步处理。
(2)     EC20控制器:该控制器是艾默生公司的高性能控制器,它是整个系统的控制中心,协调外围设备的动作,并按用户设定的工艺控制设备的运作。通过EC20-4DA模块对变频器作张力给定和频率设定。
(3)     变频器:本系统采用EV6000变频器做收放卷控制,通过该变频器可保证检品机械的张力恒定、速度稳定,是整套系统的控制核心部分。
3.2控制流程图
3.2.1系统正常启停流程:

图二系统正常启停流程图
正常启停流程主要是用于用户查找产品缺陷,当发现缺陷时,用户通过按钮记录当前位置,以备查找;难点主要是在于加减速,以及零频时张力的控制。
3.2.2检查点启停流程:
随着现代科技的迅猛发展,变频调速技术和可编程序控制器在电力拖动系统中得到广泛应有。采用变频调速技术取代老式变阻调速,实现塔机电机无机调速。采用可编程序控制器以程序控制取代交流接触器控制系统。提高了控制精度和系统的可靠性。进而实现了起重机的半自动化控制。
开发编写塔机管理软件,建立多台塔机管理体系。使塔机使用、管理变得更加轻松。
塔机管理软件
塔机管理软件是基于组态软件开发出来的塔机管理程序。可以不断升级。运行于Windows XP/Vista系统。可同时对多台塔机进行管理。它能设置和显示各塔机运行工况并自动保存。可以直接设置日期、各机构运行速度、升降高度、小车行程、回转角度等参数。如果塔机故障,软件可自行检测并显示故障部位。在设备管理方面,利用人机界面,建立塔机工作“自动履历书”。它可按年、月、日、时、分、秒自动记录开机、关机、工作状况等参数。当塔机硬件安装完成,在塔机底部A箱连接电脑(RS-485通讯)stop valid 04: controlled by RS485 communication, Invalid keyboard stop p88: communication address, 1 ~ 254, default 1 P89: communication transmission speed (baud rate), default 01 00:4800 01:9600 02:19200 03:38400 P92: communication data format, default 00, set to 01 00: MODBUS ASCII < 7, N, 2 > 01: MODBUS ASCII < 7, e, 1> 02:Modbus ASCII<7,o,1> 03:Modbus RTU<8,n,2> 04:Modbus RTU<8,e,1> 05:Modbus RTU<8,o,1>

3、 Communication program between Haiwei PLC and delta frequency converter

Because delta inverter adopts Modbus communication protocol, Haiwei PLC adopts Modbus communication protocol to communicate with it. Example: complete five operation commands: 1. Set the operation frequency: use the modw command (written by MODBUS) to set the parameter address of the operation frequency as 2001h and decimal 8193 according to the instructions of delta frequency converter. 2. Start the forward rotation operation: use the modw command (written by MODBUS) to set the parameter address of the operation control as 2000h and decimal 8192 according to the instructions of delta frequency converter, Write value 18 (binary 00010010) indicates forward rotation. 3. Stop: use the modw command (Modbus write) according to the delta frequency converter manual, the parameter address of operation control is 2000h, decimal 8192, and the written value 1 (binary 00000010) indicates stop. 4. Start reverse operation: use modw command (Modbus write) according to delta frequency converter manual, the parameter address of operation control is 2000h, decimal 8192, and the written value 34 (binary 00100010) indicates reverse. 5. Read the current operating frequency: use the Modr