This commit is contained in:
2026-01-08 11:08:17 +01:00
commit fe882dc444
311 changed files with 511562 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
<DUT Name="sStationsTrayScan" Id="{56dee3d3-54f7-472b-9226-086bd125d193}">
<Declaration><![CDATA[TYPE sStationsTrayScan :
STRUCT
MaxNumber : SINT;
SizeName : STRING;
Thickness : LREAL;
HeightAtTray : LREAL;
GripperSize : USINT(1..3) := 1;
PositionAtHVHot : ARRAY[0..1] OF LREAL;
PositionAtHVCold : ARRAY[0..1] OF LREAL;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>