Added first hmi interface implementation

This commit is contained in:
2026-02-19 00:20:05 +01:00
parent 0c40092d8f
commit a3ad956f0d
29 changed files with 591 additions and 240 deletions

View File

@@ -3,12 +3,24 @@
<DUT Name="ST_HMI_Machine" Id="{60f4c1e9-5df6-4709-9b42-c771abc6cf78}">
<Declaration><![CDATA[TYPE ST_HMI_Machine :
STRUCT
stAligner : ST_HMI_PackML;
stEtcher1 : ST_HMI_PackML;
stEtcher2 : ST_HMI_PackML;
stHVTester : ST_HMI_PackML;
stKukaRobot : ST_HMI_PackML;
stTrayFeeder : ST_HMI_PackML;
// Acknowledge alarm button
stConfirmAlarmsBtn : ST_HMI_CONTROL_BUTTON := (xRelease := TRUE);
stMachineCmds : ST_HMI_PackML;
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>