Actions

Difference between revisions of "LOG STRING"

From Zenitel Wiki

(New page: {| border="1" align=left |- !style="background:#ffdead;" width="90pt" colspan="2"|LOG_STRING !style="background:#ffdead;" width="100pt"|0x0075 !style="background:#ffdead;" width="30pt"|11...)
 
 
(8 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{| border="1" align=left
+
{{AI}}
 +
{| border="1"  
 
|-
 
|-
 
!style="background:#ffdead;" width="90pt" colspan="2"|LOG_STRING
 
!style="background:#ffdead;" width="90pt" colspan="2"|LOG_STRING
 
!style="background:#ffdead;" width="100pt"|0x0075
 
!style="background:#ffdead;" width="100pt"|0x0075
 
!style="background:#ffdead;" width="30pt"|117
 
!style="background:#ffdead;" width="30pt"|117
!style="background:#ffdead;" width="100pt"|AMC 07.30
+
!style="background:#ffdead;" |AMC 07.30
 
|-
 
|-
 
|colspan="5"|'''$LOG  “(Routed) Log port message”'''
 
|colspan="5"|'''$LOG  “(Routed) Log port message”'''
 
|-
 
|-
|colspan="5"|Output String to System Log(s). <br\>- The message can be automatically forwarded to other address(es) or output to the local log port depending on exchange configuration.<br\> - In the final destination node, a header with Date, Time and Source Address information and a trailer with new­line characters (<CR><LF>) is added before output to the local log port. (The source address in the network layer header is used for logging of node/device instead of using a message parameter. )
+
|colspan="5"|Output String to System Log(s). <br />- The message can be automatically forwarded to other address(es) or output to the local log port depending on exchange configuration.<br /> - In the final destination node, a header with Date, Time and Source Address information and a trailer with new­line characters (<CR><LF>) is added before output to the local log port. (The source address in the network layer header is used for logging of node/device instead of using a message parameter. )
 
|-
 
|-
|align=center|1||[[UINT1]][0...n]||colspan="3"|String to be output to Log Port. Delimited by end of message. <br\>Typically plain, readable text, but all character values (0...255) can be used.
+
|align=center|1||[[UINT1]][0...n]||colspan="3"|String to be output to Log Port. Delimited by end of message. <br />Typically plain, readable text, but all character values (0...255) can be used.
 
|-
 
|-
 
|}
 
|}
 +
 +
[[Category: ACDP messages]]
 +
[[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]]
 +
[[Category:Logging]]
 +
[[Category: DP Commands]]

Latest revision as of 13:06, 30 June 2022

AI.png
LOG_STRING 0x0075 117 AMC 07.30
$LOG “(Routed) Log port message”
Output String to System Log(s).
- The message can be automatically forwarded to other address(es) or output to the local log port depending on exchange configuration.
- In the final destination node, a header with Date, Time and Source Address information and a trailer with new­line characters (<CR><LF>) is added before output to the local log port. (The source address in the network layer header is used for logging of node/device instead of using a message parameter. )
1 UINT1[0...n] String to be output to Log Port. Delimited by end of message.
Typically plain, readable text, but all character values (0...255) can be used.

Back to AlphaNet message list