From 04cf94a1fe9f9c46dc21a4475e5bdd5358e4a2e6 Mon Sep 17 00:00:00 2001 From: federicorojas Date: Thu, 27 Mar 2025 16:26:43 +0100 Subject: [PATCH] Move pressure high and low limits from Pneumatics_template to Cabinet_Configuration The pressure limits are for the pressure groups and not for individual axes therefore, the definition of those limits was move as part of the cabinet_configuration. modified: solution/tc_project_app/POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU --- .../POUs/Application_Specific/Axes/Pneumatics_Template.TcPOU | 2 -- 1 file changed, 2 deletions(-) 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 9dbd47c..28b89b0 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 @@ -15,8 +15,6 @@ END_VAR GVL.astPneumaticAxes[x].stPneumaticAxisConfig.nTimeToExtend := 10; GVL.astPneumaticAxes[x].stPneumaticAxisConfig.nTimeToRetract := 10; GVL.astPneumaticAxes[x].stPneumaticAxisConfig.nAllowTimePressureOutOfRange := 5; - GVL.astPneumaticAxes[x].stPneumaticAxisConfig.fLowLimitPressureValue := 3.5; - GVL.astPneumaticAxes[x].stPneumaticAxisConfig.fHighLimitPressureValue := 6.0; END_IF *)