PQWeb-1070 Bug fix: Interactive Chart Export Menu Being Cut Off at Bottom issue fixed
PQWeb-1090 Improvement: Selected DMS change on the user Settings page refreshes session DMS variables – DMS setup page does not redirect to error page for current session
PQWEB-1091 Improvement: Event list page – properties to display in the list selection issue fixed – “StartTime” and “MinV” aligned
Improvement: Additional log messages added to PQWeb/Svcs DMS SetupManager calls
Bug fix: XML (de)Serialization – automatic UTF-16 vs UTF-8 encoding detection added – RMS Variations aggregation not applied issue fixed
Improvement: Event Summary Dashboard: “No data” in place of event list instead of “No filters found” on filters tab displayed when no events are found
New Feature: Added the ION Monitor Handler Mk.II which implements a more straight-forward and powerful configuration mechanism and addresses numerous issues.
ION Handler: Fixed parameter order sent to data logs. The voltage scaler was being sent to nominal frequency (which most of the time its 1.0). Corrected this and examined with hgroup harmonics.
New Feature: Added IEC61850 Monitor Handler.
Improvement: Revised PQDMLib to use .NET DeflateStream for compression instead of zlib.
Improvement: Added logic to limit updates of the “Last Connection” Site property for instruments that implement background connections to once per minute.
Improvement: Reordered all resource strings as they appear in order of the UI.
Improvement: ION Handler: Initiate a config and download call when diagnostics flag is turned on so there is no unfinished diagnostics files.
PQV-1957 New Feature: Added support to PQDMLib to delete Fault table records.
PQV-1958 Improvement: Revised PQDMLib record creation logic to avoid reusing Site and Source IDs.
PQV-1963 Improvement: Revised the Object manager to allow the DMS.clsid field to update. This allows classes to be translated to a different class.
SUPPORT-557 Improvement: Revised loading and initialization of the Data Manager Steady-State observation for a SATEC instance. These records are now explicitly held in memory by the Instrument instances. Previously, these records could expire hen no connection was made for more than 6 minutes (e.g., errors combined with long polling times).
PQV-1840 Improvement: Added comments in ION xml to help user decipher the configuration.
PQV-1960 Bug fix: Corrected a bug in the comparison logic that caused unnecessary updates in Site and Source property values.
PQV-1842 Improvement: ION Handler: Added waveform inverts, so now data log uses its own separate inverts, and likewise waveforms use its own set. Waveforms do not use scaleType Attribute in xml though, so these are always used (same for waveform scalers).
PQV-1841 Improvement: Added descriptive text into multiple options fields including the scalers.
PQV-1854 Improvement: Moved xml configuration load to occur in connect so users do not have to pull twice for custom setup sections to take effect.
PQV-1785 Improvement: Reduced printing out waveform samples as this data is excessively long and cluttering.
PQV-1966 Improvement: Revised the RVC characterizer for improved performance.
PQV-1985 Improvement: Transient characterizer filtered peak detection omitted for 1st and last 1/2 cycle to avoid HPF transient artifacts.
PQV-1987 Improvement: Improved object type decoding logic in PQDMLib for setting a property. Explicit string values are no longer parsed as numeric values.