From 80380cbcd14ebf830a5c5c92445fec120c64ba4f Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Mon, 12 Aug 2019 15:55:16 +0200 Subject: [PATCH] Add action call of action STARTUP( ) to MAIN --- solution/solution.tsproj | 3 --- solution/tc_project_app/POUs/MAIN.TcPOU | 4 +++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 9224788..b64b221 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1172,7 +1172,4 @@ External Setpoint Generation: - - - diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index f7387cc..2c8e8a8 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -1,5 +1,5 @@  - + eSUPS_PowerFailure THEN RETURN; END_IF +STARTUP(); PROG(); AXES(); ERROR();]]> @@ -232,6 +233,7 @@ END_IF]]> +