
Originally Posted by
angelw
Not correct.
There are two versions of G71, Type I and Type II. Although Type II is an option, most machines are supplied with both versions. Type II was first introduced in the 6TB control.
G71 Type I only tolerates Monotonous direction X moves, whilst Type II profile need not show monotone increase or monotone decrease along the X axis, and can have up to 10 concave (pockets) forms.
To activate G71 Type I, only an X(U) move is specified in the first part shape description block referenced by P in the G71 block. Type II is activated by specifying both X(U) and Z(W) in the first block.
leszek0213's problem is that only X was specified in block N315, the P reference block, thus activating G71 Type I, then specified a shape with non-monotonous direction X moves. The fix is to specify both X(U) and Z(W) in the P referenced block as follows:
N315 G1 X13.9078 Z-0.806 F0.
or
N315 G1 X13.9078 W0.0 F0.
The F0. in the part shape description is ignored during the G71 operation, the F specified in the G71 block will be used. However, if the same blocks are used in conjunction with G70, then F0. will be a problem.
Regards,
Bill