This commit is contained in:
2026-01-08 11:08:17 +01:00
commit fe882dc444
311 changed files with 511562 additions and 0 deletions

View 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>

View 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>

View 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>