Weekly Changelog: 8.1.25-b20230127
Drivers
4912: IEC 61850 Driver
A new driver has been added to support IEC 61850 devices using MMS protocol. Features include: SCD file support, Reporting Control Block handling and new system functions. See Forum post.
Swing
6690: Argument type mismatch error thrown when deserializing numeric text field
Fix a serialization issue with the bindings of Numeric Text Fields in Vision where a Type Mismatch Error is thrown for projects with the following conditions:
- There are more than one Numeric Text Fields in a single Window or Template
- At least 2 of the Numeric Text Fields have their Value fields bound to different Value types (Int, Double, Long, Float)
- At the time of saving the project, the Numeric Text Fields bound to different Value types have values of 0
- Numeric Text Fields with Float/Double is serialized before those with Int/Long
Tags
7093: NPE causes 7.9 LegacyTagConverter to fail
Fix NPE during 7.9.* tag conversion.
6402: Upgrade from 7.9 to 8.1 changes overrides in UDT Definitions
Fix upgrade from 7.9.13 not applying all UDT member overrides.