MURES component updated, SetFlowOp watches StatusP.RefPulsesMsrmnt flag, version 1.5.133.

This commit is contained in:
Milan Hanajik 2015-10-21 08:00:44 +02:00
parent c9e2742745
commit 5ac7572a3d
3 changed files with 4 additions and 4 deletions

View File

@ -262,7 +262,7 @@ namespace TBF.BenchControl.Elde.RegulValve
} }
else if (opState == OpState.ValveMoveToPosition4) /// Verify else if (opState == OpState.ValveMoveToPosition4) /// Verify
{ {
if (((ulong)controlBoard.StatusP & (ulong)StatusP.TestInProgress) == 0) if (((ulong)controlBoard.StatusP & (ulong)StatusP.RefPulsesMsrmnt) == 0)
{ {
opState = OpState.SendCommandAgain; opState = OpState.SendCommandAgain;
return Event.None; return Event.None;
@ -326,7 +326,7 @@ namespace TBF.BenchControl.Elde.RegulValve
} }
else if (opState == OpState.ValveMoveToFlow4) else if (opState == OpState.ValveMoveToFlow4)
{ {
if (((ulong)controlBoard.StatusP & (ulong)StatusP.TestInProgress) == 0) if (((ulong)controlBoard.StatusP & (ulong)StatusP.RefPulsesMsrmnt) == 0)
{ {
opState = OpState.SendCommandAgain; opState = OpState.SendCommandAgain;
return Event.None; return Event.None;

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.5.132.1")] [assembly: AssemblyVersion("1.5.133.1")]
[assembly: AssemblyFileVersion("1.5.132.1")] [assembly: AssemblyFileVersion("1.5.133.1")]