Difference between revisions of "EXECUTE COMMAND"
From Zenitel Wiki
Line 18: | Line 18: | ||
[[Category: ACDP messages]] | [[Category: ACDP messages]] | ||
+ | [[Category: DP Commands]] | ||
[[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]] | [[AlphaNet_Data_Protocol#General_Exchange_Control|Back to AlphaNet message list]] |
Revision as of 12:07, 30 June 2022
EXECUTE_COMMAND | 0x004F | 79 | AMC 07.60 | |
---|---|---|---|---|
$X "ASCII Command string" @4 $X "RCO 2 ON" @3 $X 'MPP 2 0 "Alarm"' |
Turn on RCO 2 in node 4 Send 'Alarm' to pocket pager 2 in node 3. (The @ node number is in HEX format.) | |||
Send a command string to the exchange to be executed there. The command string can either be a DP message ($something), or an AMC built-in action (MPP).
Application: | ||||
1 | UINT1[0...n] | String to be executed. Delimited by end of message. $X: If the string contains double quotes (“) they can be replaced by single (‘) |