First working implementation
- Currently only with one sided gripper
This commit is contained in:
15
PLC/POUs/ST_RobotMoveData.TcDUT
Normal file
15
PLC/POUs/ST_RobotMoveData.TcDUT
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_RobotMoveData" Id="{94123d39-0745-4fc4-b9ca-f3094a525f9a}">
|
||||
<Declaration><![CDATA[TYPE ST_RobotMoveData :
|
||||
STRUCT
|
||||
rWaitTime : REAL;
|
||||
|
||||
rX : REAL;
|
||||
rY : REAL;
|
||||
rZ : REAL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user