You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have the situation where we have connected some OPC servers to the publisher where we want to publish all nodes of the server. This is because in some OPC servers we can configure the exposed nodes. In this case it would make life much easier if the publisher would just publish every node in the connected OPC server.
It would be great if there was an option in the configuration file (eg. publishAllNodes) that allows publishing the whole endpoint eg:
{
"EndpointUrl": "opc.tcp://someIPAdress:4840",
"UseSecurity": "true",
"publishAllNodes":"true"
"rebrowsInterval":"60"
}
If we add some new nodes to the server it would be great if the publisher would automatically detect the new nodes in this endpoint and publish them as well.
This could be achived with an periodical browse request (eg rebrowsInterval in seconds).
The text was updated successfully, but these errors were encountered:
frieste14
changed the title
Publish all nodes of an connected OPC server
Publish all nodes of a connected OPC server
Oct 8, 2024
It would be great if this could be configured (as well) on node base. For https://umati.org/industries_machine-tools/ there comes dynamic nodes and it would be complicated to adjust the subscriptions. With this features, we could subscribe to "Tools" and all child nodes which will become available.
This already exists in the API surface, we just added the feature recently. But the init file support will allow to do this at startup time also. What is more you can subscribe now to all objects of a specified object type, so all cutting tools, etc.
We currently have the situation where we have connected some OPC servers to the publisher where we want to publish all nodes of the server. This is because in some OPC servers we can configure the exposed nodes. In this case it would make life much easier if the publisher would just publish every node in the connected OPC server.
It would be great if there was an option in the configuration file (eg. publishAllNodes) that allows publishing the whole endpoint eg:
{
"EndpointUrl": "opc.tcp://someIPAdress:4840",
"UseSecurity": "true",
"publishAllNodes":"true"
"rebrowsInterval":"60"
}
If we add some new nodes to the server it would be great if the publisher would automatically detect the new nodes in this endpoint and publish them as well.
This could be achived with an periodical browse request (eg rebrowsInterval in seconds).
The text was updated successfully, but these errors were encountered: