Announcements

Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.

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: 

Post Processor Siemens 840D

1 REPLY 1
Reply
Message 1 of 2
himanshuJCQQR
1178 Views, 1 Reply

Post Processor Siemens 840D

Hello! When I post my code for Siemens 840D post processor for milling, It works ok but the current operation name is just written above the code after a semi Colon. Like  ; 2D Adaptive.

In my Siemens turning post, It writes as MSG"Profile Roughing" in the code and then when the program runs on the machine,Profile roughing is displayed on the machine.

Can the post of 840D milling be modified to display the operation name as well? Both the posts are attached.

1 REPLY 1
Message 2 of 2
KrupalVala
in reply to: himanshuJCQQR

HI @himanshuJCQQR ,

 

Please Update codes in the function formatComment,

 

function formatComment(text) {
  return "MSG(" +'"' + String(text) +'"' +")";
}

 

The output will be  like this,

N18 MSG("2D-Face")

N19 T1 D1
N20 M6
 
Thanks,

 



Krupal Vala
Senior Technology Consultant - Post Processor & Machine Simulation

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

Post to forums  

Autodesk Design & Make Report