Macros

Macro Editor

The macro editor is an enhancement to the command interface and allows you to create a list of commands that are executed in one operation. NEO Notes & Tips: This is particularly useful if you have a…

Edward
Updated by Edward

Variables

Variables can be defined and used in macros. Once defined, the value of a variable may be set or altered as part of the macro or via the command line. Variable names should not conflict with the norm…

Edward
Updated by Edward

Conditional Events

This feature allows you to define real time events that can trigger a macro to run. To create an event, click on “ Add Condition ” and fill in the fields. § Name – Any text to identify the event. § T…

Edward
Updated by Edward

Additional Commands

In addition to normal command line entries, a macro may contain comments, labels and the commands listed below. C++ Style Comments. To add a line of text that will not be executed, place two slashes…

Edward
Updated by Edward

Passing Parameters

A macro may be executed from the command line and pass parameters to it. In the macro, a parameter is denoted as %n , where n is the parameter number starting with 1. Example: Macro 1 Startchan = %1…

Edward
Updated by Edward

Contact