Files
infineon_plc/PLC/00_Main/ST_HMI_Machine.TcDUT

46 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_HMI_Machine" Id="{60f4c1e9-5df6-4709-9b42-c771abc6cf78}">
<Declaration><![CDATA[TYPE ST_HMI_Machine :
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;
stAligner : ST_HMI_Aligner;
stEtcher1 : ST_HMI_Etcher;
stEtcher2 : ST_HMI_Etcher;
stHotplate : ST_HMI_Hotplate;
stCoolplate : ST_HMI_Coolplate;
stHVTesterHot : ST_HMI_HVTester;
stHVTesterCold : ST_HMI_HVTester;
stTrayFeederOut : ST_HMI_TrayFeeder;
stNOK : ST_HMI_NOK;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>