structure comment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i want write structure comments with value of verticalstocktoleave and stocktoleave. If no values than write only the structure comment like in the standard postprozessor. I have entered the changes in the pp but i get only the structure comment with values. I don´t know what i have to change. Does anyone have a solution?
standard pp:( output picture 144718)
if (hasParameter("operation-comment")) {
var comment = getParameter("operation-comment");
if (comment && ((comment !== lastOperationComment) || !patternIsActive || insertToolCall))
writeStructureComment( comment );
lastOperationComment = comment;
}
pp with change( output picture 144819)
i thing the && signs are wrong.
I hope you understand what i mean.
I want to upload pictures from the cnc programm but i get a error message.
Can i not upload jpeg?
Gruß
Lars