You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
618 B
XML
18 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
|
|
<POU Name="AutoCalibration" Id="{91b03096-f66e-4642-bc92-f621c474de6d}" SpecialFunc="None">
|
|
<Declaration><![CDATA[PROGRAM AutoCalibration
|
|
VAR
|
|
iTError : INT; // The diffrence between PV and SP
|
|
END_VAR
|
|
]]></Declaration>
|
|
<Implementation>
|
|
<ST><![CDATA[iTError := GVL.iTempAverage - Set.iSetT; // The diffrence between PV and SP
|
|
]]></ST>
|
|
</Implementation>
|
|
<LineIds Name="AutoCalibration">
|
|
<LineId Id="5" Count="0" />
|
|
<LineId Id="8" Count="0" />
|
|
</LineIds>
|
|
</POU>
|
|
</TcPlcObject> |