Skip to main content
Skip table of contents

PP - M67 Fanuc

The standard has three configuration pages to manage all options available:

The first page “CNC Controller” is about CNC options.

The second page “Milling” allows to adapt the output for Milling, tools, coolant and origins.

The third page “Milling” is about 5 axis parameters.

01 - Main.png

CNC Controller page

 

CNC Controller Section

02 - CNC Controller.PNG

% at program begin/end

Option

Result

No

O1000

M30

Yes

%

O1000

M30

%

Program number defined by

Option

Result

O

%

O1000

M30

%

:

%

:1000

M30

%

Program Name as comment

Option

Result

No

%

O1000

M30

%

Yes

%

O1000 (PART NAME)

M30

%

Use G10 to manage origins

Option

Result

No

%

O1000

M30

%

Yes

%

O1000

G10 L2 P1 X.. Y.. Z.. (G54)

G10 L2 P2 X.. Y.. Z.. (G55)

G10 L20 P1 X.. Y.. Z.. (G54.1)

M30

%

Milling page

 

Milling Section

03 - Milling Section.PNG

Output Stock for CNC Simulation

Option

Result

No

%

O1000

Yes

%

O1000

G1902 B26.0 D26.0 H10.0 I13.0 J13.0

Output Tool and Plane for all operations

Option

Result

No

(OP 1 WITH TOOL 1 AND PLANE 1)

T01 M06

G68.2 P1 X.. Y.. Z.. I.. K..

(OP 2 WITH TOOL 1 AND PLANE 1)

Yes

(OP 1 WITH TOOL 1 AND PLANE 1)

T01 M06

G68.2 P1 X.. Y.. Z.. I.. K..

(OP 2 WITH TOOL 1 AND PLANE 1)

T01 M06

G68.2 P1 X.. Y.. Z.. I.. K..

Use Parameters for Feed

Option

Result

No

T01 M06

G00 X.. Y..

G43 H1 Z..

Z-.. F160

G1 X.. Y.. F200

Yes

#1 = 200

#2 = 160

T1 M6

G00 X.. Y..

G43 H1 Z..

Z-.. F#2

G01 X.. Y.. F#1

Tool Option Section

04 - Tool Option Section.PNG

Output Tool List

Option

Result

No

%

O1000

Yes

%

O1000

(START TOOL LIST)

(T01 END MILL D10)

(T02 DRILL D08)

(END TOOL LIST)

 Tool Change

Option

Result

Manual

M00

Automatic

T01 M06

Auto + Preselect

T01 M06

T02

 Preselect First Tool after Last Tool

Option

Result

No

(FIRST OPERATION)

T01 M06

T02

(LAST OPERATION)

T05 M06

M30

Yes

(FIRST OPERATION)

T01 M06

T02

(LAST OPERATION)

T05 M06

T01

M30

Tool Change in

Option

Result

1 Block

T01 M06

2 Blocks

T05

M06

Origin Option Section

05 - Origin Option Section.PNG

Output Origin List

Option

Result

No

%

O1000

Yes

%

O1000

(START ORIGIN LIST)

(G54)

(G55)

(END ORIGIN LIST)

Origin position

Option

Result

After axes Rotation

G68.2 P1 X0. Y0. Z0. J0. K0.

G54

Before Axes rotation

G54

G68.2 P1 X0. Y0. Z0. J0. K0.

Multi Origin Management

Option

Result

Origin Only

%

O1000

G54

Origin + Offset

%

O1000

G54

G52 X10 Y20 Z10

Without MTE :

If the option is set to “Origin Only” for each origin define on the part, we will output a different G code, G54, then G55, G56 … It means you are limited by the number of origin managed by the CNC. If you can have more origin, you must use the second option “Origin + Offset”

If the option is set to “Origin + Offset” it will only output G54 and offset with G158

With MTE :

The origin can be defined in the name of the origin with the following syntax “$G54_”. It means G54 will be used in the NC program. If there is no decoded name defined, it will output the default origin G54.

If you use “Origin + Offset”, you must use only one origin for all your operation because all the offset are computed from the reference plane origin or single origin.

You can add any text after the underscore to recognized your offset “$G54_Up”, “$G54_Right”, …

With 5 axis machine :

The origin offset is output with the tilted plane function G68.1 if it is set to be output. So it means no G52 is output.

Coolant Option Section

06 - Coolant Option Section.PNG

Coolant Activation Position

Option

Result

With Spindle

T01 M06

S8000 M03 M08

G00 X.. Y..

G43 H1 Z…

With Plane Move

T01 M06

S8000 M03

G00 X.. Y.. M08

G43 H1 Z..

With Plunge Move

T01 M06

S8000 M03

G00 X.. Y..

G43 H1 Z.. M08

 

Milling 5X page

Milling 5X Parameters

07 - Milling 5X parameters Section.PNG

Use Tilted work Plane for 3+2 Axis

Option

Result

No

T01 M06

C180

B-90

Yes

T01 M06

G69

G49

G68.2 P1 X.. Y.. Z.. I-90 K180

G53.1

 

Rotation Axis

Option

Result

Option

Result

Lock 1st Rotation Axis

Lock 2nd Rotation Axis

empty

C180

empty

B-90

“M10”

C180

M10

“M12”

B-90

M12

Unlock 1st Rotation Axis

Unlock 2nd Rotation Axis

empty

C180

empty

B-90

“M11”

M11

C180

“M13”

M13

B-90

Fixed blocks for plane change (Used without MTE)

08 - Fixed Block for plane change Section.PNG

Active fixed blocks for plane change

This option is used only if there is no kinemac defined in the machine configuration.

Option

Result

check

The fixed blocks defined will be output if there is a plane change

uncheck

The standard blocks will be output if there is a plane change.

G00 G91 G28 Z0

First and Second Block

To avoid the standard output, check the option to activate the fixed blocks and keep the first and second block fields empty.

Option

Result

Empty

“G00 Z100”

G00 Z100

Launch page

With machine kinematic defined

Without machine kinematic defined

09 - Fanuc With Kinematics.png
10 - Fanuc Without Kinematics.png

Name of the NC File

Define here the Name of the generated NC file. The extension must to be defined in the MCF configuration.

Program Number

If 0 is defined, the program Name will be set to 1.

Option

Result

0

%

O1

“10”

%

O10

“1234”

%

O1234

Origin Number

This parameter is used only if kinematic is not defined in the machine file. The parameter defines the first origin used in the NC program.

If the parameter to treat multi origin is set on “Origin Only” the origin number is incremented when a plane changes.

Option

Result Until 8055

54

%

O10

T01 M06

G54

55

%

O10

T01 M06

G55

Comment Output

Option

Result

No

T1 M6

Yes

(FACING)

(END MILL D12)

T01 M06

Block Numbers

Option

Result

With

O1000

N5 T01 M06

N10 G00 X.. Y..

N15 G43 Z.. H1

N50 T02 M06

N55 G00 X.. Y..

N60 G43 Z.. H2

Without

O1000

T01 M06

G0 X.. Y..

G43 Z.. H1

T02 M06

G00 X.. Y..

G43 Z.. H2

Tool Change Only

O1000

N5 T01 M06

G00 X.. Y..

G43 Z.. H1

N10 T02 M06

G00 X.. Y..

G43 Z.. H2

Code for Program End

Option

Result

M30

M30

%

M02

M02

%

M99

M99

%

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.