Motion synchronous actions
10.5 Technology cycles
Job planning
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
10-75
Jump instructions and jump destinations
GOTO Firstly jump forwards and then backwards
GOTOF Jump forwards
GOTOB Jump backwards
Label: Jump marker
Block number Jump destination for this block
N100 Block number is subblock
:100 Block number is main block
10.5.9 Lock, unlock, reset (LOCK, UNLOCK, RESET)
Function
The process of a technology cycle can be locked, released again or a technology cycle reset
by modal synchronized actions / by other modal synchronized actions.
Programming
LOCK (n, n, ...)
Lock synchronized actions, the active action is interrupted
UNLOCK (n, n, ...)
Unlock synchronized actions
RESET (n, n, ...)
Reset technology cycle
n
Identification number of the synchronized action
Locking on the PLC side
Modal synchronized actions can be interlocked from the PLC with the ID numbers
n=1 ... 64. The associated condition is no longer evaluated and execution of the associated
function is locked in the NCK.
All synchronized actions can be locked indiscriminately with one signal in the PLC interface.
Note
A programmed synchronized action is active as standard and can be protected against
overwriting/locking by a machine data setting.
It should not be possible for end users to modify synchronized actions defined by the
machine manufacturer.