欢迎您访问:瑞昌明盛自动化设备有限公司,我司将竭诚为您服务!
REXRTOH R911280977 MHD093B-035-NP0-AN自动化驱动板卡

主页 > 产品中心 > 力士乐

REXRTOH R911280977 MHD093B-035-NP0-AN自动化驱动板卡

类目:力士乐
型号:R911280977 MHD093B-035-NP0-AN
全国服务热线:+86 15270269218
手机:+86 15270269218
微信:+86 15270269218
QQ:3136378118
Email:stodcdcs@gmail.com

在线咨询
产品详情

REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡 REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡
瑞昌明盛进出口贸易有限公司
主营DCS控制系统备件,PLC系统备件及机器人系统备件,
优势品牌:Allen Bradley、BentlyNevada、ABB、Emerson Ovation、Honeywell DCS、Rockwell ICS Triplex、FOXBORO、Schneider PLC、GE Fanuc、Motorola、HIMA、TRICONEX、Prosoft等各种进口工业零部件
REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡 REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡 REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡

REXRTOH  R911280977 MHD093B-035-NP0-AN自动化驱动板卡
设置Timer1 的Interval属性等于500,MSComm的InputMode属性为二进制方式,RThreshold属性等于5010。定时器每隔500毫秒发送一次传送命令,当发送到第26次时,关闭定时器,这时接收缓冲区将收到5010个字节的数据并触发MSComm的OnComm事件。在OnComm事件子程序中,将接收缓冲区中的数据依次分配到全局数组U_data、If_data、P_data、Q_data和Ug_data中,再根据各运行量的额定值计算出百分比值。各个数组的前350字节需要根据指针Index进行调整,具体方法是将数组下标范围Index~349的数据移到前面,下标范围1~Index-1的数据移到后面。   4.3 显示程序设计   在窗体Form2的装载事件Form_Load中编写图形显示程序。首先在图片框控件Picture1中设置自定义坐标系。设置ScaleMode属性值等于3,即以象素为度量单位。然后在该坐标系下画出坐标轴。X轴以秒为单位,曲线上两点间的时间间隔是40毫秒,换算成象素等于1.47。Y轴以百分比为单位,每个单位刻度换算成象素等于2.1。后根据数组U_data、If_data、P_data、Q_data和Ug_data分别画出相应运行量的波形图。以机端电压波形为例,给出编写的程序如下:   Picture1.DrawWidth = 1 ‘线宽为1   Picture1.CurrentX = 0 ‘指定当前坐标的位置   Picture1.CurrentY = U_data(0) * 2.1   For i= 1 To 499 ‘画出曲线   Picture1.Line -(1.47 * i, U_data(i) * 2.1), vbBlue   Next i 5. 系统的运行与实验结果   在系统运行前,要对PLC的通讯参数进行设置,包括波特率、校验方式、数据位位数和停止位位数等,此设置要和上位机一致。在S7-226中使用自由口模式和上位机进行串口通信时,可以通过特殊寄存器SMB30(端口0)或SMB130(端口1)来设定。下面以发电机空载停机实验为例说明系统的运行过程。   当发电机在正常空载下停机时,PLC检测到停机信号,将故障标志置位,然后记录下停机后13秒的数据。运行上位机程序,在主界面上按下“传送”按钮后,上位机开始读取PLC中数据。等到程序提示“数据传送完毕”后,按下“显示”按钮,将弹出“波形显示”窗口如图3所示。从图中可以看出,该曲线较好的反映了发电机停机前后机端电压、励磁电流的变化。
图3 波形显示窗口 6. 结束语   此系统已经成功应用于中、小型同步发电机励磁系统中,通过发电机的动态模拟实验和实际中的应用来看,该系统性能可靠、操作方便、界面友好,能够较好地满足电力系统对于故障记录、故障分析的需要。equipment.PLC

Due to the adoption of modern large-scale integrated circuit technology and strict production process, the internal circuit adopts advanced anti-interference technology and has high reliability. For example, the F series PLC produced by Mitsubishi company has an average trouble free time of up to 300000 hours. Some PLCs that use redundant CPUs have a longer mean time between failures. From the external circuit of PLC, using PLC to form the control system, compared with the relay contactor system of the same scale, the electrical wiring and switch contacts have been reduced to hundreds or even thousands of times, and the fault has been greatly reduced. In addition, PLC has the function of hardware fault self detection, which can send out alarm information in time in case of fault. In the application software, the user can also program the fault self diagnosis program of peripheral devices, so that the circuits and equipment other than PLC in the system can also obtain fault self diagnosis protection. In this way, it is not surprising that the whole system has high reliability. The programmable controller has