WRITE_USER_DEF_DATA
|
0x008A
|
138
|
AMC 08.20
|
$WUDD W 2 W 20 Write 20 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
|