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



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > Mach Software (ArtSoft software) > Mach Lathe



This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-08-2008, 12:03 AM
 
Join Date: Nov 2005
Location: Singapore
Posts: 9
jimbies is on a distinguished road
Turned diameter is wrong.

I have just completed the CNC retrofit to my Sherline lathe and was trying to turn some round stock to the required diameter. The finished diameter always end up smaller. I think this is a setup problem and would appreciate some help as I have been trying to get it right for the pass 3 days. Here is what I did :-

The configuration is in "Diameter Mode"
1. Chuck up a round stock, take a skim cut measure the diameter and enter the diameter in the X DRO. Did the same for the Z axis and zero the Z DRO.
2. Fire up the OD turning Wizard and enter the required parameter, X start = 23.43mm, X End = 23mm.
3. Back to Auto Prep screen, enter the stock diameter = 23.43 into the Part Zero DRO and click Part Zero button and finally click cycle.

Problem.
Measure the part and the diameter is 22.57mm not 23mm as I envisage it to be.

Is this correct or are there some setting which I did wrong ?

I was thinking to use the dimension as per the drawing, feed them in and have the part turned out to the correct dimension without dividing the diference of the dimeter by half.

Thanks in advance for your help.
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 10-08-2008, 08:40 AM
Crevice Reamer's Avatar  
Join Date: Mar 2008
Location: USA
Posts: 3,454
Crevice Reamer is on a distinguished road

Check that your Steps per inch/mm are set correctly. Make your axes move a set distance and measure that it is correct. If not, you may need to tweak steps up or down slightly until axes move to exact distance.

CR.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 10-08-2008, 09:17 AM
 
Join Date: Nov 2005
Location: Singapore
Posts: 9
jimbies is on a distinguished road

Hi Crevice Reamer, thanks for the reply.

I have checked the Steps per inch/mm and they are correct.
After the setup, I do a G0X0, the cutter moved to the other end of the circumference.

Should the cutter move to the center of the stock ?
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 10-08-2008, 10:08 AM
LeeWay's Avatar  
Join Date: Jun 2004
Location: USA
Posts: 2,305
LeeWay is on a distinguished road

If you have any backlash in there, it will show in this manner too.
I use Mach mill for my lathe because I have the tailstock motorized for drilling.
I have just bought Dolphin Turn and will be using it on my new lathe build.
What I do for my code on the 7-12 that I cnc'ed is to do most of it by hand. I use a standard peck drill cycle from Sheetcam for the tailstock. Always the same one. Then I just use the teach Wizard. This got me my first code and I was then able to just write the code myself after a short time. All very simple parts though.

I use the backlash in every move. I had to program that in. Move positive direction before I move into the part.

My parts are more accurate now. This is not coded for the actual distance it travels now though. It is all done by trial and error and editing the code in Mach until I have exactly what size parts I need.

This is why I bought Dolphin for the new lathe. I expect to have near 0 backlash on it.
__________________
Lee
Tweet this Post!Share on Facebook
Reply With Quote

  #5  
Old 10-08-2008, 12:16 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road

The error appears to be due to confusion between radius and diameter. It would be easy to tell with the difference in position between two larger movements. So do a test with an X 25.0 command movement and see what you get. If the slide moves 25 mm, then you are in radius mode.

I would imagine the way around this could be as simple as halving the number of steps per inch on the X axis.
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-08-2008, 12:56 PM
 
Join Date: Jan 2005
Location: usa
Posts: 1,886
jhowelb is an unknown quantity at this point

X0 should be the center of the part regardless of diam. or rad. mode.
In diam. mode when the tool is at center and you do "G0X25" the tool should move 12.5 increments because you are referencing the diameter of the part.

In rad. mode you must do your own math after measuring the diameter of the part.

I can't even guess why a tool would go to the rear radius for X zero.
__________________
"Error of Opinion may be tolerated where Reason is left free to combat it." - Thomas Jefferson
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 10-09-2008, 01:33 AM
 
Join Date: Nov 2005
Location: Singapore
Posts: 9
jimbies is on a distinguished road

It's nice to know that this community is very helpful. Thank you all for the replies.

If I understand the problem correctly, the cause is:-

