Actions

Difference between revisions of "WRITE USER DEF DATA"

From Zenitel Wiki

m (Linke added)
Line 1: Line 1:
{| border="1" align=left
+
{| border="1"
 
|-
 
|-
 
!style="background:#ffdead;" width="90pt" colspan="2"|WRITE_USER_DEF_DATA
 
!style="background:#ffdead;" width="90pt" colspan="2"|WRITE_USER_DEF_DATA
Line 6: Line 6:
 
!style="background:#ffdead;" width="100pt"|AMC 08.20
 
!style="background:#ffdead;" width="100pt"|AMC 08.20
 
|-
 
|-
|colspan="5"|'''$WUDD W 2 W 20'''      ''Write 20 to variable 2''
+
|colspan="5"|'''$WUDD W 2 W 20'''      ''Write 20 to variable 2'' <br> '''$WUDD W 2 Q 100000'''  ''Write 100000 to variable 2''  
 
|-
 
|-
 
|colspan="5"|Write User Defined Data. Store data for your own purpose. An array of 600 variables (6000 AMC 9.01), each 16 bit (32 bit AMC 9.03), survives exchange reset. Read variable in Event Handler with [[%udd]](''index'').
 
|colspan="5"|Write User Defined Data. Store data for your own purpose. An array of 600 variables (6000 AMC 9.01), each 16 bit (32 bit AMC 9.03), survives exchange reset. Read variable in Event Handler with [[%udd]](''index'').
Line 18: Line 18:
 
|-
 
|-
 
|}
 
|}
 +
<p>
 +
[[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]]

Revision as of 10:58, 17 July 2007

WRITE_USER_DEF_DATA 0x008A 138 AMC 08.20
$WUDD W 2 W 20 Write 20 to variable 2
$WUDD W 2 Q 100000 Write 100000 to variable 2
Write User Defined Data. Store data for your own purpose. An array of 600 variables (6000 AMC 9.01), each 16 bit (32 bit AMC 9.03), survives exchange reset. Read variable in Event Handler with %udd(index).
1 UINT2 Index to variable , 0 – 600, ( 0 - 6000 AMC 9.01)
2 UINT2,<br\>UINT4(AMC 9.03) Value to put in variable, 0 - 65535.<br\>(from AMC 9.03 both UINT2 and UINT4 are supported)
Response: COMMAND_RESPONSE(138,1,0) when success

Back to AlphaNet message list