Siemens SINUMERIK 840Di sl Programming Manual page 113

Hide thumbs Also See for SINUMERIK 840Di sl:
Table of Contents

Advertisement

Example
3 axes are defined in the channel: X, Y and Z
A working area limitation group No. 2 is to be defined and then activated in which the axes
are to be limited in the WCS acc. to the following specifications:
• X axis in the plus direction: 10 mm
• X axis in the minus direction: No limitation
• Y axis in the plus direction: 34 mm
• Y axis in the minus direction: -25 mm
• Z axis in the plus direction: No limitation
• Z axis in the minus direction: -600 mm
...
N51 $AC_WORKAREA_CS_COORD_SYSTEM[2] = 1
N60 $AC_WORKAREA_CS_PLUS_ENABLE[2,X] = TRUE
N61 $AC_WORKAREA_CS_LIMIT_PLUS[2,X] = 10
N62 $AC_WORKAREA_CS_MINUS_ENABLE[2,X] = FALSE
N70 $AC_WORKAREA_CS_PLUS_ENABLE[2,Y] = TRUE
N73 $AC_WORKAREA_CS_LIMIT_PLUS[2,Y] = 34
N72 $AC_WORKAREA_CS_MINUS_ENABLE[2,Y] = TRUE
N73 $AC_WORKAREA_CS_LIMIT_MINUS[2,Y] = –25
N80 $AC_WORKAREA_CS_PLUS_ENABLE[2,Z] = FALSE
N82 $AC_WORKAREA_CS_MINUS_ENABLE[2,Z] = TRUE
N83 $AC_WORKAREA_CS_LIMIT_PLUS[2,Z] = –600
...
N90 WALCS2
...
Description
Effectivity
The working area limitation with WALCS1 - WALCS10 acts independently of the working area
limitation with WALIMON. If both functions are active, that limit becomes effective which the
axis motion first reaches.
Reference point at the tool
Taking into account the tool data (tool length and tool radius) and therefore the reference
point at the tool when monitoring the working area limitation corresponds to the behavior for
the working area limitation with WALIMON.
Fundamentals
Programming Manual, 11/2006, 6FC5398-1BP10-2BA0
3.9 Working area limitation in WCS/SZS (WALCS0 ... WALCS10)
Positional Data
; The working area limitation of
working area limitation group 2
applies in the WCS.
; Activating working area limitation
group No. 2.
113

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents