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 > Fadal


Fadal Discuss Fadal machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 07-04-2010, 09:55 PM
 
Join Date: Apr 2010
Location: US
Posts: 11
chipwitch1 is on a distinguished road
Should spindle turn while M19?

I'm having a couple problems with my VMC15RT involving the spindle lock. First of all, strange as this may sound, I'm turning small parts in the spindle like a cnc lathe with single point tools mounted to the table. I know it requires a shift in thinking, but if you can get post the concept, the principles are exactly the same. I simply rewrote my post processor.

The first problem I'm having is with tapping. Since this is a single point tool, I'm having to "re-thread" the same thread as I'm only taking about 5 thou per pass. One day, my program was working perfectly... on multiple parts. The next day, same program, same tools, same set up and the threads aren't tracking identical with each pass. In other words, the threads are no good. I'm using G84.2 rigid tapping for the procedure.

The second problem I'm having is likely connected to the first. I was replacing a tool in an ER32 collet chuck while it was still in the spindle. In manual mode, I set M19. The spindle oriented and locked. I used the collet wrench to remove the old tool. No problem. When I retightened the collet nut on the new tool, the spindle slipped! I assume the belt is what slipped? How much torque should the spindle take before M19 slips? Is there any possibility of damage? Will this affect how the spindle orients or does something need to be re-homed? I'm guessing the belt is loose and that may be why the threads aren't coming out very nice.

A likely unrelated problem, number three, is when I first booted up my machine today, and ran my program, the machine kept "waiting" between tool changes (M1's are coded into the program there). But, the option stop was off. I checked the "options table" (typing MU during program execution). It too indicated the option stop was "off." Subsequent runs of the same program skipped the M1's as intended. Strange?

Thanks
Reply With Quote

  #2   Ban this user!
Old 07-05-2010, 12:34 AM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 896
Neal is on a distinguished road

Doing a lathe operation is not unheard off. Although it is not a straight forward thing to do, with a little thought it is not that difficult to do.
G84.2 is a calibration cycle and NOT a rigid tap cycle. Unless your software is over 12 years old DO NOT USE G84.2! The rigid tapping code is G84.1 and the cycle includes the calibration cycle.
As far as the M19 locking the spindle issue the spindle arm has a roller on it that drops into a dent on a cam ring at the top of the spindle. It is NOT a solid locking device. Given enough rotational force the spindle can pop the roller out of the dent.
Tightening the tool in the spindle is sometime necessary for tool orientation purposes but only tighten the tool enough to hold it in place. Always finish tightening the tool on the bench.
BTW, using a collet for rigid tapping in any tap larger that 3/16 dia is asking for trouble. There can be enough rotation resistance to slip the tool in the holder. Now you have lost the thread lead orientation. Do yourself a favor and invest in the proper rigid tapping holder!

Neal
Reply With Quote

  #3   Ban this user!
Old 07-05-2010, 05:57 AM
 
Join Date: Apr 2010
Location: US
Posts: 11
chipwitch1 is on a distinguished road

Thanks for the info, Neal. Any idea what may be causing the bad re-threading?

As for the 84.2. Yes, my machine is a '95. The software is old. I'm only using the 84.2 for its calibration purposes. Subsequent code blocks do the actual threading. As I said, the threading was working fine one day, bad the next with no changes to anything.

I'll probably be taking the cover off the spindle head this morning to take a looksee at the belt. I just got the machine less than a year ago. No idea if or when the belt may have been changed.

Thanks.

[edit] I've taken the cover off the head. The belt looks good and is tight. It's the poly chain type. I can't imagine it slipped. Single point threading in steel at 5 thou per pass isn't going to produce enough friction for that. I don't have a test bar to check calibration, but am I wrong in thinking that wouldn't cause the problem I'm having? I mean, I can see the thread not being accurate, but what might cause re-threading passes to not track the same as previous passes? In other words, the threads aren't uniform.

Last edited by chipwitch1; 07-05-2010 at 08:02 AM.
Reply With Quote

  #4  
Old 07-05-2010, 08:45 AM
DareBee's Avatar
Monkeywrench Technician
 
Join Date: Jan 2004
Location: Stratford, Ont. Canada
Posts: 2,783
DareBee is on a distinguished road

You did not clarify - you ARE using G84.1 for the threading?
__________________
www.integratedmechanical.ca
Reply With Quote

  #5   Ban this user!
Old 07-05-2010, 09:06 AM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 896
Neal is on a distinguished road

CHIP--
If the Z axis amp drifts it signal settings it can affect the tracking ability. Also excess backlash or other mechanical changes in the system will affect the tracking results.
FYI-- you can buy the thread testing bar. They are not very expensive.

Neal
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 07-05-2010, 11:48 AM
 
Join Date: Apr 2010
Location: US
Posts: 11
chipwitch1 is on a distinguished road

Thanks Neal... I'll see if I can get one ordered. Interesting discovery. I tried running the program again today after a cold start. Worked good the first time, then got worse with subsequent parts to the point they're unusable.

@DareBee... no, I'm not using G84.1.... I'm using G84.2
Reply With Quote

  #7   Ban this user!
Old 07-05-2010, 12:32 PM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 896
Neal is on a distinguished road

Chip--
The fact that you are using the G84.2 tell me that you are NOT, repeat NOT, using rigid tapping. You are only synchronizing the spindle hall effects switch and the spindle motor encoder. It is only preparing the control for the G84.1 rigid tapping call. It is gaining you NOTHING in the manner that you are using it.
Unless you use the G84.1 rigid tapping is NOT initiated. Using the G84.2 on the tapping line instead of the G84.1 causes the control to ignore the .2 and defaults to the G84 compression/tension tapping cycle. This fact has zero to do with whether the machine is brand new or the original 1983 vintage machine softwares.
If this is confusing you, call me if you still have my cell number and we can get it squared around. :=))

