Changed etcher recipe data
This commit is contained in:
@@ -3,12 +3,6 @@
|
|||||||
<DUT Name="ST_Recipe_Etcher" Id="{a2719587-4d71-43a5-9547-91935943e20c}">
|
<DUT Name="ST_Recipe_Etcher" Id="{a2719587-4d71-43a5-9547-91935943e20c}">
|
||||||
<Declaration><![CDATA[TYPE ST_Recipe_Etcher :
|
<Declaration><![CDATA[TYPE ST_Recipe_Etcher :
|
||||||
STRUCT
|
STRUCT
|
||||||
// Rotation speed in U/min
|
|
||||||
rRPM : REAL;
|
|
||||||
|
|
||||||
// Radial position of water jet under the blank in mm
|
|
||||||
rRadialPosLowerWaterJet : REAL;
|
|
||||||
|
|
||||||
// Number of robot positions
|
// Number of robot positions
|
||||||
uiNumRobotPos : UINT;
|
uiNumRobotPos : UINT;
|
||||||
|
|
||||||
|
|||||||
@@ -15,13 +15,22 @@ STRUCT
|
|||||||
// Angle alpha in deg
|
// Angle alpha in deg
|
||||||
rAngleAlpha : REAL;
|
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
|
// Move speed in mm/s
|
||||||
rMoveSpeed : REAL;
|
rMoveSpeed : REAL;
|
||||||
|
|
||||||
// Wait time after move in seconds
|
// Wait time after move in seconds
|
||||||
rDelay : REAL;
|
rDelay : REAL;
|
||||||
|
|
||||||
// Tepe of medium
|
// Type of medium
|
||||||
uiMedium : UINT;
|
uiMedium : UINT;
|
||||||
|
|
||||||
// With waterjet from below
|
// With waterjet from below
|
||||||
|
|||||||
Reference in New Issue
Block a user