From cf3c760290234a1e6be293296041f3a3b7dc6f11 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Wed, 9 Dec 2020 15:18:00 +0100 Subject: [PATCH] Delete the action PROG() from the solution --- solution/solution.tsproj | 15 +++++++++++++-- solution/tc_project_app/POUs/MAIN.TcPOU | 10 ---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 66086ff..6c26f56 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ tc_project_app Instance {08500001-0000-0000-F000-000000000064} - + PlcTask Outputs MAIN.bOutput1 @@ -24,6 +24,17 @@ BOOL + + + 0 + PlcTask + + #x02010040 + + 20 + 10000000 + + diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 1545c89..81373c2 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -36,7 +36,6 @@ VAR PERSISTENT END_VAR]]> @@ -73,11 +72,6 @@ IF (fbGetDeviceIdentification.stDevIdent.strHardwareSerialNo <> '0') THEN END_IF]]> - - - - - - @@ -220,9 +213,6 @@ END_FOR]]> - - -