Specifications
Chapter 12. Power-related Functions
163
Once made in a user program, the above settings will be retained even after the termination of
the user program.
The remote wakeup activation/deactivation and the transmission speed for remote wakeup
may be set in System Mode. For details, refer to the BHT User’s Manual.
■
Start of a remote wakeup program
When a remote wakeup program starts, the resume function of the most recently running user
program becomes disabled regardless of the resume setting made in System Mode. Also in
other user programs chained from the remote wakeup program with the
CHAIN statement, the
resume function will remain disabled.
Accordingly, after termination of the remote wakeup program, any other user program will per-
form a cold start.
To enable the resume function of a user program running after the termination of the remote
wakeup program and its chained-to programs, use the extended function SYSTEM.FN3 (Func-
tion #1). For details, refer to Chapter 16, "Extended Functions."
■
End of a remote wakeup program
The remote wakeup program and its chained-to programs may be either normally terminated
or interrupted as follows:
• Normally terminated
when the program is ended with
END, POWER OFF or POWER 0 statement.
• Interrupted
when the program is ended by pressing the PW key, with automatic powering-off func-
tion, low battery power-off or any other factor when the resume function is disabled.
If the resume function is made enabled, the remote wakeup program or its chained-to program
will be neither normally terminated nor interrupted since it will resume the operation in the next
powering-on.