Make number of axes read only

This commit is contained in:
Dominic Oram
2021-09-03 11:57:31 +01:00
parent b9ff6ca906
commit 83d508fbfb

View File

@@ -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]]></Declaration>
</GVL>
</TcPlcObject>