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! > MetalWorking Machines > Tormach PCNC


Tormach PCNC Discuss Tormach PCNC machines here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-18-2009, 03:21 AM
 
Join Date: May 2007
Location: UK
Posts: 12
oly2brf5 is on a distinguished road
Incorrect Axis Positioning

I've had a bit of a problem with my Tormach yesterday in that twice it has gone to positions that are unrelated to the numbers in the G-code. The machine has been working pretty well so far, 12 hours a day for several weeks. I have had all the usual boo-boos, mostly finger trouble on my part, but this is the first time it doesn't seem to have followed the G-code. I've already successfully made four of the part in question, so I don't think there's anything wrong with the code. The numbers in X, Y, Z boxes on the computer screen seem to agree with where the tool actually is, it just isn't where it should be. I might admit to the fact that I have been running unreferenced. Also, when the machine had the first problem it had been powered up for over 6 hours. A shut down seemed to cure the problem; the second occurence was after another 5 or so hours. When I spoke to Tormach a few days ago on another matter they did suggest if the system was powered up for a long periods it may increase the chance of a software glitch. I should say I'm not using a Tormach supplied computer. How the PC has been reformatted and a minimal XP version installed. The PC only runs Mach3, no IE, no Firefox, no internet or network connections. I don't even store my G-code files on it.

I do have a suspicion that the limit switches are not working correctly as I have recently had one crash where I was a bit surprised that the limit switch didn't stop the motion. First thing to do this morning is to clean and check all the limit switches and reference the machine.

Any other suggestions gratefully received.

Regards,

Andrew
Reply With Quote

  #2   Ban this user!
Old 09-18-2009, 04:12 AM
LeeWay's Avatar  
Join Date: Jun 2004
Location: USA
Posts: 2,398
LeeWay is on a distinguished road

I have one computer that runs Vista. Sometimes if it sits idol for awhile, it won't like jumping right into a cycle. I first hit the reset button on the screen to alert the computer that someone is about to fool with it. Then hit reset again and load gcode as normal. This procedure has stopped a few gremlins I had in the past with that particular computer.
__________________
Lee
Reply With Quote

  #3   Ban this user!
Old 09-18-2009, 07:51 AM
 
Join Date: Aug 2005
Location: USA
Posts: 86
MarkWink is on a distinguished road

When it's "off" - is it all axis or just one?

How far is it off (miss steps - or truly gone a muck)?

Jog the machine with a hand on the table - you can feel and hear missed steps.

I leave the machine on all the time without a problem, although the computer needs rebooted once in awhile - "I'm a PC".
Reply With Quote

  #4   Ban this user!
Old 09-18-2009, 08:36 AM
 
Join Date: May 2007
Location: UK
Posts: 12
oly2brf5 is on a distinguished road
Quick Update

Checked the limit switches, voltages in the cabinet and a few wires this morning, everything looks fine. So far the machine seems to be running exactly as expected.

To answer a few questions:

Both the X and Y axes were off

Long way off, 50mm in X and 20mm in Y

Jogging by hand is spot on, very smooth, no unusual noises

Referencing by hand and jogging across the part was within 0.01mm over 300mm

The really odd thing is the thing went too far yesterday; I can think of lots of mechanical reasons for losing steps, but it's more difficult to think of a mechanical reason for gaining steps. I suspect it's a PC or Tormach control or software issue, or finger trouble on my part. The second time I had just had a TTS collet come adrift and had hit STOP; which I now gather is not a good idea. Should have used PAUSE.

Next stage is to run the program in 'air' until it gets to the toolchange it failed at last time and then set the Z so it starts cutting metal again.

Regards,

Andrew
Reply With Quote

  #5   Ban this user!
Old 09-18-2009, 09:01 AM
 
Join Date: Sep 2008
Location: usa
Posts: 215
saabaero is on a distinguished road

You mentioned about not referencing your machine. I used to do the same thing but was having issues with my "Y" axis loosing position by (by random amounts) between .005" to .035". After I would run a short program it would consistently be out of position on the "Y" axis only when I returned and re-probed my origin point.

I checked the motor coupling, wiring, rebooted but nothing seemed to help. Then for the heck of it, I referenced the axes. After that the problem seemed to disappear. Coincidence maybe, but it was repetaably out of position prior to that.

My machine is still pretty new and I haven't run a lot of parts since but anymore I reference the axes and haven't seen the problem reoccur.

Yes, I know, it shouldn't have any effect, but...
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-18-2009, 11:11 AM
 
Join Date: Jun 2006
Location: Stavanger, Norway
Posts: 1,925
philbur is on a distinguished road

I'm no expert but my understanding is that the control system needs a machine reference as all the calculations are done according to machine reference not the user defined part reference. Where the machine gets these references from if you don't assign them I don't know. Possibly they are arbitrary. If one of these arbitrary references are within you part reference envelope then the machine will get into negative number calculations, which it may not be very happy with.

The manual makes it very clear that setting machine reference is important although it is not exactly clear why.

Just a thought from a hack
Phil

