Actions

Difference between revisions of "Event Timeout (Event Type)"

From Zenitel Wiki

(Event description)
(Event description)
Line 7: Line 7:
 
|'''Event type''': || 21 - Event Timeout
 
|'''Event type''': || 21 - Event Timeout
 
|-
 
|-
|'''Subevent''': || See below
+
|'''Subevent''': || N/A
 
|-
 
|-
 
|'''When change to ON''': || When a timer owned by this station expires
 
|'''When change to ON''': || When a timer owned by this station expires
Line 17: Line 17:
 
|}
 
|}
  
{| border="1" cellpadding="4"
+
==Additional information==
! align="left"|[[Event Owner]]:
 
| A station
 
|-
 
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:
 
| 21 - Event Timeout
 
|-
 
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:
 
| Parameter-attribute of the Event Trigger number
 
|-
 
! align="left"|[[When Change to (Event Handler)|When Change to ON]]:
 
| When a timer owned by this station expires
 
|-
 
! align="left"|[[When Change to (Event Handler)|When Change to OFF]]:
 
| N/A
 
|-
 
! align="left"|[[When Related to (Event Handler)|When Related to]]:
 
| Yes (optional)
 
|-
 
|}
 
 
 
*Additional information:
 
 
:-From any event or RCI a timer can be started (or stopped) by the data message $ST (Set_Timer)
 
:-From any event or RCI a timer can be started (or stopped) by the data message $ST (Set_Timer)
 
:-100 ms resolution
 
:-100 ms resolution
Line 51: Line 30:
 
::*Example 3: $ST L102 W50 L101 - set a 5 second timer on station 102, 101 is “related-to”
 
::*Example 3: $ST L102 W50 L101 - set a 5 second timer on station 102, 101 is “related-to”
  
*Application:
+
==Application==
 
:- Pulse RCO’s
 
:- Pulse RCO’s
 
:- Timeout of conversations
 
:- Timeout of conversations
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]

Revision as of 00:09, 15 November 2007

Event description

Event Owner: A station or UDP group
Event type: 21 - Event Timeout
Subevent: N/A
When change to ON: When a timer owned by this station expires
When change to OFF: N/A
When related to: Yes (optional)

Additional information

-From any event or RCI a timer can be started (or stopped) by the data message $ST (Set_Timer)
-100 ms resolution
-When the timer expires the event “21 Event Timeout” is triggered
-Syntax:
  • $ST Lxxxx Wyy Lzzzz
  • xxxx = station which is owner of the timer
  • yy = timeout value in 100ms steps
  • zzzz = “related to” number (optional)
  • Example 1: $ST L102 W50 - set a 5 second timer on station 102
  • Example 2: $ST L102 – stop all timers on station 102
  • Example 3: $ST L102 W50 L101 - set a 5 second timer on station 102, 101 is “related-to”

Application

- Pulse RCO’s
- Timeout of conversations