Posted
over 9 years
ago
by
felmendorf
This page includes...
Installers for version 1.3 of the openXDA service.
Binaries for the openXDA service, the DeviceDefinitionsMigrator console application, and the XDA Waveform Data Parser for testing fault records against XDA's parsers.
Setup and
... [More]
configuration guide for the openXDA service.
Example of a device definitions file for the configuration of fault recorders.
Changes since 1.2.1...
Added double-ended fault location analysis.
Improved fault detection logic to better identify false positive results.
Modified the analysis engine to be more data driven allowing configuration of modules to perform different types of analysis.
Added fault email templates to allow for configuration of custom email formats.
Improved the performance of the initial file scan on system startup.
Enhancements to support parallel processing of file data.
Improved logging mechanisms and verbosity of log messages.
Many minor bug fixes and improvements.
[Less]
|
Posted
over 9 years
ago
by
felmendorf
This page includes...
Installers for version 1.3 of the openXDA service.
Binaries for the openXDA service, the DeviceDefinitionsMigrator console application, and the XDA Waveform Data Parser for testing fault records against XDA's parsers.
Setup and
... [More]
configuration guide for the openXDA service.
Example of a device definitions file for the configuration of fault recorders.
Changes since 1.2.1...
Added double-ended fault location analysis.
Improved fault detection logic to better identify false positive results.
Modified the analysis engine to be more data driven allowing configuration of modules to perform different types of analysis.
Added fault email templates to allow for configuration of custom email formats.
Improved the performance of the initial file scan on system startup.
Enhancements to support parallel processing of file data.
Improved logging mechanisms and verbosity of log messages.
Many minor bug fixes and improvements. [Less]
|
Posted
over 9 years
ago
by
ryabtsev
When the default locale uses "," instead of "." as decimal point, Convert.ToDouble(str) fails to convert "14.39000", expecting something like "14,39000" instead.I think that device definitions XML should be locale-independent. Could be done either by
... [More]
replacing Convert.ToDouble(...) overload used to explicitly supply a locale or doing something like "Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("EN-US");" somewhere before things like "line.Length = Convert.ToDouble((string)lineElement.Element("length"))".This problem might appear in some other places, so might be good for inclusion in automated tests. [Less]
|
Posted
over 9 years
ago
by
ryabtsev
When the default locale uses "," instead of "." as decimal point, Convert.ToDouble(str) fails to convert "14.39000", expecting something like "14,39000" instead.I think that device definitions XML should be locale-independent. Could be done either by
... [More]
replacing Convert.ToDouble(...) overload used to explicitly supply a locale or doing something like "Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("EN-US");" somewhere before things like "line.Length = Convert.ToDouble((string)lineElement.Element("length"))".This problem might appear in some other places, so might be good for inclusion in automated tests. [Less]
|
Posted
over 9 years
ago
by
staphen
This page includes...
Installers for version 1.3.1 of the openXDA service.
Binaries for the openXDA service, the DeviceDefinitionsMigrator console application, and the XDA Waveform Data Parser for testing fault records against XDA's parsers.
Setup
... [More]
and configuration guide for the openXDA service.
Example of a device definitions file for the configuration of fault recorders.
Changes since 1.3...
Fixed bug in COMTRADEWriter that occurs when the XDA time zone does not match the meter time zone.
Improved startup behavior of the openXDA service.
Added SystemFrequency to system settings.
Implemented settings categories and reorganized openXDA system settings.
Fixed the edge case in the COMTRADE parser where nrates and samp fields in the schema file are both set to 0.
Added new system settings for SMTP authentication (works with Gmail SMTP servers).
Fixed an issue with automatic configuration updates for PQDIF files where updates to objects in specific tables were cascading updates to other tables that referenced those objects, causing unique constraint violations and general havoc in the database.
Fixed an issue where the COMTRADEWriter was not setting the system frequency in the COMTRADE results schema file.
Modified the COMTRADEWriter to override the original COMTRAE file's adder and multiplier to avoid overflow when converting channels from the ASCII format to the binary format.
[Less]
|
Posted
over 9 years
ago
by
staphen
This page includes...
Installers for version 1.3.1 of the openXDA service.
Binaries for the openXDA service, the DeviceDefinitionsMigrator console application, and the XDA Waveform Data Parser for testing fault records against XDA's parsers.
Setup
... [More]
and configuration guide for the openXDA service.
Example of a device definitions file for the configuration of fault recorders.
Changes since 1.3...
Fixed bug in COMTRADEWriter that occurs when the XDA time zone does not match the meter time zone.
Improved startup behavior of the openXDA service.
Added SystemFrequency to system settings.
Implemented settings categories and reorganized openXDA system settings.
Fixed the edge case in the COMTRADE parser where nrates and samp fields in the schema file are both set to 0.
Added new system settings for SMTP authentication (works with Gmail SMTP servers).
Fixed an issue with automatic configuration updates for PQDIF files where updates to objects in specific tables were cascading updates to other tables that referenced those objects, causing unique constraint violations and general havoc in the database.
Fixed an issue where the COMTRADEWriter was not setting the system frequency in the COMTRADE results schema file.
Modified the COMTRADEWriter to override the original COMTRAE file's adder and multiplier to avoid overflow when converting channels from the ASCII format to the binary format. [Less]
|
Posted
over 9 years
ago
by
staphen
Main: Updated the setup and configuration guide to include the new email settings for SMTP authentication.
|
Posted
over 9 years
ago
by
staphen
Main: Updated the setup and configuration guide to include the new email settings for SMTP authentication.
|
Posted
over 9 years
ago
by
staphen
Main:
1) Fixed an issue where the COMTRADEWriter was not setting the system frequency in the COMTRADE results schema file.
2) Modified the COMTRADEWriter to override the original COMTRADE file's adder and multiplier to avoid overflow when converting from the ASCII format to the binary format.
|
Posted
over 9 years
ago
by
staphen
Main:
1) Fixed an issue where the COMTRADEWriter was not setting the system frequency in the COMTRADE results schema file.
2) Modified the COMTRADEWriter to override the original COMTRADE file's adder and multiplier to avoid overflow when converting from the ASCII format to the binary format.
|