144.2.1
EXEC-LWCMD
The action EXEC sends a command to a configured board, addressed by the right LTU-number, mounting SLOT of module and board TYPE. The AMO communicates with the board over PP which collects the dump data from the board and sends them back to the AMO.
The AMO displays the received ASCII formated dump data (max. 192kbyte in 8kbyte segments) without manipulation, except the case, that no CR/LF information has been detected within 80 characters (one COMTES line). In this case the AMO continues the dump in a new line.
The input parameter TIMER can be chosen between 1..100sec. If PP does not answer within the defined time the AMO terminates with an error message. A timer default value is set to 20sec. While collecting data from the CDG V4.0 board PP has also got a timer running. There are different error messages implemented for each case of timeout.
Note
The loadware command for the CDG V4.0 board (see examples)can contain double-quote characters. The HICOM User Terminal interface does not allow special characters such as the double-quote in TEXTSTRING parameters. Therefore the user has to enter two single-quote characters instead. The AMO transforms the single-quotes back into a double-quote and sends the corrected command to the CDG V4.0 board (via PP).
Example:
•
The double-quote is
not
allowed to be entered:
EXEC-LWCMD:1,79,CDG,"execute 4 1 2 1 1
"PRA 1 test-link"
•
The user has to enter two single-quotes instead:
EXEC-LWCMD:1,79,CDG,"execute 4 1 2 1 1
’’PRA 1 test-link’’"
Procedure Overview
Command Code
Parameter
EXEC-LWCMD
LTU=<param>,
SLOT=<param>,
| TYPE=<CDG>,
CMD=<string>,
[TIMER=<param>];
Examples
Here is an example of the format that would be sent to the board. (Further required commands would be supplied by development for specific cases).
The following example shows the dump of a board which is configured at LTU=2, SLOT=43. The board shall dump all verbs of commands which are available (command ’help’). The Usertimer shall be set to 30 seconds.
Input:
exec-lwcmd:2,43,cdg,"help",30;
Output:
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.