Starting in December, we will archive content from the community that is 10 years and older. This FAQ provides more information.
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.
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")
Can't find what you're looking for? Ask the community or share your knowledge.