Server SDK |
|
The OPC UA Server Development Kit is available in JAVA, C++ and in ANSI C. For enhanced systems we suggest JAVA and C++ and on small embedded systems we suggest the use of the ANSI C SDK. For all SDKs & Toolkits we offer Developer License in Binary and in Source Code. C++ based OPC UA Server SDK (Professional) : Server SDK & Toolkit includes precompiled libraries + header files, documentation, and samples for all compilers supported by the selected platform. The full edition supports all basic OPC UA Services, but additionally it supports A&C, History and Programs.This SDK supports multi threaded compilation only.
C++ based OPC UA Server SDK (Basic) : Server SDK & Toolkit includes precompiled libraries + header files, documentation, and samples for all compilers supported by the selected platform. The basic edition supports all basic OPC UA Services (Read, Write, Subscribe, Browse), but it does not support extensions like A&C, Programs, History. However, based on this SDK it is possible to implement these services yourself.This SDK supports multi threaded compilation only.
ANSI C based OPC UA Server SDK (Basic) : The ANSI C Server SDK & Toolkit is designed for the use in embedded devices. The code is optimized for maximum portability and minimum resource consumption. To speed up familiarization time with code and quickly port it to new embedded platforms, the code is structured very simple. It supports the basic UA features necessary to fulfil the OPC UA „embedded“ profile. The Server SDK runs without encryption and thus needs no crypto support on the target system. The SDK can be run in single threaded mode and needs no threading or locking mechanisms. Locking is optional to control interaction with other tasks. The only requirements are Sockets, Time and ANSI C.
JAVA based OPC UA Client & Server SDK Bundle : Server SDK & Toolkit includes tutorial and sample console server. The JAVA SDK provides a completely native JAVA software stack for OPC UA application development. The JAVA SDK is based on software from Prosys PMS LTD and was developed in a joined project based on the OPC UA SDK design experience from Unified Automation and the JAVA OPC UA Stack know-how of Prosys. This SDK requires Java SE 6 (Java Runtime Environment 1.6) & Java Development Kit 6 (jdk1.6).
|