Neal
Reply With Quote

  #8   Ban this user!
Old 07-05-2010, 04:17 PM
 
Join Date: Apr 2010
Location: US
Posts: 11
chipwitch1 is on a distinguished road

Originally Posted by Neal View Post
Chip--
The fact that you are using the G84.2 tell me that you are NOT, repeat NOT, using rigid tapping. You are only synchronizing the spindle hall effects switch and the spindle motor encoder. It is only preparing the control for the G84.1 rigid tapping call. It is gaining you NOTHING in the manner that you are using it.
You mean it there's another way to sync the spindle and z-axis? The G84.2 permits me controlling the C-axis (rather than trying to control rpm via the S-word). I know of no other way to do that. I'm not actually using any of the canned rigid tapping cycles, true. But, you're telling me I can't manually block the code to "rigid tap" myself? I seem to be doing it.

Unless you use the G84.1 rigid tapping is NOT initiated. Using the G84.2 on the tapping line instead of the G84.1 causes the control to ignore the .2 and defaults to the G84 compression/tension tapping cycle. This fact has zero to do with whether the machine is brand new or the original 1983 vintage machine softwares.
I'm not actually tapping with the G84.2. The G84.2 sits alone on it's own block. What follows are my hand coded blocks to do what I assume the G84.1 does. If you recall, when we spoke a few months ago, the canned cycles wouldn't allow me the flexibility I needed to single point threads with the part in the spindle. The way I have my program working, I'm able to program thread "pull-off." That's not something you can do with the canned routines that I'm aware of.

If this is confusing you, call me if you still have my cell number and we can get it squared around. :=))

Neal
Reply With Quote

  #9   Ban this user!
Old 07-05-2010, 09:21 PM
Neal's Avatar  
Join Date: Mar 2003
Location: Chatsworth, Ca
Posts: 896
Neal is on a distinguished road

OK, you are using the coding in a manner that was not originally intended. This is a special application, obviously. Remember when computer code is used in a non-proven manner there is no guarantee that it will ALWAYS function the same each time. There is always a potential for a mis-step.

Neal
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
Need Help!- Fanuc spindle will not turn on Scottjit Fanuc 3 04-06-2010 12:21 PM
Spindle won't turn on ranchak Bridgeport and Hardinge Mills 5 08-29-2009 06:32 PM
T1..why does the spindle not turn? carbidecraters Mazak, Mitsubishi, Mazatrol 1 09-05-2008 09:32 PM
interact 4 spindle drive won't turn on spindle 0041601 Bridgeport and Hardinge Mills 7 06-23-2008 05:51 PM
BP Series 1 CNC- spindle won't turn on MDA40 Bridgeport and Hardinge Mills 3 11-08-2004 08:05 PM




All times are GMT -5. The time now is 06:57 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 354 355 356 357 358 359 360 361