122 CoDeSys 2.3 Runtime Environment WAGO-I/O-SYSTEM 750
758-874/000-131 WAGO-I/O-IPC-C6
Manual
Version 1.0.0
The following events can be activated:
Table 55: Events
Name Description
start The event is called directly after the user program starts.
stop The event is called directly after the user program stops.
before_reset The event is called directly before the user program is
reset.
after_reset The event is called directly after the user program is
reset.
shutdown The event is called directly before the user program is
shutdown.
excpt_watchdog The event is called if a task watchdog is recognized.
excpt_access_violation The event is called if a memory access error to an invalid
memory area is recognized (incorrect pointer, invalid
array index, invalid data descriptor).
excpt_dividebyzero The event is called if a division by zero is recognized.
after_reading_inputs The event is triggered independent of the user program
after reading all of the inputs.
before_writing_outputs The event is triggered before writing all of the outputs
independent of the user program.
debug_loop This event is triggered at every task call, if a breakpoint
was reached in this task and the processing of this task is
therefore blocked