From c7ddb220463cfd5d6d408e72f478028eb5a9064d Mon Sep 17 00:00:00 2001 From: Federico Rojas Date: Fri, 11 Apr 2025 15:08:11 +0200 Subject: [PATCH] Rename Cabinet_Configuration to Cabinet_Monitoring Remove the pneumatics variables from Cabinet_Configuration and move them to Pneumatic_Box program.Because of that the program now handles onle the cabinet monitoring. Rename the prgram to reflect that change deleted: solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU new file: solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Monitoring.TcPOU --- .../Applications/Cabinet_Configuration.TcPOU | 53 ------------------- .../Applications/Cabinet_Monitoring.TcPOU | 23 ++++++++ 2 files changed, 23 insertions(+), 53 deletions(-) delete mode 100644 solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Configuration.TcPOU create mode 100644 solution/tc_project_app/POUs/Application_Specific/Applications/Cabinet_Monitoring.TcPOU 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