Change pneumatic axis constant to 0 in the GVLs

This commit is contained in:
Kristina Jurisic
2021-11-04 12:01:51 +01:00
parent 1ca80e7e2b
commit 1b8ad61f58
+1 -1
View File
@@ -9,7 +9,7 @@ END_VAR
VAR_GLOBAL CONSTANT
nAXIS_NUM: UINT := 0; (*~ (OPC: 1 : available for OPC-clients)
(OPC_PROP[0005]: 1 : OPC_PROP_RIGHTS, here read only) *)
nPNEUMATIC_AXIS_NUM: UINT := 1;
nPNEUMATIC_AXIS_NUM: UINT := 0;
END_VAR
]]></Declaration>
</GVL>