MMX8x4-HT series – User's Manual 146
Event Manager Tool Kit
Setting the Delay
In most cases, the Action is performed immediately after the Condition is detected. But sometimes a delay
Command and Response (summary)
ç <loc><time>
æ <loc><time>
ç <loc>
æ <loc>
ç <loc>
æ <loc>
Parameters
The <time> parameter means seconds. Set the following properties for the desired delay type:
Delay type Properties to set Result
no delay <loc>.ConditionTimeout
0
The Action will be lanuched
after the Condition is detected.
simple delay <loc>.ConditionTimeout <time> If the Condition is detected, the
action will be launched after the
set time.
still true after
<loc>.ConditionTimeout <time>
if is detected after the set time
again.
<loc>.ConditionEndCheck
true
continuously
true
<loc>.ConditionTimeout <time>
it is existing continuously during
the set time.
<loc>.ConditionEndCheck
true
<loc>.ConditionTimeoutContinuous
true
Delay
Condition = true
Condition = true
Condition = true
Condition = true
continously
true
still true after
simple delay
no delay
Perform the action
Perform the action
Delay
Delay
Perform the action
Condition = true
Perform the action
Time
Example 1 (simple delay)
ç
æ
If the Condition is detected (the ConditionDetect property becomes true), the ConditionTimeoutPending property
becomes true. 10 seconds later the ConditionTimeoutPending property becomes false and the set Action is
launched.
Example 2 ('still true after' delay type)
ç
æ
ç
æ
If the Condition is detected (the ConditionDetect property becomes true) the ConditionTimeoutPending property
becomes true. 10 seconds later the Condition is checked again (the ConditionTimeoutPending property
becomes false). If the Condition can be detected again (the ConditionDetect property becomes true again), the
Example 3 ('continuously true' delay type)
ç
æ
ç
æ
If the Condition is detected (the ConditionDetect property becomes true), the ConditionTimeoutPending property
becomes true. If the Condition can be detected in the following 10 seconds continuously (the ConditionDetect
property stays trueConditionTimeoutPending property becomes false, and the set
Action is launched.
Setting the Name of the Event
Command and Response
ç <loc><string>
æ <loc><string>
Parameters
The <string>
Example
ç
æ