Initial
This commit is contained in:
17
PLC/4 HV/DUTs/Recipe/sHVRecipeStepData.TcDUT
Normal file
17
PLC/4 HV/DUTs/Recipe/sHVRecipeStepData.TcDUT
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.11">
|
||||
<DUT Name="sHVRecipeStepData" Id="{cd2b13e9-a8a8-423c-a8f7-1917f8c7771a}">
|
||||
<Declaration><![CDATA[TYPE sHVRecipeStepData :
|
||||
STRUCT
|
||||
Ramp : USINT(0..5);
|
||||
MeasurementRate : USINT(0..4);
|
||||
I_Max : LREAL := 200;
|
||||
V_Max : LREAL := 20;
|
||||
I_Limit : LREAL := 10;
|
||||
V_Limit : LREAL := 15;
|
||||
Direction : BOOL;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user