28 lines
742 B
XML
28 lines
742 B
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);
|
|
|
|
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>
|
|
</DUT>
|
|
</TcPlcObject> |