(1) State of the RegulValve checked after ValveMove (#, position, ...), (2) RFID results are saved only when SimultWithPrevious == true.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user