Creating a Post Processor for the Sinumerik CNC - Milling

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

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

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

    Can't believe how timely that is as I've just started tuning stock Fusion 360 post processor for our DMU50 Eco running 840D sl!
    Will surely have to dig deeper to fully grasp that wear cutter comp and cycle832 things but this video is a priceless ground to build upon 👌
    Also have to get a quote for sinutrain license...
    Thanks for this high quality webinars, keep'em coming 👍🙏

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

      Glad to hear! We are working to get more webinars uploaded.

  • @juriskalinins4239
    @juriskalinins4239 ปีที่แล้ว

    hello all the same, this is not the creation of a post processor, but the creation of a control program. but it's still useful to watch.

    • @MrCNC
      @MrCNC  ปีที่แล้ว

      nice thank you

  • @betztechnikindustriesltd.8901
    @betztechnikindustriesltd.8901 4 ปีที่แล้ว +1

    Another great video Chris. FYI, programs like notepad and notepad++ sometimes cause strange code (artifacts) to be output that you can’t see, I’m guessing that is what might be happening with your end of program errors. I had the same thing and if you edit in the control, delete the M30, then type it back in, it runs. I’m guessing the control cleans the file when you dump it in NC memory. This is a known thing with those programs in the programming world. I’d suggest a proper editor like Microsoft visual studio code (free) for gcode editing, another plus is they have Gcode highlighters. Also I’d LOVE to see a video on building custom user cycles, where they have a conversational style window like your standard cycles. I’ve tried using the instructions in the manuals but no luck! - Peter Betz.

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

      Thanks! There are a few different ways to build those cycle masks, will see if we can set up an introductory video about that in the future.

  • @king12qwaszx12
    @king12qwaszx12 2 ปีที่แล้ว

    Great job keep it up 😀😀😀

    • @MrCNC
      @MrCNC  2 ปีที่แล้ว +1

      Thanks 😁

  • @JiuJitsuCurriculum
    @JiuJitsuCurriculum 4 ปีที่แล้ว +3

    It would be great if you can explain advanced programming e.g. Gildemeister structure

    • @MrCNC
      @MrCNC  4 ปีที่แล้ว +2

      We can certainly look to add it to the queue, stay tuned!

  • @Whhhoo3_3939
    @Whhhoo3_3939 25 วันที่ผ่านมา

    G17 G701 G90 G60 G94
    SUPA D0 G0 Z0
    SUPA X0 Y0
    T1 D1 M6
    G90 G54 G00 X(starting cordinate) Y(starting cordinate)
    S1000 M3
    M8
    Z3.0
    G1 X Y F200.0
    X Y
    G2 X Y I J
    G1 X Y
    .
    .
    ..
    G0 Z100
    SUPA D0 G0 Z0
    SUPA Y0
    M5 M9
    M30
    IS IT OK??? HEADER AND FOOTER???... I MAKE POST IN NX CAM....USING POST BUILDER.....IT WILL WORK.....CORRECT ME IF I AM WRONG

    • @MrCNC
      @MrCNC  21 วันที่ผ่านมา

      looks right