From d05f187bb8f69fce7c463f7c0d39de5ab723aed5 Mon Sep 17 00:00:00 2001 From: federicorojas Date: Mon, 31 Mar 2025 15:42:48 +0200 Subject: [PATCH] Build solution with version 4024.62. Update pointer of tc_mca_std_lib Unpin the TwinCAT verison 4024.56 and build solution with version 4024.62. Update the tc_mca_std_lib to commit 9cfc5a1. Build solution including the new variables from tc_mca_std_lib and new templates. --- solution/_Config/PLC/tc_project_app.xti | 17 +++++++++++++++-- solution/solution.tsproj | 2 +- .../Shutter_Operator_panel_Template.TcPOU | 2 +- solution/tc_project_app/tc_mca_std_lib | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti index a36cf68..ecf2b39 100644 --- a/solution/_Config/PLC/tc_project_app.xti +++ b/solution/_Config/PLC/tc_project_app.xti @@ -1,9 +1,22 @@ - + - + tc_project_app Instance {08500001-0000-0000-F000-000000000064} + + PlcTask Inputs + + GVL.nAirPressureSensorGroup1 + + INT + + + GVL.nAirPressureSensorGroup2 + + INT + + 0 diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 29d4f8f..e6a917a 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1,5 +1,5 @@ - + diff --git a/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU b/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU index e248f30..b9eaf76 100644 --- a/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU +++ b/solution/tc_project_app/POUs/Application_Specific/Applications/Shutter_Operator_panel_Template.TcPOU @@ -5,7 +5,7 @@ VAR //Variables used to control the LEDs of the Safety Shutter Operator panel (* - {attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^KF201 (EK1200)^KF217 (EK1521)^KF01 (EK1501-0100)^KF03 (EL2014)^DIG Outputs^Channel 1^Output'} + {attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^KF201 (EK1200)^KF217 (EK1521)^KF01 (EK1501-0100)^KF03 (EL2014)^DIG Outputs^Channel 1^Output'} bExtendedLight AT %Q*: BOOL; //Power output for Open position + LED {attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^KF201 (EK1200)^KF217 (EK1521)^KF01 (EK1501-0100)^KF03 (EL2014)^DIG Outputs^Channel 3^Output'} bRetractedLight AT %Q*: BOOL; //Power output for Close position + LED diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index 58b64e0..9cfc5a1 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit 58b64e0f696843d128f38dddd72db4e427c3ccda +Subproject commit 9cfc5a1d1df46a3d6efda48065477801acebdc50