- Fixed a bug in tank emptying
- Component
This commit is contained in:
parent
4953290eb3
commit
cc2a24cee5
@ -278,7 +278,7 @@ namespace TBF.BenchControl.Sequences
|
||||
}
|
||||
while (!e.Contains(Event.BalanceDone));
|
||||
}
|
||||
while (Balance.IsEmpty(mass.Val));
|
||||
while (!Balance.IsEmpty(mass.Val));
|
||||
|
||||
quit_emptying:
|
||||
//--------------------------------
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user