Transfer Axis To Another Channel (Axtochan) - Siemens SINUMERIK 840D sl Programming Manual

Nc programming
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Work preparation
3.15 Axis functions
● When an intermediate block is inserted in the main run, a check will be made to determine
whether or not reorganization is required. Reorganization is only necessary if the axis states
of this block do not match the current axis states.
● Instead of a GET block with preprocess stop and synchronization between preprocessing
and main run, axes can be replaced without a preprocess stop. In this case, an intermediate
block is simply generated with the GET request. In the main run, when this block is
executed, the system checks whether the states of the axes in the block match the actual
axis states.
3.15.2

Transfer axis to another channel (AXTOCHAN)

The AXTOCHAN language command can be used to request an axis in order to move it to a
different channel. The axis can be moved to the corresponding channel both from the NC part
program and from a synchronized action.
Syntax
AXTOCHAN(axis name,channel number[,axis name,channel number[,...]])
Meaning
Element
AXTOCHAN:
Axis name:
Channel number:
Note
Competing positioning axis and PLC controlled axis exclusively
A PLC axis cannot replace the channel as a competing positioning axis. An axis controlled
exclusively by the PLC cannot be assigned to the NC program.
Further information: Function Manual Axes and Spindles
Example
AXTOCHAN in the NC program
Axes X and Y have been declared in the first and second channels. Currently, channel 1 has
the interpolation right and the following program is started in that channel.
Program code
N110 AXTOCHAN(Y,2)
N111 M0
N120 AXTOCHAN(Y,1)
874
Description
Request axis for a specific channel
Axis assignment in the system: X, Y, ... or entry of machine axis names con‐
cerned. The executing channel does not have to be the same channel or even
the channel currently in possession of the interpolation right for the axis.
Name of the channel to which the axis is to be assigned
Comment
;Move Y axis to the second channel
; Retrieve Y axis (neutral).
Programming Manual, 12/2019, 6FC5398-2EP40-0BA0
NC programming

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 840de sl

Table of Contents