From a0d53f9ec94ba2e6c0bb88f9fb44bdce508f2f15 Mon Sep 17 00:00:00 2001 From: Marek Frniak Date: Tue, 25 Aug 2026 13:49:49 +0200 Subject: [PATCH] : RefPulses carry-over by restoring testInProgress behavior in StandingStart, increase revision to 3.9.3145 Cause: 1. Background: Restore/ensure testInProgress behavior before the DataEntry sequence and explicitly prevent to reset the pulse. 2. Increase revision to 3.9.3145 Solution: 1. Deleted .AddOperation(testInProgress) calling 2. Increased revision to 3.9.3145 --- TBF/Properties/AssemblyInfo.cs | 4 ++-- TBF/Rig/TestMethods/StandingStart/StandingStartSeq.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index 339929c8a..37fc9cb74 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("3.9.3144.0")] -[assembly: AssemblyFileVersion("3.9.3144.0")] +[assembly: AssemblyVersion("3.9.3145.0")] +[assembly: AssemblyFileVersion("3.9.3145.0")] diff --git a/TBF/Rig/TestMethods/StandingStart/StandingStartSeq.cs b/TBF/Rig/TestMethods/StandingStart/StandingStartSeq.cs index 439f94213..668a941f9 100644 --- a/TBF/Rig/TestMethods/StandingStart/StandingStartSeq.cs +++ b/TBF/Rig/TestMethods/StandingStart/StandingStartSeq.cs @@ -730,7 +730,7 @@ namespace TBF.Rig.TestMethods.StandingStart State.Create(string.Format("{0}({1}) : Delay for meters stabilization ", test.Method, test.Name, delay)) .AddOperation(checkUiOp) .AddOperations(readTempPressOps) - .AddOperation(testInProgress) + //.AddOperation(testInProgress) .AddOperation(new Operations.TimerOp(delay)) //...develop: step 5 .EnterState(); do