Post Processor - Post Variables from Setup Sheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi! I am trying to improve our post processor, such as some information that we fill for the setup sheets (drawing number, comments, revision, author, etc.) can be printed in the NC code. So far, I have added a few lines that describes the location of the part based on the stock:
If (<STOCK-XMIN>, <STOCK-YMAX>) = (0,0), then XY0 is back left corner.
But there are some cases, when we use the center of a hole or the part as a zero location. That's why I am trying to input the comment section from the setup sheets, such as this information is printed directly in the Gcode.
I found that we can print strings saved in the Post Variables (P1->P100) from Machining Attributes. So, my question is if there is a way to linked this variables with the ones from the setup sheets.
PS: I attach a picture for reference.
Note: These are instructions for our machinist.
