Parameters and variables
Parameters (P) and variables (V.x) are programmed channel-specific and treated in the same way as global commands. For this reason, programming does not differentiate between the lower and upper path.
Example:
N.. P1 = 200 P2 = 300
N.. F1000 G90 G01 : X100 V.E.Test=1 : U200 V.E.Test2=2
N.. : XP1 : UP2
N.. P2=400 : X300
N.. : G0 X400 : G1 U500 P2=300
N.. : P2=200 : U600
Programming the tool radius
Identical tool radii in both paths
N.. V.G.WZR=0.15
Alternatively:
N.. V.G.WZR=0.15 : X100 Y20: U100 V20
Different tool radii in both paths
N.. : V.G.WZR=0,139 : V.G.WZR=0.15
Alternatively:
N.. : V.G.WZR=0.139 X100 Y20 : V.G.WZR=0.15 U100 V20
Define the tool radius in the reference path
N.. : V.G.WZR=0,134 :
Define the tool radius in the second path
N.. : : V.G.WZR=0,151