上海西皇电气设备有限公司
联系人:李工
咨询热线:15901795805
邮箱:158311669@qq.com
传真:021-57358110
咨询QQ:158311669
公司大量现货!!!
上海西皇电气设备西门子代理商库存大量西门子PLC,产品种类、型号齐全,涵盖了西门子200系列PLC、西门子300系列PLC及其EM221模块、EM222模块、EM223模块、EM231模块、EM232模块、EM235模块、PPI电缆、MPI电缆、5611卡、SM321、SM322、SM323、SM331、EM332模块等,S7-200系列主机包括CPU224CN、CPU226CN、CPU224XP,S7-300系列主机包括CPU312、CPU313、CPU314、CPU315-2DP等,价格低,交货速度快。
问:运行了几年的系统,硬件组态设置上电后暖启动,我的前任在时,我看到重新上电后自启动,可是最近几次系统重上电后系统启不来。需要组态(软,硬件,连接)全部下装后才能启动。更换过电池也是如此.
重新上电后现象:
单机系统,CPU 416-3DP STOP灯亮,1块CP443Run灯灭,stop灯亮,Intf亮 ,1块CP443-5Ext带变频器Run灯灭,stop灯亮,Intf亮 。
diagnostic buffer:
Event 1 of 5: Event ID16# 49A4
STOP: inconsistency in the configuration data occurred when checking parameters for internal consistency
No consistency entries assignable
Error type: Time stamps of the loaded parameter fields do not match
Previous operating mode: STOP(internal)
Requested operating mode:STOP(internal)
External error, Incoming event
Event 2 of 5: Event ID 16# 530D
New startup information in STOP mode
Startup prevented by:
Loading user program or internal inconsistency detected
(SDBs less than 200 incomplete, supperfluous, or incorrect)
-Cold restart or warm restart necessary
Startup information:
-Time for time stamp at the last non backed up power on
-Single processor operation
Current/last startup type:
-No startup type/following memory reset
Permissibility of certain startup types:
-Manual warm restart permitted
-Automatic warm restart permitted
Last valid operation or setting of automatic startup type at power on:
-Automatic warm restart after non backed up power on (with system memory reset)
Operating mode: STOP(internal)
CP 443网卡Diagnostic buffer:
Event 1 of 5:
Module STOP due to parameter assignment.
我在HARDWARE里编译下装组态后,都启动起来了,正常无报警;但是WINCC里所有的数据都显示未连接上,在网络连接里看,只有和其他工艺CPU连接处于激活,和HMI未激活;在线诊断,硬件无报警,只是CP443,CP443-5EXT下有黑色!号,有经验的帮我分析是什么原因.
答:1.按照你提供的诊断信息来看,应该是时间标签“TIME STAMP”的问题。
2.原因有可能是由于CPU中的程序与OS中的变量的时间标签不一致造成的。可能是CPU的程序被你重新下载,但下载的程序是通过备份项目导入的,与OS上的程序不是同一个程序。那么时间标签不一致。也就是说CPU中的程序是A,OS上的程序,变量标签是B,存在差异而造成的。
3.这种情况,你可以尝试以下方法:
3.1重新下载HW,网络,程序到CPU中;
3.2OS重新编译,然后下载到OS站上;
以上的工作是保证OS,CPU中的变量的时间标签保证一致。