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 @@