Forum Home | RFQwork | CNCauction | 3dxhobbies |Welderzone | Share Files | Site Map | Links |

CNCzone.com-The Largest Machinist Community on the net!


Welcome to the CNCzone.com-The Largest Machinist Community on the net! forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Home Page Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Mark Forums Read Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > MetalWorking Machines > Haas Lathes

Notices

Haas Lathes Discuss Haas lathe here!


Reply
 
Thread Tools Display Modes
  #1   Ban this user!
Old 07-30-2007, 05:09 PM
Haeusser Haeusser is offline
 
Join Date: Mar 2007
Location: usa
Posts: 12
Haeusser is on a distinguished road
Repeat command on TL-1?

How do I repeat a command at a different dimension?

Lets say I am turning a the o.d., its a arc of some sort, and i want to repeat it multiple times, whats the command line?
Reply With Quote

  #2   Ban this user!
Old 07-30-2007, 07:04 PM
Geof Geof is offline
 
Join Date: Jul 2005
Location: Canada
Posts: 9,667
Geof will become famous soon enough
Do you mean repeat it along the Z axis; like turning a number of ridges or grooves along a shaft. A picture would help, jpg only please.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #3   Ban this user!
Old 07-31-2007, 01:33 AM
newtexas2006's Avatar
newtexas2006 newtexas2006 is offline
 
Join Date: Feb 2006
Location: usa
Posts: 409
newtexas2006 is on a distinguished road
Picture will help us alot, right now we not sure what you want to do exactly...... so no suggest can be done for now.
__________________
The best way to learn is trial error.
Reply With Quote

  #4   Ban this user!
Old 07-31-2007, 06:13 PM
Haeusser Haeusser is offline
 
Join Date: Mar 2007
Location: usa
Posts: 12
Haeusser is on a distinguished road
this is a crude demonstration. Z axis is up and down, X is left to right.

( )
( )
( )
( )


Im just trying to repeat a groove on the z axis, instead of reprograming each groove, is there a repeat command?
Reply With Quote

  #5   Ban this user!
Old 07-31-2007, 06:31 PM
Geof Geof is offline
 
Join Date: Jul 2005
Location: Canada
Posts: 9,667
Geof will become famous soon enough
Originally Posted by Haeusser View Post
this is a crude demonstration. Z axis is up and down, X is left to right.

( )
( )
( )
( )


Im just trying to repeat a groove on the z axis, instead of reprograming each groove, is there a repeat command?
You should be able to do it a few ways.

One is to write the program for the arc in incremental and put it in a subroutine. Then you would call the subroutine as many times as you want with an incremental Z move between each call.

The program would be something like this; I have left a lot of stuff out..

Onnnnn (Name)
;
;
;
G00 W-1. M97 P1000 L5
;
;
G28
M30
N1000
;
;
Arc programmed in incremental
;
;
M99
-----------------------
Another way would be to set several Work Offsets for each arc and then you would be able to write the arc program in absolute but you would have to enter all the work offsets.

The program would be something like.

O00000 (Name)
;
;
;
G54 M97 P1000
G55 M97 P1000
etc
;
;
g28
M30
N1000
;
;
Arc program in absolute
;
;
M99

To avoid having to enter all the work offsets you could increment the Z value for G54 using the G10 command or you could use G52 and increment the Z between subroutine calls.
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

Sponsored Links
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
program repeat villiersterrace G-Code Programing 2 01-10-2007 10:44 PM
program repeat heartlnd Haas Mills 3 08-19-2006 03:13 AM
How to repeat a EZ-Trac Program Stoney372 Bridgeport and Hardinge Mills 4 02-16-2006 02:24 PM
Need help on G75.1 pattern repeat wayne mitchell G-Code Programing 1 03-16-2005 03:49 PM




All times are GMT -5. The time now is 05:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.