Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

VARIAXIS i600 G54.4


Jcncprogrammer
 Share

Recommended Posts

9 minutes ago, Jcncprogrammer said:

Can i just erase the g68.2 until i can get the post changed??

Nope they serve 2 different things.

G68.2 is related to the direct output of the code from the CAM System and allows the machine to take what is posted and move it based of the adjustment on the machine from the workoffsets. G54.4 allow the machine to take what is posted and move it based of the adjustments on the machine in the workoffset only.

Removing G68.2 from posted code what was changed for that output is a disaster in the making. They serve 2 different purposes and you need to learn the difference in them both.

G68.2 is normally used for Canned cycles and other things to map the coordinate system to allow them to be used like in a Normal X,Y,Z plane where A0,B0,C0 are in place, but in all reality it might be X20,Y20,Z20 and A10,B20,C30 on the machine. G68.2 tell the machine to ignore that and understand it as everything is normal so run the code like a 3 Axis machine.

G54.4 allows you to take and use offsets on the machine to make up for any difference from where you expected the part to be and where it really is, but it cannot take code and map it to a 3 Axis direction from a 5 Axis direction that the G68.2 can.

Link to comment
Share on other sites

I can't remember but I think they are always zero and the angles are in ijk.

But I can assure you when working properly it works.

Since you had previously centered the parts and this first one is not tracking the work offset properly you may need to double check the parameters as suggested. It can be as simple as 1 or 2 bits that needs to be toggled

Link to comment
Share on other sites
1 hour ago, Jcncprogrammer said:

Im not finding much info for how to use g68.2..my post always kicks out g68.2 but it always has zeros for x and y..how do i get it to compensate for COR...

If you are not using it to shift then XYZ will be ZERO and IJK will have your rotary angles in Euler format.  Send me a part, I'll put a few paths on it with working G68.2 post so you can see it.

Link to comment
Share on other sites

Pretty sure you want/need G68.2 on every orientation change

Example

G49 G53 Z0.0
G69 (Cancel 68.2)
G54.4P0 (Cancel G54.4)
M132(unclamp both rotaries)
G00 G90 G54 A-60.0 C0.0
G54.4P1
G68.2 X0.0 Y0.0 Z0.0 I-0.0 J-60.0 K0.0
G53.1
X1.0248 Y-6.2961 A-60.0 C0.0 (The A-60. and C0 are redundant & not totally necessary)
M131 (Clamp rotaries)
G43Z4.5H#518

 

 

Link to comment
Share on other sites
42 minutes ago, MIL-TFP-41 said:

Pretty sure you want/need G68.2 on every orientation change

Example

G49 G53 Z0.0
G69 (Cancel 68.2)
G54.4P0 (Cancel G54.4)
M132(unclamp both rotaries)
G00 G90 G54 A-60.0 C0.0
G54.4P1
G68.2 X0.0 Y0.0 Z0.0 I-0.0 J-60.0 K0.0
G53.1
X1.0248 Y-6.2961 A-60.0 C0.0 (The A-60. and C0 are redundant & not totally necessary)
M131 (Clamp rotaries)
G43Z4.5H#518

 

 

Looks like our matsuura code 

  • Like 1
Link to comment
Share on other sites
1 hour ago, jlw™ said:

LMAO, they broke everything else then!

Is G68 and G68.2 one in the same? My machine just uses G68 for coordinate rotation... We use this whenever we rotate the B axis. 

We mainly do 3+2, Ive never done any full 5 work on this machine. Is that where you would use G54.4? That's something I would like to get figured out.... 

Link to comment
Share on other sites
2 hours ago, navsENG said:

Is G68 and G68.2 one in the same? My machine just uses G68 for coordinate rotation... We use this whenever we rotate the B axis. 

We mainly do 3+2, Ive never done any full 5 work on this machine. Is that where you would use G54.4? That's something I would like to get figured out.... 

Older Mazaks it was just G68. It might have changed and G68 is for 4 Axis and G68.2 is for full 5 Axis. Really comes down to the control and builder.

Link to comment
Share on other sites
I have some code that i would like you guys to look at.. here im probing X and Y on an existing part that i have to put a few holes in 
on center in x. but the holes are .007 off..whats going on??

G0 G17 G40 G80 G90 G20 
G28 G91 Z0
G28 G91 X0 Y0 C0 A0
T01 T24 M06
G00 G90 G55 X0 Y0 A0 C0
G43 G90 H1 Z3.

G65 P9810 Z2.5
G01 X-.5 F25.
G65 P9812 Y15.6 Z-1.75 S2 (Y YEB)
#5812 = #141 (write G54.4 Y error)
X0 Y0
G65 P9812 X1.75 Z-1.1 S2 (X WEB)
#5811= #140 (write G54.4 X error)
G05 P0
G64
G20

G05 P0
G64
G54.4 P0
G20

 

then later i do this drill cycle and its way off .007 off center off the part?? Im not liking this at all..probe is calibrated, part is indicated....never have this problem with the haas...

N4 (OPERATION  4)
G0 G17 G40 G80 G90 G94 G98
(P STANDARD DRILL - 0.322)
T37 T33 M6
G55
G54.4 P1
G0 A0. C0.
G68.2 P1 X0. Y0. Z0. I0. J0. K0.
G53.1 P2
G0 X0. Y4.8014
S1500 M03
G43 H37 Z3.
M08
Z.05
G83 G98 Z-.6 R.05 Q.05 F15.
Y6.3014
G80
G0 Z.05
G94
Z3.
M09
M05
G69
G54.4 P0
G49
G0 G28 G91 Z0.
G90
G90
M01

Any Ideas???

 

Link to comment
Share on other sites

I am confused you are adjusting the G55 or P1? I see the S@ on your probing to adjust the G55, but I don't see the logic to update the P1. What are you doing to make the adjustment? Are you adjusting the workoffset or are you adjusting the compensation for error offset? To me you are not going about the process correctly.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...