Programming of residual path

V.G.RW Residual path at edge banding (Read and write access)

The axis-group-specific "V.G.RW" variable can be used for redefining the residual path in edge banding. The residual path is the path that remains to go after the measuring signal has arrived. In the initial state, the corresponding working data item of the residual path is taken from the channel parameters list [1]-2.

Programming example

N010 G91 G00 X0 Y0 Z10 (Linear interpolation
N020 V.G.RW = 5D (Definition of a new resid. path)
N030 G108 (Activate edge banding)
N040 G01 X10 Y10 F300 (Linear interpolation)
N050 M97 G01 X30 Y10 F200 (M97 is of the MNE_SNS type,)
(Measurement with lin. interpol., continue)
(by residual path after measuring signal)

Notice

The M function for edge banding must be defined as an MNE_SNS type[1]-3.