Difference between revisions of "COMMAND RESPONSE"
From Zenitel Wiki
(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|COMMAND_RESPONSE !style="background:#ffdead;" width="100pt"|0x0066 !style="background:#ffdead;" width="30...) |
|||
(9 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | {| border="1" | + | {{AI}} |
+ | {| border="1" | ||
|- | |- | ||
!style="background:#ffdead;" width="90pt" colspan="2"|COMMAND_RESPONSE | !style="background:#ffdead;" width="90pt" colspan="2"|COMMAND_RESPONSE | ||
!style="background:#ffdead;" width="100pt"|0x0066 | !style="background:#ffdead;" width="100pt"|0x0066 | ||
!style="background:#ffdead;" width="30pt"|102 | !style="background:#ffdead;" width="30pt"|102 | ||
− | !style="background:#ffdead; | + | !style="background:#ffdead;" |AMC 07.00 |
|- | |- | ||
− | |colspan="5"|General response message to messages introduced in | + | |colspan="5"|General response message to messages introduced in AMC 07.00 or newer messages. |
+ | (COMMAND_RESPONSE is used rather than dedicated XXX_ACK and XXX_NAK messages ) | ||
|- | |- | ||
− | |align=center|1||[[UINT2]]||colspan="3"|The message_id that this message is a response to. | + | |align=center|1||[[UINT2]]||colspan="3"|The message_id that this message is a response to. |
+ | Example: 0x0065 if this message is a response to [[CANCEL_MAIL]]. | ||
|- | |- | ||
− | |align=center|2||[[UINT1]]||colspan="3"|Command status, possible values are: | + | |align=center|2||[[UINT1]]||colspan="3"|Command status, possible values are: |
+ | 1 = Command performed successfully. <br>2 = Target was busy, no queuing. | ||
+ | |||
+ | 3 = Internal resource was busy, no queuing. | ||
+ | |||
+ | 4 = Access not allowed. (OPC: no license) | ||
+ | |||
+ | 5 = Target busy, command queued. | ||
+ | |||
+ | 6 = Target HW failed/not present (OPC: overlapping registration of same OPC device from different nodes). | ||
|- | |- | ||
− | |align=center|3||[[UINT4]]||colspan="3"|Command response options: | + | |align=center|3||[[UINT4]]||colspan="3"|Command response options: |
+ | Additional information about the execution of the message. Interpretation of this field is dependent on the message id, see separate descriptions under each message having this message as response. | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[Category: ACDP messages]] | ||
+ | [[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]] |
Latest revision as of 15:13, 6 July 2022
COMMAND_RESPONSE | 0x0066 | 102 | AMC 07.00 | |
---|---|---|---|---|
General response message to messages introduced in AMC 07.00 or newer messages.
(COMMAND_RESPONSE is used rather than dedicated XXX_ACK and XXX_NAK messages ) | ||||
1 | UINT2 | The message_id that this message is a response to.
Example: 0x0065 if this message is a response to CANCEL_MAIL. | ||
2 | UINT1 | Command status, possible values are:
1 = Command performed successfully. 3 = Internal resource was busy, no queuing. 4 = Access not allowed. (OPC: no license) 5 = Target busy, command queued. 6 = Target HW failed/not present (OPC: overlapping registration of same OPC device from different nodes). | ||
3 | UINT4 | Command response options:
Additional information about the execution of the message. Interpretation of this field is dependent on the message id, see separate descriptions under each message having this message as response. |