78.6.3
SET: Modifying Memory Contents
In order to help avoid typing errors, the number of new values entered must correspond to the number of memory units to be changed. In addition the length of the new values must exactly correspond to the memory output option selected (e.g. a 2-digit hexadecimal number if BYTE was selected).
Command Syntax
The number of memory units to be changed must be entered in decimal form.
The new values must be entered as hexadecimal numbers and separated by hyphens.
The input can be made in BYTE-, WORD- oder DWORD-format.
•
Modification using an Address Symbol
SET,ADR,name,input,number,values;
•
Modification using a Direct Address
SET,DA,selector-offset,input,number,values;
The selector and offset must be entered as hexadecimal numbers and separated by hyphens.
•
Modification using a logical Memory Definition
SET,LOGNAME,name,input,number,values,indices,offset;
The indices of the array elements concerned must be entered in decimal form; either linked single values or index ranges are permitted.
The offset of the memory area to be changed must be entered in decimal form; it is the displacement of the pointer relative to the beginning of the array element.
Example
The user wants to change a memory entry from 12345678 to BADEAFFE. The address of the memory is e36f:0f00, the length of one element is 8 and the offset of the device type relative to the beginning of the third element is 2.
Input:
*def,adr,korr_elem,adr,e36f-0f10;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*lst,adr,korr_elem,byte,8;
Output:
TABLE: KORR_ELEM
ADDRESS: 3E20H:00FBH
CONTENTS HEX (ASCII)
0( 0) 0000123456780000 ...4Vx..
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*set,adr,korr_elem,byte,6,00-00-ba-de-af-fe;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*lst,adr,korr_elem,byte,8;
Output:
TABLE: KORR_ELEM
ADDRESS: 3E20H:00FBH
CONTENTS HEX (ASCII)
0( 0) 0000BADEAFFE0000 ........
DISPLAYER-INPUT IN BPA PLEASE:
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.