45 lines
885 B
XML
45 lines
885 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_Recipe_EtherRobotStepData" Id="{21cfad24-000a-40fe-ab34-469629d5b7b9}">
|
|
<Declaration><![CDATA[TYPE ST_Recipe_EtherRobotStepData :
|
|
STRUCT
|
|
// Position in x in mm
|
|
rPosX : REAL;
|
|
|
|
// Positionin y in mm
|
|
rPosY : REAL;
|
|
|
|
// Position in z in mm
|
|
rPosZ : REAL;
|
|
|
|
// Angle alpha in deg
|
|
rAngleAlpha : REAL;
|
|
|
|
// Angle gamma in deg
|
|
rAngleGamma : REAL;
|
|
|
|
// Radial position of water jet under the blank in mm
|
|
rRadialPosLowerWaterJet : REAL;
|
|
|
|
// Rotation speed in U/min
|
|
rRPM : REAL;
|
|
|
|
// Move speed in mm/s
|
|
rMoveSpeed : REAL;
|
|
|
|
// Wait time after move in seconds
|
|
rDelay : REAL;
|
|
|
|
// Type of medium
|
|
uiMedium : UINT;
|
|
|
|
// With waterjet from below
|
|
xWaterFromBelow : BOOL;
|
|
|
|
// With water from above
|
|
xWaterFromAbove : BOOL;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |