Actions

Difference between revisions of "PONG"

From Zenitel Wiki

(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|PONG !style="background:#ffdead;" width="100pt"|0x003C !style="background:#ffdead;" width="30pt"|61 !sty...)
 
Line 1: Line 1:
{| border="1" align=left
+
{| border="1"  
 
|-
 
|-
 
!style="background:#ffdead;" width="90pt" colspan="2"|PONG
 
!style="background:#ffdead;" width="90pt" colspan="2"|PONG
Line 23: Line 23:
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
[[AlphaNet_Data_Protocol#Device_Control_and_Status|Back to AlphaNet message list]]

Revision as of 12:46, 17 July 2007

PONG 0x003C 61 AMC 05.00
$PONG
Response to the PING message. “Yes, I’m here.”

The message has a number of optional trace parameters for debugging of distributed devices. These were introduced for RIO 02.12. The AMC does NOT supply these messages.

1 UINT1<br\>(optional) Device Specific Flags<br\>AMC: Standby/Autonom/Slave. Default 0. AMC 07.60
2 UINT1<br\>(optional) Software version: Major<br\>Example: 07 of 07.60
3 UINT1<br\>(optional) Software version: Minor<br\>Example: 60 of 07.60
4 UINT1<br\>(optional) Abilities. Device specific.<br\>RIO: 1 = IIC board present.
5 UINT2<br\>(optional) Device Specific Error Counter<br\>RIO: ISO 1745 problem counter for this RIO


Back to AlphaNet message list