Community
Fusion Manufacture
Talk shop with the Fusion (formerly Fusion 360) Manufacture Community. Share tool strategies, tips, get advice and solve problems together with the best minds in the industry.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how change g53.1 p1 to g53.1 p2 in mazak vc-500 in postprocessors

1 REPLY 1
SOLVED
Reply
Message 1 of 2
pappagalo
1127 Views, 1 Reply

how change g53.1 p1 to g53.1 p2 in mazak vc-500 in postprocessors

how change g53.1 p1 to g53.1 p2 in mazak vc-500 in postprocessors

 

and at it do this att the end

G53 X0. Y0. A0. C0. 

Labels (2)
1 REPLY 1
Message 2 of 2
seth.madore
in reply to: pappagalo

Taking a peek at your post processor, it seems that you would want to change this line to be "P2":

Line 703      writeBlock(gFormat.format(53.1), "P1"); // turn machine

 For your second question, you could also add the A callout to this line:

Line 2748    writeBlock(gFormat.format(53), gMotionModal.format(0), "C" + xyzFormat.format(0));

So it looks like this:

writeBlock(gFormat.format(53), gMotionModal.format(0), "A" + xyzFormat.format(0), "C" + xyzFormat.format(0));

Seth Madore
Customer Advocacy Manager - Manufacturing

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

Post to forums  

Autodesk Design & Make Report