(1) State of the RegulValve checked after ValveMove (#, position, ...), (2) RFID results are saved only when SimultWithPrevious == true.

This commit is contained in:
Milan Hanajik
2016-02-08 17:49:49 +01:00
parent 1278a2365d
commit 6e2bf48b43
4 changed files with 65 additions and 30 deletions
@@ -469,6 +469,7 @@ namespace TBF.BenchControl.DB.SensusOracle
public Retv WriteLogsToDisk(Results.Entities.Batch batch)
{
#if IPERLST
if (logger == null) return Retv.Error;
try
@@ -723,7 +724,7 @@ namespace TBF.BenchControl.DB.SensusOracle
log.ErrorFormat("Results not saved to disk: {0}", exc.Message);
return Retv.Error;
}
#endif
return Retv.OK; /// OK
}