Actions

Difference between revisions of "Sub-Event (Event Handler)"

From Zenitel Wiki

m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
Some Main Events are divided into SubEvents. Subevent is a number from 0 to 255.
 
Some Main Events are divided into SubEvents. Subevent is a number from 0 to 255.
  
Subevents are mainly used for the EventTrigger, timeout and EDI events.
+
Subevents are mainly used for the [[Event Trigger (Event Type)|EventTrigger]], timeout and [[External Data Input|EDI]] events.
 +
 
 +
For station-related events, Sub Event = 255 is used as the Match-All number. The macro [[%sev]] can be used to extract the subevent number of the actual event in the action string.  
  
For station-related events, Sub Event = 255 is used as the Match-All number.
 
  
 
For EDI, Sub Event = 0 matches inputs on all EDI ports.
 
For EDI, Sub Event = 0 matches inputs on all EDI ports.
 +
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Latest revision as of 16:18, 4 October 2019

AI.png

Some Main Events are divided into SubEvents. Subevent is a number from 0 to 255.

Subevents are mainly used for the EventTrigger, timeout and EDI events.

For station-related events, Sub Event = 255 is used as the Match-All number. The macro %sev can be used to extract the subevent number of the actual event in the action string.


For EDI, Sub Event = 0 matches inputs on all EDI ports.