Initial
This commit is contained in:
18
PLC/3 Hotplate/DUTs/Config/sHotplateConfig.TcDUT
Normal file
18
PLC/3 Hotplate/DUTs/Config/sHotplateConfig.TcDUT
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4026.6">
|
||||
<DUT Name="sHotplateConfig" Id="{f659a490-49e1-4e26-bfdc-17f0eb8ced2c}">
|
||||
<Declaration><![CDATA[TYPE sHotplateConfig :
|
||||
STRUCT
|
||||
Temperature : sConfigTemperatureController;
|
||||
// TemperatureCover : sConfigTemperatureController;
|
||||
ChillerOffset : LREAL;
|
||||
{IF defined (vHP_PIN)}
|
||||
Pin : sHotplateConfigPin;
|
||||
{END_IF}
|
||||
StandbyTemperature : LREAL := 60;
|
||||
ConfigPlausibility : BOOL := FALSE;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user