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
This commit is contained in:
federicorojas
2025-03-27 16:26:43 +01:00
parent 525cc15969
commit 04cf94a1fe
@@ -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
*)