Files
infineon_legacy_plc/PLC/2 Spinner/DUTs/Recipe/sSpinnerRecipe.TcDUT
2026-01-08 11:08:17 +01:00

13 lines
442 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.12">
<DUT Name="sSpinnerRecipe" Id="{85be9af8-6fc1-4a80-8768-765e3887f0d0}">
<Declaration><![CDATA[TYPE sSpinnerRecipe:
STRUCT
STEP_COUNT : USINT := 1;
NozzlesCheck : BOOL;
ProcessType : eSpinnerRecipeProcessType;
DATA : ARRAY [1..maxRecipeSteps] OF sSpinnerStepData;
END_STRUCT
END_TYPE]]></Declaration>
</DUT>
</TcPlcObject>