process-data-standard-format with pipes
Test empty first pass when wafer data isn't present
This commit is contained in:
		| @ -301,6 +301,8 @@ public class FileRead : Shared.FileRead, IFileRead | ||||
|         long preWait; | ||||
|         foreach (PreWith preWith in preWithCollection) | ||||
|         { | ||||
|             if (!_IsEAFHosted) | ||||
|                 continue; | ||||
|             if (processDataStandardFormat is null) | ||||
|                 File.Move(preWith.MatchingFile, preWith.CheckFile); | ||||
|             else | ||||
| @ -350,6 +352,8 @@ public class FileRead : Shared.FileRead, IFileRead | ||||
|             _Logistics = new Logistics(reportFullPath, processDataStandardFormat); | ||||
|             processDataStandardFormat = null; | ||||
|         } | ||||
|         if (!_IsEAFHosted && processDataStandardFormat is not null) | ||||
|             ProcessDataStandardFormat.Write(".pdsf", processDataStandardFormat); | ||||
|         SetFileParameterLotIDToLogisticsMID(); | ||||
|         int numberLength = 2; | ||||
|         long ticks = dateTime.Ticks; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user