![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| BobCad-Cam Discuss all BobCad software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
For some reason one of my CNC routers with a Allen Bradley 9 series controller is acting stupid. If the G-code has 2 lines in a row that are G00 rapid motions it stops and won't go any farther than the first rapid motion. It will run fine with just one rapid command but two or more make it stop ![]() I'm running V20 and would like to have it eliminate rapid motions all together and just have it change the feed rate to 1200ipm. Do I need a new custom post or is there a setting I can change? |
|
#2
| ||||
| ||||
| Use all solid lines in your geometry. Dashed lines will translate into rapid movements.
__________________ Toby D. "Imagination and Memory are but one thing, but for divers considerations have divers names" Schwarzwald (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) www.refractotech.com |
|
#3
| |||
| |||
If you are using V19-V21, in the nc window click on setup conversion in the left hand side of the conversion window type in G00 directly to the right type in G01 this will convert all the G00 moves to G01. If the duplicate codes are causing an error try turning on the gcodes modal setting your code would be as follows... MODAL GCODES G00 X10.0 Y10. X0.0 Y0. G01 X5.0 Y5.0 X10.0 Y10.0 NON-MODAL GCODES G00 X10.0 Y10. G00 X0.0 Y0. G01 X5.0 Y5.0 G01 X10.0 Y10.0 If the above modal issue solves the problem you can change bobcad by just checking or unchecking the Gcodes Modal box. Click on Setup Driver then the ISO tab Check or uncheck the Modal Box. You can also convert the ipm in the conversion box I'm running V20 and would like to have it eliminate rapid motions all together and just have it change the feed rate to 1200ipm. ------ Here is the conversion.. LEFT SIDE OF CONVERSION G00@ {X-*[0-9]*.[0-9]*}@ {Y-*[0-9]*.[0-9]*}@ {Z-*[0-9]*.[0-9]*} G00@ {X-*[0-9]*.[0-9]*}@ {Y-*[0-9]*.[0-9]*} RIGHT SIDE OF CONVERSION G01 @1 @2 @3 F1200 G01 @1 @2 F1200 SEE ATTACHED PIC Last edited by Sowen; 10-13-2008 at 08:39 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BobCAD to Solidworks (For sale BobCAD) | Robert Lewis | BobCad-Cam | 3 | 05-11-2009 04:04 AM |
| DOGLEG RAPID | cherokeechief79 | PTC Pro/Manufacture | 1 | 07-24-2008 11:16 AM |
| G-Zero by Rapid Output!!!!! | tobyaxis | General CAM Discussion | 0 | 02-04-2007 10:16 PM |
| BobCad offer to end all Bobcad Offers | Syil_Australia | Product Announcements & Manufacturer News | 0 | 02-01-2007 05:07 PM |