Fixed base library namespace issues with version 1.3.3
This commit is contained in:
22
PLC/01_Stationen/Stammdaten/ST_Tray.TcDUT
Normal file
22
PLC/01_Stationen/Stammdaten/ST_Tray.TcDUT
Normal 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>
|
||||
Reference in New Issue
Block a user