From f30542ed8e2828836ad9d76ed327a5548a3e462c Mon Sep 17 00:00:00 2001 From: Kristina Jurisic Date: Tue, 4 May 2021 13:05:44 +0200 Subject: [PATCH] Add call for a pneumatic FB from Main Added program call for the pneumatic axis FB from Main PROG(). --- solution/tc_project_app/POUs/MAIN.TcPOU | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 2f0aeff..22fdfd4 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -1,5 +1,5 @@  - + +END_FOR +]]> @@ -85,7 +86,7 @@ END_IF]]> Axis_Template(); //Application program calls -Application_Template();]]> +Pneumatic_Axis();]]> @@ -223,6 +224,7 @@ END_FOR]]> +