Initial number of axes is 0

Change axisNum in GVL_APP to 0
This commit is contained in:
Torsten Bögershausen
2020-02-10 10:51:12 +01:00
parent b522fe177e
commit b914a2f62a
+1 -1
View File
@@ -7,7 +7,7 @@ VAR_GLOBAL
END_VAR
VAR_GLOBAL CONSTANT
axisNum : UINT:=2;
axisNum : UINT:=0;
//axisCoupleMax : UINT:=4;
END_VAR]]></Declaration>
</GVL>