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 

Example of a simple program

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


Joined: 09 Jul 2004
Posts: 122
Location: Jackson Hole, Wyoming USA

PostPosted: Mon Feb 20, 2006 11:28 pm    Post subject: Example of a simple program Reply with quote

Example G00
% (PROGRAM START FLAG)
:1001 (PROGRAM NUMBER 1001)
N5 G90 G20 (ABSOLUTE, AND INCH PROGRAMMING)
N10 M06 T2 (TOOL CHANGE, TOOL #2)
N15 M03 S1200 (SPINDLE ON CW, AT 1200 RPM)
N20 G00 X1.0 Y1.1 (RAPID OVER TO X1,Y1)
N25 Z0.1 (RAPID DOWN TO Z0.1)
N30 G01 Z-0.25 F5 (FEED MOVE DOWN TO 0.25")
N35 Y3 (FEED MOVE TO Y3)
N40 X5 (FEED TO X5)
N45 X1.0 Y1.0 Z-0.125 (FEED TO X1,Y1,Z-0.125)
N50 G00 Z1.0 (RAPID UP TO Z1)
N55 X0 Y0 (RAPID OVER TO X0,Y0)
N60 M05 (SPINDLE OFF)
N65 M30 (END OF PROGRAM)
Back to top
View user's profile Send private message Send e-mail
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