From 0ffd68a57406ee7db5abe8edfc4f25899f05c7d6 Mon Sep 17 00:00:00 2001 From: Frank Suxdorf Date: Thu, 16 May 2019 13:33:12 +0200 Subject: [PATCH] Add nested strutures to tc_mca_std_lib --- solution/solution.tsproj | 10 +++++----- solution/tc_project_app/tc_project_app.plcproj | 12 ++++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/solution/solution.tsproj b/solution/solution.tsproj index 313b9a2..ee3987e 100644 --- a/solution/solution.tsproj +++ b/solution/solution.tsproj @@ -1,5 +1,5 @@ - + NCTOPLC_AXIS_REF_STATE @@ -931,28 +931,28 @@ External Setpoint Generation: PlcTask Inputs - GVL.axes[1].bLimitFwd + GVL.axes[1].inputs.bLimitFwd BOOL - GVL.axes[1].bLimitBwd + GVL.axes[1].inputs.bLimitBwd BOOL - GVL.axes[1].bHomeSensor + GVL.axes[1].inputs.bHomeSensor BOOL - GVL.axes[1].bEncLAtch + GVL.axes[1].inputs.bEncLAtch diff --git a/solution/tc_project_app/tc_project_app.plcproj b/solution/tc_project_app/tc_project_app.plcproj index 325287e..66dc2e4 100644 --- a/solution/tc_project_app/tc_project_app.plcproj +++ b/solution/tc_project_app/tc_project_app.plcproj @@ -22,9 +22,21 @@ Code + + Code + + + Code + Code + + Code + + + Code + Code