I'm able to connect the OPC UA simulation Server and OPC Publisher and could see the messages on the Azure portal.
Is it mandatory to mention the node details to get data or Is there any possibility to subscribe all the data from the OPC UA server
i.e. need to provide the node details to subscribe
{
"Id": "ns=3;i=1001",
"OpcSamplingInterval": 2000,
"OpcPublishingInterval": 5000,
"DisplayName": "Counter"
},
{
"Id": "ns=6;s=MyLevel",
"OpcSamplingInterval": 2000,
"OpcPublishingInterval": 5000,
"DisplayName": "MyLevel"
}
]
Also, OPC UA server if the subscriber joined in between. Is there any options to read a message from the beginning or if the subscriber is not available in between due to some issue for 2-3 sec, does the server captures the missed messages and send them when the subscriber is available again?