MURES component updated, SetFlowOp watches StatusP.RefPulsesMsrmnt flag, version 1.5.133.
This commit is contained in:
parent
c9e2742745
commit
5ac7572a3d
@ -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;
|
||||||
|
|||||||
@ -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")]
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user