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

Reading Kepware system Date tag #172

Open
debinaik opened this issue Oct 4, 2018 · 3 comments
Open

Reading Kepware system Date tag #172

debinaik opened this issue Oct 4, 2018 · 3 comments

Comments

@debinaik
Copy link

debinaik commented Oct 4, 2018

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 ?

@debinaik
Copy link
Author

debinaik commented Oct 4, 2018

Address of "_System._Time_Second" in kepware is -> i=2258.
How I can use above address in OPC-UA client ?

@debinaik
Copy link
Author

debinaik commented Oct 4, 2018

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

@Karthikeyyan
Copy link

@debinaik - Did you get an answer for this - "ns=2;s=MqttChannel.SSM1._System._Enabled"?
If so please let me know. Thanks.

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

No branches or pull requests

2 participants