File: C:/Redmine-4.x/redmine-4.2.9/files/160922081926_changelog1.0.4.3.txt
1.0.4.3 september 2016- the file version for the server is 1.0.4.3
Bug Fix
-
New feature
- New feature in Lua. A Autorun function is excuted by the server on startup.
This function have no parameter and is sign as shown below :
function this.Autorun(this)
- New Prefix for the Vpi toolkit all OpcUa prefix are replace by Vpi.
This cosmetic change allows compitibility between ClientSdk and VpiSdk
- Support for LimitAlarmType as defined in the UA part 9
- You can request a server Value from Vpi code. To use it just use the call back function with a Vpi_DataValue of a Vpi_Null datatype.
Other :
- Change Server behavior when Vpi report 0x83050000 - OpcUa_Vpi_WarmStartNeed.
A new variable is create in the class CVpiDevice. This Variable hold the state of the connection
It's called m_InternalStatus
- Add a new method in the CDataValue class. The method is call GetAsDouble. IT signature is
OpcUA_StatusCode GetAsDouble(OpcUa_Double* pDblResult). It's used in the analog alarm handling.