Difference between revisions of "SET TIMER"
From Zenitel Wiki
(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|SET_TIMER !style="background:#ffdead;" width="100pt"|0x008F !style="background:#ffdead;" width="30pt"|143...) |
|||
(13 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {| border="1" | + | {{AI}} |
+ | {| border="1" | ||
|- | |- | ||
!style="background:#ffdead;" width="90pt" colspan="2"|SET_TIMER | !style="background:#ffdead;" width="90pt" colspan="2"|SET_TIMER | ||
!style="background:#ffdead;" width="100pt"|0x008F | !style="background:#ffdead;" width="100pt"|0x008F | ||
!style="background:#ffdead;" width="30pt"|143 | !style="background:#ffdead;" width="30pt"|143 | ||
− | !style="background:#ffdead; | + | !style="background:#ffdead;" |AMC 08.20 |
|- | |- | ||
− | |colspan="3"|$ST L102 | + | |colspan="3"|'''$ST L102 W50<br />$ST L102''' <br /> '''$ST L102 W50 L101 ‘my name’ U0'''<br />'''$ST L102 W0 L101''' |
− | |colspan="2" |''Set 5 second timer on station 102''<br | + | |colspan="2" |''Set 5 second timer on station 102''<br />''Stop all timers on station 102''<br />''Set 5 sec, on station 102, from 101''<br />''Stop timer on station 102, from 101'' |
|- | |- | ||
− | |colspan="5"|Start a timer or stop timer. When the timer expires, an [[EVENT_REPORT]] is generated, event type [[EVH_EVENT_TIMEOUT]] = 21. The timer can be stopped before expiry by setting a zero timeout value. | + | |colspan="5"|Start a timer or stop timer. When the timer expires, an [[EVENT_REPORT]] is generated, event type [[Event Timeout (Event Type)|EVH_EVENT_TIMEOUT]] = 21. The timer can be stopped before expiry by setting a zero timeout value. |
A station must be specified as owner of the timer. It is also possible to specify the “related-to” parameters to be used in the timeout [[EVENT_REPORT]]. | A station must be specified as owner of the timer. It is also possible to specify the “related-to” parameters to be used in the timeout [[EVENT_REPORT]]. | ||
A SET_TIMER will replace an existing running timer if both the owner station and related-to stations are identical. If none of the running timers are matching, a new independent timer is started. Omitting the related-to station has a special meaning for the stop operation: All timers with the specified owner station will be stopped. | A SET_TIMER will replace an existing running timer if both the owner station and related-to stations are identical. If none of the running timers are matching, a new independent timer is started. Omitting the related-to station has a special meaning for the stop operation: All timers with the specified owner station will be stopped. | ||
Line 15: | Line 16: | ||
|align=center|1||[[NET_OBJ_REF]] {[[ECL_STATION]]}||colspan="3"|Station to receive timeout event (event owner). ([[NRF_LOCAL_DIRNO]] and [[NRF_LOCAL_ENTITY]] allowed.) | |align=center|1||[[NET_OBJ_REF]] {[[ECL_STATION]]}||colspan="3"|Station to receive timeout event (event owner). ([[NRF_LOCAL_DIRNO]] and [[NRF_LOCAL_ENTITY]] allowed.) | ||
|- | |- | ||
− | |align=center|2||[[UINT2]] (optional)||colspan="3"|Timeout value, measured in 100 ms ticks. Default value is zero, which means stop timer. Max value will give a 1 hour 49 minute timeout. | + | |align=center|2||[[UINT2]] <br />(optional)||colspan="3"|Timeout value, measured in 100 ms ticks. Default value is zero, which means stop timer. Max value will give a 1 hour 49 minute timeout. |
|- | |- | ||
− | |align=center|3||[[NET_OBJ_REF]]<br | + | |align=center|3||[[NET_OBJ_REF]]<br /> {[[ECL_STATION]]}<br /> (optional) |
|colspan="3"|Station to be used as related-to parameter in timeout event. Null value allowed. (Only [[NRF_LOCAL_DIRNO]] allowed.) | |colspan="3"|Station to be used as related-to parameter in timeout event. Null value allowed. (Only [[NRF_LOCAL_DIRNO]] allowed.) | ||
|- | |- | ||
− | |align=center|4||[[TEXT16]]<br | + | |align=center|4||[[TEXT16]]<br />(optional)||colspan="3"|Name of related-to parameter in timeout event (16 character). <br />Default value: Sending station’s name if specified. |
+ | |- | ||
+ | |align=center|5||[[UINT1]]<br />(optional)||colspan="3"|User Defined Properties ([[UDP]]) of related-to parameter in timeout event. | ||
+ | Default value: 0. | ||
+ | |- | ||
+ | |colspan="2"|Response:||colspan="3"|None | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[Category: ACDP messages]] | ||
+ | [[Category: DP Commands]] | ||
+ | [[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]] |
Latest revision as of 12:10, 30 June 2022
SET_TIMER | 0x008F | 143 | AMC 08.20 | |
---|---|---|---|---|
$ST L102 W50 $ST L102 $ST L102 W50 L101 ‘my name’ U0 $ST L102 W0 L101 |
Set 5 second timer on station 102 Stop all timers on station 102 Set 5 sec, on station 102, from 101 Stop timer on station 102, from 101 | |||
Start a timer or stop timer. When the timer expires, an EVENT_REPORT is generated, event type EVH_EVENT_TIMEOUT = 21. The timer can be stopped before expiry by setting a zero timeout value.
A station must be specified as owner of the timer. It is also possible to specify the “related-to” parameters to be used in the timeout EVENT_REPORT. A SET_TIMER will replace an existing running timer if both the owner station and related-to stations are identical. If none of the running timers are matching, a new independent timer is started. Omitting the related-to station has a special meaning for the stop operation: All timers with the specified owner station will be stopped. | ||||
1 | NET_OBJ_REF {ECL_STATION} | Station to receive timeout event (event owner). (NRF_LOCAL_DIRNO and NRF_LOCAL_ENTITY allowed.) | ||
2 | UINT2 (optional) |
Timeout value, measured in 100 ms ticks. Default value is zero, which means stop timer. Max value will give a 1 hour 49 minute timeout. | ||
3 | NET_OBJ_REF {ECL_STATION} (optional) |
Station to be used as related-to parameter in timeout event. Null value allowed. (Only NRF_LOCAL_DIRNO allowed.) | ||
4 | TEXT16 (optional) |
Name of related-to parameter in timeout event (16 character). Default value: Sending station’s name if specified. | ||
5 | UINT1 (optional) |
User Defined Properties (UDP) of related-to parameter in timeout event.
Default value: 0. | ||
Response: | None |