PRG_Slow.TcPOU
730 Bytes
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.9">
<POU Name="PRG_Slow" Id="{141e972f-53b3-4b7c-beb1-c2d042dc1da6}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM PRG_Slow
VAR
fbTxtParser : FB_TxtParser;
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[
fbTxtParser(bExecute:= ,
sFilePathSource:= ,
sFilePathDestination:= ,
eMode:= ,
nParsePerCycle:= nAcquisitionBlock,
bBusy=> ,
bError=> ,
nErrId=> );
fbTxtParser.bExecute := false;]]></ST>
</Implementation>
<LineIds Name="PRG_Slow">
<LineId Id="8" Count="9" />
<LineId Id="24" Count="0" />
<LineId Id="5" Count="0" />
</LineIds>
</POU>
</TcPlcObject>