15 lines
361 B
XML
15 lines
361 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_Input_Recipe" Id="{353ac92e-9d95-44a0-8ac7-6590259664c1}">
|
|
<Declaration><![CDATA[TYPE ST_Input_Recipe :
|
|
STRUCT
|
|
// Tray type
|
|
iTrayIdx : INT := -1;
|
|
|
|
// Number of parts to make
|
|
uiPartsToMake : UINT := 0;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |