Files
infineon_plc/PLC/01_Stationen/Etcher/ST_Recipe_Etcher.TcDUT
2026-03-09 11:34:13 +01:00

15 lines
454 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_Recipe_Etcher" Id="{a2719587-4d71-43a5-9547-91935943e20c}">
<Declaration><![CDATA[TYPE ST_Recipe_Etcher :
STRUCT
// Number of robot positions
uiNumRobotPos : UINT;
// Roboter position and setting data
stRobotStepData : ARRAY[0..(GVL_ETCHER.MAX_ROBOT_POS - 1)] OF ST_Recipe_EtherRobotStepData;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>