Originally Posted by oly2brf5 View Post
I might admit to the fact that I have been running unreferenced.

Regards,

Andrew

Last edited by philbur; 09-18-2009 at 02:52 PM.
Reply With Quote

  #7   Ban this user!
Old 09-18-2009, 11:21 AM
LeeWay's Avatar  
Join Date: Jun 2004
Location: USA
Posts: 2,398
LeeWay is on a distinguished road

I never use machine coordinates at all. Not yet anyway., When I start having tooling offsets and things like that, then I might have to start using that and home switches.
If you have servo motors, I think it is more important as well, so that you don't tear up a machine or motor. With steppers though, they are perfectly happy hitting a hard stop with no damage. On my mill, the home is always different depending on what kind of part or fixture I am using, so I have no switches on the table or Y axis. Only a limit at the top of Z.

I do understand the reasoning behind the machine coordinates, but if Mach 3 is setup not to use them at all, there should be no issues with it.
__________________
Lee
Reply With Quote

  #8   Ban this user!
Old 09-18-2009, 11:43 AM
 
Join Date: Sep 2005
Location: USA
Posts: 366
RTP_Burnsville is on a distinguished road

Did you by chance happen to use the MACH stop command in the middle of a program and then try to continue? I found that using stop and then attempting to continue results in where the machine thinks vs where it actually is can be greatly different. Using the pause and continue commands generally yields much better reults.

I always reference my machine before starting and have never had the issue other than what I explained above.
Reply With Quote

  #9   Ban this user!
Old 09-18-2009, 01:05 PM
 
Join Date: Jan 2005
Location: USA
Posts: 2,348
mactec54 is on a distinguished road
Buy me a Beer?

Hi oly2b2f5

I'm not sure the reason you would not reference/HOME the machine before you start
this should always be done (on every start up) or you will crash the machine as you have done, Once the machine has been homed out then the limit switches & soft limits will work as they should (if Tormach is using soft limits it has to homed for them to work)

If you don't home the machine at start up then it will not know were it is at Tormach should of told you this when you were talking to them

Once the machine has been homed then you set your work offset (X0Y0) & then your tool offset then you are ready to cut
__________________
Mactec54
Reply With Quote

  #10   Ban this user!
Old 09-18-2009, 07:19 PM
Don Clement's Avatar  
Join Date: Jan 2007
Location: Running Springs, California USA
Posts: 759
Don Clement is on a distinguished road

And why don't you reference your machine? Alway the first thing I do is reference the machine and I don't have the strange problems you are having.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 09-19-2009, 04:30 AM
LeeWay's Avatar  
Join Date: Jun 2004
Location: USA
Posts: 2,398
LeeWay is on a distinguished road

If you aren't using machine coordinates, Mach 3 opens up at home. If you have to move around to find your zero's, which I usually do, then once the dro's are zero'ed, thats it. It's home.
__________________
Lee
Reply With Quote

  #12   Ban this user!
Old 09-19-2009, 06:55 AM
 
Join Date: Sep 2008
Location: usa
Posts: 215
saabaero is on a distinguished road

I for one never used machine references because I saw no value to them for me. For one the Tormach doesn't use soft limits since they offer nothing over tripping a limit in the way of stopping speed without loosing position. Two, I don't find the limit switches accurate enough to use for repeating part reference consequently I always reference from the part or workpiece. Three, I don't have a tool changer. But in defense of this last one... Sprutcam adds a goto tool change position command into the toolpaths which shows as an error when the code is loaded without the machine being referenced. also, It is nice if the machine does return to a high enough Z to allow for changing the tool manually so having this command work is a plus.

Despite that, all I know is that is that, referencing the axes cured my issue with the Y axis loosing position. As I mentioned, it may just be coincidence but until someone can explain to me positively why it wouldn't have any effect I will continue to reference the machine for that reason alone.

I have designed and built several multi-axis trimming machines for manufacturing in the past and I have programmed them to automatically reference themselves to a "Home" position on startup and each time a program is changed. They have very accurate home/limit switches so the operator just installs the appropriate holding fixture for a given part and loads the correct program and the machine is ready to cut.

If referencing is important, I am surprised that the Tormach doesn't reference itself as part of the startup procedure. There can be a machine pause (for safety) so that machine motion doesn't start until the operator either accepts of declines the homing/referencing step.
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
5 axis positioning question kojack Haas Mills 12 04-29-2009 01:12 PM
Single Rotary Positioning Axis RLMTS Mechanical Calculations/Engineering Design 6 01-11-2008 12:46 PM
Bridgeport VMC760/20 Z axis not positioning correctly for tool change seano_78 Bridgeport and Hardinge Mills 5 08-14-2007 03:38 PM
Boss 5 X axis positioning kewl_cat Bridgeport and Hardinge Mills 1 01-07-2006 10:04 AM
V19 incorrect toolpath Castle1 BobCad-Cam 2 07-02-2004 10:10 PM




All times are GMT -5. The time now is 06:32 AM.





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 354 355 356 357 358 359 360 361