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! > CAM Software > BobCad-Cam


BobCad-Cam Discuss all BobCad software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 04-28-2008, 12:17 PM
 
Join Date: Mar 2007
Location: usa
Posts: 125
seanreit is on a distinguished road
Can Bobcad be coaxed into making gcode for a 4 axis hot wire machine?

Supposed you have two rectangles parallel to each other in bobcad that are parallel in the z plane say 10 inches apart in x. Lets give them 10 inches of Y and offset them in Y by two inches.

Can the gcode be written in such a way that on the left rectangle all Y movements will be written as an A movement and if the Right rectangle is half the size in Y as the left rectangle, all Y movements there will be done at half speed as the A movements on the left rectangle.

It would be very helpful to me if bobcad can write G code in such a way to run a 4 axis hot wire cutter, the current programs out there are not working for me in a way that I can get what I want. I can draw it in bobcad, but have not had any luck figuring out how to write the G code.
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 05-02-2008, 08:32 AM
tjones's Avatar  
Join Date: Oct 2005
Location: USA
Age: 45
Posts: 851
tjones is on a distinguished road

What version of Bobcad?
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 05-28-2010, 04:27 AM
 
Join Date: May 2010
Location: us
Posts: 8
stab is on a distinguished road

I know that this is an old post but I am trying to figure out how to coax BobCad into running my 4 axis hotwire too. I have V23. Any help is appreciated.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 05-28-2010, 06:40 AM
 
Join Date: Dec 2008
Location: usa
Posts: 1,647
BurrMan is on a distinguished road

One of the main things as a start is to be sure to use "contours" as the geometry selected. Do you have a sample file you would like to work with so we have a bases to start?

What do you need to know? Is there a machine make/model and post processor specific here?
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 05-28-2010, 06:48 AM
 
Join Date: May 2010
Location: us
Posts: 8
stab is on a distinguished road

Thanks for the reply!

Yes I have several .DXF files of simple shapes that I made. I have a Gecko 540 interface. I seems to me that having the ability to create my own machine in BobCam would really simplify things but so far all I can find is adjustments to existing commercially available machines, none even close to my DIY 4 axis hotwire.

Where do I select "contours as geometry"?
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 05-28-2010, 07:14 AM
 
Join Date: Feb 2009
Location: USA
Posts: 1,440
mcphill is on a distinguished road
Buy me a Beer?

You turn 2D contiguous line geometry in to contours. The command "stitches" each of the line/arc/curve segments in to a single element that can be seleted, and the starting point and direction of cut is identified. You MUST HAVE contiguous geometry for this to work - "perfect" end-to-end connections of each element of the chain.

The "Contour" command is under "Other" in the top menu.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 05-28-2010, 05:16 PM
 
Join Date: Dec 2008
Location: usa
Posts: 1,647
BurrMan is on a distinguished road

Originally Posted by stab View Post
Thanks for the reply!

I seems to me that having the ability to create my own machine in BobCam would really simplify things but so far all I can find is adjustments to existing commercially available machines, none even close to my DIY 4 axis hotwire.

"?
Well we can just start with a base machine and see if we can get code to work on your machine from there. If the DIY is to far off the mark, you may need to contact the post support dept for directions... Can we start with a default "Sodick" and see if the code can work? Please post a simple file and we can start to look at the feature and output from there...
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 05-31-2010, 03:05 PM
 
Join Date: May 2010
Location: us
Posts: 8
stab is on a distinguished road

BurrMan, thanks again for the help!

This short code was supposed to be a 2"rad arc on one side and 3"rad arc on the other. As you can see I'm using the Sodick AQ325L per your advise. Within BobCad I'm unable to set the machine velocity, whenever I set it it automatically zeros.

also, BobCad uses XYUV and Mach3 uses XYZA, I cant help but think that I'll be running into problems with that. However, BobCad also has the option to use "4axis entities" but I read somewhere that some folks may have problems with that function.

