From 27e8814a66edc7ea6299b858165eb6737de67739 Mon Sep 17 00:00:00 2001 From: kleines Date: Wed, 4 Mar 2020 13:00:17 +0100 Subject: [PATCH 1/2] added descriptive substructure to axes struct in std_lib --- solution/solution.tsproj | 8 -------- solution/tc_project_app/tc_mca_std_lib | 2 +- solution/tc_project_app/tc_project_app.plcproj | 12 ++++++++++++ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 36de82a..6f0e066 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -33,14 +33,6 @@ tc_project_app Instance {08500001-0000-0000-F000-000000000064} - - PlcTask Outputs - - MAIN.bOutput1 - - BOOL - - diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index 85f11c0..c4ed7b7 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit 85f11c08bc807bda1e02aa5c635a789d355da20c +Subproject commit c4ed7b7c9b340c68f26e38a539fb35719d6ca848 diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index f8a5867..0b03985 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -29,6 +29,15 @@ Code + + Code + + + Code + + + Code + Code @@ -41,6 +50,9 @@ Code + + Code + Code From ed55d3823add3e6c57d9d3027944d08baa5facc6 Mon Sep 17 00:00:00 2001 From: kleines Date: Wed, 4 Mar 2020 17:23:20 +0100 Subject: [PATCH 2/2] changed enums to coding conventions --- solution/solution.tsproj | 17 ++++++----- solution/tc_project_app/tc_mca_std_lib | 2 +- .../tc_project_app/tc_project_app.plcproj | 28 +++++++++---------- 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 6f0e066..86eb586 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -20,19 +20,18 @@ - - - tc_epicscommodule Instance - {08500001-0000-0000-F000-000000000064} - - - - - tc_project_app Instance {08500001-0000-0000-F000-000000000064} + + PlcTask Outputs + + MAIN.bOutput1 + + BOOL + + diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index c4ed7b7..d74f871 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit c4ed7b7c9b340c68f26e38a539fb35719d6ca848 +Subproject commit d74f8715e1d87ce8570848b95078565a88946c3b diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index 0b03985..c39e3ed 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -29,13 +29,13 @@ Code - + Code - + Code - + Code @@ -243,8 +243,8 @@ - - + + "<ProjectRoot>" {192FAD59-8248-4824-A8DE-9177C94C195A} @@ -295,15 +295,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