diff --git a/Tractor/Com.QuantAsylum.Tractor.TestManagers/QA401.cs b/Tractor/Com.QuantAsylum.Tractor.TestManagers/QA401.cs index 61f6dd8..496dd7e 100644 --- a/Tractor/Com.QuantAsylum.Tractor.TestManagers/QA401.cs +++ b/Tractor/Com.QuantAsylum.Tractor.TestManagers/QA401.cs @@ -168,12 +168,12 @@ public void SetInputRange(int attenLevel_dB) public void SetOffsets(double inputOffset, double outputOffset) { - Qa401.SetOffsets(inputOffset, outputOffset); + Qa401.SetOffsets(inputOffset, outputOffset); } public void DoFrAquisition(float ampLevel_Dbv, double windowSec, int smoothingDenominator) { - Qa401.RemotingRunSingleFrExpoChirp(ampLevel_Dbv, windowSec, smoothingDenominator); + Qa401.RemotingRunSingleFrExpoChirp(ampLevel_Dbv, false, windowSec, smoothingDenominator); while (AnalyzerIsBusy()) { diff --git a/Tractor/Com.QuantAsylum.Tractor.Tests/GainLevel/FreqResponseA01.cs b/Tractor/Com.QuantAsylum.Tractor.Tests/GainLevel/FreqResponseA01.cs index e567c3f..2b3f9f7 100644 --- a/Tractor/Com.QuantAsylum.Tractor.Tests/GainLevel/FreqResponseA01.cs +++ b/Tractor/Com.QuantAsylum.Tractor.Tests/GainLevel/FreqResponseA01.cs @@ -33,6 +33,7 @@ public FreqResponseA01() : base() { Name = this.GetType().Name; _TestType = TestTypeEnum.LevelGain; + FftSize = 32; // Override and set 32K as default } public override void DoTest(string title, out TestResult tr) @@ -82,7 +83,7 @@ public override string GetTestLimits() public override string GetTestDescription() { - return "Measures the frequency response using a chirp and compares to a mask. NOTE: FFT should be >32768."; + return "Measures the frequency response using a chirp and compares to a mask. NOTE: FFT should be >=32768."; } internal override int HardwareMask diff --git a/Tractor/Constants.cs b/Tractor/Constants.cs index d6e4d8f..6a130a8 100644 --- a/Tractor/Constants.cs +++ b/Tractor/Constants.cs @@ -10,11 +10,11 @@ namespace Tractor static class Constants { public static string TitleBarText = "QuantAsylum TRACTOR"; - public static readonly double Version = 1.000; + public static readonly double Version = 1.01; public static string VersionSuffix = ""; public static double RequiredWebserviceVersion = 0.5; - public static double RequiredQa401Version = 1.908; + public static double RequiredQa401Version = 1.923; public static double RequiredQa450Version = 1.21; public static double RequiredQa351Version = 1.033; diff --git a/Tractor/Properties/AssemblyInfo.cs b/Tractor/Properties/AssemblyInfo.cs index c6b7c9c..ae15288 100644 --- a/Tractor/Properties/AssemblyInfo.cs +++ b/Tractor/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Tractor")] -[assembly: AssemblyCopyright("Copyright QuantAsylum © 2020")] +[assembly: AssemblyCopyright("Copyright QuantAsylum © 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.9.7")] -[assembly: AssemblyFileVersion("0.9.9.7")] +[assembly: AssemblyVersion("0.1.0.1")] +[assembly: AssemblyFileVersion("0.1.0.1")] diff --git a/Tractor/Releases.txt b/Tractor/Releases.txt index e749fdb..21ad7ca 100644 --- a/Tractor/Releases.txt +++ b/Tractor/Releases.txt @@ -1,4 +1,9 @@ -1.0 +1.01 +- Default FFT size for FreqResponseA01 to 32K (change min required QA401 version to 1.916 to ensure this is avoided) + +1.001 +- Fixed issue related to RemotingRunSingleFrExpoChirp. In previous QA401 release the number of args was changed, but that wasn't updated in Tractor +1.0 - Operator Dlg Prompt window made always on top - Added QA351 voltage test