UMX-TPS-TX100 series – User's Manual 71
Macros
DIFFERENCE:
package v1.5.0b4.
DEFINITION: #macro
macros depends on the device type, UMX-TPS transmitters can handle up to 50 macros.
Important Notes about Macros
▪ The macros are stored in the internal device preses.
▪ The commands of a macro are executed sequentially (even if error happens at a command).
▪ Macros allow long commands that is suitable for e.g. infra code sending.
▪ Macros cannot be edited in the device.
▪ Macros are not saved when backup is created. See the Saving the Macros section.
Macro File Structure
<preset_name>
<macro_name>: each Macro must have a unique name.
<LW3_commands>
ATTENTION! If you use the same name for a new macro, the existing one will be deleted.
The uploading steps are the following:
Step 1. Create the le
Step 2. Navigate to the Settings/Backup submenu.
Step 3. preset at the bottom of the page.
Step 4. Press the Upload Open.
ATTENTION! The preset and the macros of the selected slot will be erased. If there is a macro with the
same name already in the device, it will be removed and the new one will be available.
;myDeviceMacros
;Begin myMacro1
CALL /MEDIA/VIDEO/XP:unmuteSource(I3)
CALL /MEDIA/VIDEO/XP:switch(I3:O1;I3:O2)
;End myMacro1
;Begin myMacro2
CALL /MEDIA/VIDEO/XP:unmuteSource(I4)
CALL /MEDIA/VIDEO/XP:switch(I4:O1;I4:O2)
;End myMacro2
;<preset_name>
;Begin <macro1_name>
<LW3_commands>
;End <macro1_name>
;Begin <macro2_name>
<LW3_commands>
;End <macro2_name>
Format: Example:
Discovered Macros in the device shown under Control/Macros submenu
Adding Macros by Preserving the Current Preset and Macros
If you follow the steps below, the existing macros of the selected preset will be preserved. But if there is a
macro with the same name already in the device, it will be removed and the new will be available.
Step 1. Navigate to the Settings/Backup submenu.
Step 2. preset at the bottom of the page.
Step 3. Press the Download button and click Save in the pop-up window.
Step 4. Open the le with a simple text editor and add the desired macros to the bottom of the commands
between the ;Begin <macro_name> and ;End <macro_name> labels.
Step 5. Settings/Backup submenu.
Step 6. preset.
Step 7. Press the Upload Open.
Saving the Macros
Step 1. Navigate to the Settings/Backup submenu.
Step 2. preset at the bottom of the page.
Step 3. Press the Download button and click Save in the pop-up window.