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:
@@ -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
|
||||
*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user