From bdefd8a96999647624a7e42145ff59a55df346a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Wed, 11 Nov 2020 11:40:48 +0100 Subject: [PATCH] Update to TwinCAT TC31-Full-Setup.3.1.4024.11 Update to TwinCAT TC31-Full-Setup.3.1.4024.11 Note: we see ProductVersion=3.1.4024.5 --- solution/tc_project_app/GVLs/GVL_APP.TcGVL | 2 +- solution/tc_project_app/GlobalTextList.TcGTLO | 2 +- solution/tc_project_app/POUs/MAIN.TcPOU | 2 +- solution/tc_project_app/PlcTask.TcTTO | 2 +- solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU | 2 +- solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU | 2 +- solution/tc_project_app/Test/common/tcUNIT_GVL.TcGVL | 2 +- .../Test/standard_library_tests/E_TestStates.TcDUT | 2 +- .../Test/standard_library_tests/FB_Axis_TEST.TcPOU | 2 +- .../Test/standard_library_tests/tcUNIT_STD_LIB_RUN.TcPOU | 2 +- solution/tc_project_app/Visualization Manager.TcVMO | 2 +- solution/tc_project_app/tc_mca_std_lib | 2 +- twincat_version_manager.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/solution/tc_project_app/GVLs/GVL_APP.TcGVL b/solution/tc_project_app/GVLs/GVL_APP.TcGVL index d05f65a..8a98ec7 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -1,5 +1,5 @@  - + - + diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 9bcc281..1545c89 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -1,5 +1,5 @@  - + - + 10000 diff --git a/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU b/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU index 7326c7d..5b837e7 100644 --- a/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU +++ b/solution/tc_project_app/Test/app_tests/tcUNIT_APP_RUN.TcPOU @@ -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 7eff0b0..d4f3780 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit 7eff0b08d7d2d44781e1dd4e15ebe84609c6e22a +Subproject commit d4f37809ab19ecfcb829084b5d902e3d0f1770b3 diff --git a/twincat_version_manager.py b/twincat_version_manager.py index b420619..a6372e7 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.0", "**/*.tsproj": "3.1.4023.119"} +CORRECT_VERSIONS = {"**/*.Tc*": "3.1.4024.5", "**/*.tsproj": "3.1.4023.119"} def check_versions():