How to Program Automatic Stock Checks with a Renishaw Probe

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • For more assistance, contact us at automatedmfg.com
    (PROBE MEASUREMENT)
    G65 P9832 (PROBE ON)
    G65 P9810 X110. Y0 F2500.
    G65 P9810 Z-10.
    G65 P9811 X50.
    G65 P9810 Z10.
    G0 G53 Z0
    G65 P9833 (PROBE OFF)
    (ALARM OUT OR CONTINUE)
    IF[ABS[#135-100.] GT 10.] GOTO10
    GOTO20
    N10
    #3000=10. (CHECK YOUR STOCK!)
    N20
    T1 M6 (CONTINUE MACHINING)
    (SELECT A PROGRAM AUTOMATICALLY)
    #100=0 (PROGRAM NUMBER VARIABLE)
    IF[ABS[#135-50.] LE 10.]THEN#100=6.
    IF[ABS[#135-100.] LE 10.]THEN#100=7.
    IF[#100 EQ 0]GOTO10
    M98 P#100
    M30
    N10
    #3000=11. (CHECK YOUR STOCK!)

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

  •  หลายเดือนก่อน

    thank you for the clarity

  • @gazunkafonegazunkafone3492
    @gazunkafonegazunkafone3492 4 หลายเดือนก่อน

    Excellent.👍🏻

  • @zyndapp800
    @zyndapp800 3 ปีที่แล้ว +1

    Excellent explanation, I just put it to work on our Haas VF-3

  • @samboles8796
    @samboles8796 5 หลายเดือนก่อน

    Nicely done

  • @folkeroRGC
    @folkeroRGC 3 ปีที่แล้ว

    Thanks awesome video, how can i verify the distance between 2 points for example Center of PIN (G55) to 1.0 Inch in X

  • @Hootnik
    @Hootnik 10 หลายเดือนก่อน

    Great explanation, thank you for help

  • @tomaszochedzan1703
    @tomaszochedzan1703 3 ปีที่แล้ว

    You are a legend, tchank you.

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

    Awesome explanation. I was on the right track but was unsure of something's. Your video really helped

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

    Hi, how can u use this on a mazak program? I mean on a mazatrol?

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

      Depends on the software you have in your machine. I know on a Mori, they have their own measurement macros (G320/G321) or the option for Renishaw macros (G65 P9xxx), but typically, I'll just write my own. Either way, Haas logic is very much like Fanuc/Mitsubishi (which Mazatrol is based on), so the IF/GOTO logic portion would be the same, it's just that you may have to command the probing bits a little differently.

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

    Great explained

  • @fcbcule12
    @fcbcule12 3 ปีที่แล้ว

    great stuff.