17 en MMT GL Cycle800

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

MMT17 PP-SINUMERIK Training

Training documentation

CYCLE 800 and its definition


Postprocessors for SI-
NUMERIK Operate

This document was produced for training purposes.


840D sl SINUMERIK Operate Page 1 Siemens assumes no responsibility for its contents.
MMT17
M17 PP-SINUMERIK Training
Section 1 CYCLE800

CYCLE800
Content:

Operator input sequence steps CYCLE800


Explanation of the input parameters

CYCLE800

The "Swivel plane" cycle is mainly used for milling and drilling on inclined surfaces in the 2D
area. The linear axes X, Y, Z move whereas the rotary axes are only positioned in order to
create a swiveled machining plane (3+2-axis machining).

There are two versions of CYCLE800 for milling:


· CYCLE800 "Swivel plane” and
· CYCLE800 "Tilt tool”

Notes

MMT17 Page 2 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 1

Selection of the local drive

Press the "MENU SELECT" key on the software operator panel.

By pressing HSK 4 "Program Manager", the Program manager operat-


ing area is selected.

- OR -

Select the Program manager operating area directly by pressing the


"PROGRAM MANAGER" key on the software machine control panel.
The new "Local drive" archive should now be used as the storage loca-
tion.

By pressing HSK 5 "Local drive", you open your storage folder and the
cursor is on the symbol of the folder.

Move the cursor to a program with the arrow down key in order to be
able to create a new program.

By pressing VSK 2 "New", a new input screen is opened.

Notes

840D sl SINUMERIK Operate Page 3 MMT17


M17 PP-SINUMERIK Training
Section 1 CYCLE800

A new machining step program is displayed if you were programming


with ShopMill previously.

Or a new G code program if you were programming with program-


GUIDE G code previously.

Please use this selection.

In the Name input field, enter Swivel as the program name.


The correct extension is generated by the control because Main pro-
gram MPF is selected as Type.

If you now confirm with VSK 8 "OK", you open the programGUIDE edi-
tor. The cursor flashes in the first input line.

Notes

MMT17 Page 4 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 1

If you press HSK 6 "Various", the vertical softkey bar changes.

If you now press VSK 1.2 "Swivel plane", an input screen is opened.

Please close the cycle again without entries or changes with VSK 1.8
"Accept".

Notes

840D sl SINUMERIK Operate Page 5 MMT17


M17 PP-SINUMERIK Training
Section 1 CYCLE800

CYCLE800 should appear as follows in the editor.

The cycle can be edited again with the Arrow right key.

There are 16 input parameters in the cycle which we have designated as


#1, etc. for a better overview.

CYCLE800(#1,#2,#3,#4,#5,#6,#7,#8,#9,#10,#11,#12,#13,#14,#15,#16)

Parameter TYPE Explanation


#1 INT Retraction
0 No retraction
1 Retraction of machine axis Z
2 Retraction of machine axis Z and then XY

3 Reserved
4 Retraction in tool direction, maximum
5 Retraction in tool direction, incremental

TIP:

You can also use the key combination Shift and Insert to move the cursor with the Arrow right key in the
cycle without having to open the cycle.

Notes

MMT17 Page 6 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 1

Parameter TYPE Explanation


#2 String[32] Name of the swivel data set
"" A name must not be declared if only
one swivel data set exists
"NAME" Name of the swivel data set
"0" Deselection of the swivel data set (deletion of the
swivel frame)

100000 Units digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 New: Swivel plane is deleted and recalculated with
the current parameters
1 Additive: Swivel plane is added to the active swivel
plane

100000 Tens digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 Do not correct tool tip

1 Correct tool tip (TRAORI)

Notes

840D sl SINUMERIK Operate Page 7 MMT17


M17 PP-SINUMERIK Training
Section 2 CYCLE800

100000 Hundreds digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 Do not tilt tool

1 Tilt tool (preferably radius cutter)

2 Align turning tool

3 Align milling tool

9 Reserved

Tilt/align tool (function is displayed in the SWIVEL


tool input screen)

100000 Thousands digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 Internal parameter, swivel in JOG

100000 Ten thousands digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 Swivel "Yes"

1 Swivel "No", "Minus" direction

2 Swivel "No", "Plus" direction

Notes

MMT17 Page 8 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 2

100000 Hundred thousands digit


Parameter TYPE Explanation
#3 INT Status of the transformations
0 Compatibility

1 "Minus" direction selection optimized

2 "Plus" direction selection optimized

Bit-coded
Parameter TYPE Explanation
#4 BIT Swivel mode: Evaluation of the swivel angle and
76 the swivel sequence
00 Swivel angle axis-by-axis ->
see parameters _A, _B, _C
01 Solid angle ->
see parameters _A, _B
10 Projection angle ->
see parameters _A, _B, _C
11 Swivel mode, rotary axes direct ->
see parameters _A, _B

Notes

840D sl SINUMERIK Operate Page 9 MMT17


M17 PP-SINUMERIK Training
Section 2 CYCLE800

Bit-coded
Parameter TYPE Explanation
#4 BIT Swivel mode: Evaluation of the swivel angle and
543210 the swivel sequence
xxxx01 1st rotation _A around X

xxxx10 1st rotation _A around Y


xxxx11 1st rotation _A around Z
xx01xx 2nd rotation _B around X
xx10xx 2nd rotation _B around Y
xx11xx 2nd rotation _B around Z
01xxxx 3rd rotation _C around X
10xxxx 3rd rotation _C around Y
11xxxx 3rd rotation _C around Z

Example of the coding: Rotation axis-by-axis, rotation sequence ZYX


Binary: 00011011; decmal: 27

Parameter TYPE Explanation


#5 REAL Reference point X before the rotation
X0

Parameter TYPE Explanation


#6 REAL Reference point Y before the rotation
Y0

Parameter TYPE Explanation


#7 REAL Reference point Z before the rotation
Z0

Notes

MMT17 Page 10 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 2

Parameter TYPE Explanation


#8 REAL 1st rotation according to setting in parameter #4
X(A)

Parameter TYPE Explanation


#9 REAL 2nd rotation according to setting in parameter #4
Y(B)

Parameter TYPE Explanation


#10 REAL 3rd rotation according to setting in parameter #4
Z(C)

Parameter TYPE Explanation


#11 REAL Reference point X after the rotation
X1

Parameter TYPE Explanation


#12 REAL Reference point Y after the rotation
Y1

Parameter TYPE Explanation


#13 REAL Reference point Z after the rotation
Z1

Notes

840D sl SINUMERIK Operate Page 11 MMT17


M17 PP-SINUMERIK Training
Section 2 CYCLE800

Parameter TYPE Explanation


#14 INT + - Trigger traversing motion of the rotary axes
0 Swivel no (calculate swivel frame only)

+1 Position to larger value of rotary axis 1 or 2

-1 Position to smaller value of rotary axis 1 or 2

Parameter TYPE Explanation


#15 REAL Retraction value in tool direction, incremental
FR

Parameter TYPE Explanation


#16 INT Display mode
0 Compatibility, the plane effective before the cycle
call remains active
1 G17 (active in cycle only)

2 G18 (active in cycle only)

3 G19 (active in cycle only)

Notes

MMT17 Page 12 840D sl SINUMERIK Operate


M17 PP-SINUMERIK Training
CYCLE800 Section 2

Notes

840D sl SINUMERIK Operate Page 13 MMT17


840D sl SINUMERIK Operate Page 14 MMT17

You might also like