From 289c92d07c198703eeaceb5ce2546b705b7a0c8f Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Wed, 23 Apr 2025 11:43:47 +0200 Subject: [PATCH] Extend the multiline comment to include the PSSPermit code --- .../POUs/Application_Specific/Axes/Safety_Shutter.TcPOU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/tc_project_app/POUs/Application_Specific/Axes/Safety_Shutter.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Axes/Safety_Shutter.TcPOU index 19bdd5e..c878b55 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Axes/Safety_Shutter.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Axes/Safety_Shutter.TcPOU @@ -23,10 +23,10 @@ IF _TaskInfo[fbGetCurTaskIndex.index].FirstCycle THEN GVL.astPneumaticAxes[1].stPneumaticAxisConfig.fLowLimitPressureValue := GVL_APP.fLOW_LIMIT_AIR_PRESSURE1; GVL.astPneumaticAxes[1].stPneumaticAxisConfig.fHighLimitPressureValue := GVL_APP.fHIGH_LIMIT_AIR_PRESSURE1; END_IF -*) //PSS Permit signal //GVL.astPneumaticAxes[1].stPneumaticAxisStatus.bPSSPermitOK := bPSSPermit1 AND bPSSPermit2 +*) ]]>