PLC Subroutines Manual
6FC5397-0FP40-0BA0, 08/2013
35
Example for calling subroutine 20
Subroutine 21 - AUX_LAMP (working lamp)
Purpose
Subroutine 21 is used to control working lamp and can be called in AUX_MCP. One-time pressing of the "
" key
activates the working lamp while double pressing de-activates the working lamp.
Local variable definition
None
Relevant PLC machine data
None
Example for calling subroutine 20
Subroutine 22 - AUX_SAFE_DOOR (safe door)
Purpose
Subroutine 22 is used to control safe door and can be called in AUX_MCP.
Local variable definition
None
Relevant PLC machine data
14512 [16].2 Selection of safe door function (0: do not use; 1: use)
14512 [16].3 Safe door function is activated by M01/M02 (0: deactivate; 1: activate)
Example for calling subroutine 22