From dbd145ed687dbfc04d78c96753ff881dd97ca27c Mon Sep 17 00:00:00 2001 From: Paul Barron Date: Tue, 10 Dec 2019 12:49:37 +0100 Subject: [PATCH] Add DUT RestorePosition in tc_mca_std_lib Also adjusted code in MAIN.STARTUP to adapt to the new type variable instead of the int previously. --- solution/tc_project_app/POUs/MAIN.TcPOU | 15 ++++++----- solution/tc_project_app/tc_mca_std_lib | 2 +- .../tc_project_app/tc_project_app.plcproj | 25 +++++++++++-------- 3 files changed, 22 insertions(+), 20 deletions(-) diff --git a/solution/tc_project_app/POUs/MAIN.TcPOU b/solution/tc_project_app/POUs/MAIN.TcPOU index 070885c..5eba679 100644 --- a/solution/tc_project_app/POUs/MAIN.TcPOU +++ b/solution/tc_project_app/POUs/MAIN.TcPOU @@ -74,8 +74,8 @@ ERROR();]]> - - - + diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index 4d01140..9e31e77 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit 4d01140cfac01aa1603fbc8d6614698569f6fbd5 +Subproject commit 9e31e77d29dd6c4156bdbaf8d34e774eee53748c diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index 802e8b9..10ff279 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -30,6 +30,9 @@ Code + + Code + Code @@ -342,8 +345,8 @@ - - + + "<ProjectRoot>" {192FAD59-8248-4824-A8DE-9177C94C195A} @@ -394,15 +397,15 @@ - - - System.Boolean - System.Collections.Hashtable - System.Int32 - {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} - System.String - - + + + System.Boolean + System.Collections.Hashtable + System.Int32 + {54dd0eac-a6d8-46f2-8c27-2f43c7e49861} + System.String + + \ No newline at end of file