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:

Using IA-NANO in TCPC mode?


?Mark
 Share

Recommended Posts

For you 5-axis guys...

I'm getting errors when trying to use IA-NANO with TCP on.

I know I have this option installed, but no matter how and where I place this command (G5.1 Q3 X0Y0Z0A0C0 M251...) I get errors of PS0343-illegal command in nano smoothing or PS5421-illegal command in G43.4/G43.5

 

.

.

 

G98 G81 Z4.4 R4.5 F300.

G80

(AI-NANO G5.1 Q3 X.0 Y.0 Z.0 M251)

X-4.805 Y.91

G49

G43.4 H1 Z6.

G5.1 Q3 X.0 Y.0 Z.0 M251

X-4.805 Y.91*************alarm PS5421 (illegal command)

.

.

 

Or

 

G98 G81 Z4.4 R4.5 F300.

G80

(AI-NANO G5.1 Q3 X.0 Y.0 Z.0 M251)

X-4.805 Y.91

G49

G5.1 Q3 X.0 Y.0 Z.0 M251

G43.4 H1 Z6. ******************alarm PS0343-illegal command in nano smoothing

X-4.805 Y.91

.

.

 

 

Any ideas?

 

 

TIA!

Link to comment
Share on other sites

This is a snipet of my code that I know runs. I would think yor second one is right. :question:

 

 

 

N2(5-AXIS TEST)

(TOOLPLANE NAME - TOP)

T1 M06 ( 1/4 BALL ENDMILL)

G91 G28 Z0.

G54.1 P49

G00 G90

A-35.264

C315.

M11 (C-AXIS UNLOCK)

M79 (A-AXIS UNLOCK)

G94

G08 P1

G05.1 Q1 R1

G01 G94 G17 X-10. Y10. S1000 M03 F600.

Z18.

G54.4 P1

A-35.264

C315.

X0. Y3.4641

G43.4 L1 P3 X0. Y3.4641 A-35.264 C315. H1 Z4.59949

X0. Y3.4641 Z3.59949 A-35.264 C315. F100.

Link to comment
Share on other sites

This is a piece of code from one of our programs;

 

N1 (/T01 - .500 DIA X .000 RAD)

G91 G28 G0 Z0

G90 G80 G49 G40 G0

T1

M6

G54.1 P1

T02 (NEXT TOOL CALL)

M11 (B-UNCLAMP)

G90 X6.825 Y-1.25 B0 S8000 M3

M10 (B-CLAMP)

G5.1 Q1

G43 Z.5 H1 M8

Z.23

G1 G94 Z-.02 F60.0

...

G0 Z.5

Z2.0 M9

G5.1 Q0 (LOOK AHEAD OFF)

G53 Z0 M5

M1

Link to comment
Share on other sites

Sorry, wrong machine...

 

N1M01

N2M132

N3G00G17G40G49.0G80G90

N4G00A.0C.0

N5T14

N6M06

N7T14

N8S5400M03

N9M16

N10M08

N11G17

N12G54G00G90X-8.6039Y-7.3143A.0C.0

N13G131R7(AI-NANO ON)

N14G43.4Z6.64F500.0H14(TCPC-ON)

N15G01G94Z2.1F400.0

N16X-9.7291Y-6.6893Z2.0124A-32.888C-26.765F80.0

N17X-9.7118Y-6.6551Z1.9532F400.0

...

N18052X-9.2201Y-6.6673Z2.0343F400.0

N18053M09

N18054M05

N18055C.0F1968.0

N18056A.0

N18057G49.0

N18058G130

N18059G53G00Z.0

N18060G28X.0Y.0

N18061G90

N18062G00G17G90A.0C.0

N18063M98P9901

N18064M30

Link to comment
Share on other sites

.

.

G2 X-3.855 Y.55 I.755 J0.

G3 X-3.555 Y.85 I0. J.3

G1 G40 Y1.

G0 Z6.

G5.1 Q0

X-4.06 Y2.

G49

G43.4 H1 Z6.

X-4.06 Y2.

G98 G81 Z4.4 R4.5 F300.

G80

(AI-NANO G5.1 Q3 X.0 Y.0 Z.0 M251)

X-5.27 Y.61

G49

G5.1 Q3 X.0 Y.0 Z.0 A.0 C.0 M251

G43.4 H1 Z6.

X-5.27 Y.61

Z4.5

G1 Z3.65

G41 D1 Y.46

X-4.52

X.46

Y-5.56

X-4.52

.

.

This is from a sample program to test the post output for different look-ahead options.

I tried many variations of NANO II before and after TCP/with and without cutter comp/added G1/no arcs and so on...

Link to comment
Share on other sites

I talked to my Fanuc guys today and they highly recommended you add the the high speed tcp option as it does away with the need for all the fussy codes and works much better. It combines all the other high speed functions into one.

 

G43.4 L1 P3 X0. Y3.4641 A-35.264 C315. H1 Z4.59949

 

He did say that if you added your rotary axises to the G5.1 Q3 line, he thought it would work just not as good as the above.

 

G43.4 H1 Z6.

G5.1 Q3 X0. Y0. Z0. A0. C0. M251

 

If that does not work try omitting the M251.

 

I will be a customers tomorrow that still uses it tomorrow setting up some robots. Let me know if that does not work. I will run some things through thier machine.

 

:cheers:

  • Like 1
Link to comment
Share on other sites

Jeremy, thanks for taking the time to do this <cheers>

 

"G43.4 H1 Z6.

G5.1 Q3 X0. Y0. Z0. A0. C0. M251

 

If that does not work try omitting the M251."

 

I did try it before, but confirmed again and it doesn't work.

 

 

 

 

"G43.4 L1 P3 X0. Y3.4641 A-35.264 C315. H1 Z4.59949"--------no luck here also (PS0523-ill. command in high-speed s-tcp)

 

Interestingly, we run some other program that had "G5.1 Q1" in it and it alarmed out when in "G68.2X.0Y.0Z.0I180.J90.K0.". This look ahead worked properly in regular XY plane... :help:

 

 

Thanks again!

Link to comment
Share on other sites

G43.4 H1 Z6.

G5.1 Q3 X0. Y0. Z0. A0. C0. M251

 

If that does not work try omitting the M251.

 

 

Seems like this should work, but try

 

G43.4 H1 Z6. >>>>>>>>> TCP ON

(G5.1 Q3 R1) >>>>>>>>> AI CONTOUR / MACHINE CONDITION SELECTION FUNCTION IN PARENTHESES

G5.1 Q3 X0. Y0. Z0. A0. C0. >>>>>>>>> NANO SMOTING 2 ON

M251

YA'DA'

YA'DA'

YA'DA'

G5.1 Q0 >>>>>>>>>> NANO SMOTING OFF

G49 >>>>>>>>>> TOOL LENGTH COMP CANCEL

 

 

ONE THING THAT CAUGHT MY EYE IN THE FANUC MANUAL IS THIS..

 

"G43.44"?

NOT SURE IF THAT'S RIGHT.

Link to comment
Share on other sites

1. Tried that too...

2. "G43.44" I think is a typo ;)

:cheers:

 

Yup, I've found more than one typo in those Fanuc manuals, so I'm always catious about using the exact method they provide.

 

Only other thing I'd recomend s going over you TCP and AI NANO perameter settings in your control, make sure you're not running any custom macros, dynamic fixture offset, or anything else that would conflict with the NANO function.

Link to comment
Share on other sites
  • 2 weeks later...

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...