From 51b302969174e20dda93cf105cfe389f9072bbae Mon Sep 17 00:00:00 2001 From: Cooper Date: Wed, 1 Jun 2022 09:10:10 +0100 Subject: [PATCH] Revert GVL_APP axis count to 0 --- solution/tc_project_app/GVLs/GVL_APP.TcGVL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/tc_project_app/GVLs/GVL_APP.TcGVL b/solution/tc_project_app/GVLs/GVL_APP.TcGVL index b747a5d..82dcac6 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -10,7 +10,7 @@ VAR_GLOBAL END_VAR VAR_GLOBAL CONSTANT - nAXIS_NUM: UINT := 6; (*~ (OPC: 1 : available for OPC-clients) + nAXIS_NUM: UINT := 0; (*~ (OPC: 1 : available for OPC-clients) (OPC_PROP[0005]: 1 : OPC_PROP_RIGHTS, here read only) *) nPNEUMATIC_AXIS_NUM: UINT := 0; END_VAR]]>