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.

34 lines
848 B
Plaintext

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<POU Name="CTRL_IN" Id="{10a476d6-ef6b-428a-90c2-053a8f0c8c42}" SpecialFunc="None">
<Declaration><![CDATA[FUNCTION CTRL_IN : REAL
VAR_INPUT
SET_POINT, ACTUAL, NOISE : REAL;
END_VAR
VAR
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[(*
version 1.0 2. jun 2008
programmer hugo
tested by tobias
*)
(* @END_DECLARATION := '0' *)
(* calculate the process error DIFF *)
CTRL_IN := DEAD_ZONE(SET_POINT - ACTUAL, NOISE);
(* revision history
hm 2. jun. 2008 rev 1.0
original version
*)]]></ST>
</Implementation>
<LineIds Name="CTRL_IN">
<LineId Id="9" Count="3" />
<LineId Id="15" Count="4" />
<LineId Id="21" Count="3" />
<LineId Id="7" Count="0" />
</LineIds>
</POU>
</TcPlcObject>