I did get a file from BobCad (similar to the one below) to actually move the X and Y but Z and A did not (I assume it's the XYZA -vs- XYUV issue). There were alot of errors in the code so I just kept deleting lines that Mach didnt like until it would move. I believed it to be EDM functions that Mach didn't understand, i.e. power settings, cooling etc. maybe not though, unsure....

(MACHINE SODICK AQ325L )
(CREATED-MON. 05/31/2010 08:25AM )
TP 0.0000 (ENTER TAPER SIZE HEIGHT)
TN 0.0000 (ENTER TAPER OPPOSITE HEIGHT)
G26 RA0.000 (ENTER PROGRAM ROTATION ANGLE)
N0001 (MAIN PROGRAM)
N0002 G54 G90
N0003 G92 X1.75 Y0.
N0004 G29
N0005 T94
N0006 G01 X2. U1. V0.
N0007 X-2. U-1.
N0008 X2. U1.
N0009 X1.75 U0.
N0010 M02
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 05-31-2010, 11:24 PM
 
Join Date: Dec 2008
Location: usa
Posts: 1,647
BurrMan is on a distinguished road

Hey stab,
I would love to dig into this with you, but I've limited experience. If you would create a BobCad bbcd file, with some geometry and a feature added, then we can work from there. I need to start with a "this is what I want", then we can see if we can produce Mach 3 results from that. It would just be easier for me to start this way with something tangible, then we can pass back and forth...."How's this", and "no this other way" until we can get a result or determine we cant.....

Burr
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 06-01-2010, 12:08 AM
 
Join Date: May 2010
Location: us
Posts: 8
stab is on a distinguished road

Ahh, OK.

to start I'm just trying to make a cone that I can cut into the foam. It will be 1 inch rad on side A/Z (U/V) and 2 inch rad on the other (X/Y). I am able to make this .bbcd file. What I need to do is figure out how to make the file in relation to my machine bed size (width 36"). I figure that I could shoot out 2 lines tangent and 180 degrees out from either side of the cone until it reaches 36". I will then drop a "circle between 2 points" at the end of it and that will be the actual machine movement to produce the cone I mentioned. However, I haven't been able to figure out how to drop those tangent lines.?.?

To simplify things and get BobCad talking to Mach in a langauge that they both understand I'll post a .bbcd file that's symmetrical I'll probably be a square with rounded corners.

This site doesnt seem to be OK with uploading .bbcd files. I haven't actually tried it but I was just looking at the allowable formats and it's not on the list.

Thanks Again!!
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-01-2010, 12:44 PM
 
Join Date: Dec 2008
Location: usa
Posts: 1,647
BurrMan is on a distinguished road

Stab, Right click your bbcd file and choose "send To-Compressed ZIp folder". This will create a zip file you can attach here...

Yeah, I need to start with a file to be able to get my head around what we are talking about. We'll take a couple baby steps then see if we can progress up.
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 06-01-2010, 11:18 PM
 
Join Date: Dec 2008
Location: usa
Posts: 1,647
BurrMan is on a distinguished road

Stab,
Also on the Code configuration note. Have you looked at or tried "Poppabears" 2 and 4 axis screens for Mach3? He specifically worked them to use the xyuv code I think. I can load code and gen toolpath in mach with BobCad wire code.....FYI.
Tweet this Post!Share on Facebook
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
Wind blade Gcode making software cocodet Hobby Discussion 2 03-02-2009 06:03 AM
Radius problems when generating gcode from bobcad for mach3... ? scyan BobCad-Cam 7 12-14-2006 01:33 PM
Bobcad wire EDM for foam onthemarc BobCad-Cam 6 07-18-2005 10:13 PM
Getting work(gcode) from machine a to machine b strat DIY-CNC Router Table Machines 9 07-07-2005 03:13 PM
bobcad ver 20. flickering or vanishing when rotating wire frames or solid steve k. BobCad-Cam 8 07-06-2005 11:45 AM




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