Release Notes for Prosys Sentrol 5.0.0
This is a new major release of Prosys Sentrol.
The main changes are to support the Unicode strings everywhere, when compiled with D2009. There are also some bug fixes here and there, and the storage components have been improved remarkably (once again) to actually support different databases (see the new Tutorial project).
Note in OPC development, that Delphi/C++Builder 2009 has changed in
the way it initializes COM by default, so it no longer supports
CoInitFlags for defining the COM threading model of the main thread
(although this is not mentioned in Delphi Help). There is also a new
chapter in the Help / Reference Guide
about Threading Issues, which you should check.
New
- Support for CodeGear Delphi 2009 & C++Builder 2009, including Unicode strings and UInt64 data type
New components
New properties
- TPsObjectTable.SoftRemove
- TPsHistorian.Cleaner
- TPsEventLog.Cleaner
New procedures/functions
- PsVars.GetVarClassForDataType
- TPsOPCGroup.GetItemDataType
- PsUtils.ArrayToStrings, VarArrayToStrings
New Tutorials
- Tutorial 4 (Storage) rewritten to use all different storage components against different databases (if you have them installed)
Fixed
- Several Storage related issues
- OPCConnector now properly uses delayed writings, if AsyncWrite is set, effectively combining "simultaneous" changes in variables to only one write call
- Plus a numerous amount of smaller issues
07.04.09