Commissioning Manual
01/2017
169
Subroutine 24 - AUX_3Color_LAMP
Purpose
Subroutine 24 is used to control the three-color lamp function and can be called in AUX_MCP.
Local variable definition
Inputs
Red BOOL Alarm lamp: red
Relevant PLC machine data
Selection of the three-color lamp function (0: deactivate; 1: activate)
Switch of three-color lamp flashing (0: the lamp does not flash; 1: the lamp flashes)
Example for calling subroutine 24
Subroutine 31 - PLC_ini_USR_ini (user initialization)
Purpose
Subroutine 31 is used for user initialization and should be called in subroutine PLC_INI. Since the subroutine PLC_INI is
called only during the first PLC cycle, the subroutine PLC_ini_USER_ini is also only called during the first PLC cycle.
Local variable definition
None
Relevant PLC machine data
None
Example for calling subroutine 31