eclipse / milo

Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
http://www.eclipse.org/milo
Eclipse Public License 2.0
1.16k stars 431 forks source link

Speed #261

Closed manijndl closed 6 years ago

manijndl commented 6 years ago

i am connecting to a OPC DA Schneider Server with UA wrapper over it . i am using eclipse milo to connect but the response time to get tag values by function client.read() is very slow . please suggest something

kevinherron commented 6 years ago

Sorry, you’ll have to look closer at either the wrapper or the server. The client is not responsible for slow response times from the server.

manijndl commented 6 years ago

thanks kevin can i use use eclipse milo as a client for OPC DA so that i donot need for the UA wrapper?

kevinherron commented 6 years ago

No, Milo is only OPC UA. I think there is a project called Utgard that has OPC classic support in Java but I’m not involved with it in any way.

manijndl commented 6 years ago

one more question how can i get the changing tag values should i have to poll again and again to read the values or is there any better method to do that?

ctron commented 6 years ago

@kevinherron is correct, there is a project called Utgard which can do OPC DA and OPC XML DA directly from pure Java. I am the original author of this library:

manijndl commented 6 years ago

@ctron i have trying from 2 days with Utgard but i am unable to connect with the OPC DA Server.

ctron commented 6 years ago

Then I would suggest to raise an issue: https://github.com/ibh-systems/org.openscada/issues

manijndl commented 6 years ago

@ctron raised please check