![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| General CAM Discussion Discuss CAD/CAM software and Design software methods here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#3
| ||||
| ||||
| 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. |
|
#4
| |||
| |||
| 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
| |||
| |||
| 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. |
| Sponsored Links |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Gcodein - lisp program to read cnc files into autocad | wjbzone | Autodesk Software (Autocad, Inventor etc) | 32 | 05-10-2006 08:08 AM |
| Learning to Program CNC Turning Center | Farmer | G-Code Programing | 13 | 09-12-2005 12:03 AM |
| Quickstep CNC program | mysterious | General CAM Discussion | 5 | 02-07-2004 07:08 PM |
| New CNC Controller Program for DOS | manfong | Product Announcements & Manufacturer News | 10 | 10-10-2003 11:30 AM |
| MDT flow wires to program cnc 3d | wjbzone | Autodesk Software (Autocad, Inventor etc) | 1 | 06-24-2003 07:59 AM |