11 - 56 11 - 56
MELSEC-Q
11 INSTRUCTIONS AND FUNCTIONS
To perform the event control, it is necessary to process to disable the generation of events which
are handled at the startup and shutdown of BASIC, in order to initialize the event information that
is managed by the system.
Execute one of the following:
1) Power on again or operate the RESET switch of the communication module
when starting up BASIC.
2) Redefine the event to be handled by the program that is executed first at the BASIC startup,
or by the program that is executed last for finishing the BASIC's operation.
Use the following to redefine the event:
FOR I%=0 TO 63
DEF ZEVENT I%
NEXT I%
REMARK
• See Section 8.2 for event control.
• See the ZEVENT, ZSIGNAL and ZWAIT EVENT instructions.