Manufacturing Information Solutions Forum Index Manufacturing Information Solutions
Your Place for Support and Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How To Clear Common Work Shift Offsets Before Probing

 
Post new topic   Reply to topic    Manufacturing Information Solutions Forum Index -> G-Code Programming
View previous topic :: View next topic  
Author Message
franke
Master Poster


Joined: 26 Jun 2004
Posts: 161
Location: Indiana, USA

PostPosted: Fri Jul 02, 2004 1:05 pm    Post subject: How To Clear Common Work Shift Offsets Before Probing Reply with quote

Have you ever been called to the shop to troubleshoot a probe routine only to find out the operator had put an offset in the Z axis Common Work Shift when he proofed the machining program and forgot to remove it? You can add one line of code in your probe programs to prevent this problem.

The code #5203=0(CLEAR COMMON Z) is an important safety feature that you should include in all probe programs. If the operator had put an offset in the Z axis Common Work Shift and then runs the probe, the offset is added to the coordinate system and the probe will probably error because it will miss the part.

However, if the operator notices the offset, presses Slide Hold, clears the offset and then presses Cycle Start the machine will rapid the amount of the offset and wont be in protected positioning mode. In any event, this one line of code will prevent wasted time.

To use this tip insert #5203=0(CLEAR COMMON Z) before calling G54 and positioning the probe to the part. Also, don't put this code in the machining program. If the operator expects the tool to position above the part and you have cancelled his Z axis Common Offset a crash can occur.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Manufacturing Information Solutions Forum Index -> G-Code Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group