Project

General

Profile

OpenOpcUa 1.0.4.0 RC1

OpenOpcUa codebase Release Candidate 1
Added by Michel Condemine Admin over 9 years ago

Hello,
First of all i wish you a happy new year for 2016.

I just release the new OpenOpcUaCodebase 1.0.4.0 RC1.
This deliverable contains the new codebase for both OpenOpcUaClientLib, OpenOpcUaCoreServer and OpenOpcUaStack.

1- Changes in the OpenOpcUaCoreServer
The server codebase fix bugs and add new internal performance enhancement. The server support now the priority between subscriptions.

2- Change in the OpenOpcUaStack
A new trace mechanism which offer a greater granularity is now part of the OpenOpcUaStack.
Use the following keyword in your configuration file
• To Debug the stack
o STACK_DEBUG
o STACK_ERROR
o STACK_WARNING
o STACK_INFO
• To debug the server
o SERVER_DEBUG
o SERVER _ERROR
o SERVER _WARNING
o SERVER _INFO
• To debug the sharedlib and the parser
o EXTRA_DEBUG
o EXTRA _ERROR
o EXTRA _WARNING
o EXTRA _INFO
Example :

3- Changes in the OpenOpcUaClientLib
New API
• OpenOpcUa_GetInternalNodeByMonitoredItemId
• OpenOpcUa_GetInternalNodeByClientHandle
• OpenOpcUa_CreateMonitoredItemsEx
• OpenOpcUa_CreateFilterObject
• OpenOpcUa_StatusCodeToString
Change of function prototype
• OpenOpcUa_SetShutdownCallback
• OpcUa_StatusCode OpenOpcUa_InitializeAbstractionLayer(OpcUa_CharA* szApplicationName, OpcUa_Handle* hApplication, OpcUa_UInt32 uiDefaultTimeout)

Enjoy it
Michel


Comments