Execute Macro

by index:

\i O E byte::macro_index

Parameter Type Range Description
macro_index word 0 ... max. macro index index of the macro to be executed

by name:

\i O E by_name::macro_name

Parameter Type Range Description
macro_name by_name ASCII chars (0x01 .. 0xFF) 0-terminated macro name

Executes (calls) the macro specified by macro_index or macro_name. Macros executed with this command will be interrupted by a new command sent via any interface as well as touch and keyboard events.

Note

Response: [ACK]

Example

\iOE\D1
\iOE\mMACRO\0

Executes the macro with index 1 and macro "MACRO".

See also:

Macro Related Commands
Execute Protected Macro
Jump to Macro
Set Macro Offset
Set Macro Name Prefix
Set Macro Name Suffix