586,741 active members*
2,855 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Uncategorised CAM Discussion > How to program G10 for Fadal CNC ?
Results 1 to 6 of 6
  1. #1

    How to program G10 for Fadal CNC ?

    Please , show me an example using G10 to program 20 parts on 4 vises , CNC Fadal vertial mill.
    gt

  2. #2
    Join Date
    Oct 2003
    Posts
    38
    Whats a G10 exactly. I mainly do lathe work and a G10 to me is a Datum code.

  3. #3
    Join Date
    Jun 2003
    Posts
    513
    G10 is a Fadal G code for programmable data input, not the same thing as Fadal Macros. It is used to insert or change values for offsets or R0-R9 parameters. If you don't have a Fadal user manual then go to Fadal.com and download the PDF file for the G code section of the user manual. :cheers:

  4. #4
    Join Date
    Mar 2003
    Posts
    214
    Here is how Fanuc does it.

    N10 G10 L2 P1 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G54)
    > N15 G10 L2 P2 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G55)
    > N20 G10 L2 P3 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G56)
    > N25 G10 L2 P4 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G57)
    > N30 G10 L2 P5 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G58)
    > N35 G10 L2 P6 X999.999 Y-999.999 Z-999.999 ( ZERO OFFSETT G59)

    Try it and see if it works

  5. #5
    Join Date
    Mar 2003
    Posts
    106
    Yep. Just like that on the Fadal, too. The "P" value represents the offset number (E1 thru E48).

    You might want to add a G90 to the lines also. This will insure that the values you assign are used as absolute values. If for some reason you happen to be in incremental mode (G91) when the G10 lines are read, the values on the G10 line will be added to or subtracted from the current value in that offset.

  6. #6
    Thank you for your helping about G10.
    gt

Similar Threads

  1. Replies: 32
    Last Post: 05-10-2006, 02:08 PM
  2. Learning to Program CNC Turning Center
    By Farmer in forum G-Code Programing
    Replies: 13
    Last Post: 09-12-2005, 06:03 AM
  3. Quickstep CNC program
    By mysterious in forum Uncategorised CAM Discussion
    Replies: 5
    Last Post: 02-08-2004, 02:08 AM
  4. New CNC Controller Program for DOS
    By manfong in forum News Announcements
    Replies: 10
    Last Post: 10-10-2003, 05:30 PM
  5. MDT flow wires to program cnc 3d
    By wjbzone in forum Autodesk
    Replies: 1
    Last Post: 06-24-2003, 01:59 PM

Posting Permissions

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