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 

Three (Programs) in One for the Haas

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


Joined: 30 Jun 2004
Posts: 54
Location: Chicago

PostPosted: Wed Apr 27, 2005 10:31 am    Post subject: Three (Programs) in One for the Haas Reply with quote

I am trying to run a 3D program on my Haas VF-3. It’s too big to fit on a floppy, and we cannot send files from PC to Haas yet.

Is there a way that I can take the three programs that actually make up one part and combine them on the Haas? I am looking for a way I can run this part overnight, without having to come in and call up another program.
_________________
++++++++++++++
Thanks!
Back to top
View user's profile Send private message
CNCJimmy7
Frequent Poster


Joined: 05 Jul 2004
Posts: 91
Location: Minneapolis, MN

PostPosted: Wed Apr 27, 2005 10:32 am    Post subject: Reply with quote

Yes, you can combine your three programs easily. Very Happy

Make a cover program like this:
Code:
O0001;
  M98P101;       (first sub-program number is O101)
  M98P102;       (second sub-program)
  M98P103;       (third sub-program)
  M30;

Be sure to put an M99 instead of an M30 at the end of each sub-program, so that it will return to the cover program.
Back to top
View user's profile Send private message Send e-mail
JamieR
Frequent Poster


Joined: 30 Jun 2004
Posts: 54
Location: Chicago

PostPosted: Wed Apr 27, 2005 10:34 am    Post subject: Reply with quote

Thanks so very much. I really do love this site and all the people that make it work Exclamation
_________________
++++++++++++++
Thanks!
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