Default zero offset
The active NPV after program start can be specified [3]-2.
In the NC program, the operator can use the V.G.NP_DEFAULT variable to access the default index. The modification is valid program global.
Programming example
From this program line onwards, G55 (NPV2) shall be the new default zero offset. This means that G55 is automatically active upon the next start of the program.
:
N100 V.G.NP_DEFAULT = 2
: