Aligner ======= - Fixed Aligner during resetting with library update to 1.3.4 - Added Vacuum valve to HMI Etcher ====== - Added Vacuum valve to HMI TrayFeeder ========== - Fixed a bug in protocoll parsing - Added automatic reconnect tries to protocoll handler - Added buttons to hmi interface for tray feeding and unloading
20 lines
517 B
XML
20 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_HMI_TrayFeeder" Id="{4414491b-4072-41e7-8d0d-7bcf44378912}">
|
|
<Declaration><![CDATA[TYPE ST_HMI_TrayFeeder :
|
|
STRUCT
|
|
stStationCmds : ST_HMI_PackML;
|
|
|
|
// Button to feed tray with number
|
|
stFeedTray : ST_HMI_CONTROL_BUTTON;
|
|
|
|
// Number of tray to feed
|
|
uiTrayNr : UINT;
|
|
|
|
// Button to move trayfeeder to loading position
|
|
stUnloadFeeder : ST_HMI_CONTROL_BUTTON;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |