Difference between revisions of "GET ST STATE"
From Zenitel Wiki
m (GET ST STATUS moved to GET ST STATE) |
|||
(15 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{AI}} | ||
{| border="1" | {| border="1" | ||
|- | |- | ||
− | !style="background:#ffdead;" width="90pt" colspan="2"| | + | !style="background:#ffdead;" width="90pt" colspan="2"|GET_ST_STATE |
− | !style="background:#ffdead;" width="100pt"| | + | !style="background:#ffdead;" width="100pt"|0x0099 |
− | !style="background:#ffdead;" width="30pt"| | + | !style="background:#ffdead;" width="30pt"|153 |
!style="background:#ffdead;" |AMC 10.23 | !style="background:#ffdead;" |AMC 10.23 | ||
|- | |- | ||
− | |colspan=" | + | |colspan="3"|'''$GET_ST_STATE W3'''<br/>'''$GET_ST_STATE W3 W10''' |
+ | |colspan="2" |''Get status of station 3''<br/>''Get status of 10 stations, starting with station 3'' | ||
|- | |- | ||
|colspan="5"|Get current status of a station | |colspan="5"|Get current status of a station | ||
Line 12: | Line 14: | ||
|align=center|1||[[UINT2]]||colspan="3"|1 -> 552: Station Physical Number | |align=center|1||[[UINT2]]||colspan="3"|1 -> 552: Station Physical Number | ||
|- | |- | ||
− | |align=center|2||[[ | + | |align=center|2||[[UINT2]] (optional)||colspan="3"| Number of stations to get information from. Stations without line interface will not be reported thus if only one ASLT card in the exchange, 6 stations will be reported even with param 2 = 600 stations. |
|- | |- | ||
− | |colspan="2"|Response:||colspan="3"|[[ | + | |colspan="2"|Response:||colspan="3"|[[ST_STATE]] |
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
+ | '''Note:''' This command require an [[Licenses#API_License|API license]] | ||
[[AlphaNet_Data_Protocol#Station_Features_and_Status|Back to AlphaNet message list]] | [[AlphaNet_Data_Protocol#Station_Features_and_Status|Back to AlphaNet message list]] | ||
+ | [[Category: ACDP messages]] |
Latest revision as of 14:57, 3 October 2019
GET_ST_STATE | 0x0099 | 153 | AMC 10.23 | |
---|---|---|---|---|
$GET_ST_STATE W3 $GET_ST_STATE W3 W10 |
Get status of station 3 Get status of 10 stations, starting with station 3 | |||
Get current status of a station | ||||
1 | UINT2 | 1 -> 552: Station Physical Number | ||
2 | UINT2 (optional) | Number of stations to get information from. Stations without line interface will not be reported thus if only one ASLT card in the exchange, 6 stations will be reported even with param 2 = 600 stations. | ||
Response: | ST_STATE |
Note: This command require an API license