From 36e68aa23e5bd07a634e450561b5a187a191e5c0 Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Wed, 23 Apr 2025 11:48:18 +0200 Subject: [PATCH] Add output variable to power the green LED and the inside light of box, build solution modified: solution/_Config/PLC/tc_project_app.xti modified: solution/tc_project_app/POUs/Application_Specific/Applications/Pneumatic_Box.TcPOU --- solution/_Config/PLC/tc_project_app.xti | 7 ++++++- .../Application_Specific/Applications/Pneumatic_Box.TcPOU | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti index 508c870..11de617 100644 --- a/solution/_Config/PLC/tc_project_app.xti +++ b/solution/_Config/PLC/tc_project_app.xti @@ -1,7 +1,7 @@ - + tc_project_app Instance {08500001-0000-0000-F000-000000000064} @@ -32,6 +32,11 @@ BOOL + + Pneumatic_Box.bPowerLedAndLight + + BOOL + Pneumatic_Box.bPowerPressureSensors diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Pneumatic_Box.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Pneumatic_Box.TcPOU index cd686f3..62e9042 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Applications/Pneumatic_Box.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Pneumatic_Box.TcPOU @@ -4,6 +4,7 @@