Eclipse Kura OPC-UA Driver Losing Connection #5181
-
Hi, The company that I work for uses Eclipse Kura version 4.1.2. We´re facing some behaviors of the Kura when the PLCs loses connection on the network or the electricity goes down. When that happens, we need to basically update the IP address just to stablish the connection again. Is someone facing the same problem? For exemple, the IP address is 0.0.0.0, then when that happens, we take a zero out, 0.0.0, save, and then put the zero back and save again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Are you using the driver in listen-only mode? If yes you can try creating a wire graph branch containing a timer connected to an OPC-UA asset with a single channel that periodically reads an arbitrary PLC variable, this should trigger reconnection on connection drop when the timer ticks. |
Beta Was this translation helpful? Give feedback.
Hi,
Are you using the driver in listen-only mode?
If yes you can try creating a wire graph branch containing a timer connected to an OPC-UA asset with a single channel that periodically reads an arbitrary PLC variable, this should trigger reconnection on connection drop when the timer ticks.