Added JobScheduler and recipe data for stations

This commit is contained in:
2026-02-24 18:28:00 +01:00
parent c4044be7bd
commit 46e294d991
33 changed files with 1454 additions and 2837 deletions

View File

@@ -6,8 +6,26 @@ STRUCT
// Acknowledge alarm button
stConfirmAlarmsBtn : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
// Main machine
stMachineCmds : ST_HMI_PackML;
// =======
// Recipes
// =======
// Master flow recipe
stMasterFlowRecipe : ST_FlowRecipe;
// Master station recipes
stMasterRecipeHotplate : ST_Recipe_Hotplate;
stMasterRecipeCoolplate : ST_Recipe_Coolplate;
stMasterRecipeHVTest : ST_Recipe_HVTester;
// ========
// Stations
// ========
stKukaRobot : ST_HMI_Kuka;
stTrayFeederIn : ST_HMI_TrayFeeder;