diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti index 67fd43a..dee3b3f 100644 --- a/solution/_Config/PLC/tc_project_app.xti +++ b/solution/_Config/PLC/tc_project_app.xti @@ -1,12 +1,12 @@ - - - + + + tc_project_app Instance {08500001-0000-0000-F000-000000000064} - 0 + 0 PlcTask #x02010040 diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 80f912a..29d4f8f 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1,5 +1,5 @@ - + diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index b4f4d68..a44a596 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit b4f4d68acf71ac095e9f03ba8c7a531c0f836dad +Subproject commit a44a59664c0a8f855c0909b8e758e71c676d3c56 diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index 123285d..4820150 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -14,9 +14,11 @@ {26d08e27-a705-49a9-95de-a3a0b6ea049c} {577f21c4-8eb2-4f2c-a24e-4c3f62ca96d2} false - 3.1.4024.0 + + true false + true @@ -413,10 +415,10 @@ Tc2_Math, * (Beckhoff Automation GmbH) - Tc2_MC2, 3.3.48.0 (Beckhoff Automation GmbH) + Tc2_MC2, * (Beckhoff Automation GmbH) - Tc2_MC2_Drive, 3.3.26.0 (Beckhoff Automation GmbH) + Tc2_MC2_Drive, * (Beckhoff Automation GmbH) Tc2_Standard, * (Beckhoff Automation GmbH) @@ -431,7 +433,7 @@ Tc2_Utilities, * (Beckhoff Automation GmbH) - Tc3_MC2_AdvancedHoming, 3.0.15.0 (Beckhoff Automation GmbH) + Tc3_MC2_AdvancedHoming, * (Beckhoff Automation GmbH) Tc3_Module, * (Beckhoff Automation GmbH) @@ -446,8 +448,8 @@ - - + + "<ProjectRoot>" {192FAD59-8248-4824-A8DE-9177C94C195A} @@ -494,9 +496,7 @@ VersionConstraint - - "3.1.4024.0" - + EnableBreakpointLogging false @@ -519,16 +519,16 @@ - - - System.Boolean - {f9079115-a4ba-4f30-bf7c-9e76613146fc} - System.Collections.Hashtable - System.Int32 - {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} - System.String - - + + + System.Boolean + System.Collections.Hashtable + System.Int32 + {af9bafe2-ba31-4b15-a2b9-48a0f2cd09fb} + {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} + System.String + + \ No newline at end of file diff --git a/twincat_version_manager.py b/twincat_version_manager.py index be19ad1..ffc0584 100644 --- a/twincat_version_manager.py +++ b/twincat_version_manager.py @@ -2,7 +2,7 @@ import glob import xml.etree.ElementTree as ET VERSION_TAGS = {"**/*.Tc*": "ProductVersion", "**/*.tsproj": "TcVersion"} -CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.11", "**/*.tsproj": "3.1.4024.32", "**/*.xti": "3.1.4024.32"} +CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.11", "**/*.tsproj": "3.1.4024.56", "**/*.xti": "3.1.4024.56"} def check_versions():