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


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-14-2011, 08:50 AM
 
Join Date: Jul 2009
Location: USA
Posts: 44
Todd Zuercher is on a distinguished road
11M Frustrations

We have about had all that we can take from this POS.

We have a 1984 Heian CNC router with 11M control.

Tired of dealing with a misterious positioning error that no one has been able to fix let alone, diagnose for the last five years. It will mill along happily then for some unknow reason change position on the Z axis even when there are no Z commands issued in the program. Often it is only a few thousanths, but sometimes it is several inches. The position screen will be showing Z=-.75 then all of a sudden the depth changes to Z=-1.1587 (or some other semingly random number). Machine, Absolute, and Relative postions all change by the same about. If I then flip the single block exicute switch and step through a series of blocks that contain a G00 Z movement. the machine will (usually) correct its self and return to the propper depth commanded in the program. But if I do nothing it will continue on with the error.

We thought that it seemed like a cabling problem. because it seems to happen more in certain areas of the table. but switching the encoder and servo cables did not fix it.

I have swapped encoders with another axis, no effect.

have swapped servo amps, no effect.

Switching LSI chips, no effect.

It does seem to be more of a problem when it is warm.

I am ready to do a brain transplant to fix this dinosour or this machine has gota go.

PS: Any one want to buy a slightly used 11M control?
Reply With Quote

  #2   Ban this user!
Old 06-14-2011, 11:41 AM
tc429's Avatar  
Join Date: Feb 2011
Location: USA
Posts: 325
tc429 is on a distinguished road

hmm...11 was usually a pretty solid control for us, except for maybe the 9" crt power supplies...

we had a old 6 that was doing goofy stuff, found the manual absolute switch was intermittently shorting on, been ages ago, dont recall if position display changed, but think it did....ive never really used manual absolute, so not exactly sure how it affects the control.

are the master/rom-ram/BMU cards fairly clean? dirty boards can cause a lot of grief... I recall theres a bunch of buss chips on the master that can get flaky and cause weird stuff, (74ls244 or something like that?) but only ever saw that once.
Reply With Quote

  #3   Ban this user!
Old 06-14-2011, 12:37 PM
 
Join Date: Jul 2009
Location: USA
Posts: 44
Todd Zuercher is on a distinguished road

This machine dosn't have a manual absolute switch. The ZNG switch is messed up, but it was diabled (cut out) a long time ago.
Reply With Quote

  #4   Ban this user!
Old 06-14-2011, 02:49 PM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

Todd, I suggest that this unusual problem maybe power supply related. Have you swapped that for a known good one? It is also possible that the motherboard is defective. What is the motherboard part #?
Reply With Quote

  #5   Ban this user!
Old 06-14-2011, 03:15 PM
 
Join Date: Jul 2009
Location: USA
Posts: 44
Todd Zuercher is on a distinguished road

No I have not tried another power supply. I do not have a spair one to swap with.

We had tried another MB about 4 years ago (from Fanuc). It didn't help so it was sent back.

Our MB # is A16B-1010-0050/113

Which powersupply, the one that plugs inthe MB?
Its # is A16B-1210-0560-01
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-15-2011, 07:13 AM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

yes, that is the power supply.
We have a working control that is used for occasional testing and we could work out an arrangement where you pay for shipping both ways if you don't need anything. You can call me at 289 389 6117.
Bill
Reply With Quote

  #7   Ban this user!
Old 06-15-2011, 08:28 AM
 
Join Date: Jul 2009
Location: USA
Posts: 44
Todd Zuercher is on a distinguished road

How about the Power Supply. That is one of the few things that I know that we have not tried.
Reply With Quote

  #8   Ban this user!
Old 06-15-2011, 03:51 PM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

how long would you need it in order to prove that the problem is gone?
Reply With Quote

  #9   Ban this user!
Old 06-15-2011, 04:10 PM
 
Join Date: Jul 2009
Location: USA
Posts: 44
Todd Zuercher is on a distinguished road

As the machine is now, I can get it to mess up in 5-10 minuts with the right file.

1 day should be plenty.
Reply With Quote

  #10   Ban this user!
Old 06-15-2011, 07:23 PM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

call me after 9am EST at 289 389 6117 and we'll work it out
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-15-2011, 08:57 PM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

The fact that the position displays all show the shift in position tells me that the control still knows where it is, which means that it's not in the servos or in the positioning LSIs. The control is getting a command to move to that new position from somewhere. Some likely causes:

1) The control is mis-reading the program data. Are you running through a serial DNC connection or a BTR connection, or are you running a program that's in the 11M's bubble memory?

2) The control is picking up a tool offset somehow, or the offset amount is changing unexpectedly. Are you using any tool offset commands in the program? (G43 to G49)

3) A +24v input signal that freezes the Z axis position (ZNG or "Z neglect"). Is there a panel switch or button for that function?

4) If there is a switch on the panel for "Machine Lock" (MLK) then if this switch signal comes on when the Z axis is moving, it will shift the Z position.

My bet is on scenario #1. You mentioned that a new Z command will return the Z axis to the correct position, which tells me that it's probably mis-reading a Z move in the program by changing a digit or dropping a decimal point from a Z move at random. If you're running from a DNC computer, it could be in the buffering of the data or a buffer overflow condition. If you're running from the bubble memory, try this trick:

Take a program that's mis-behaving and send it to a computer through a serial connection. Then (leave the old program in the memory), but re-number the file on the computer with a new O-number. Then load it into the Fanuc memory using the new O-number and run that program. If the copy of the program runs OK, but the old one misbehaves, you may have some bad loops in the bubble memory board. Putting a copy of the program in while leaving the old on in memory forces the control to use a different set of loops (like disc sectors on a hard drive) for that data.

Bubble boards can be reformatted and re-initialized, but it is a pain. New bubble boards are expensive. A less expensive fix would be to run the machine in TAPE mode from a computer using a serial DNC link. That would avoid the bubble memory board altogether.

Hope this helps.
Dan Fritz
Reply With Quote

  #12   Ban this user!
Old 06-16-2011, 07:05 AM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

good post, Dan. Some things to consider:
offset and position data is stored on the BMU.
point #1: there is no Z command in the block where the problem occurs
point #2: there is no Z offset in the block where the problem occurs
point #3: doesn't the ZNG freeze the Z movement too?
Todd Zuercher: does the Z axis move when the problem occurs?
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
EDGECAM FRUSTRATIONS!!! fitzpatrick2362 EdgeCam 5 09-11-2010 08:18 PM
EDGECAM FRUSTRATIONS!!! fitzpatrick2362 General CAM Discussion 0 09-03-2010 03:34 AM
CAM Frustrations ranchak General CAM Discussion 13 11-16-2009 09:15 PM
Frustrations with IMSI & registration DJ Morrow TurboCAD/CAM 7 09-07-2004 10:38 AM




All times are GMT -5. The time now is 02:45 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