EndCondition in transition steps is checked. Transition steps are finished when tank is empty.

This commit is contained in:
Milan Hanajik
2015-05-22 12:31:10 +02:00
parent edb6d5e8b6
commit edf35edfba
6 changed files with 122 additions and 12 deletions
@@ -27,6 +27,11 @@ namespace TBF.BenchControl.GenericDevices
/// </summary>
bool IsEmpty(float mass);
/// <summary>
/// Returns true if tank s empty, the last measured mass is less then some threshold
/// </summary>
bool IsEmpty();
/// <summary>
/// Format string to be used as ToString() argument (e.g. "F3" to obtain resolution 1g)
/// </summary>