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
Hi Team,
It's really useful, I am able to handshake with kepware successfully. My next target is to read kepware system date (i.e kepware tag " _System._Time_Second"). By any chance you have sample code piece for the same ?
The text was updated successfully, but these errors were encountered:
I got above answer . We need to use [ Identifiers.Server_ServerStatus_CurrentTime] in below code..
ReadValueId[] nodesToRead = { new ReadValueId(Identifiers.Server_ServerStatus_CurrentTime, Attributes.BrowseName, null, null) };
But how to use the below formatted address in OPC UA client java code ?
ns=2;s=MqttChannel.SSM1._System._Enabled
Hi Team,
It's really useful, I am able to handshake with kepware successfully. My next target is to read kepware system date (i.e kepware tag " _System._Time_Second"). By any chance you have sample code piece for the same ?
The text was updated successfully, but these errors were encountered: