Enable SP1 pdsf usage
This commit is contained in:
@ -433,7 +433,7 @@ Service ImportMetrologyFiles(Machine=MACHINE_TYPES)
|
|||||||
SearchPattern = '*.txt';
|
SearchPattern = '*.txt';
|
||||||
DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08THFTIRSTRATUS\Source\MET08THFTIRSTRATUS\'
|
DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08THFTIRSTRATUS\Source\MET08THFTIRSTRATUS\'
|
||||||
Case Machine _EQC 'SP1'
|
Case Machine _EQC 'SP1'
|
||||||
SearchPattern = '*.txt';
|
SearchPattern = '*.pdsf';
|
||||||
DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08DDUPSP1TBI\Source\MET08DDUPSP1TBI\'
|
DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08DDUPSP1TBI\Source\MET08DDUPSP1TBI\'
|
||||||
Case Machine _EQC 'SPV'
|
Case Machine _EQC 'SPV'
|
||||||
SearchPattern = '*.txt';
|
SearchPattern = '*.txt';
|
||||||
|
Reference in New Issue
Block a user