Add action call of action STARTUP( ) to MAIN

This commit is contained in:
Federico Rojas
2019-08-12 15:55:16 +02:00
parent ea525c4f49
commit 80380cbcd1
2 changed files with 3 additions and 4 deletions

View File

@@ -1172,7 +1172,4 @@ External Setpoint Generation:
</Project>
</Plc>
</Project>
<Mappings>
<MappingInfo Identifier="{05000010-2041-0850-3000-040340205008}" Id="#x02030010" Watchdog="04000000080000000400000004000000"/>
</Mappings>
</TcSmProject>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.17">
<POU Name="MAIN" Id="{33eb6f49-7781-4211-a70b-87ada6d80cb7}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM MAIN
VAR
@@ -68,6 +68,7 @@ ELSIF eGlobalSUpsState > eSUPS_PowerFailure THEN
RETURN;
END_IF
STARTUP();
PROG();
AXES();
ERROR();]]></ST>
@@ -232,6 +233,7 @@ END_IF]]></ST>
<LineIds Name="MAIN">
<LineId Id="124" Count="9" />
<LineId Id="2" Count="0" />
<LineId Id="189" Count="0" />
<LineId Id="135" Count="0" />
<LineId Id="134" Count="0" />
<LineId Id="81" Count="1" />