diff --git a/solution.sln b/solution.sln
index be04ac6..2694336 100644
--- a/solution.sln
+++ b/solution.sln
@@ -53,4 +53,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {3F42AC3D-5210-4834-8C00-062CE02B7502}
+ EndGlobalSection
EndGlobal
diff --git a/solution/_Config/PLC/tc_project_app.xti b/solution/_Config/PLC/tc_project_app.xti
new file mode 100644
index 0000000..636f1f6
--- /dev/null
+++ b/solution/_Config/PLC/tc_project_app.xti
@@ -0,0 +1,20 @@
+
+
+
+
+ tc_project_app Instance
+ {08500001-0000-0000-F000-000000000064}
+
+ PlcTask Outputs
+
+ MAIN.bOutput1
+
+ BOOL
+
+
+
+
+
+
+
+
diff --git a/solution/solution.tsproj b/solution/solution.tsproj
index 73b2748..6650b38 100644
--- a/solution/solution.tsproj
+++ b/solution/solution.tsproj
@@ -1,6 +1,6 @@
-
+
diff --git a/solution/tc_project_app/GlobalTextList.TcGTLO b/solution/tc_project_app/GlobalTextList.TcGTLO
index c059fa7..192d2f6 100644
--- a/solution/tc_project_app/GlobalTextList.TcGTLO
+++ b/solution/tc_project_app/GlobalTextList.TcGTLO
@@ -15,6 +15,11 @@
"%2.4f"
+
+ "821"
+ "%s"
+
+
"940"
"%x"
@@ -175,6 +180,11 @@
"eWriteParameter"
+
+ "768"
+ "eWriteParameter"
+
+
"955"
"fAcceleration"
@@ -320,6 +330,16 @@
"toggle"
+
+ "445"
+ "Write"
+
+
+
+ "322"
+ "WriteParameters"
+
+
{062c6d5a-aca0-4f82-8481-8e26e8c8681e}
@@ -336,4 +356,4 @@
-
\ No newline at end of file
+
diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib
index 311a6be..28e6f65 160000
--- a/solution/tc_project_app/tc_mca_std_lib
+++ b/solution/tc_project_app/tc_mca_std_lib
@@ -1 +1 @@
-Subproject commit 311a6be50d0a408bb6702cb40d1e9c246136c2d8
+Subproject commit 28e6f656815f53f962544a1c7ded51af3e7b5d91
diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj
index edfc340..e5b8cfb 100644
--- a/solution/tc_project_app/tc_project_app.plcproj
+++ b/solution/tc_project_app/tc_project_app.plcproj
@@ -6,7 +6,7 @@
{fb261665-fd20-4bf2-97f8-2854c82b752d}
True
tc_project_app
- 3.1.4022.6
+ 3.1.4023.0
{047dee04-c246-47b2-8ccc-a15e36987c43}
{ae4eb5ee-6030-47a6-bf35-5a6afd9efeeb}
{5ef19bd0-aca2-493f-b2a1-89e363647697}
@@ -36,6 +36,9 @@
Code
+
+ Code
+
Code