From 13444a149c5a9a417f13fcf685a9a6a707bc74f7 Mon Sep 17 00:00:00 2001 From: "m.heisig" Date: Wed, 25 Feb 2026 15:56:41 +0100 Subject: [PATCH] Added etcher maste recipe --- PLC/00_Main/ST_HMI_Machine.TcDUT | 2 +- PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PLC/00_Main/ST_HMI_Machine.TcDUT b/PLC/00_Main/ST_HMI_Machine.TcDUT index 6a70a64..5280ff4 100644 --- a/PLC/00_Main/ST_HMI_Machine.TcDUT +++ b/PLC/00_Main/ST_HMI_Machine.TcDUT @@ -17,9 +17,9 @@ STRUCT stMasterFlowRecipe : ST_FlowRecipe; // Master station recipes + stMasterRecipeEtcher : ST_Recipe_Etcher; stMasterRecipeHotplate : ST_Recipe_Hotplate; stMasterRecipeCoolplate : ST_Recipe_Coolplate; - stMasterRecipeHVTest : ST_Recipe_HVTester; // ======== diff --git a/PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT b/PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT index 30d4549..47805df 100644 --- a/PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT +++ b/PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT @@ -3,14 +3,17 @@