diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU index 1a332eb..12fb117 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU @@ -7,7 +7,8 @@ VAR END_VAR ]]> - , aErrorMsg=> , @@ -18,12 +19,12 @@ END_VAR *) //Define pressure limits for pneumatic pressure group 1 -GVL.fHighLimitAirPressureGroup1 := 0.0; -GVL.fLowLimitAirPressureGroup1 := 0.0; +//GVL.fHighLimitAirPressureGroup1 := 0.0; +//GVL.fLowLimitAirPressureGroup1 := 0.0; //Define pressure limits for pneumatic pressure group 2 -GVL.fHighLimitAirPressureGroup2 := 0.0; -GVL.fLowLimitAirPressureGroup2 := 0.0; +//GVL.fHighLimitAirPressureGroup2 := 0.0; +//GVL.fLowLimitAirPressureGroup2 := 0.0; ]]> diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 1e0304d..df45fc0 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -120,11 +120,13 @@ END_IF