Initial
This commit is contained in:
15
PLC/3 Hotplate/DUTs/Recipe/eHotplateStepEnd.TcDUT
Normal file
15
PLC/3 Hotplate/DUTs/Recipe/eHotplateStepEnd.TcDUT
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.6">
|
||||
<DUT Name="eHotplateStepEnd" Id="{c943360b-e6df-41c0-bc98-5e122322d24b}">
|
||||
<Declaration><![CDATA[{attribute 'qualified_only'}
|
||||
{attribute 'strict'}
|
||||
TYPE eHotplateStepEnd :
|
||||
(
|
||||
never,
|
||||
EndbyStepTime := 1,
|
||||
EndbyPin := 2
|
||||
);
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
13
PLC/3 Hotplate/DUTs/Recipe/sHotplateRecipe.TcDUT
Normal file
13
PLC/3 Hotplate/DUTs/Recipe/sHotplateRecipe.TcDUT
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.8">
|
||||
<DUT Name="sHotplateRecipe" Id="{56f07c11-8015-4a22-879a-498aed7c8365}">
|
||||
<Declaration><![CDATA[TYPE sHotplateRecipe:
|
||||
STRUCT
|
||||
// STEP_COUNT : USINT := 1;
|
||||
TEMPERATURE : LREAL := 30;
|
||||
TOL : LREAL := 1;
|
||||
StepTime : LREAL := 0;
|
||||
END_STRUCT
|
||||
END_TYPE]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
11
PLC/3 Hotplate/DUTs/Recipe/sHotplateStepPin.TcDUT
Normal file
11
PLC/3 Hotplate/DUTs/Recipe/sHotplateStepPin.TcDUT
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.6">
|
||||
<DUT Name="sHotplateStepPin" Id="{888d2174-1cd5-43c6-9e32-39d45c9ec3cf}">
|
||||
<Declaration><![CDATA[TYPE sHotplateStepPin :
|
||||
STRUCT
|
||||
Postion : LREAL := 10;
|
||||
Velocity : LREAL := 10;
|
||||
END_STRUCT
|
||||
END_TYPE]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user