Rotary Axis Without Modulo Conversion - Siemens SINUMERIK Series Function Manual

Extended functions
Hide thumbs Also See for SINUMERIK Series:
Table of Contents

Advertisement

R2: Rotary axes
12.3 Programming rotary axes
Incremental programming (IC, G91)
Example for positioning axis: POS[axis name] = IC(+/-value)
● The value identifies the rotary-axis traversing distance. The value can be negative and ≥
● The value's sign unequivocally defines the rotary-axis traversing direction.
● Application example: milling a spiral groove across several revolutions
Example:
Programming
POS[C]=IC(720)
POS[C]=IC(-180)
Endless traversing range
As soon as the modulo function is active, no limit is placed on the traversing range (software
limit switches are not active). The rotary axis can now be programmed to traverse
continuously.
Example:
Program code
LOOP:
POS[C] = IC(720)
GOTOB LOOP
12.3.3

Rotary axis without modulo conversion

Deactivate modulo conversion
→ Set MD30310 $MA_ROT_IS_MODULO = 0.
Absolute programming (AC, G90)
Example for positioning axis: POS[axis name] = AC (+/-value)
● The value and its sign uniquely identify the rotary-axis target position. The value can be ≥
● The traversing direction is ascertained by the control according to the signed rotary-axis
● If
● Application example:
694
+/-360°.
+/-360°. The position value is limited by the software-limit-switch positions.
actual position.
or
is programmed, alarm 16810, "ACP traverse instruction cannot be used", or
ACP
ACN
alarm 16820 "ACN traverse instruction cannot be used", is output.
Linear movements (cam gear) are linked to the rotary axis, thus certain end positions
may not be overtraveled.
Effect
C axis traverses to 720° incrementally in the positive direction
(two revolutions)
C axis traverses to 180° incrementally in the negative direction
Function Manual, 03/2013, 6FC5397-1BP40-3BA1
Extended Functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840d slSinumerik 828d

Table of Contents