I have never set the machine to Yasnac...

I left my machine as it came from factory and used the Fanuc setting.

From the lathe handbook...

"Type II, when Setting 33 is set to FANUC, must have a reference move, in both the X and Z axis, in the block
specified by P."

What this means....in your first block after the G71 cycle that has an X or Z move...add the other axis to it. For example,

G96 S1000 M03
X1.25 Z.125 M08
G71 P100 Q101 U.04 W.01 D.05 F.008
N100 G00 X-.062
G01 Z0 F.004
X.6125
Z-.25
N101 X1.25

The line that has the N100 is the only line that changes. To make the program do Type II roughing change that line to this....

N100 G00 X-.062 Z0

The rest of the programming can stay the same...and hass will not error when you command it to do the inverse taper move or any other unless programmed to go past the starting location.

Give it a try...!

G'day