Skip to main content
3-Newcomer
February 1, 2024
Solved

KEPServerEX 6 - OPC DA Client Driver - _Error bit not showing errors

  • February 1, 2024
  • 1 reply
  • 1217 views

I have an KEPServerEX 6 and have a installed one OPC DA Client connection.
This OPC DA Server is on the some Windows and the connection is working fine.

When i cancel the a Connection from the OPC DA Server to his clients the signal get Bad and then also
the Singal in the KEPServerEx get bad.

But the Problem is the _Error Bit of the Device in the KEPServerEX keeps false so i dont know that i have an error.

I tried then to activate the watchdog of the device but the KEPServerEX switch da setting back to deactivated without any message.


Best answer by rajskumar

Hello,

 

You were on right track to enabling watchdog.

  • When a client application is connected to the runtime changes cannot be made to the configuration. Refer this article to make changes. 

Please Note, Bad quality of tags doesn't mean there is no connection, only that the target DA server  is refusing to send updates.

  • The _Error tag switches to True when if a device has completed the cycle of request timeouts and retries without receiving any response

Without the Watchdog, users may not know whether a long time between update notifications is because the values associated with the group have remained the same or whether the underlying OPC server (or COM callback connection) has failed(in Exception mode)

  • Because of this uncertainty, it is recommended that users employ a watchdog
  • Refer article CS310057 for How to Enable Watchdog 

1 reply

rajskumar16-PearlAnswer
16-Pearl
March 6, 2024

Hello,

 

You were on right track to enabling watchdog.

  • When a client application is connected to the runtime changes cannot be made to the configuration. Refer this article to make changes. 

Please Note, Bad quality of tags doesn't mean there is no connection, only that the target DA server  is refusing to send updates.

  • The _Error tag switches to True when if a device has completed the cycle of request timeouts and retries without receiving any response

Without the Watchdog, users may not know whether a long time between update notifications is because the values associated with the group have remained the same or whether the underlying OPC server (or COM callback connection) has failed(in Exception mode)

  • Because of this uncertainty, it is recommended that users employ a watchdog
  • Refer article CS310057 for How to Enable Watchdog