Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java opc client application

Tags:

java

opc

I am looking for some libraries and some examples to create an client OPC application in Java which could connect with opc server. Thanks in advance.

like image 512
user1519221 Avatar asked Jul 19 '12 23:07

user1519221


People also ask

What is OPC UA Java?

UA Java is an OPC UA stack and a number of sample applications. The official OPC Foundation OPC UA Java Stack and sample applications. Donated to the community for development of OPC UA applications and to assure that OPC UA becomes the defacto-standard technology for the Industrial-Internet-of-Things and Industrie 4.0.

What is the best open source OPC library for Java?

They offer different links for this area: Utgard is an open source project offering an OPC library written in pure native Java, i.e. with no dependency on JNI or other DLLs. It is licensed under the GPL.

What is OPC clients?

Client software for alarm notification and remote control, using a variety of wired, wireless and mobile technologies. Demo download runs for one hour before requiring restart, but otherwise unrestricted. Control See OPC Clients for Microsoft Office Product

Why Prosys OPC UA SDK for Java?

With Prosys OPC UA SDK for Java it is easy to develop secure OPC UA clients and servers, that execute almost on any device and on any platform. You can quickly implement globally accepted, standardized and reliable OPC UA communications.


1 Answers

Have you checked out OPC Client Programming with Java?

They offer different links for this area:

  • Utgard - pure Java OPC library

Utgard is an open source project offering an OPC library written in pure native Java, i.e. with no dependency on JNI or other DLLs. It is licensed under the GPL.

  • JEasyOPC Client

Antonín Fischer's Java OPC Client is now greatly enhanced and hosted on SourceForge. It uses a JNI layer coded in Delphi. Full source code (both Java and Delphi) is provided.

I think what you are looking for is Utgard, you can find sample code in the documentation sections, respectively in the project source code under documentation.

like image 82
Konrad Reiche Avatar answered Oct 06 '22 03:10

Konrad Reiche