Issue:

In ZW3D, once the NC code is output, it can be difficult to identify the correspondence between the NC and ZNC. How can we perform queries and configuration more conveniently?

Solution:

In ZW3D 2026 and later versions, after outputting the NC code, we can right-click in the Output window and select Post Debug Tool.
           

  1. In the pop-up window, we can view information including NC, ZNC, and CL. When we click on a tool change code, such as "T1 M06" in the NC section, the corresponding code in the ZNC and CL columns will be highlighted in yellow.
  2. For example, if we wish to output G91 G28 X0 M09 at the end of the code but do not want the Y axis to return to the zero point, we can click the Jump to next ZNC PRINT code arrow to locate the code PRINT G91G28X0Y0 in the ZNC section. This will show us the Line Number of that code in the ZNC file.
  3. We can then open the corresponding ZNC file with Notepad or another text editor, find the relevant code, delete the Y0 portion, and save the ZNC file. The next time we output the NC code, it will generate G91G28X0M09. We see there is a semicolon after G91G28X0Y0, which means G91G28X0Y0 and M09 are output on the same line. And PRINT SYS.FUNCTION.COOLANT_OFF.CODE represents turning off the coolant, which is the M09 code.


CN Solution
JP Solution


★★★How to Use the Post Debug Toolhttps://confluence.zwcad.com/pages/viewpage.action?pageId=337407014

  • No labels