Fixed base library namespace issues with version 1.3.3

This commit is contained in:
2026-02-19 12:04:15 +01:00
parent 2ea0f47b9e
commit c4044be7bd
4 changed files with 89 additions and 99 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
<DUT Name="ST_Tray" Id="{46c836b3-855e-4243-8a48-0af69c810b62}">
<Declaration><![CDATA[TYPE ST_Tray :
STRUCT
// Tray index id
iIdx : INT;
// Tray name
sName : STRING(255);
// Number of pick positions
iPosCnt : INT := 0;
// Pick position array
arPosX : ARRAY[0..19] OF REAL;
arPosY : ARRAY[0..19] OF REAL;
END_STRUCT
END_TYPE
]]></Declaration>
</DUT>
</TcPlcObject>