From b8132f82e98de363d1b9332f133048de376fe4fc Mon Sep 17 00:00:00 2001 From: kristinajurisic Date: Tue, 16 Jul 2024 15:11:58 +0200 Subject: [PATCH] Add changes after the filter run. --- .../Shutter_Operator_panel_Template.TcPOU | 21 ++++++++++--------- .../Axes/Pneumatics_Template.TcPOU | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU index 1020451..93bc9e8 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU @@ -3,13 +3,13 @@ @@ -17,11 +17,11 @@ END_VAR //Assign LED to the permit status (*IF gvl.astPneumaticAxes[main.hmiPneumaticAxisSelection].stPneumaticAxisConfig.bPSSPneumaticAxisShutter THEN - bNoPermitLight := NOT gvl.astPneumaticAxes[main.hmiPneumaticAxisSelection].stPneumaticAxisInputs.bPSSPermit; - ELSE - bNoPermitLight := FALSE; - END_IF - + bNoPermitLight := NOT gvl.astPneumaticAxes[main.hmiPneumaticAxisSelection].stPneumaticAxisInputs.bPSSPermit; + ELSE + bNoPermitLight := FALSE; + END_IF + //Assign LED to the error status bErrorLight := gvl.astPneumaticAxes[main.hmiPneumaticAxisSelection].stPneumaticAxisStatus.bError; @@ -34,8 +34,9 @@ IF gvl.astPneumaticAxes[main.hmiPneumaticAxisSelection].stPneumaticAxisStatus.bR bMovingLight := TRUE; ELSE bMovingLight := FALSE; - END_IF -*)]]> + END_IF +*) +]]> \ No newline at end of file diff --git a/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU index bf37763..f887080 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU @@ -3,7 +3,7 @@