K1: Mode group, channel, program operation, reset response
9.9 Program operation mode
Basic Functions
Function Manual, 09/2011, 6FC5397-0BP40-2BA0
587
Example 2: Call through Operator panel reset
Parameter assignment:
Programming:
Example 3: Initialization of the function
Section of the startup file (_N_INITIAL_INI):
Meaning:
The part program _N_PROG_EVENT_SPF from the directory _N_CMA_DIR should be started automatically with
the RESET key and processed till the end, regardless of whether the read-in disable is activated or deactivated.
ENDIF
RET
ENDIF
RET
MD20108 $MC_PROG_EVENT_MASK = 'H04' Call of _N_PROG_EVENT_SPF for:
• Operator panel reset
Program code Comment
PROC PROG_EVENT DISPLOF
N10 DRFOF ; Deactivate DRF offsets
N20 M17
Program code Comment
...
CHANDATA(3) ; Initialization for channel 3
$MC_PROG_EVENT_IGN_INHIBIT='H04F'
$MC_PROG_EVENT_MASK='H04'
...
Program code Comment