Hello all.
We have a Fanuc Powermate i D with two servo motors used to position two ballscrews which control a table to dispense sealer on to a part.
The part has many holes we must go around.
We've generated a path offline and the resultant code gives us lines such as this (I'm not sure what the software was that created the G-Codes, something like MasterCAM???):
The existing parts run using code such as this:
Basically, what I'm asking is if the Powermate will recognize the code with the I,J instead of the R and react the same?
What, if any, are the differences/advantages between the 2 methods?
Thanks for any ideas and my apologies for being rather vague but this is relatively new to me.
We have a Fanuc Powermate i D with two servo motors used to position two ballscrews which control a table to dispense sealer on to a part.
The part has many holes we must go around.
We've generated a path offline and the resultant code gives us lines such as this (I'm not sure what the software was that created the G-Codes, something like MasterCAM???):
Code:
N114 G2 X9.2921 Y3.4506 I-5.2351 J-.2028
N116 Y3.4371 I-5.239 J0.
N118 X9.063 Y3.1886 I-.25 J.0006
N120 G3 X8.7195 Y2.815 I.0315 J-.3737
N122 X9.0386 Y2.4441 I.375 J0.
N124 G2 X9.2513 Y2.1969 I-.0373 J-.2472
N126 X9.2512 Y2.1882 I-.25 J0.
The existing parts run using code such as this:
Code:
N80G03X-2.000R0.42
N90G02X-4.155Y1.17R2.53
N100G03X-4.455Y1.89R0.42
N110G01X-5.33Y4.033
N120G03X-5.63Y4.776R0.42
What, if any, are the differences/advantages between the 2 methods?
Thanks for any ideas and my apologies for being rather vague but this is relatively new to me.