| ← Settings | Manual |
Macros define reusable sequences of device commands that can be executed as a single unit. A macro contains an ordered list of steps, each targeting a specific device command. Macros can be run on demand or referenced by Access Paths.
Standard two-column settings layout:
macro:create)./settings/macros/:id.Clicking + opens the Add New Macro dialog:
| Field | Description |
|---|---|
| Display Name | Required |
| Actions (steps) | Ordered list of command steps — at least one required |
Each step specifies:
Steps can be added, reordered, and deleted within the dialog. Saving navigates to the new macro’s detail panel.
| Property | Editable | Permission |
|---|---|---|
| Name | Yes | macro:update |
| Actions (ordered steps) | Yes | macro:update |
| Button | Permission | Description |
|---|---|---|
| Duplicate Macro | macro:create |
Opens Add dialog with steps pre-filled; new name must be entered |
| Delete Macro | macro:delete |
Requires confirmation |
The Macro Recorder is a global floating panel that appears during live recording sessions started from device command menus across the application (not from the Settings page). While recording:
From the dialog footer, an operator with access-path:create permission can instead save the recorded steps as a new Access Path rather than a standalone macro.
| Action | Permission |
|---|---|
| View macro list | /settings/macros route |
| Create macro | macro:create |
| Edit macro name / steps | macro:update |
| Delete macro | macro:delete |
| Create access path from recorder | access-path:create |