![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| ||||
| ||||
Hello! I have a problem with the code G75 on the machine Takisawa TC-3 with the Fanuc 10 system. The program is already used on the machine Takisawa TC-3 with system Fanuc 0 and worked without any problems. When I switched to another machine with the Fanuc 10 system , G75 does not work. This is part of the program with the G75 where the machine stopped without an alarm, just a stop. M1 G50X162.36Z247.98S1500 G0G99G96S110T0707M16 X85.Z2.M3 Z-55.8M8 G75R100 G75X70.P300F0.07 G0Z-52.2 G75R200 G75X70.Z-17.65P500Q3612R39F0.11 G0Z-17.65 G1X70.5F0.3 G75R100 G75X55.5P300F0.07 G0Z-21.35 G75X55.5Z-52.2P500Q3612R39F0.11 G0X83. Z-55.8 G1X70.5F0.3 G75R150 G75X54.5P400F0.12 G0X100. Z10. X162.36Z247.98T0000 M1 Is it something that I need to change in the program or the problem may be in the parameters? Thanks in advance for your responses! |
|
#2
| |||
| |||
The R value in the first line of the O series format sets the Return amount between pecks and is a modal value. This value can also be set in parameter #722 in the O series and remains until changed by specifying another value with G75 R in the program. Accordingly, if you wanted the two machines to have a similar one line format, and you're happy to have a constant retract amount across all G75 applications used with the O series machine, the value can be set in the parameter and the first G75 line in the cycle omitted. However, the series O and 10 control use a different syntax in the main G75 block. Therfore, the programs aren't transportable between the two controls. The syntax for the G75 cycle for the 10 series machine is as follows: G75 X(U).... Z(W).... I.... K.... F.... D.... Where: X = Finish point in X Z = Finish point in Z U = Incremental value of X W = Incremental value of Z I = Step across movement in Z direction K = Depth of cut in the X direction F = Feed rate D = Relief amount for the tool at the end of the cut in Z. In the above format, Z,I and D are used if the cycle is to be used to machine a groove wider than the width of the grooving tool, or for a series of holes where the pitch of the holes will be described by I and the last hole coordinate by Z. 1. When used for any drilling operation, parameter D is omitted. 2. When used to drill a single hole Z,I and D are omitted. When omitted, the D parameter is assumes to have a value of zero, and Z and I are ignored in software. The Return amount set by R in the first G75 line of the O series control format, is set in parameter #6217 of the 10 series control. Unlike the O series, this is the only way the Return amount can be set on a 10 series machine. Regards, Bill Last edited by angelw; 04-16-2011 at 07:45 PM. |
|
#6
| ||||
| ||||
| 1, P = the peck amount before retracting to chip break. 2. Q = the side steps along the Z axis in a grooving operation, or it could be used as the pitch between holes in the Z axis if being used in a drilling operation. Note: If used in a drilling operation, R must be assigned zero.
Whilst there are some arguments that must be specified without a period, all dimensional addresses such as X(U), Z(W), I, J, K, R etc can be specified without a period provided they are padded with the correct number of "0" so that a true representation of the intended value is preserved Regards, Bill Last edited by angelw; 10-07-2011 at 08:03 PM. |
![]() |
| 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 |
| Need Help!- My Milling OKK with fanuc 6M can't recognize G-code & M-code | nessei | Fanuc | 4 | 03-29-2011 08:39 AM |
| fanuc program code vs. Haas code | sixty8frbrd | Fanuc | 6 | 03-10-2011 09:05 PM |
| Converting Fanuc G code to Seimens 840D G code | Jasbinder | Siemens Sinumerik CNC controls | 2 | 02-20-2011 10:02 AM |
| Need Help!- fanuc OT 401 code | dc123 | Fanuc | 2 | 12-31-2010 12:48 AM |
| Fanuc M-Code | bz1801 | Fanuc | 6 | 09-28-2005 11:42 AM |