User Manual

User’s Guide ______________________________________________________________________
178 __________________________________________________________________M210785EN-E
Example 1
The timed event is executed once a minute, two seconds after a full
minute:
- Scale: 1 (absolute)
- Type: 1 (periodic)
- Interval: 60000
- Synchronization time: 2000
Example 2
The timed event is executed once a day at 06:00:
- Scale: 1 (absolute)
- Type: 1 (periodic)
- Interval: 86400000
- Synchronization time: 21600000
Example 3
The timed event is executed once, one minute after system startup:
- Scale: 0 (relative)
- Type: 0 (single shot)
- Interval: 60000
- Synchronization time: 0
Example 4 (Two Timers)
Both timed events are executed once a minute, two seconds after full
minute. Timer A starts first:
- Scale: 1 (absolute)
- Type: 1 (periodic)
- Interval: 60000
- Synchronization times: Timer A 2004, Timer B 2005