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! > WoodWorking Machines > Commercial CNC Wood Routers > Chinese Machines


Chinese Machines Discuss Chinese machine here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-02-2011, 07:19 PM
 
Join Date: Mar 2011
Location: united states
Posts: 53
wizzardworks is on a distinguished road
Talking Restarting NC-Studio at finish pass

Just when you think you have screwed up every possible way a new one appears. Today I sprayed some moly dry lube on the ballscrew under my J-cut 6090A and must have touched a limit switch. Execution stopped and would only restart from the beginning of the file. There is a resume button on the operation menu but it was grayed out. I tried scrolling down the G-code and selecting start but it went back to the beginning. Selections like advanced start were also grayed out. So I air cut for 5 hours to get back to where I screwed up.
Occasionally, I see that I could skip one of the three finish passes if I could just skip ahead down the code. Does anyone know if this is possible or how to do it?
wizzardworks
Reply With Quote

  #2   Ban this user!
Old 06-02-2011, 10:02 PM
 
Join Date: Nov 2010
Location: USA
Posts: 78
Butterknife is on a distinguished road

Wizzardworks,

Can't you just break the file into seperate parts? I do it all the time. If you know the line number you'd like to start on, it really isn't that tough.

WinCNC has a Restart function. If I stop cutting during a file, I can click the Restart button and it will show me the line I stopped on. I can choose that line or give it a line number. I usually back it up a little for the restart. Example: it stops on line 1000, I restart on about line 980. It gives a smooth lead-in to the rest of the file.

Butterknife
__________________
From Wikipedia - "..butter knife..any table knife designed with a dull edge and rounded point". I've never claimed to be the sharpest knife in the drawer!
Reply With Quote

  #3   Ban this user!
Old 06-03-2011, 04:12 PM
 
Join Date: Mar 2011
Location: united states
Posts: 53
wizzardworks is on a distinguished road

Originally Posted by Butterknife View Post
Wizzardworks,

Can't you just break the file into seperate parts? I do it all the time. If you know the line number you'd like to start on, it really isn't that tough.

WinCNC has a Restart function. If I stop cutting during a file, I can click the Restart button and it will show me the line I stopped on. I can choose that line or give it a line number. I usually back it up a little for the restart. Example: it stops on line 1000, I restart on about line 980. It gives a smooth lead-in to the rest of the file.

Butterknife
Butterknife, I could make separate files or edit in pause commands. Generally after the roughing pass is vaccumed up I let it run overnight on the three finish passes. With separate files or pause commands It would stop and wait for input. Today I managed to shut off the surge protector for the computers and had to cut 5 hours of air. The surge protector is not wired off the 220 for the rest of the 6090A because if it looks like an electrical storm I pause the execution and turn off the 220. The program stays powered on and when the 220 is back on it picks up where it left off.
I could also rewrite the G-code leaving out the X direction finish passes after the waterline finish then do the Y direction finish pass. The roughing pass is in the X direction and the code measures back from the finish dimensions for each pass. This occasionally leaves very little for the X finish pass to remove.
The NC-studio operates the machine very well and the english version of the manual from saleCNC.com has got me running. I just think that if I knew what the advance start and MDI menu items did or how to use them I might be able to start at a particular line number.
wizzardworks
Reply With Quote

  #4   Ban this user!
Old 06-03-2011, 10:04 PM
 
Join Date: May 2007
Location: New Zealand
Posts: 18
robbec is on a distinguished road

Hi, this may be of use to you, although you may already know how to use this feature.

To find a start point nearer to where your file stopped use the SIMULATION MODE, once this has run through to the end don't uncheck SIMULATION MODE just open the ADVANCED START option. Select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter a line number to start from, on the right menu select POSITION & enter a line number to stop at then click OK. The software will show a cut simulation of the selected section of code you specified. Repeat this untill you have found a point near to where you want to restart the code from.

Once you have found a line number to start from, uncheck SIMULATION MODE then select the ADVANCED START option, select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter the line number which you are wanting to start from, on the right menu select END so that the file will run untill finished, then select OK to restart the file.

This should make it easier than running the entire file from start to finish (if you are not able to resume automatically).

If you stop the machine in the middle of a cut for any reason, you can restart automatically from the stop point by opening ADVANCED START, then the line number which the code was stopped at should already be shown in the start from box, select OK & it will restart from that point.

This feature also lets you break up large files of code into smaller blocks so you can run them at different times (without actually editing the code file), you just need to remember the start & finish line numbers you have used so you can resume from that point.

Hope this makes sense & helps, let me know.

Rob
Reply With Quote

  #5   Ban this user!
Old 06-04-2011, 08:00 PM
 
Join Date: Mar 2011
Location: united states
Posts: 53
wizzardworks is on a distinguished road

Originally Posted by robbec View Post
Hi, this may be of use to you, although you may already know how to use this feature.

To find a start point nearer to where your file stopped use the SIMULATION MODE, once this has run through to the end don't uncheck SIMULATION MODE just open the ADVANCED START option. Select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter a line number to start from, on the right menu select POSITION & enter a line number to stop at then click OK. The software will show a cut simulation of the selected section of code you specified. Repeat this untill you have found a point near to where you want to restart the code from.

Once you have found a line number to start from, uncheck SIMULATION MODE then select the ADVANCED START option, select LINE NUMBER at the top of this menu, on the left side select POSITION, below that enter the line number which you are wanting to start from, on the right menu select END so that the file will run untill finished, then select OK to restart the file.

This should make it easier than running the entire file from start to finish (if you are not able to resume automatically).

If you stop the machine in the middle of a cut for any reason, you can restart automatically from the stop point by opening ADVANCED START, then the line number which the code was stopped at should already be shown in the start from box, select OK & it will restart from that point.

This feature also lets you break up large files of code into smaller blocks so you can run them at different times (without actually editing the code file), you just need to remember the start & finish line numbers you have used so you can resume from that point.

Hope this makes sense & helps, let me know.

Rob
Rob, that's exactly what I needed to know. Sometime this week I can run a few thousand lines of code and try this out. I havent had the display line number checkbox selected because I am runnuing on a 733Mhz computer and didn't know if adding to the display would slow down the processing or hang something up. I slowed down the feed rate to 900 mm/min a couple of parts ago from the previous 1200 mm/min. Everything was running fine at the higher speed so there is apparently some processing overhead available. I can locate the change point of the finish passes by scrolling down and watching for the change in what coordinates are incrementing (x,y x,z y,z) and read off the line number. Thanks for the information.
wizzardworks
Reply With Quote

Sponsored Links
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
roughing and finish pass dewme5 GibbsCAM 1 05-25-2011 01:30 PM
How to chamfer/finish pass wildwhl CamBam 5 03-18-2011 10:18 PM
Newbie- Change Pocket Floor Finish pass MCX3? leonine Mastercam 1 01-09-2011 02:50 PM
Finish Cutting pass. Greg Maxwell Mastercam 2 11-21-2007 11:10 AM
Z level finishing does not finish final depth pass TPPJR OneCNC 13 01-10-2006 08:22 AM




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