Added etcher maste recipe
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
<DUT Name="ST_Recipe_Etcher" Id="{a2719587-4d71-43a5-9547-91935943e20c}">
|
||||
<Declaration><![CDATA[TYPE ST_Recipe_Etcher :
|
||||
STRUCT
|
||||
// Rotation speed in U/min
|
||||
rRPM : REAL;
|
||||
|
||||
// Radial position of water jet under the blank in mm
|
||||
rRadialPosLowerWaterJet : REAL;
|
||||
|
||||
// Number of robot positions
|
||||
uiNumRobotPos : UINT;
|
||||
|
||||
// Roboter position and setting data
|
||||
stRobotStepData : ARRAY[0..(GVL_ETCHER.MAX_ROBOT_POS - 1)] OF ST_Recipe_EtherRobotStepData;
|
||||
|
||||
// Radial position of water jet under the blank in mm
|
||||
rRadialPosLowerWaterJet : REAL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
|
||||
Reference in New Issue
Block a user