Leading Value Coupling (Leadon, Leadof) - Siemens SINUMERIK 828D Programming Manual

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

Motion synchronous actions
10.4 Actions in synchronized actions
Example of conflict avoidance with TRAILOF
The coupled axis is released again for access as a channel axis by invoking the
function for the axis. It must ensure that
the axis involved. However, this is not the case in this example
...
N50 WHEN TRUE DO TRAILOF(Y,X)
N60 Y100
...
In this case, the axis is not released early enough because the non-modal synchronized
action becomes active synchronously with
synchronous action, "Structure, basic information".
To avoid conflict situations the following procedure should be followed:
...
N50 WHEN TRUE DO TRAILOF(Y,X)
N55 WAITP(Y)
N60 Y100
10.4.22

Leading value coupling (LEADON, LEADOF)

Note
This function is not available for SINUMERIK 828D!
Function
The axial leading value coupling can be programmed in synchronized actions without
restriction. The changing of a curve table for an existing coupling without a previous
resynchronization is optionally possible only in synchronized actions.
Syntax
Activate master value coupling
DO LEADON (following axis, leading axis, curve table no., OVW)
Deactivate leading value coupling
DO LEADOF(following axis, leading axis, leading axis 2)
606
is executed before the channel requests
TRAILOF
with
, see section, Motion-
N60
TRAILOF
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
TRAILOF
Job planning

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents