Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does the listener works? @Question #758

Open
JohnLeBuff opened this issue Nov 27, 2024 · 1 comment
Open

How does the listener works? @Question #758

JohnLeBuff opened this issue Nov 27, 2024 · 1 comment
Labels

Comments

@JohnLeBuff
Copy link

Hello,
I have a question that I did not find in the documentation.
The OPCUA Listener Node, how does it work?

Does the listener request data from the server or is the listener a subscription to the “nodes”?

Because I use the injection node to inject many OPCUA variables that I want to retrieve and process in Nodered. Some of these variables are not updated if the state change is only for a short period of time e.g. 1.5 seconds.

Hope someone can help me and thanks
John

@mikakaraila
Copy link
Owner

Subscription contains also sampling interval (100ms fastest) and publish is normally 1000ms.

This should work in your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants