Added JobScheduler and recipe data for stations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user