Giter Site home page Giter Site logo

Detecting connection loss about python-opcua HOT 7 OPEN

freeopcua avatar freeopcua commented on August 22, 2024
Detecting connection loss

from python-opcua.

Comments (7)

alkor avatar alkor commented on August 22, 2024 1

Found in OPC UA specs, part 4, 6.5:

The preferred mechanism for a Client to monitor the connection status is through the keep-alive of the Subscription. A Client should subscribe for the State Variable in the ServerStatus to detect shutdown or other failure states. If no Subscription is created or the Server does not support Subscriptions, the connection can be monitored by periodically reading the State Variable.

from python-opcua.

AndreasHeine avatar AndreasHeine commented on August 22, 2024 1

https://reference.opcfoundation.org/v104/Core/DataTypes/ServerState/

from python-opcua.

alkor avatar alkor commented on August 22, 2024

UaExpert client periodically reads state of server (node i=2259). Probably that requires less network traffic than subscription.

from python-opcua.

oroulet avatar oroulet commented on August 22, 2024

Interesting to see than that kind of thing is in spec. Yes it seems to be
the most reliable way to detect connection issues. Many sdk have this
built-in, and we may implement it but it requires to remember a bunch of
state things ( like running subscriptions). We wait anyway for the port of
client to asyncio....

On Wed, Jan 6, 2016, 23:18 Alexander Korolkov [email protected]
wrote:

Found in OPC UA specs, part 4, 6.5:

The preferred mechanism for a Client to monitor the connection status is
through the keep-alive of the Subscription. A Client should subscribe for
the State Variable in the ServerStatus to detect shutdown or other failure
states. If no Subscription is created or the Server does not support
Subscriptions, the connection can be monitored by periodically reading the
State Variable.


Reply to this email directly or view it on GitHub
#106 (comment)
.

from python-opcua.

zerox1212 avatar zerox1212 commented on August 22, 2024

Maybe this is related. Is it possible to override the server state to force the client to disconnect on it's end? I'm still looking for ways to force all the clients to disconnect from my server safely.

from python-opcua.

ronytesler avatar ronytesler commented on August 22, 2024

"A Client should subscribe for
the State Variable in the ServerStatus to detect shutdown or other failure
states."
OK, but what should we do with the value we get?!
I got 4 as a value, what does that mean?

from python-opcua.

alexrudd2 avatar alexrudd2 commented on August 22, 2024

Dead link. It's now https://reference.opcfoundation.org/Core/Part5/v104/docs/12.6

from python-opcua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.