| A1 |
Specify TCY_ON in the system configuration file
to set the initial activation state of a cyclic handler to ON.
With this setting, the corresponding cyclic handler is activated
at the specified activation interval.
Note that the corresponding cyclic handler is not activated
when the initial activation state is set to OFF (TCY_OFF),
even if the specified activation interval has elapsed.
The activation state of a cyclic handler can also be changed between ON and OFF,
by issuing an act_cyc system call during execution of a certain task.
|