Files
infineon_plc/PLC/LibraryCandidates/PackML/DUTs/ST_HMI_PackML.TcDUT
m.heisig 0ea0887bb4 First version Tray Feeder ready for test
- Tray feeder implementation ready for first tests
- Some refactoring of packml function names
- Added .xtv file to project again because of linking issues
- Added hmi button for packml complete command
- Started media cabinet
2026-03-03 14:11:58 +01:00

26 lines
792 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_HMI_PackML" Id="{63a68e73-cb52-413d-804c-40ed071625f9}">
<Declaration><![CDATA[TYPE ST_HMI_PackML :
STRUCT
stBtnClear : ST_HMI_CONTROL_BUTTON;
stBtnReset : ST_HMI_CONTROL_BUTTON;
stBtnStart : ST_HMI_CONTROL_BUTTON;
stBtnAbort : ST_HMI_CONTROL_BUTTON;
stBtnHold : ST_HMI_CONTROL_BUTTON;
stBtnStop : ST_HMI_CONTROL_BUTTON;
stBtnSuspend : ST_HMI_CONTROL_BUTTON;
stBtnUnhold : ST_HMI_CONTROL_BUTTON;
stBtnUnsuspend : ST_HMI_CONTROL_BUTTON;
stBtnComplete : ST_HMI_CONTROL_BUTTON;
stBtnManualMode : ST_HMI_CONTROL_BUTTON;
stBtnProdMode : ST_HMI_CONTROL_BUTTON;
eCurrentState : E_PackMLState;
eCurrentMode : E_PackMLUnitMode;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>