How to Avoid FTV SE HMI Error Messages in Diagnostic Viewer when PLC Communication Lost

H

Thread Starter

HKhemi1991

We Have FTV SE distributed redundancy server client system, in the system having 9 separate data servers which are connected to HMI server. If the data server or PLC communication lost, the 1000 of error will generated in client systems in diagnostics viewer. So I need to avoid those error when this data server or PLC disconnected.

Because of those errors, the HMI tag updation time will increase and client system started running very slow.

Here Error samples for more information.<pre>
12/27/2018 9:06:04 PM E-CCC-OWS2-01L FactoryTalk Service 8 1 Loss of service.
Connection to server RNA://$Global/CCC SCADA Phase3/DG03/RSLE:
RSLinx Enterprise on computer E-CCC-DG3-DS (primary) has been lost or cannot be established.


12/27/2018 9:06:04 PM E-CCC-OWS2-01L FactoryTalk Service 8 1 Out of service.
The server RNA://$Global/CCC SCADA Phase3/DG03/AlarmServer:
AlarmServer is not currently available on any computer.


12/27/2018 9:06:04 PM E-CCC-OWS2-01L FactoryTalk Service 8 1 Out of service.
The server RNA://$Global/CCC SCADA Phase3/DG03/OPC:
Kepware is not currently available on any computer.


12/27/2018 9:06:04 PM E-CCC-OWS2-01L FactoryTalk Service 8 1 Out of service.
The server RNA://$Global/CCC SCADA Phase3/DG03/RSL:
RSLinx Enterprise is not currently available on any computer.


12/27/2018 9:06:04 PM E-CCC-OWS2-01L FactoryTalk Service 8 1 Out of service.
The server RNA://$Global/CCC SCADA Phase3/DG03/RSLE:
RSLinx Enterprise is not currently available on any computer.


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1 Expression contains a tag that has an error value.:
(((({/DG03/OPC::Mitsubishi.PLC61.MWT.MWT_02.LVL}*0.001)*25.5*13)/3315)*100)


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1 Expression contains a tag that has an error value.:
(((({/DG03/OPC::Mitsubishi.PLC61.MWT.MWT_01.LVL}*0.001)*25.5*13)/3315)*100)


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1
Expression contains a tag that has an error value.:
If ({/DG03/OPC::Mitsubishi.PLC63.PRES_WTR_PUMP.TRIP} == 1) Then 1 Else 0


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1
Expression contains a tag that has an error value.: IF ({/DG03/OPC:
:Mitsubishi.PLC63.PRES_WTR_PUMP.RUN_STS} == 1) Then 1 Else 0


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1
Expression contains a tag that has an error value.:
If ({/DG03/OPC::Mitsubishi.PLC63.PRES_WTR_PUMP.TRIP} == 1) Then 1 Else 0


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1
Expression contains a tag that has an error value.:
If ({/DG03/RSLE::[PLANT_PLC]CH7_DN.COMP1_STS} == 7) AND NOT ({/DG03/RSLE::[PLANT_PLC]CH7_DN.STS} ...


12/27/2018 9:06:05 PM E-CCC-OWS2-01L FactoryTalk View SE Client 8 1
Expression contains a tag that has an error value.:
If ({/DG03/RSLE::[PLANT_PLC]CH7_DN.COMP2_STS} == 7) AND NOT ({/DG03/RSLE::[PLANT_PLC]CH7_DN.STS} ...</pre>
 
On the panelview hmi software (rsview) there is an option on the diagnostics tree to display errors, information, warnings, etc. If you disable those, you shouldn't get then displayed. You can also limit the number of such messages there.
 
Top