585,748 active members*
3,616 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > New to G-Code; Using Bobcad V26 with Fagor 8055M
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2014
    Posts
    14

    New to G-Code; Using Bobcad V26 with Fagor 8055M

    Gentlemen, I am in need of some basics. I have a object designed in BobCad V26 that supposedly should just post the usable G-Code for our Fagor 8055M on our 3 Axis CNC. I'm no rookie when it comes to design or design programs; however, I am unfamiliar with G-Codes as I usually just have to pass off the drawings with dimensions on them. The posted G-Code from the object (posted below) gives me an error, saying that there is a conflict on several lines. Even after looking up the code explanations, I'm still none the wiser. I hope that through your collective knowledge, that some of you might be able to assist. I'm an ME, but never really dealt with the machining side of the job until now. Any points in the right direction on this code or areas to help better understand G-Codes as a whole so that I may troubleshoot my own issues will be much appreciated.

    Thanks.

    The code is for a simple dog bone tension test specimen. Set up is a Summit 3 Axis CNC Mill with a Fagor 8055M panel. I used BobCad V26 for the drawing and code posting.

    %100,MX,
    ; SET AUTOGEAR MACHINE PARAMETER
    ; PROGRAM NAME: 000370.PIM
    ; POST: FAGOR 8055M
    ; DATE: WED. 04/02/2014
    ; TIME: 07:10AM


    N1 G53
    N2 G90 G80 G70 G40 G17


    ;JOB 1 Profile Rough
    ;PROFILE ROUGH
    N3 T1 M06
    N4 S1900 M03
    N5 G00 G90 G54 X-4.9325 Y0.2813
    N6 G43 H1 D1 Z1.
    N7 M08


    N8 Z0.2
    N9 Z0.1
    N10 G01 Z-0.125 F10.64
    N11 X-1.5039 F21.28
    N12 X-1.463 Y0.261
    N13 X-1.416 Y0.2412
    N14 X-1.3678 Y0.2244
    N15 X-1.3186 Y0.2107
    N16 X-1.2687 Y0.2001
    N17 X-1.2182 Y0.1927
    N18 X-1.1673 Y0.1884
    N19 X-1.1231 Y0.1875
    N20 X1.1273
    N21 X1.1312 Y0.1874
    N22 X1.1822 Y0.1894
    N23 X1.233 Y0.1945
    N24 X1.2833 Y0.2029
    N25 X1.3331 Y0.2144
    N26 X1.382 Y0.229
    N27 X1.4299 Y0.2466
    N28 X1.5083 Y0.2813
    N29 X4.375
    N30 X4.9325
    N31 Y-0.7813
    N32 X1.5039
    N33 X1.463 Y-0.761
    N34 X1.416 Y-0.7412
    N35 X1.3678 Y-0.7244
    N36 X1.3186 Y-0.7107
    N37 X1.2687 Y-0.7001
    N38 X1.2182 Y-0.6927
    N39 X1.1673 Y-0.6884
    N40 X1.1231 Y-0.6875
    N41 X-1.1273
    N42 X-1.1312 Y-0.6874
    N43 X-1.1822 Y-0.6894
    N44 X-1.233 Y-0.6945
    N45 X-1.2833 Y-0.7029
    N46 X-1.3331 Y-0.7144
    N47 X-1.382 Y-0.729
    N48 X-1.4299 Y-0.7466
    N49 X-1.5083 Y-0.7813
    N50 X-4.375
    N51 X-4.9325
    N52 Y0.2813
    N53 G00 Z0.2
    N54 Z-0.025
    N55 G01 Z-0.25 F10.64
    N56 X-1.5039 F21.28
    N57 X-1.463 Y0.261
    N58 X-1.416 Y0.2412
    N59 X-1.3678 Y0.2244
    N60 X-1.3186 Y0.2107
    N61 X-1.2687 Y0.2001
    N62 X-1.2182 Y0.1927
    N63 X-1.1673 Y0.1884
    N64 X-1.1231 Y0.1875
    N65 X1.1273
    N66 X1.1312 Y0.1874
    N67 X1.1822 Y0.1894
    N68 X1.233 Y0.1945
    N69 X1.2833 Y0.2029
    N70 X1.3331 Y0.2144
    N71 X1.382 Y0.229
    N72 X1.4299 Y0.2466
    N73 X1.5083 Y0.2813
    N74 X4.375
    N75 X4.9325
    N76 Y-0.7813
    N77 X1.5039
    N78 X1.463 Y-0.761
    N79 X1.416 Y-0.7412
    N80 X1.3678 Y-0.7244
    N81 X1.3186 Y-0.7107
    N82 X1.2687 Y-0.7001
    N83 X1.2182 Y-0.6927
    N84 X1.1673 Y-0.6884
    N85 X1.1231 Y-0.6875
    N86 X-1.1273
    N87 X-1.1312 Y-0.6874
    N88 X-1.1822 Y-0.6894
    N89 X-1.233 Y-0.6945
    N90 X-1.2833 Y-0.7029
    N91 X-1.3331 Y-0.7144
    N92 X-1.382 Y-0.729
    N93 X-1.4299 Y-0.7466
    N94 X-1.5083 Y-0.7813
    N95 X-4.375
    N96 X-4.9325
    N97 Y0.2813
    N98 G00 Z0.2
    N99 Z1.


    N100 M09
    N101 M05
    N102 T1 M06
    N103 M30
    %

  2. #2
    Join Date
    Aug 2012
    Posts
    621

    Re: New to G-Code; Using Bobcad V26 with Fagor 8055M

    The most likely issue is your post-processor. They're highly configurable in BobCAD, and a setting change can make a big difference in code output. I suggest posting this in the BobCAD sub-forum, along with the (zipped) .bbcd file. You're much more likely to get the help you need there.

    Luke
    "All I'm trying to find out is the fellow's name on first base" -- Lou Costello

  3. #3
    Join Date
    Apr 2014
    Posts
    14

    Re: New to G-Code; Using Bobcad V26 with Fagor 8055M

    Thanks. I will try that and see if I can get some help. I tried to use their Predator Post Processor with no real understanding of it.

Similar Threads

  1. FAGOR 8055M post-processor
    By Aionerv in forum BobCad-Cam
    Replies: 1
    Last Post: 02-06-2013, 08:21 PM
  2. Drive Error with Fagor 8055M
    By Kiwi in forum Fagor Automation
    Replies: 24
    Last Post: 08-06-2012, 09:53 AM
  3. Fagor 8055m and renishaw sp2-1
    By mwyss in forum Fagor Automation
    Replies: 0
    Last Post: 05-13-2011, 10:44 PM
  4. FAGOR 8055M 3Axis Controller
    By Kiwi in forum Fagor Automation
    Replies: 8
    Last Post: 11-16-2004, 10:53 AM

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
  •