Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

BROTHER SPEEDIO POST PROCESSOR FIX

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
274 Views, 2 Replies

BROTHER SPEEDIO POST PROCESSOR FIX

Almost there im working on a nikken 5 axis that need to call a/b axis to different lines'

i got it to work at the beginning but when I post with the same tool with 2 different angles it ads both a/ b on the same lines 

 

I assume its the same code below to a different area?

 

writeBlock("");
writeBlock("G65 P8000 M90", aOutput.format(abc.x), "E0 F0 D0");
writeBlock(mFormat.format(20), "(A ROTATION AXIS MOVE)");
writeBlock("");
writeBlock("G65 P8000 M90", bOutput.format(abc.y), "E0 F0 D0");
writeBlock(mFormat.format(40), "(B TILT AXIS MOVE)");
writeBlock("");
}

 

sample g code, N135 is what i need to fix

 

(3444 OP1)
(T19 D=0.375 CR=0 - FLAT END MILL)
N10 G00 G90 G40 G80
N15 G94 G49
(FILE OUTPUT IN INCHES. PLEASE ENSURE THE UNIT IS SET CORRECTLY ON THE CONTROL)

(38)
N20 G54
N25 G100 T19 X-3.1049 Y1.909 G43 Z6.0857 H19 S7500 M03
N30 G65 P8000 M90 A11.948 E0 F0 D0
N35 M20 (A ROTATION AXIS MOVE)
N40 G65 P8000 M90 B0. E0 F0 D0
N45 M40 (B TILT AXIS MOVE)
N50 M08
N55 G17
N60 G00 X-3.1049 Y1.909
N65 G00 Z6.0857
N70 G00 Z5.6857
N75 G01 Z4.1532 F20
N80 G19 G02 Y1.8715 Z4.1157 J-0.0375 F45
N85 G01 Y1.834
N90 G17 G03 X-3.0674 Y1.7965 I0.0375
N95 G01 X3.1243
N100 G03 X3.1618 Y1.834 J0.0375
N105 G01 Y1.8715
N110 G19 G03 Y1.909 Z4.1532 K0.0375
N115 G00 Z6.0857
N120 G17
N125 G28 G91 Z0
N130 G90

(FACE3)
N135 G00 A0. B0. X3.7137 Y0.4551
N140 G00 X3.7137 Y0.4551
N145 G00 Z6.0197
N150 G00 Z5.8197
N155 G01 Z5.4572 F45
N160 G19 G02 Y0.4176 Z5.4197 J-0.0375
N165 G01 Y0.2113
N170 G01 Y-0.1421
N175 G17 G02 X3.4838 I-0.1149
N180 G01 Y0.2113
N185 G19 G03 Y0.2488 Z5.4572 K0.0375
N190 G00 Z6.0197
N195 G17

N200 M09
N205 G100 T19
N210 G65 P8000 M90 A0 E0 F0 D0
N215 M20 (A ROTATION AXIS MOVE)
N220 G65 P8000 M90 B0 E0 F0 D0
N225 M40 (B TILT AXIS MOVE)
N230 M30

 

my post processor is attached

 

2 REPLIES 2
Message 2 of 3
Anonymous
in reply to: Anonymous

post processor attached

Message 3 of 3
andrea.amilo
in reply to: Anonymous

Hello @Anonymous ,

 

in your current post processor the G65 P8000 function is written only at tool change.

You can try to add the highlighted code (from line 1088 to line 1095) to write the G65 P8000 function at every toolpath:

 

NoToolChange.JPG

 

Please test it carefully and let me know.

 



Andrea Amilo

Senior Technical Consultant

Autodesk Knowledge Network | Fusion 360 Webinars | Autodesk Make

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report