Files
infineon_plc/PLC/01_Stationen/TrayFeeder/ST_TrayFeederStatus.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

16 lines
427 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_TrayFeederStatus" Id="{749afe59-cdec-4f20-a088-f36d2372ce96}">
<Declaration><![CDATA[TYPE ST_TrayFeederStatus :
STRUCT
eState : E_TrayFeederState;
xInPickPosition : BOOL;
uiActTray : UINT;
xDoorOpen : BOOL;
eStateInputStack : E_TFInputStackState;
xConnected : BOOL;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>