587,104 active members*
4,229 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2005
    Posts
    221

    macro's for probing?

    Would anyone care to share probing macros for a fanuc 18i control, or similar?

    Or maybe point to where they can be found?

    Thanks!

  2. #2
    Join Date
    Mar 2005
    Posts
    988
    That's too broad of a question for probing macros. It depends on your probe make/model, machine, machine control, mill/lathe, mill/turn, variables used by machine builder, etc.

    Are you adding a probe or looking for more subs on existing? Generally, going back to the builder is the best if you're missing them...
    It's just a part..... cutter still goes round and round....

  3. #3
    Join Date
    Jun 2008
    Posts
    3
    Actually, the probe is an accurate switch that send a on or off signal to CNC controller when the stylus was contacted (trigger) the component. There are two kinds of function that use measured both tool's length and diameter,which is put on the table of machine tool or set up a pull down arm beside spindle head in the lathe, is called tool setting and use measured the parts of features, which is set in spindle head or lathe's turret, is called inspection probe. For Fanuc or Meldas controller, all moving command is used G31 (skip function) when it received the signal from probe trigger. The machine was stopped moving immediately. For example: The parts of inspected program,
    %
    O3000
    G90G80G40
    POPEN
    (Probing Cycle Start)
    G55
    G43Z30.H90F2000.(Edit Z coordinate in this block)
    #31= #[2000 +#4111](Length of active tool)
    (Two Touch Probing)
    G31X0 Y0 Z-10.0 F2000.
    G01X[0+#5061]Y[0+#5062]Z[0+#5063-#31]F2000.
    G04P3
    G31X0. Y0.Z-10.0 F30.
    G01X[0.000-#502]Y[0.000-#503]Z-10.0 F2000.
    #3004=0
    (Output measured data)
    #100=[#5061+#502]
    #101=[#5062+#503]
    #102=[#5063-#31+#501]
    DPRNT[X#100[53]*Y#101[53]*Z#102[53]]
    ( End of touch move 1)
    PCLOS
    M30
    %

Similar Threads

  1. Digitizing macro's
    By pants in forum Digitizing and Laser Digitizing
    Replies: 4
    Last Post: 01-16-2009, 09:07 PM
  2. Macro's on Fanuc OT
    By pinguS in forum Fanuc
    Replies: 15
    Last Post: 09-23-2006, 10:51 PM
  3. Macro's for the masses
    By Equinox in forum G-Code Programing
    Replies: 4
    Last Post: 06-22-2006, 07:47 AM
  4. macro's
    By Traceycnc300 in forum Haas Mills
    Replies: 12
    Last Post: 04-17-2006, 06:43 PM
  5. How to use Macro's
    By smallplanes in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 5
    Last Post: 10-10-2005, 10:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •