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
deleted file mode 100644
index 812c3c4..0000000
--- a/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
-
-
- ,
- aErrorMsg=> ,
- nEcMasterFramesLost=> ,
- nCPULoad=> ,
- fCycleExecTime_ms=> ,
- nAlarmGrpBitNumber=> );
-*)
-
-//Scale pressure sensor group 1 and 2
-fScaledAirPressureGroup1 := mScaledPressureValue(nRawValue:=GVL.nAirPressureSensorGroup1);
-fScaledAirPressureGroup2 := mScaledPressureValue(nRawValue:=GVL.nAirPressureSensorGroup2);
-]]>
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Monitoring.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Monitoring.TcPOU
new file mode 100644
index 0000000..1af68a5
--- /dev/null
+++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Monitoring.TcPOU
@@ -0,0 +1,23 @@
+
+
+
+
+
+ ,
+ aErrorMsg=> ,
+ nEcMasterFramesLost=> ,
+ nCPULoad=> ,
+ fCycleExecTime_ms=> ,
+ nAlarmGrpBitNumber=> );
+*)
+]]>
+
+
+
\ No newline at end of file