585,749 active members*
3,850 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > BobCad-Cam > Can Bobcad be coaxed into making gcode for a 4 axis hot wire machine?
Results 1 to 16 of 16
  1. #1
    Join Date
    Mar 2007
    Posts
    125

    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.

  2. #2
    Join Date
    Oct 2005
    Posts
    859
    What version of Bobcad?

  3. #3
    Join Date
    May 2010
    Posts
    0
    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.

  4. #4
    Join Date
    Dec 2008
    Posts
    4548
    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?

  5. #5
    Join Date
    May 2010
    Posts
    0
    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"?

  6. #6
    Join Date
    Feb 2009
    Posts
    2143
    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.

  7. #7
    Join Date
    Dec 2008
    Posts
    4548
    Quote 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...

  8. #8
    Join Date
    May 2010
    Posts
    0
    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

  9. #9
    Join Date
    Dec 2008
    Posts
    4548
    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

  10. #10
    Join Date
    May 2010
    Posts
    0
    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!!

  11. #11
    Join Date
    Dec 2008
    Posts
    4548
    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.

  12. #12
    Join Date
    Dec 2008
    Posts
    4548
    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.

  13. #13
    Join Date
    May 2010
    Posts
    0
    Burr, Yea I did come across that. I'll see if I can get it loaded.

    I talked to the folks at BobCad and they said that they can put a post processor together for me specific to my machine. I won't believe it until I see it working so in the meantime I'm going to keep trying everything that I can.

    For the post processor they want to know:

    A list of accepted G/M codes (or equivalent for controllers that do not accept G/M codes)

    and

    Examples and complete descriptions of all desired machining canned cycles

    I'm not sure that there's any canned cycles for a hotwire but I'm not sure, Maybe you can shed some light on that for me. All I could find on canned cycles was milling/drilling type functions.

  14. #14
    Join Date
    Dec 2008
    Posts
    4548
    Sorry Stab, I'm not very good at that either!!! Mostly, if you can have a sample program set up, and then output code AND know what the code SHOULD look like, then they can get one setup for you. It's kindof like what I was asking for, but they are more familiar with all the posts and more specifically the EDM machines. I kindof have to start from scratch with you with no experience in EDM. Just going from my knowledge of how to make the program do what I want it to do... So your best bet, if you can wait here, is to work with them on it.... Probably better results with less effort on your part.....

  15. #15
    Join Date
    May 2010
    Posts
    0
    Great!

    I'll still get you that simple shape file when I get a chance (been busy). Additionally, just to make sure we're on the same page, an EDM and a 4 axis foam cutter Hotwire are different machines. I'd say that the similarity ends after the fact that they're both 4 axis and use a tension wire between the axis'. My assumption is that the hotwire is far simpler because there is no fluid bath and in my application no wire voltage to regulate (I do it manually).

  16. #16
    Join Date
    Jun 2016
    Posts
    7

    Re: Can Bobcad be coaxed into making gcode for a 4 axis hot wire machine?

    Dear Stab, I have AQ325L Wire EDM MAchine Purchased from Singapore (Used) but not Getting the Service from Sodick India as they don't support used Machine ( Which I didn't knew before purchase.) Now almost six months passed I am umable to start the machine due to some Electrical Fluctuation disturbed MNP02 A and REG PCB Cards to be repaired. I have given the cards for repair at an good electornic Engineer he want clear picture of these boards. Can you help me out with these snaps. My email ID is [email protected] my whatapp no is 00919448003787. Please do the needful.

Similar Threads

  1. BobCad Wire EDM for 4 axis foam cutter.
    By tomasreabe in forum BobCad-Cam
    Replies: 6
    Last Post: 05-23-2013, 09:27 PM
  2. Help with 4 axis for FX10 wire Machine
    By smilowski in forum Mastercam
    Replies: 5
    Last Post: 05-16-2013, 03:23 PM
  3. help making a 3 axis milling machine
    By zakaofsand in forum Mechanical Calculations/Engineering Design
    Replies: 3
    Last Post: 02-15-2013, 08:48 PM
  4. BobCad wire EDM for 4 axis CNC foam cutting
    By Jerry3672 in forum BobCad-Cam
    Replies: 1
    Last Post: 11-16-2012, 05:06 PM
  5. Wind blade Gcode making software
    By cocodet in forum Hobby Discussion
    Replies: 2
    Last Post: 03-02-2009, 12:03 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •