151.2.2
DISPLAY-PETRA
1.
Retrieving the TRACE data.
2.
Retrieval and output of the DUMP data.
The command with ’TRACE’ parameter is used to transfer the data that has been compiled in a trace segment of the peripheral processing system (PP) by the ’ADD’ command.
A message causes the PP to transfer the data segment with the collected TRACE data to the AMO.
The received segment is available only once. With the next interrogation job, the AMO receives a completely new segment with completely new data from the PP.
The trace data received by the PP can be output on the screen with the command "OUTPUT-PETRA" (see also the following section).
By specifying the ’DUMP’ parameter, the memory contents of a module are displayed on the console.
A message via the PP causes the modules to send their dump data to the periphery (PP) as of a specific address, and in a specific length, where the data are collected in one segment. After the last data has arrived there, they are all sent to this AMO and displayed on the terminal.
The maximum length for the data area of a DUMP job is 2048 bytes since no separate data segment is created in the periphery for a DUMP. Newer modules with an extendet DUMP-Area (e.g. STHC, SLTX) can work with DUMP jobs until 8154 Byte.
Currently, only one DUMP job at a time can be executed. Additional jobs are accepted without an error message, however, they are not executed by the periphery.
On modules with Motorolla-Processor, the address is splitted to the parameter SEG and ADR. The input for the address 86754890 for example is SEG=8675 and ADR=4890 (DISP-PETRA:DUMP,1,3,37,86,8675,4890,2048)
Procedure Overview
Command Code
Parameter
DISPLAY-PETRA
TYPE=TRACE, [LTG=<number>];
|
TYPE=DUMP,[LTG=<number>],LTU=<number>,SLOT=<number>
,CPU=51,SEG1=<param>,ADR=<hex>
,[NO=<number>];
|
TYPE=DUMP,[LTG=<number>],LTU=<number>,SLOT=<number>
,CPU=<param>,SEG=<hex>,ADR=<hex>
,[NO=<number>];
Examples
1.
The TRACE memory is to be retrieved from the LTG=1.
Input:
DISP-PETRA:TRACE,1;
2.
A memory dump is to be requested and output from the module with slot 37 and LTU number 3 in the LTG 1.
Input:
DISP-PETRA:DUMP,1,3,37,86,1234,5678,217;
Output:
DUMP FUER LTG 1 LTU 3 EBT 37
1234:5670 44 69 65 73 20 69 73 74 ........Dies ist
1234:5680 20 65 69 6E 20 44 55 4D 50 20 20 20 20 20 20 20 ein DUMP
1234:5690 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
" " " "
1234:56F0 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ................
1234:5700 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F ................
1234:5710 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F ................
1234:5720 30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F 0123456789:;<=>?
1234:5730 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F @ABCDEFGHIJKLMN
1234:5740 44 55 4D 50 20 45 6E 64 65 20 20 20 20 20 20 20 DUMP Ende
1234:5750 20
3.
A memory dump in the MAIN/MICRO processor is to be requested and output from the ROLM module with slot 127 and LTU number 4 in LTG 1.
Input:
DISP-PETRA:DUMP,1,4,127,MM,3220,652A,46;
Output:
DUMP FOR LTG 1 LTU 4 EBT 127
3220:6520 26 8A 47 06 3C 03 &.G.<.
3220:6530 74 04 3C 04 75 2D 83 3E 0E 00 FF 73 0B 82 3E 71 t.<.u-.>...s..>q
3220:6540 00 00 75 04 FF 06 0E 00 B8 A1 00 1E 50 B8 12 00 ..u.........P...
3220:6550 1E 50 9A 44 .P.D
${DocTitle}
, ID:
${DocID}
©
02/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG.
All other trademarks herein are the property of their respective owners.