Files
infineon_plc/PLC/00_Main/ST_HMI_Machine.TcDUT
m.heisig f4562af86f Linked all tank sensors in media cabinet
- Additional fixes for the hmi
2026-03-10 18:03:28 +01:00

48 lines
1.1 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
stMasterRecipeEtcher : ST_Recipe_Etcher;
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;
stMediaCabinet : ST_HMI_MediaCabinet;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>