From 0483d54928a35368d29c672f3f03a6428db8d186 Mon Sep 17 00:00:00 2001 From: "Infineon\\Ouellette" Date: Thu, 5 Dec 2024 10:27:35 -0700 Subject: [PATCH] Found and fixed cause for invalid equip type identifiers being logged --- LSL2/STPROC/NDW_LOG_TEST_WAFER_USAGE_EVENTS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LSL2/STPROC/NDW_LOG_TEST_WAFER_USAGE_EVENTS.txt b/LSL2/STPROC/NDW_LOG_TEST_WAFER_USAGE_EVENTS.txt index 9299bcc..e55fa09 100644 --- a/LSL2/STPROC/NDW_LOG_TEST_WAFER_USAGE_EVENTS.txt +++ b/LSL2/STPROC/NDW_LOG_TEST_WAFER_USAGE_EVENTS.txt @@ -227,7 +227,7 @@ Event PUB_SUBMIT.CLICK() Next TWRow If NotReadyReason EQ '' then - TRWaferKey = Test_Run_Services('CreateTestRunRecord', SelRunTypeID, EquipmentType, SelEquipType, RelatedPSN, RelatedRDS, @User4, TWLots, TWLotQtys) + TRWaferKey = Test_Run_Services('CreateTestRunRecord', SelRunTypeID, SelEquipType, EquipmentID, RelatedPSN, RelatedRDS, @User4, TWLots, TWLotQtys) If Error_Services('NoError') then Msg(@Window, 'Test Run Created Successfully!') Result = '' @@ -285,3 +285,4 @@ return +