Difference between revisions of "Version 2.5 (Server)"
(→New features) |
(→2.5.2) |
||
(20 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
| 2.5.1 || internal release only | | 2.5.1 || internal release only | ||
|- | |- | ||
− | | 2.5.2 || | + | | 2.5.2 || internal release only |
+ | |- | ||
+ | | 2.5.3 || internal release only | ||
|} | |} | ||
Line 75: | Line 77: | ||
** [[SYSCLS_UNLOCK_BY_SCAN|Unlock objects by scan classification object]] | ** [[SYSCLS_UNLOCK_BY_SCAN|Unlock objects by scan classification object]] | ||
** [[SYSCLS_SAFETY_RELEVANT_OBJECT|Safety relevant object classification object]] and [[SYSCLS_SAFETY_RELEVANT_DOCUMENT|Safety relevant document classification object]] | ** [[SYSCLS_SAFETY_RELEVANT_OBJECT|Safety relevant object classification object]] and [[SYSCLS_SAFETY_RELEVANT_DOCUMENT|Safety relevant document classification object]] | ||
− | * Ubik supports "WindowsAuthentication" for establishing connection to the Microsoft SQL Server now (https://msdn.microsoft.com/en-us/library/dd787978.aspx). | + | * Ubik supports "WindowsAuthentication" for establishing connection to the Microsoft SQL Server now (https://msdn.microsoft.com/en-us/library/dd787978.aspx). See [http://wiki.augmensys.com/index.php?title=Configuration_Files/AppSettings.config#tab=Examples Config file examples] for details. |
* Every single UBIK Studio session is defined to be an admin session now. | * Every single UBIK Studio session is defined to be an admin session now. | ||
* UBIK verifies the existence of every registered UBIK Module during initialization of the environment. In UBIK Studio, the user will get informed if he is missing the injected binaries of configured modules. | * UBIK verifies the existence of every registered UBIK Module during initialization of the environment. In UBIK Studio, the user will get informed if he is missing the injected binaries of configured modules. | ||
Line 89: | Line 91: | ||
* A bug when assembling infrastructure and root collections including not scoped instances was fixed for the UBIK Webservice. | * A bug when assembling infrastructure and root collections including not scoped instances was fixed for the UBIK Webservice. | ||
* UBIK.Studio does not crash any more when using a misconfigured Reference View Item in the View Test Environment. | * UBIK.Studio does not crash any more when using a misconfigured Reference View Item in the View Test Environment. | ||
+ | |||
+ | |||
+ | |||
= 2.5.2 = | = 2.5.2 = | ||
Line 98: | Line 103: | ||
** Classifications | ** Classifications | ||
*** [[SYSCLS_GEO_POLYGON|Polygon Classification]] | *** [[SYSCLS_GEO_POLYGON|Polygon Classification]] | ||
− | *** [[SYSCLS_GEO_LINE| | + | *** [[SYSCLS_GEO_LINE|Line Classification]] |
** Workflow Activities | ** Workflow Activities | ||
− | *** [[WKTToGeography]] | + | *** [[Activity:WKTToGeography]] |
− | + | ** WKT Support | |
− | [[ | + | *** [[WKTParser|WKT Parser]] |
− | + | * UBIK provides the possibility to configure an OPC/UA Datapoint by specifying its NodeId now. | |
=== Enhancements === | === Enhancements === | ||
Line 109: | Line 114: | ||
* Major improvements in the Source Code editors will ease up the maintainability of UBIK customized code a lot and will increase the effectivity of the customizer. | * Major improvements in the Source Code editors will ease up the maintainability of UBIK customized code a lot and will increase the effectivity of the customizer. | ||
* A new Event Provider enables UBIK Modules to hook in at any internal communicatin process giving the possibility to enrich any object with a set of additional features. | * A new Event Provider enables UBIK Modules to hook in at any internal communicatin process giving the possibility to enrich any object with a set of additional features. | ||
+ | * The UBIK CSV import can process more complex csv files now (e.g. containing complex values defined by text qualifiers). | ||
=== Bugfixes === | === Bugfixes === | ||
* Solved a threading issue when loading System objects. | * Solved a threading issue when loading System objects. | ||
* A problem in assembling customized events and methods leading to code duplication and having negative effect on the runtime performance of the customized dll is solved now. | * A problem in assembling customized events and methods leading to code duplication and having negative effect on the runtime performance of the customized dll is solved now. | ||
+ | * A bug in assembling the display strings for link properties is solved now. | ||
+ | * A bug in handling of empty (null) geo values is fixed now. | ||
+ | |||
+ | [[Category:Server|Version 2.5 (Server)]] | ||
+ | [[Category:Version 2.5|Version 2.5 (Server)]] | ||
+ | |||
+ | = 2.5.3 = | ||
+ | === New features === | ||
+ | * UBIK supports configurable Beacon objects for Positioning features now. | ||
+ | ** [[SYSCLS_TRILATERATION_BEACON|Trilateration Beacon Classification]] | ||
+ | ** [[SYSCLS_PROXIMITY_BEACON|Proximity Beacon Classification]] | ||
+ | ** [[SYSCLS_REFERENCE_LOCATION|Reference Location Classification]] | ||
+ | * UBIK supports Proximity Monitoring features now. | ||
+ | ** [[SYSCLS_PROXIMITY_MONITORING|Proximity Monitoring Classification]] | ||
+ | * UBIK supports a new features for unlocking a group of objects by a single scan now. | ||
+ | ** [[SYSCLS_UNLOCK_GROUP_BY_SCAN|Unlock a group of objects by scan Classification]] | ||
+ | * UBIK MRO provides information relevant for project- and timescheduling | ||
+ | ** [[MROCLS_PROJECTINFORMATION|Project Information Classification Object]] | ||
+ | ** [[MROCLS_PROJECT|Project Classification Object]] | ||
+ | |||
+ | |||
+ | === Enhancements === | ||
+ | * UBIK MRO supports an "MRO_ACTIVE" property (type boolean) on every MRO object. This gives the possibility to easily exclude objects from the MRO evluation process by just returning false (e.g. old Workpackges which should not effect the progress of their owner any more). | ||
+ | |||
+ | === Bugfixes === | ||
+ | * A bug in handling of empty (null) geo values is fixed now. | ||
+ | * A memory leak in the UBIK Enterprise Server was fixed. | ||
<headertabs /> | <headertabs /> |
Latest revision as of 13:15, 3 April 2020
Version | Release Date |
---|---|
2.5.0 | 2015.10.15 |
2.5.1 | internal release only |
2.5.2 | internal release only |
2.5.3 | internal release only |