Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

Mastercam X4 post for F a g o r 8055 Mill


NunoFelix79
 Share

Recommended Posts

I have a post that is posting this:

 

%1212 ,MX,

;PROGRAM NAME - 001212.PIM

;DATE, Day-Month-Year - 23-09-10

;TIME, Hr:Min - 07:07

;T4 : .250" DIAM : D0.2500" :

N10 G00 G40 G44 G70 G80 G90

N20 T4 M06 ;.250" DIAM

N30 G00 G90 G54 X-8.1975 Y-.2503 S2139 M03

N40 G43 D4 Z.25

N50 Z.1

N60 G01 Z-.125 F6.42

N70 X-7.9475

N80 G03 X-7.6975 Y-.0003 I0. J.25

N90 G01 Y0.

N100 Y5.4375

N110 G02 X-7.0625 Y6.0725 I.635 J0.

N120 G01 X7.0625

N130 G02 X7.6975 Y5.4375 I0. J-.635

N140 G01 Y0.

N150 Y-.0003

N160 G03 X7.9475 Y-.2503 I.25 J0.

N170 G01 X8.1975

N180 Z-.025

N190 G00 Z.25

N200 X-8.1875

N210 Z.1

N220 G01 Z-.125 F6.42

N230 X-7.9375

N240 G03 X-7.6875 Y-.0003 I0. J.25

N250 G01 Y0.

N260 Y5.4375

N270 G02 X-7.0625 Y6.0625 I.625 J0.

N280 G01 X7.0625

N290 G02 X7.6875 Y5.4375 I0. J-.625

N300 G01 Y0.

N310 Y-.0003

N320 G03 X7.9375 Y-.2503 I.25 J0.

N330 G01 X8.1875

N340 Z-.025

N350 G00 Z.25

N360 M05

N370 G00 Z2.

N380 G90

N390 M30

 

 

But when i run the program on the machine, it gives me a G code error.

Link to comment
Share on other sites

This is the setup line in my ***or post

 

G0 G17 G40 G49 G80 G90

 

not certain why you would need the G70 (bolthole with canned cycle?, according to the Haas G code reference)

 

Check in psof$ of your post, look for this seq

 

pbld, n$, *smetric, e$

pbld, n$, *sgcode, *sgplane, scc0, sg49, sg80, *sgabsinc, e$

 

The G20 isn't absolutely necessary but if you're trying to cancel or activate something in the setup line that the control isn't configured for it will error out every time.

Link to comment
Share on other sites

here is a sample of code that I know works...

 

code:

%00008

N100 (PROGRAM NAME - 008.pim)

N102 (DATE, Day-Month-Year - 31-01-08)

N104 (TIME, Hr:Min - 09:09)

N106 (T1 : 3/16 BULL ENDMILL )

N108 (START SPINDLE)

N110 G00 G40 G44 G70 G80 G90

N112 T1.1 M06 ( 3/16 BULL ENDMILL )

N114 G54

N116 G00 G90 X-33.9035 Y.756 S2852 M03

N118 G43 Z1.

N120 Z.1

N122 G01 Z-.0278 F7.00

N124 G03 X-33.93 Y.7825 I-.0265 J0. F60.00

N126 X-33.9565 Y.7562 I0. J-.0265 F600.00

N128 G01 Y.616

N130 G03 X-33.93 Y.5895 I.0265 J0.

note that my comments are in parentheses and I have a line number in front of the comment. The line number has to be there AFAIK.

Link to comment
Share on other sites

For what it's worth here's a sample of my code. This is for a Quintax router with ***or 8055 contol.

 

__________

 

N1 M63

; Program - 740-0515-1112-999 TRIM NEW

; Created By - 91v_***or_5_Axis_HH.pst

; Date - SEP-14-10 - Time - 12:36

N2 ; 1/4 FLAT ENDMILL TOOL - 1 DIA. OFF. - 1 LEN. - 1 DIA. - .25

N3 ; PIVOT LENGTH: 0.

N4 T1 M6

N5 D1

N6 #RTCP ON

N7 #HSC ON[CONTERROR .02]

N8 G0 G90 G54 B-.1514 C21.3545

N9 G0 X-12.2542 Y-6.8441 S15000 M3 F10.

N10 X-12.2446 Y-6.8403 Z.045

N11 G1 X-12.2444 Y-6.8402 Z-.055 F40.

N12 X-12.2392 Y-6.8396 F10.

N13 X-12.2284 Y-6.8344

N14 X-12.222 Y-6.826 Z-.0549

N15 X-12.2194 Y-6.8152

N16 X-12.2222 Y-6.804

N17 X-12.2285 Y-6.796

N18 X-12.2394 Y-6.7908 Z-.055

N19 X-12.2495

N20 X-12.2604 Y-6.7961

N21 X-12.2668 Y-6.8044

N22 X-12.2694 Y-6.8152 Z-.0551

N23 X-12.2666 Y-6.8264

N24 X-12.2603 Y-6.8345

N25 X-12.2494 Y-6.8396 Z-.055

N26 X-12.2444 Y-6.8402

N27 X-12.2446 Y-6.8403 Z.045 F60.

N28 G0 X-12.2542 Y-6.8441 Z3.945

N29 X-12.1669 Y-2.1251 Z3.9497 B-.0860 C42.8615

 

_________

 

Don't know if this will help or not.

Link to comment
Share on other sites

This is interesting how different the code is for the same controller. I have the F 8055 also and the beginning of mine looks like this

 

; T1 .125 X 9.202 C BEM TOOL - 1 PIVOT LEN. - 18.967

; RIGHT RAD ACROSS

N108 T1

N110 M6

N112 S4500

N114 M3

N116 G54

N118 G0 G90 B0. C0.

N120 X17.9449 Y39.4789

N122 G43

N124 Z21.9422

N126 G51 A100 E0.001

N128 Z20.0422

N130 G1 Z19.9422 F20.

N132 X17.9453 Y39.478 Z19.9421 F150.

N134 X17.9508 Y39.466 Z19.9403

N136 X17.979 Y39.406 Z19.9311

N138 X17.9837 Y39.3941 Z19.9287

N140 X17.9903 Y39.3821 Z19.9274

N142 X18.0015 Y39.3581 Z19.9237

N144 X18.0049 Y39.351 Z19.9226

N146 X18.0072 Y39.3461 Z19.9219

N148 X18.0169 Y39.3254 Z19.9187

N150 X18.0184 Y39.3221 Z19.9182

N152 X18.0241 Y39.3101 Z19.9164

N154 X18.0289 Y39.3 Z19.9149

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...