Weekly Tech Tip #15 - External tool list - POSTPROCESSOR BUILDING NX CAM - G-Code

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024
  • This weekly tech tip is an extension of the previous one to control the output of the tool list as a separate file and we will create some properties to easily change the behavior.
    Created by Siemens Digital Industries Software/ Thomas Jenensch

ความคิดเห็น • 4

  • @ug6442
    @ug6442 4 ปีที่แล้ว

    Hi Thomas, What &:: means? I did not find it out in manual.

    • @insidepostconfigurator5606
      @insidepostconfigurator5606  4 ปีที่แล้ว +1

      Hi UGNX, the :: mean it's a global variable in the namespace, it's reduce the Tcl-coding by using global mom_xxx in the header of each procedure. It's more simple for me but basically both approaches have the same result. I am pretty sure you now what $ in connection with a Tcl-variable mean ;)...and $:: just means read the global variable

    • @ug6442
      @ug6442 4 ปีที่แล้ว

      @@insidepostconfigurator5606 Danken👍

    • @ug6442
      @ug6442 4 ปีที่แล้ว

      @@insidepostconfigurator5606 I saw the layer .tcl file have a variable::mom_tool_number and:: last tool. How I can match the variable in the mom list?