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


Milltronics Discuss Milltronics Machines


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-29-2007, 09:50 AM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road
G64 problem

i have a RH30 machine with centurion 6 controls. we have an issue with the machine stopping after every line of code. if we are going to make a straight cut or an arc it is fine and doesnt hurt anything. but when i use a "3d" program or surface cut it stops hundreds of times and slows the machine down and cuts a poor finish on the part. my machineist has told me that he thinks there is a G61 setting in the machine. does anyone know where this might be and what i need to do to turn it off?
Reply With Quote

  #2   Ban this user!
Old 08-29-2007, 11:20 AM
 
Join Date: Apr 2003
Location: USA
Posts: 362
moldcore is on a distinguished road

Can you post here a typical program where this is happening? I have a Cent 6 and have not seen this before. G64 is default at startup so there is no need to have this or G61in your program. What program and post are you using for the 3D program?
Reply With Quote

  #3   Ban this user!
Old 08-29-2007, 11:27 AM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road

i use surfcam for my programs. the g64 is not in my programs its in the machine i think(is this right?). i need to know if i can put something in my programs or a setting in the machine that will turn off the hard stops
Reply With Quote

  #4   Ban this user!
Old 08-29-2007, 11:29 AM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road

here is part of a program this is just a piece taken out right after a tool change



G0G28G91Z0
N4T6M6
G0G90G54X0.3555Y1.1146M3S6000
G43Z1.1H6M8
G0Z-1.4984
G1Z-1.5984F10.000
X0.322Y1.1245F31.000
X0.3061Y1.1292
X0.2596Y1.1407
X0.2384Y1.1454
X0.2076Y1.1514
X0.1541Y1.1597
X0.1051Y1.1652
X0.0584Y1.1685
X0.0061Y1.1699
X-0.0497Y1.1689
X-0.0682Y1.1679
X-0.0988Y1.1658
X-0.1544Y1.1597
X-0.1849Y1.1551
X-0.2126Y1.1504
X-0.2524Y1.1424
X-0.3118Y1.1276
X-0.3487Y1.1168
X-0.3968Y1.1006
X-0.4421Y1.0831
X-0.4623Y1.0747
X-0.4915Y1.0617
X-0.5386Y1.0386
X-0.5824Y1.0146
X-0.6075Y0.9998
X-0.6254Y0.9888
X-0.6757Y0.9551
X-0.7082Y0.931
Reply With Quote

  #5   Ban this user!
Old 08-29-2007, 12:43 PM
 
Join Date: Apr 2003
Location: USA
Posts: 362
moldcore is on a distinguished road

Your program looks good. I too use Surfcam and the Centurion 5 post (I don’t think they have a Cent. 6 or 7 post offered). I’m not aware of any setting in the control that would override the G64 or G61. Check the “look ahead”, I have mine set at 100. The Cent 6 should be able to handle that. Other than that, I’m at a loss as to why that machine needs to stop so often.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-29-2007, 01:02 PM
 
Join Date: Aug 2007
Location: USA
Posts: 9
Chuckie is on a distinguished road

Code looks good. Nothing telling the machine to stop. But i do see on your opening (safety Block, I call it) there is a G91 This is Incrimental. Most machines use a G90 there and I have never seen a Z0 in that line either. That's the only thing I can see right off. Your code is a series of very small moves in the X and Y and at 31 IPM it must be jerky...I'm going to process the CNC code here and send it to my sofware and see what it draws.
Reply With Quote

  #7   Ban this user!
Old 08-29-2007, 01:18 PM
 
Join Date: Aug 2007
Location: USA
Posts: 9
Chuckie is on a distinguished road

Ok I ran your CNC code Through AlphaCam and it looks like a 1.1688 Radius you are cutting. Even though they are straight line cuts it's going in a circle. Like maybe it is roughing the dia. Just a guess.
Reply With Quote

  #8   Ban this user!
Old 08-29-2007, 02:52 PM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road

the 31 ipm was a type-o i changed it to 310ipm when i put it in the machine.and the line "G0G28G91Z0" is before a tool change so it goes incrimental just to make sure the tool is all the way up in z before it starts the tool change

and the programs are good, it is a setting in the machine that makes a full stop at the end of every move so its like a move,stop,move,stop,move and i would like it to move,move,move if that makes any sense at all
Reply With Quote

  #9   Ban this user!
Old 08-29-2007, 03:36 PM
 
Join Date: Apr 2003
Location: USA
Posts: 362
moldcore is on a distinguished road

I missed that first line of code, I don't think it’s needed, the controller should take of that when it sees a tool change command.

Here is a sample of the code I get from my Surfcam on a 3D surface:

O1
G90G80G40G17
T3M6
G0G54X2.2235Y3.1373
M3S7000
G43Z1.H3
M8
G0Z-0.051
G1Z-0.151F10.00
X2.2298Y3.1403Z-0.1503F25.00
X2.2343Y3.1422Z-0.1498
X2.2391Y3.1438Z-0.1493
X2.2432Y3.1447Z-0.149
X2.2449Y3.1433Z-0.1525
X2.2414Y3.1427Z-0.1528
X2.2377Y3.1417Z-0.1531
X2.2331Y3.1401Z-0.1536
X2.2286Y3.1382Z-0.1541
X2.2235Y3.1357Z-0.1547
Y3.134Z-0.1583
X2.2297Y3.1371Z-0.1577
X2.2343Y3.139Z-0.1571
X2.239Y3.1405Z-0.1566
X2.243Y3.1414Z-0.1563
X2.2461Y3.1418Z-0.1561
X2.2474Y3.1403Z-0.1597
and so on...

If you’re feeding at 310 ipm it may be faster than the controller can do but I seriously doubt it. Did you check the block look ahead in the parameters like I suggested? The default on mine was set very low causing the machine to run slow but it never came to a stop between moves that I recall.

I can send you my postform.m file if you want.
Reply With Quote

  #10   Ban this user!
Old 08-29-2007, 09:34 PM
 
Join Date: Mar 2003
Location: Utah
Posts: 214
Mortek is on a distinguished road

I have had this problem myself before. I solved it by putting in a new hard drive. I was DNCing from it. If you are RS232 feeding then this will also cause stopping if the machine has to wait for code. I didn't see anything in your question that indicated how you were getting the code to the machine.

Ken
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-30-2007, 09:28 AM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road

thanks for all the help guys. and Moldcore, if you could send that it would be great. i could compare the 2 and se if there is something wrong in mine, ill pm you my email.

THANKS AGAIN!
John
Reply With Quote

  #12   Ban this user!
Old 08-30-2007, 10:17 AM
 
Join Date: Feb 2006
Location: USA
Posts: 27
dcrblazer is on a distinguished road

Moldcore reminded me of a few questions i hadnt answers.

i load the program off a disk into the ram of the machine.
i do not rs232 the files
i use run and not dnc

and if i could figure out why i cant load a picture of the part i would show yall the finishes i am getting.


there i figured it out....i think
there may or may not be a jpg attached..
Attached Thumbnails
Click image for larger version

Name:	finish.JPG‎
Views:	65
Size:	129.1 KB
ID:	42884  
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
machine problem or software problem? bcnc Syil Products 8 10-26-2009 09:51 AM
has anyone else run into this problem austin.mn CNCzone Club House 0 05-31-2007 09:21 PM
Problem Tazzer Haas Mills 1 02-27-2007 04:11 PM
Log on problem monte55 Forum Questions or Problems 1 10-31-2006 01:40 PM
MV-80 Problem, Tien_Luu Machine Problems, Solutions , Wireless DNC, serial port 0 08-04-2006 03:48 PM




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