2.25.5 Macros

The sat-nms software includes a macro recording and playback feature which lets you automate complex equipment settings to one mouse click. The following chapters describe the user interface which give access to this feature.

bottom-panel-macros-web

Please refer to the chapter Automating Procedures With Macros for details.

Macro toolbar

You must select an M&C from the right side toolbar, so that this toolbar can be displayed. It provides function to work with macros on the selected MNC system.

bottom-panel-recording-web

Right side toolbar

Macro editor

The area is located under the macro toolbar. You can also edit the selected macro by simply typing as you would do it in a text editor. This area is also used to compare macros.

If you manually edit macros a simply syntax check applies. If this fails the save buttons are disabled and the message (invalid) is shown behind the macro name. The required syntax for each line is:

[parameter name] [value] or [macro directive] [value]

Example macro:

S1.position "B"
%wait 2000
MOD-1.tx.on "ON"
MOD-1.dvbMode "DVB-S2"
BRX-1.threshold "-64.2"