diff --git a/Source/Applications/openPDC/openPDCSetup/ConfigCrypter.exe b/Source/Applications/openPDC/openPDCSetup/ConfigCrypter.exe index 771961ef84..1a7c074591 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/ConfigCrypter.exe and b/Source/Applications/openPDC/openPDCSetup/ConfigCrypter.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/ConfigurationEditor.exe b/Source/Applications/openPDC/openPDCSetup/ConfigurationEditor.exe index 517efc9806..73cdd8b2ad 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/ConfigurationEditor.exe and b/Source/Applications/openPDC/openPDCSetup/ConfigurationEditor.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/DNP3ConfigGenerator.exe b/Source/Applications/openPDC/openPDCSetup/DNP3ConfigGenerator.exe index 8cb85b09f4..4ae9ac6e5c 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/DNP3ConfigGenerator.exe and b/Source/Applications/openPDC/openPDCSetup/DNP3ConfigGenerator.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/DataMigrationUtility.exe b/Source/Applications/openPDC/openPDCSetup/DataMigrationUtility.exe index eb757c3b65..9a55e7b30e 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/DataMigrationUtility.exe and b/Source/Applications/openPDC/openPDCSetup/DataMigrationUtility.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/HistorianPlaybackUtility.exe b/Source/Applications/openPDC/openPDCSetup/HistorianPlaybackUtility.exe index 812101ce63..160b5f2fb1 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/HistorianPlaybackUtility.exe and b/Source/Applications/openPDC/openPDCSetup/HistorianPlaybackUtility.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/HistorianView.exe b/Source/Applications/openPDC/openPDCSetup/HistorianView.exe index 8d005608c7..4a08a166e3 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/HistorianView.exe and b/Source/Applications/openPDC/openPDCSetup/HistorianView.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/LogFileViewer.exe b/Source/Applications/openPDC/openPDCSetup/LogFileViewer.exe index a3a24f86d7..aeaead9948 100644 Binary files a/Source/Applications/openPDC/openPDCSetup/LogFileViewer.exe and b/Source/Applications/openPDC/openPDCSetup/LogFileViewer.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/NoInetFixUtil.exe b/Source/Applications/openPDC/openPDCSetup/NoInetFixUtil.exe index 345aec785d..dd365d48dc 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/NoInetFixUtil.exe and b/Source/Applications/openPDC/openPDCSetup/NoInetFixUtil.exe differ diff --git a/Source/Applications/openPDC/openPDCSetup/StatHistorianReportGenerator.exe b/Source/Applications/openPDC/openPDCSetup/StatHistorianReportGenerator.exe index 379c7797e7..d73f5c9ba6 100755 Binary files a/Source/Applications/openPDC/openPDCSetup/StatHistorianReportGenerator.exe and b/Source/Applications/openPDC/openPDCSetup/StatHistorianReportGenerator.exe differ diff --git a/Source/Data/PostgreSQL/openPDC.sql b/Source/Data/PostgreSQL/openPDC.sql index 0ab4c031e8..a7502b9a20 100644 --- a/Source/Data/PostgreSQL/openPDC.sql +++ b/Source/Data/PostgreSQL/openPDC.sql @@ -1877,19 +1877,19 @@ CREATE TABLE DataAvailability( ID SERIAL NOT NULL PRIMARY KEY, GoodAvailableData DOUBLE PRECISION NOT NULL, BadAvailableData DOUBLE PRECISION NOT NULL, - TotalAvailableData DOUBLE PRECISION NOT NULL, + TotalAvailableData DOUBLE PRECISION NOT NULL ); CREATE TABLE AlarmState( ID SERIAL NOT NULL PRIMARY KEY, State varchar(50) NULL, - Color varchar(50) NULL, + Color varchar(50) NULL ); CREATE TABLE AlarmDevice( ID SERIAL NOT NULL PRIMARY KEY, - DeviceID INTEGER NULL FOREIGN KEY REFERENCES Device(ID), - StateID INTEGER NULL FOREIGN KEY REFERENCES AlarmState(ID), + DeviceID INTEGER NULL, + StateID INTEGER NULL, TimeStamp TIMESTAMP NULL, DisplayData varchar(10) NULL, CONSTRAINT FK_AlarmDevice_Device FOREIGN KEY(DeviceID) REFERENCES Device (ID) ON DELETE CASCADE, diff --git a/Source/Dependencies/GSF/AdoAdapters.dll b/Source/Dependencies/GSF/AdoAdapters.dll index 490de265e1..1cef98f304 100755 Binary files a/Source/Dependencies/GSF/AdoAdapters.dll and b/Source/Dependencies/GSF/AdoAdapters.dll differ diff --git a/Source/Dependencies/GSF/ArchivistAdapters.dll b/Source/Dependencies/GSF/ArchivistAdapters.dll index 91c07b84d2..a02fa817d0 100755 Binary files a/Source/Dependencies/GSF/ArchivistAdapters.dll and b/Source/Dependencies/GSF/ArchivistAdapters.dll differ diff --git a/Source/Dependencies/GSF/AudioAdapters.dll b/Source/Dependencies/GSF/AudioAdapters.dll index 2d586b710b..05bf88cd24 100755 Binary files a/Source/Dependencies/GSF/AudioAdapters.dll and b/Source/Dependencies/GSF/AudioAdapters.dll differ diff --git a/Source/Dependencies/GSF/COMTRADEAdapters.dll b/Source/Dependencies/GSF/COMTRADEAdapters.dll index 47ae7d2ab8..eee1101437 100755 Binary files a/Source/Dependencies/GSF/COMTRADEAdapters.dll and b/Source/Dependencies/GSF/COMTRADEAdapters.dll differ diff --git a/Source/Dependencies/GSF/CsvAdapters.dll b/Source/Dependencies/GSF/CsvAdapters.dll index 9cda9084f4..716a0668fb 100755 Binary files a/Source/Dependencies/GSF/CsvAdapters.dll and b/Source/Dependencies/GSF/CsvAdapters.dll differ diff --git a/Source/Dependencies/GSF/DataQualityMonitoring.dll b/Source/Dependencies/GSF/DataQualityMonitoring.dll index 951524a89e..fa583c6294 100755 Binary files a/Source/Dependencies/GSF/DataQualityMonitoring.dll and b/Source/Dependencies/GSF/DataQualityMonitoring.dll differ diff --git a/Source/Dependencies/GSF/Dnp3Adapters.dll b/Source/Dependencies/GSF/Dnp3Adapters.dll index 53e6c5d1e7..e5de63f85f 100755 Binary files a/Source/Dependencies/GSF/Dnp3Adapters.dll and b/Source/Dependencies/GSF/Dnp3Adapters.dll differ diff --git a/Source/Dependencies/GSF/DynamicCalculator.dll b/Source/Dependencies/GSF/DynamicCalculator.dll index 692cc05ebb..9c8371d2de 100755 Binary files a/Source/Dependencies/GSF/DynamicCalculator.dll and b/Source/Dependencies/GSF/DynamicCalculator.dll differ diff --git a/Source/Dependencies/GSF/EpriExport.dll b/Source/Dependencies/GSF/EpriExport.dll index 9bdea3221a..5eaa10da4f 100755 Binary files a/Source/Dependencies/GSF/EpriExport.dll and b/Source/Dependencies/GSF/EpriExport.dll differ diff --git a/Source/Dependencies/GSF/FileAdapters.dll b/Source/Dependencies/GSF/FileAdapters.dll index 9f5a416209..0e8c13a307 100755 Binary files a/Source/Dependencies/GSF/FileAdapters.dll and b/Source/Dependencies/GSF/FileAdapters.dll differ diff --git a/Source/Dependencies/GSF/FtpAdapters.dll b/Source/Dependencies/GSF/FtpAdapters.dll index 0b0cf78c2c..46e7593b0f 100755 Binary files a/Source/Dependencies/GSF/FtpAdapters.dll and b/Source/Dependencies/GSF/FtpAdapters.dll differ diff --git a/Source/Dependencies/GSF/GSF.ASN1.dll b/Source/Dependencies/GSF/GSF.ASN1.dll index 06689ebeba..ef48b5cdf6 100755 Binary files a/Source/Dependencies/GSF/GSF.ASN1.dll and b/Source/Dependencies/GSF/GSF.ASN1.dll differ diff --git a/Source/Dependencies/GSF/GSF.COMTRADE.dll b/Source/Dependencies/GSF/GSF.COMTRADE.dll index 5251b03611..2b7a5f2841 100755 Binary files a/Source/Dependencies/GSF/GSF.COMTRADE.dll and b/Source/Dependencies/GSF/GSF.COMTRADE.dll differ diff --git a/Source/Dependencies/GSF/GSF.Communication.dll b/Source/Dependencies/GSF/GSF.Communication.dll index cadbf84ff3..281a65fdbc 100755 Binary files a/Source/Dependencies/GSF/GSF.Communication.dll and b/Source/Dependencies/GSF/GSF.Communication.dll differ diff --git a/Source/Dependencies/GSF/GSF.Core.dll b/Source/Dependencies/GSF/GSF.Core.dll index 209a373ea2..84f8ed5595 100755 Binary files a/Source/Dependencies/GSF/GSF.Core.dll and b/Source/Dependencies/GSF/GSF.Core.dll differ diff --git a/Source/Dependencies/GSF/GSF.Core.dll.CodeAnalysisLog.xml b/Source/Dependencies/GSF/GSF.Core.dll.CodeAnalysisLog.xml index 6283d60ab3..510e92365a 100644 --- a/Source/Dependencies/GSF/GSF.Core.dll.CodeAnalysisLog.xml +++ b/Source/Dependencies/GSF/GSF.Core.dll.CodeAnalysisLog.xml @@ -12,7 +12,7 @@ - + 'StringExtensions.StringExtensions()' passes 'StringComparer.InvariantCulture' as the 'StringComparer' parameter to 'Dictionary<StringComparison, StringComparer>.this.set(StringComparison, StringComparer)'. To perform a non-linguistic comparison, specify 'StringComparer.Ordinal' or 'StringComparer.OrdinalIgnoreCase' instead. 'StringExtensions.StringExtensions()' passes 'StringComparer.InvariantCultureIgnoreCase' as the 'StringComparer' parameter to 'Dictionary<StringComparison, StringComparer>.this.set(StringComparison, StringComparer)'. To perform a non-linguistic comparison, specify 'StringComparer.Ordinal' or 'StringComparer.OrdinalIgnoreCase' instead. 'StringExtensions.StringExtensions()' passes 'StringComparison.InvariantCulture' as the 'StringComparison' parameter to 'Dictionary<StringComparison, StringComparer>.this.set(StringComparison, StringComparer)'. To perform a non-linguistic comparison, specify 'StringComparison.Ordinal' or 'StringComparison.OrdinalIgnoreCase' instead. @@ -28,21 +28,21 @@ - + 'TableOperations<T>' is coupled with 90 different types from 18 different namespaces. Rewrite or refactor this class's methods to decrease its class coupling, or consider moving some of the class's methods to some of the other types it is tightly coupled with. A class coupling above 95 indicates poor maintainability, a class coupling between 95 and 80 indicates moderate maintainability, and a class coupling below 80 indicates good maintainability. - + 'TableOperations<T>.TableOperations()' has a maintainability index of 20. Rewrite or refactor the method to increase its maintainability index (MI). An MI below 10 indicates poor maintainability, an MI between 10 and 20 indicates moderate maintainability, and an MI above 20 indicates good maintainability. - + 'TableOperations<T>.QueryRecords(string, bool, int, int, RecordRestriction)' has a cyclomatic complexity of 26. Rewrite or refactor the method to reduce complexity to 25. @@ -55,7 +55,7 @@ - + Implement IDisposable on 'LogFileWriterInMemory' because it creates members of the following IDisposable types: 'MemoryStream', 'DeflateStream'. If 'LogFileWriterInMemory' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers. @@ -68,77 +68,77 @@ - + Remove the underscores from member name 'CertificateSigningMode.ECDSA_256_SHA2_256'. - + Remove the underscores from member name 'CertificateSigningMode.ECDSA_384_SHA2_384'. - + Remove the underscores from member name 'CertificateSigningMode.ECDSA_521_SHA2_512'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_1024_SHA_1'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_15360_SHA2_512'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_2048_SHA2_256'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_3072_SHA2_256'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_3072_SHA2_384'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_4096_SHA2_256'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_4096_SHA2_384'. - + Remove the underscores from member name 'CertificateSigningMode.RSA_7680_SHA2_384'. @@ -147,7 +147,7 @@ - + Implement IDisposable on 'DerWriter' because it creates members of the following IDisposable types: 'MemoryStream'. @@ -156,7 +156,7 @@ - + 'X509CertificateGenerator.ECDSAMode' contains field 'X509CertificateGenerator.ECDSAMode.m_cng' that is of IDisposable type: 'ECDsaCng'. Change the Dispose method on 'X509CertificateGenerator.ECDSAMode' to call Dispose or Close on this field. @@ -167,10 +167,10 @@ - + 'X509CertificateGenerator.RSAMode' contains field 'X509CertificateGenerator.RSAMode.m_cng' that is of IDisposable type: 'RSACng'. Change the Dispose method on 'X509CertificateGenerator.RSAMode' to call Dispose or Close on this field. - + 'X509CertificateGenerator.RSAMode' contains field 'X509CertificateGenerator.RSAMode.m_csp' that is of IDisposable type: 'RSACryptoServiceProvider'. Change the Dispose method on 'X509CertificateGenerator.RSAMode' to call Dispose or Close on this field. diff --git a/Source/Dependencies/GSF/GSF.Core.xml b/Source/Dependencies/GSF/GSF.Core.xml index 2df7e087e3..c9191681db 100755 --- a/Source/Dependencies/GSF/GSF.Core.xml +++ b/Source/Dependencies/GSF/GSF.Core.xml @@ -30159,6 +30159,13 @@ To optimize performance, this function does not validate that the notGreaterThanOrEqualToValue is not greater than or equal to the alternateValue. + + + Removes trailing zeros from the given decimal . + + The value to be normalized. + The normalized decimal value. + A serializable class that can be used to track the current and previous state of an object. diff --git a/Source/Dependencies/GSF/GSF.EMAX.dll b/Source/Dependencies/GSF/GSF.EMAX.dll index 6cce1baa30..a81ff17617 100644 Binary files a/Source/Dependencies/GSF/GSF.EMAX.dll and b/Source/Dependencies/GSF/GSF.EMAX.dll differ diff --git a/Source/Dependencies/GSF/GSF.Geo.dll b/Source/Dependencies/GSF/GSF.Geo.dll index f78b20e6fd..4944c9819c 100644 Binary files a/Source/Dependencies/GSF/GSF.Geo.dll and b/Source/Dependencies/GSF/GSF.Geo.dll differ diff --git a/Source/Dependencies/GSF/GSF.Historian.dll b/Source/Dependencies/GSF/GSF.Historian.dll index c966d9e591..737bbed6e3 100755 Binary files a/Source/Dependencies/GSF/GSF.Historian.dll and b/Source/Dependencies/GSF/GSF.Historian.dll differ diff --git a/Source/Dependencies/GSF/GSF.InstallerActions.CA.dll b/Source/Dependencies/GSF/GSF.InstallerActions.CA.dll index fe5af68425..f0dfa9b923 100755 Binary files a/Source/Dependencies/GSF/GSF.InstallerActions.CA.dll and b/Source/Dependencies/GSF/GSF.InstallerActions.CA.dll differ diff --git a/Source/Dependencies/GSF/GSF.MMS.dll b/Source/Dependencies/GSF/GSF.MMS.dll index 0339af85b3..4bcd7b3644 100755 Binary files a/Source/Dependencies/GSF/GSF.MMS.dll and b/Source/Dependencies/GSF/GSF.MMS.dll differ diff --git a/Source/Dependencies/GSF/GSF.Media.dll b/Source/Dependencies/GSF/GSF.Media.dll index 1b0a730bba..a109330bc2 100755 Binary files a/Source/Dependencies/GSF/GSF.Media.dll and b/Source/Dependencies/GSF/GSF.Media.dll differ diff --git a/Source/Dependencies/GSF/GSF.Net.dll b/Source/Dependencies/GSF/GSF.Net.dll index 1d6e3f7545..eae172452f 100755 Binary files a/Source/Dependencies/GSF/GSF.Net.dll and b/Source/Dependencies/GSF/GSF.Net.dll differ diff --git a/Source/Dependencies/GSF/GSF.PQDIF.dll b/Source/Dependencies/GSF/GSF.PQDIF.dll index 103a4ef049..34fae770a4 100755 Binary files a/Source/Dependencies/GSF/GSF.PQDIF.dll and b/Source/Dependencies/GSF/GSF.PQDIF.dll differ diff --git a/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll b/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll index 5fcd54793a..51f8c80ab8 100755 Binary files a/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll and b/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.WPF.dll differ diff --git a/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll b/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll index c2b6de8f8d..e5b8999fdb 100755 Binary files a/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll and b/Source/Dependencies/GSF/GSF.PhasorProtocols.UI.dll differ diff --git a/Source/Dependencies/GSF/GSF.PhasorProtocols.dll b/Source/Dependencies/GSF/GSF.PhasorProtocols.dll index d3e23db9f4..8d13aa40e7 100755 Binary files a/Source/Dependencies/GSF/GSF.PhasorProtocols.dll and b/Source/Dependencies/GSF/GSF.PhasorProtocols.dll differ diff --git a/Source/Dependencies/GSF/GSF.SELEventParser.dll b/Source/Dependencies/GSF/GSF.SELEventParser.dll index 6684ae92e5..0f7afb1e94 100755 Binary files a/Source/Dependencies/GSF/GSF.SELEventParser.dll and b/Source/Dependencies/GSF/GSF.SELEventParser.dll differ diff --git a/Source/Dependencies/GSF/GSF.Security.dll b/Source/Dependencies/GSF/GSF.Security.dll index 6029a3251a..cff394895a 100755 Binary files a/Source/Dependencies/GSF/GSF.Security.dll and b/Source/Dependencies/GSF/GSF.Security.dll differ diff --git a/Source/Dependencies/GSF/GSF.ServiceBus.dll b/Source/Dependencies/GSF/GSF.ServiceBus.dll index 09b235829c..340e207142 100755 Binary files a/Source/Dependencies/GSF/GSF.ServiceBus.dll and b/Source/Dependencies/GSF/GSF.ServiceBus.dll differ diff --git a/Source/Dependencies/GSF/GSF.ServiceModel.dll b/Source/Dependencies/GSF/GSF.ServiceModel.dll index 46d5ca3047..7126dcd2c8 100755 Binary files a/Source/Dependencies/GSF/GSF.ServiceModel.dll and b/Source/Dependencies/GSF/GSF.ServiceModel.dll differ diff --git a/Source/Dependencies/GSF/GSF.ServiceProcess.dll b/Source/Dependencies/GSF/GSF.ServiceProcess.dll index c0e7228802..18c6f44fb5 100755 Binary files a/Source/Dependencies/GSF/GSF.ServiceProcess.dll and b/Source/Dependencies/GSF/GSF.ServiceProcess.dll differ diff --git a/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll b/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll index 30ac933eef..6c7fc408b1 100755 Binary files a/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll and b/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.WPF.dll differ diff --git a/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll b/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll index 12a62f66c0..6d337e3cdc 100755 Binary files a/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll and b/Source/Dependencies/GSF/GSF.TimeSeries.Transport.UI.dll differ diff --git a/Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll b/Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll index 9c139b4157..ca83e65c54 100755 Binary files a/Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll and b/Source/Dependencies/GSF/GSF.TimeSeries.UI.WPF.dll differ diff --git a/Source/Dependencies/GSF/GSF.TimeSeries.UI.dll b/Source/Dependencies/GSF/GSF.TimeSeries.UI.dll index 6f410da943..dec08af52c 100755 Binary files a/Source/Dependencies/GSF/GSF.TimeSeries.UI.dll and b/Source/Dependencies/GSF/GSF.TimeSeries.UI.dll differ diff --git a/Source/Dependencies/GSF/GSF.TimeSeries.dll b/Source/Dependencies/GSF/GSF.TimeSeries.dll index c19a0f53b0..1075c16b70 100755 Binary files a/Source/Dependencies/GSF/GSF.TimeSeries.dll and b/Source/Dependencies/GSF/GSF.TimeSeries.dll differ diff --git a/Source/Dependencies/GSF/GSF.Web.dll b/Source/Dependencies/GSF/GSF.Web.dll index 242f6ead4b..925d144cfa 100755 Binary files a/Source/Dependencies/GSF/GSF.Web.dll and b/Source/Dependencies/GSF/GSF.Web.dll differ diff --git a/Source/Dependencies/GSF/GSF.Windows.dll b/Source/Dependencies/GSF/GSF.Windows.dll index a6f4c3d253..eeb38b5e93 100755 Binary files a/Source/Dependencies/GSF/GSF.Windows.dll and b/Source/Dependencies/GSF/GSF.Windows.dll differ diff --git a/Source/Dependencies/GSF/GrafanaAdapters.dll b/Source/Dependencies/GSF/GrafanaAdapters.dll index 470d1cdc5b..747021febd 100644 Binary files a/Source/Dependencies/GSF/GrafanaAdapters.dll and b/Source/Dependencies/GSF/GrafanaAdapters.dll differ diff --git a/Source/Dependencies/GSF/Hadoop.Replication.dll b/Source/Dependencies/GSF/Hadoop.Replication.dll index 05f60aa6f3..8541230439 100755 Binary files a/Source/Dependencies/GSF/Hadoop.Replication.dll and b/Source/Dependencies/GSF/Hadoop.Replication.dll differ diff --git a/Source/Dependencies/GSF/HistorianAdapters.dll b/Source/Dependencies/GSF/HistorianAdapters.dll index 5e81538c99..0e514e8c30 100755 Binary files a/Source/Dependencies/GSF/HistorianAdapters.dll and b/Source/Dependencies/GSF/HistorianAdapters.dll differ diff --git a/Source/Dependencies/GSF/ICCPExport.dll b/Source/Dependencies/GSF/ICCPExport.dll index dbe9b3ed73..abf045b5d6 100755 Binary files a/Source/Dependencies/GSF/ICCPExport.dll and b/Source/Dependencies/GSF/ICCPExport.dll differ diff --git a/Source/Dependencies/GSF/InfluxDBAdapters.dll b/Source/Dependencies/GSF/InfluxDBAdapters.dll index a2335c67b4..b504d32a4c 100755 Binary files a/Source/Dependencies/GSF/InfluxDBAdapters.dll and b/Source/Dependencies/GSF/InfluxDBAdapters.dll differ diff --git a/Source/Dependencies/GSF/KafkaAdapters.dll b/Source/Dependencies/GSF/KafkaAdapters.dll index f5022c8d44..9ac9b1d2d0 100644 Binary files a/Source/Dependencies/GSF/KafkaAdapters.dll and b/Source/Dependencies/GSF/KafkaAdapters.dll differ diff --git a/Source/Dependencies/GSF/MetadataAdapters.dll b/Source/Dependencies/GSF/MetadataAdapters.dll index d2c081461a..4fd554bd27 100644 Binary files a/Source/Dependencies/GSF/MetadataAdapters.dll and b/Source/Dependencies/GSF/MetadataAdapters.dll differ diff --git a/Source/Dependencies/GSF/ModbusAdapters.dll b/Source/Dependencies/GSF/ModbusAdapters.dll index edb23f8370..735968aff9 100644 Binary files a/Source/Dependencies/GSF/ModbusAdapters.dll and b/Source/Dependencies/GSF/ModbusAdapters.dll differ diff --git a/Source/Dependencies/GSF/MongoAdapters.dll b/Source/Dependencies/GSF/MongoAdapters.dll index 85546067cf..fa094e0ac5 100755 Binary files a/Source/Dependencies/GSF/MongoAdapters.dll and b/Source/Dependencies/GSF/MongoAdapters.dll differ diff --git a/Source/Dependencies/GSF/MySqlAdapters.dll b/Source/Dependencies/GSF/MySqlAdapters.dll index 3f672f97cb..8543b3e07e 100755 Binary files a/Source/Dependencies/GSF/MySqlAdapters.dll and b/Source/Dependencies/GSF/MySqlAdapters.dll differ diff --git a/Source/Dependencies/GSF/OneSecondFrequencyAverager.dll b/Source/Dependencies/GSF/OneSecondFrequencyAverager.dll index ba34ee6f5e..65627d2041 100755 Binary files a/Source/Dependencies/GSF/OneSecondFrequencyAverager.dll and b/Source/Dependencies/GSF/OneSecondFrequencyAverager.dll differ diff --git a/Source/Dependencies/GSF/PIAdapters.dll b/Source/Dependencies/GSF/PIAdapters.dll index 950dbfdfcd..0a9db31c94 100755 Binary files a/Source/Dependencies/GSF/PIAdapters.dll and b/Source/Dependencies/GSF/PIAdapters.dll differ diff --git a/Source/Dependencies/GSF/PhasorProtocolAdapters.dll b/Source/Dependencies/GSF/PhasorProtocolAdapters.dll index da4803fdee..5014c4f405 100755 Binary files a/Source/Dependencies/GSF/PhasorProtocolAdapters.dll and b/Source/Dependencies/GSF/PhasorProtocolAdapters.dll differ diff --git a/Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll b/Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll index 4db0f47250..58e2326f35 100644 Binary files a/Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll and b/Source/Dependencies/GSF/PowerCalculations.UI.WPF.dll differ diff --git a/Source/Dependencies/GSF/PowerCalculations.UI.dll b/Source/Dependencies/GSF/PowerCalculations.UI.dll index 81f9c1f7b8..b7e28e6e85 100644 Binary files a/Source/Dependencies/GSF/PowerCalculations.UI.dll and b/Source/Dependencies/GSF/PowerCalculations.UI.dll differ diff --git a/Source/Dependencies/GSF/PowerCalculations.XML b/Source/Dependencies/GSF/PowerCalculations.XML index 6bcdb8ea0e..c4e93c0c18 100755 --- a/Source/Dependencies/GSF/PowerCalculations.XML +++ b/Source/Dependencies/GSF/PowerCalculations.XML @@ -287,6 +287,11 @@ Creates the adapter + + + Gets or sets the name of the table this adapter will use to obtain its metadata. + + Gets or sets flag indicating whether or not this adapter will produce a result for all calculations. If this value is true and a calculation fails, diff --git a/Source/Dependencies/GSF/PowerCalculations.dll b/Source/Dependencies/GSF/PowerCalculations.dll index bcae96b8a9..5d198fd27c 100755 Binary files a/Source/Dependencies/GSF/PowerCalculations.dll and b/Source/Dependencies/GSF/PowerCalculations.dll differ diff --git a/Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll b/Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll index bb0decc19c..0c3dc63ccd 100644 Binary files a/Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll and b/Source/Dependencies/GSF/SqlClr/GSF.Core.SqlClr.dll differ diff --git a/Source/Dependencies/GSF/TestingAdapters.dll b/Source/Dependencies/GSF/TestingAdapters.dll index e50a900887..bd2c0651c2 100755 Binary files a/Source/Dependencies/GSF/TestingAdapters.dll and b/Source/Dependencies/GSF/TestingAdapters.dll differ diff --git a/Source/Dependencies/GSF/ValidateAssemblyBindings.exe b/Source/Dependencies/GSF/ValidateAssemblyBindings.exe index c0b08f700d..f965dadb11 100755 Binary files a/Source/Dependencies/GSF/ValidateAssemblyBindings.exe and b/Source/Dependencies/GSF/ValidateAssemblyBindings.exe differ diff --git a/Source/Dependencies/GSF/WavInputAdapter.dll b/Source/Dependencies/GSF/WavInputAdapter.dll index 9f0634f7ab..145413c695 100755 Binary files a/Source/Dependencies/GSF/WavInputAdapter.dll and b/Source/Dependencies/GSF/WavInputAdapter.dll differ diff --git a/Source/Dependencies/GSF/eDNAAdapters.dll b/Source/Dependencies/GSF/eDNAAdapters.dll index 42d124ceb7..a757496b7c 100644 Binary files a/Source/Dependencies/GSF/eDNAAdapters.dll and b/Source/Dependencies/GSF/eDNAAdapters.dll differ diff --git a/Source/Dependencies/GSF/en/GSF.PhasorProtocols.UI.WPF.resources.dll b/Source/Dependencies/GSF/en/GSF.PhasorProtocols.UI.WPF.resources.dll index 7b9dc28389..380a4084fa 100644 Binary files a/Source/Dependencies/GSF/en/GSF.PhasorProtocols.UI.WPF.resources.dll and b/Source/Dependencies/GSF/en/GSF.PhasorProtocols.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/en/GSF.TimeSeries.Transport.UI.WPF.resources.dll b/Source/Dependencies/GSF/en/GSF.TimeSeries.Transport.UI.WPF.resources.dll index 64f3780b4c..8c2641f7a4 100644 Binary files a/Source/Dependencies/GSF/en/GSF.TimeSeries.Transport.UI.WPF.resources.dll and b/Source/Dependencies/GSF/en/GSF.TimeSeries.Transport.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll b/Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll index 910ae6e5a0..124b8e7e33 100644 Binary files a/Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll and b/Source/Dependencies/GSF/en/GSF.TimeSeries.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/es/GSF.PhasorProtocols.UI.WPF.resources.dll b/Source/Dependencies/GSF/es/GSF.PhasorProtocols.UI.WPF.resources.dll index d21b5ce05d..5f6e36ab4e 100644 Binary files a/Source/Dependencies/GSF/es/GSF.PhasorProtocols.UI.WPF.resources.dll and b/Source/Dependencies/GSF/es/GSF.PhasorProtocols.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/es/GSF.TimeSeries.Transport.UI.WPF.resources.dll b/Source/Dependencies/GSF/es/GSF.TimeSeries.Transport.UI.WPF.resources.dll index 7795dad0e8..582e1c323f 100644 Binary files a/Source/Dependencies/GSF/es/GSF.TimeSeries.Transport.UI.WPF.resources.dll and b/Source/Dependencies/GSF/es/GSF.TimeSeries.Transport.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll b/Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll index 7b76193845..62ddc3a5b5 100644 Binary files a/Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll and b/Source/Dependencies/GSF/es/GSF.TimeSeries.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/zh/GSF.PhasorProtocols.UI.WPF.resources.dll b/Source/Dependencies/GSF/zh/GSF.PhasorProtocols.UI.WPF.resources.dll index 3283eab9a7..9057645e29 100644 Binary files a/Source/Dependencies/GSF/zh/GSF.PhasorProtocols.UI.WPF.resources.dll and b/Source/Dependencies/GSF/zh/GSF.PhasorProtocols.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/zh/GSF.TimeSeries.Transport.UI.WPF.resources.dll b/Source/Dependencies/GSF/zh/GSF.TimeSeries.Transport.UI.WPF.resources.dll index c12960260f..0aa9946b77 100644 Binary files a/Source/Dependencies/GSF/zh/GSF.TimeSeries.Transport.UI.WPF.resources.dll and b/Source/Dependencies/GSF/zh/GSF.TimeSeries.Transport.UI.WPF.resources.dll differ diff --git a/Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll b/Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll index f74b9a0434..1579982ae0 100644 Binary files a/Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll and b/Source/Dependencies/GSF/zh/GSF.TimeSeries.UI.WPF.resources.dll differ