Variables
NC-program variables to read modulo information:
- V.A.MODE[i] delivers the axis mode according to axis table.
- E.g. 4 if the axis is of type modulo.
 -> is used to read axes declared as modulo
- V.A.MODULO_VALUE[i] is used to read the value of the modulo range
- E.g. 360 if the modulo range is 0-360°.
 (if the axis is a no modulo axis this value is not relevant).