Hello,
I am getting a Clausing MultiTurn 2000MR with a Fagor 8055 up and running and am hitting a wall. It hasn't run in a few years since it came with a company merger.
It is giving me a Z axis soft limit overrun error as it tries to run the tool change (Line 16) and looks ahead to (line 21). This would make sense if G0 X3.7 Z5.061 was in machine coordinates as the soft limits for Z are (+10, +40), but it is not, it is in G54 (line 17).
I obviously don't want to program my part in machine coordinates.
I have homed the machine.
I have tried replacing lines 14 and 15 with
If you have encountered anything like this, I would very much appreciate your input.
Also, for what it's worth, programed in Fusion 360 with a mostly stock Fagor 8055 turning post.


%Test,MX,
N10 G90 G95 G18
N11 G70
N12 G151
N13 G92 S1000
N14 G53 G0 X0.
N15 G53 G0 Z20.
;FACE2
N16 T1 D1
N17 G54
N18 M8
N19 G90 G94 G18
N20 G97 S600 M3
N21 G0 X3.7 Z5.0095
N22 G0 X2.9
N23 G1 X2.5 F4.8
N24 X-0.0625
N25 X2.9
N26 G0 Z4.9695
N27 G1 X2.5 F4.8
N28 X-0.0625
I am getting a Clausing MultiTurn 2000MR with a Fagor 8055 up and running and am hitting a wall. It hasn't run in a few years since it came with a company merger.
It is giving me a Z axis soft limit overrun error as it tries to run the tool change (Line 16) and looks ahead to (line 21). This would make sense if G0 X3.7 Z5.061 was in machine coordinates as the soft limits for Z are (+10, +40), but it is not, it is in G54 (line 17).
I obviously don't want to program my part in machine coordinates.
I have homed the machine.
I have tried replacing lines 14 and 15 with
- N14 G74 X
- N15 G74 Z
If you have encountered anything like this, I would very much appreciate your input.
Also, for what it's worth, programed in Fusion 360 with a mostly stock Fagor 8055 turning post.


%Test,MX,
N10 G90 G95 G18
N11 G70
N12 G151
N13 G92 S1000
N14 G53 G0 X0.
N15 G53 G0 Z20.
;FACE2
N16 T1 D1
N17 G54
N18 M8
N19 G90 G94 G18
N20 G97 S600 M3
N21 G0 X3.7 Z5.0095
N22 G0 X2.9
N23 G1 X2.5 F4.8
N24 X-0.0625
N25 X2.9
N26 G0 Z4.9695
N27 G1 X2.5 F4.8
N28 X-0.0625