diff --git a/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU b/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU
index 5c7c306..29730bc 100644
--- a/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU
+++ b/solution/tc_project_app/Test/common/FB_tcUNIT_common.TcPOU
@@ -13,37 +13,37 @@ END_VAR]]>
-
+
-
+
-
+
-
+
@@ -60,28 +60,28 @@ END_VAR
+GVL.astAxes[nAxisIndex].stConfig.fVelocity := tcUNIT_GVL.fDEFAULT_TARGET_VELOCITY;
+GVL.astAxes[nAxisIndex].stConfig.fAcceleration := tcUNIT_GVL.fDEFAULT_TARGET_ACCELERATION;
+GVL.astAxes[nAxisIndex].stConfig.fDeceleration := tcUNIT_GVL.fDEFAULT_TARGET_DECCELERATION;
+GVL.astAxes[nAxisIndex].stConfig.fOverride := tcUNIT_GVL.fDEFAULT_TARGET_OVERRIDE;
+GVL.astAxes[nAxisIndex].stConfig.fPosition := tcUNIT_GVL.fDEFAULT_POSITION;]]>
-
+
+GVL.astAxes[nAxisIndex].stConfig.fVelocity := fTargetVelocity;
+GVL.astAxes[nAxisIndex].stConfig.fAcceleration := fTargetAcceleration;
+GVL.astAxes[nAxisIndex].stConfig.fDeceleration := fTargetDeceleration;
+GVL.astAxes[nAxisIndex].stConfig.fPosition := fTargetPosition;]]>
-
@@ -158,39 +158,39 @@ END_FOR]]>
+GVL.astAxes[nAxisIndex].stInputs.bLimitBwd := FALSE;
+GVL.astAxes[nAxisIndex].stInputs.bLimitFwd := FALSE;
+GVL.astAxes[nAxisIndex].stInputs.bHomeSensor := FALSE;]]>
diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib
index 3cd9c3f..09df352 160000
--- a/solution/tc_project_app/tc_mca_std_lib
+++ b/solution/tc_project_app/tc_mca_std_lib
@@ -1 +1 @@
-Subproject commit 3cd9c3f92b6818c8878f4ec1d10665a8341cbe45
+Subproject commit 09df35232ce29e4ac286712b4664a9cf5babf344