I had a problem where I added and MDI’s to several operations; one of which was in error. In running the code at the machine I could not differentiate the MDI code from standard generated code and I couldn’t understand why the output had additional steps.
It would be helpful to have post options for adding pre and post comments to generated MDI code.
Sample Post Options
XXX. Output MDI pre / post comments (0=None, 1=Pre, 2=Post, 3=Both) ? 3
XXX. MDI Pre Comment
( MDI - START)
XXX. MDI Post Comment
( MDI - END)
Output without MDI comments
N56 X1.7175 Y-1.75 I0.2175 J0.
N57 G00 Z0.2
N58 Z0.5
N59 G00 Z0.5
N60 Y3. X-3.
N61 M00
N62 ( NEXT CUT - SAME TOOL)
Output with MDI comments
N56 X1.7175 Y-1.75 I0.2175 J0.
N57 G00 Z0.2
N58 Z0.5
N59 ( MDI - START)
N60 G00 Z0.5
N61 Y3. X-3.
N62 M00
N63 ( MDI - END)
N64 ( NEXT CUT - SAME TOOL)
- Yes
- No
0 voters
Side Note: My work around was to add the comments lines in the MDI. I don’t trust myself to do this every time I create a new MDI, hence this enhancement request.