From 830ecbe969be8c444686f79635ef41f959e2dedf Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Wed, 1 Sep 2021 16:10:07 +0100 Subject: [PATCH 1/4] Update submodule --- solution/tc_project_app/tc_mca_std_lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/tc_project_app/tc_mca_std_lib b/solution/tc_project_app/tc_mca_std_lib index bc5e78c..3218534 160000 --- a/solution/tc_project_app/tc_mca_std_lib +++ b/solution/tc_project_app/tc_mca_std_lib @@ -1 +1 @@ -Subproject commit bc5e78c637180c1baec5294f4974dbd5dd4a9bed +Subproject commit 32185345cc0e7483502816234607620b8c12a007 From b9ff6ca906575e4468f6830a96c025d17331a578 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 3 Sep 2021 11:48:55 +0100 Subject: [PATCH 2/4] Add OPC tag for number of axes --- 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 8a98ec7..395a1af 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -8,7 +8,7 @@ VAR_GLOBAL END_VAR VAR_GLOBAL CONSTANT - nAXIS_NUM : UINT:=0; + nAXIS_NUM : UINT:=0; (*~ (OPC: 1 : available for OPC-clients) *) END_VAR]]> \ No newline at end of file From 83d508fbfba06b0c91976b9bc925d1da9c97ed43 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 3 Sep 2021 11:57:31 +0100 Subject: [PATCH 3/4] Make number of axes read only --- solution/tc_project_app/GVLs/GVL_APP.TcGVL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solution/tc_project_app/GVLs/GVL_APP.TcGVL b/solution/tc_project_app/GVLs/GVL_APP.TcGVL index 395a1af..5a63d09 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -8,7 +8,8 @@ VAR_GLOBAL END_VAR VAR_GLOBAL CONSTANT - nAXIS_NUM : UINT:=0; (*~ (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) *) END_VAR]]> \ No newline at end of file From ccc24e4a135ce18d2ca1ff8a259589624104845d Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Fri, 3 Sep 2021 12:50:17 +0100 Subject: [PATCH 4/4] Fixed whitespace --- 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 5a63d09..aae7171 100644 --- a/solution/tc_project_app/GVLs/GVL_APP.TcGVL +++ b/solution/tc_project_app/GVLs/GVL_APP.TcGVL @@ -8,7 +8,7 @@ VAR_GLOBAL END_VAR VAR_GLOBAL CONSTANT - nAXIS_NUM : UINT:=0; (*~ (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) *) END_VAR]]>