- Fixed a bug in tank emptying
- Component
This commit is contained in:
@@ -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:
|
||||
//--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user