<Fix>: 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
This commit is contained in:
parent
dfa8693be9
commit
a0d53f9ec9
@ -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")]
|
||||
|
||||
@ -730,7 +730,7 @@ namespace TBF.Rig.TestMethods.StandingStart
|
||||
State.Create(string.Format("{0}({1}) : Delay for meters stabilization <T flow stab. - start = {2}s> ", test.Method, test.Name, delay))
|
||||
.AddOperation(checkUiOp)
|
||||
.AddOperations(readTempPressOps)
|
||||
.AddOperation(testInProgress)
|
||||
//.AddOperation(testInProgress)
|
||||
.AddOperation(new Operations.TimerOp(delay)) //...develop: step 5
|
||||
.EnterState();
|
||||
do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user