4.3.4
DISPLAY-ACDRT
DISPLAY-ACDRT displays the ARTs and Steps.
Using the DISPLAY-ACDRT function, a single, chained, or range of ARTs may be displayed. If the ART parameter is omitted, all tables will be displayed. If the step parameter is omitted, all steps will be displayed. The step parameter accepts chained and ranges of values.
Procedure Overview
Command Code
Parameter
DISPLAY-ACDRT
[ART=<NUMBER>],[STEP=<NUMBER>];
Examples:
1.
DISPLAY ALL steps for ART 33
Input:
DISPLAY-ACDRT:ART=33;
Output:
+-----------------------------------------------------------------------+
| ART 33 MAXSTEP 11 ACDRS REFERENCES 3 |
+-----+---------+---------+-----------------------+-----+--------+------+
|STEP |ACTION |PARMETER |VALUE |GSTEP|TEST |VALUE |
+-----+---------+---------+-----------------------+-----+--------+------+
| 1 COND ACDGRP 5 7 AGTAVLLT 10 |
| 2 SKIP |
| 3 RTGRP ACDGRP 5 |
| 4 RTMUS MUSNUM 21 |
| 5 WAIT SEC 0 |
| 6 DISCON |
| 7 COND ACDGRP 9 11 AGTAVLLT 1 |
| 8 RTGRP ACDGRP 9 |
| 9 RTREC RECNUM 41 |
| 10 WAIT SEC 30 |
| 11 DISCON |
+-----------------------------------------------------------------------+
2.
DISPLAY steps 1, 5 and 9 for ART 33
Input:
DISPLAY-ACDRT:ART=33,STEP=1&5&9;
Output:
+-----------------------------------------------------------------------+
| ART 33 MAXSTEP 11 ACDRS REFERENCES 3 |
+-----+---------+---------+-----------------------+-----+--------+------+
|STEP |ACTION |PARMETER |VALUE |GSTEP|TEST |VALUE |
+-----+---------+---------+-----------------------+-----+--------+------+
| 1 COND ACDGRP 5 7 AGTAVLLT 10 |
| 5 WAIT SEC 0 |
| 9 RTREC RECNUM 41 |
+-----------------------------------------------------------------------+
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/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.