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.

29 lines
812 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<POU Name="SavePersistent" Id="{1762c678-16da-430f-b876-16d7ed13592a}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM SavePersistent
VAR
END_VAR
]]></Declaration>
<Implementation>
<ST><![CDATA[// Call FB to initialise Data Saving
//
GVL.fbU900(
sNetID:= ,
iPLCPort:= 851,
tTimeout:= DEFAULT_ADS_TIMEOUT,
eUpsMode:= eSUPS_WrPersistData_NoShutdown,
ePersistentMode:= SPDM_2PASS,
tRecoverTime:= T#10S,
bPowerFailDetect=> ,
eState=> );
]]></ST>
</Implementation>
<LineIds Name="SavePersistent">
<LineId Id="5" Count="1" />
<LineId Id="9" Count="7" />
<LineId Id="7" Count="0" />
<LineId Id="17" Count="0" />
</LineIds>
</POU>
</TcPlcObject>