1) Based on the figures in my first post -
Stock dia. = 23.43mm
Desired dia = 23mm
Actual dia. = 22.57mm (Diameter of stock after machining)
Amount of stock to remove = 23.43 - 23 = 0.43mm
Actual dia. = 23.43 - (0.43 x 2) = 22.57mm (which is what I get.)

Which means the X axis has moved 0.43mm instead of only moving 0.215mm.
So, halving the X axis travel will give me the correct diameter but will this affect referencing and setting up ?

OR

2) G0X0 should put the cutter at the center of the stock and this would solve the problem.
Now, what is wrong in the configuration or setup ? I have tried enabling / disabling, setting/ resetting and do test cuts and still not getting it correct.

Oh, I forgot to mention that I am using Mach3 R2.63 Lockdown version.
Sorry, if the questions are stupid, I have only just converted my lathe to cnc and learning how to use it.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 10-09-2008, 10:34 AM
 
Join Date: Jan 2005
Location: usa
Posts: 1,886
jhowelb is an unknown quantity at this point

Trying to pick out specific controls explanations from the Mach Turn manual is a little like trying to untangle limp spaghetti, however I do believe your problem has it's roots in the "Part Zero" button. I can't find an explanation for this button but I can describe the procedure that works for me when setting up a turn job.

First I jog to a position close to where the cutting will be done then click Zero World X and Zero World Z. (This prevents some crazy initial moves)

I then take a light facing cut an click Z Zero.

The take enough of a turning cut to get a clean surface all round the part and shut the spindle off without moving the tool.

Measure the diameter of the part, enter that figure into the X DRO and press enter.

Load and run the program.

Try it and see if it works, you have nothing to lose.

P.S. Sorry if I sound as if I'm "talking down" to you. I don't intend to, I just had to reduce the subject to it's simplest form to be able to understand and use it.
__________________
"Error of Opinion may be tolerated where Reason is left free to combat it." - Thomas Jefferson
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 10-09-2008, 11:21 PM
 
Join Date: Nov 2005
Location: Singapore
Posts: 9
jimbies is on a distinguished road

No problem jhowelb, this is exactly the type of instructions I needed.

Will give it a try tonight and see how it goes.

In your current setup, does a G0X0 brings the cutter to the center of the stock ?
I could only achieve this by halving the X axis travel as suggested by HuFlungDung.
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 10-10-2008, 08:27 AM
 
Join Date: Jan 2005
Location: usa
Posts: 1,886
jhowelb is an unknown quantity at this point

G0X0 brings the cutting edge of my tool to center of the part.

On the Config menu, ports and pins>turn options>X mode is checked. Software COULD reverse that with a g-code.

Test: set jog mode for incremental jog distance 1.0000 then jog X positive. The tool should move away from the center by .5 !
__________________
"Error of Opinion may be tolerated where Reason is left free to combat it." - Thomas Jefferson
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 10-10-2008, 12:38 PM
 
Join Date: Nov 2005
Location: Singapore
Posts: 9
jimbies is on a distinguished road

G0X0 brings the cutting edge of my tool to center of the part.
I have tried all the various setting and still unable to bring the tool to center of part.
I even tried reinstalling the program.
I double checked the stepping count and it's correct.
What could be wrong with my setup ???
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 10-10-2008, 12:54 PM
 
Join Date: Jan 2005
Location: usa
Posts: 1,886
jhowelb is an unknown quantity at this point

I wonder,
if you took a facing cut from the outside in and at the point where the little tit disappears off the middle.....set X Zero.

Now jog out and use jog buttons to take a clean cut from the o d, mic the piece and compare the reading to the dro?
__________________
"Error of Opinion may be tolerated where Reason is left free to combat it." - Thomas Jefferson
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Shaft Diameter, LeadScrew Diameter, Motor Torque? cnc-newb DIY-CNC Router Table Machines 8 12-24-2007 03:51 PM
Shaft Diameter, LeadScrew Diameter, Motor Torque? cnc-newb General Metal Working Machines 0 12-14-2007 10:25 PM
RFQ: Turned 304 stainless parts... 5/8" max diameter... InspirationTool Employment Opportunity 6 06-22-2007 04:43 PM
CNC turned part RFQ fredhh47 Employment Opportunity 0 01-03-2006 12:23 PM
Fanuc 3T needs G68 turned on. Axxtion General CNC (Mill and Lathe) Control Software (NC) 4 08-10-2005 10:17 PM




All times are GMT -5. The time now is 11:56 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353