From 84da66ccd5a4d0f5d726991cb9912703b3ba1955 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Tue, 22 Jul 2025 08:48:23 -0700 Subject: [PATCH] Enable SP1 pdsf usage --- LSL2/STPROC/METROLOGY_SERVICES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LSL2/STPROC/METROLOGY_SERVICES.txt b/LSL2/STPROC/METROLOGY_SERVICES.txt index 1acefef..106ad67 100644 --- a/LSL2/STPROC/METROLOGY_SERVICES.txt +++ b/LSL2/STPROC/METROLOGY_SERVICES.txt @@ -433,7 +433,7 @@ Service ImportMetrologyFiles(Machine=MACHINE_TYPES) SearchPattern = '*.txt'; DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08THFTIRSTRATUS\Source\MET08THFTIRSTRATUS\' Case Machine _EQC 'SP1' - SearchPattern = '*.txt'; + SearchPattern = '*.pdsf'; DataPath = Environment_Services('GetApplicationRootPath') : '\Metrology\MET08DDUPSP1TBI\Source\MET08DDUPSP1TBI\' Case Machine _EQC 'SPV' SearchPattern = '*.txt';