preposition befor Traori
I'm having issues with the standard Fusion 360 postprocessor Sinumerik 840D (siemens-840D inspection.cps) for our DMU80 eVo. The postprocessor has been adapted for our DMU80.
The problem is that during 5-axis machining, the machine positions itself simultaneously in all 5 axes (see video), which leads to crashes.
I want the machine to first preposition with the B and C axes, and only then execute the Traori command.
The challenge lies in the tilted B-axis of the machine.
I would greatly appreciate any assistance.
What i have:
; %_N_1001_MPF
WORKPIECE(,,,"BOX",112,0,-60,80,120,120,-120,-120)
G90 G94
G71
G64
G17
G0 SUPA Z-1 D0
CYCLE800()
; 2D-Kontur1
T="NCBO_D10" D1
M6
S4775 M3
G17 G90 G94
G55
CYCLE800()
TRAORI
G0 X4.602 Y184.943 Z-43.283 A3=0.024874 B3=0.999691 C3=0
M8
What i want
; %_N_1001_MPF
WORKPIECE(,,,"BOX",112,0,-60,80,120,120,-120,-120)
G90 G94
G71
G64
G17
G0 SUPA Z-1 D0
CYCLE800()
; 2D-Kontur1
T="NCBO_D10" D1
M6
S4775 M3
G17 G90 G94
G55
G0 B119.347 C87.441 ;<-------------Prepositting
CYCLE800()
TRAORI
G0 X4.602 Y184.943 Z-43.283 A3=0.024874 B3=0.999691 C3=0
M8
Link copied