9. LW3 Programmers’ Reference
MX2-HDMI20 series – User's Manual
94
Applied firmware package: v1.7.0 | LDC software: v2.5.1b5
9.12.
Preset Handling
The router can store presets and the followings are stored in each slot: input/output crosspoint state, muted/
unmuted states. Preset loading has an effect on all ports, except the locked ones.
9.12.1.
Creating a New Preset
Command and Response
#preset
Ý
CALL·/MEDIA/PRESET:create(
<preset_name>
,VIDEO)
Ü
mO·/MEDIA/PRESET:create=
Parameters
Up to 16 characters are allowed as
<preset_name>
. Letters (A-Z and a-z), hyphen (-), underscore (_), and
numbers (0-9) are accepted. '
VIDEO
' is a mandatory parameter.
Example
Ý
CALL /MEDIA/PRESET:create(My_pres,VIDEO)
Ü
mO /MEDIA/PRESET:create=
Explanation
The preset is stored as a new node (My_pres) under the /MEDIA/PRESET/ node.
9.12.2.
Saving the Settings to an Existing Preset
Command and Response
Ý
CALL·/MEDIA/PRESET/
<preset_name>
:save(1)
Ü
mO·/MEDIA/PRESET/
<preset_name>
:save=Ok
Example
Ý
CALL /MEDIA/PRESET/My_pres:save(My_pres)
Ü
mO /MEDIA/PRESET/My_pres:save=Ok
The existing '
My_pres
' has been overwritten with the current settings.
9.12.3.
Loading a Preset
Command and Response
Ý
CALL·/MEDIA/PRESET/
<preset_name>
:load()
Ü
mO·/MEDIA/PRESET/
<preset_name>
:load=Ok
Example
Ý
CALL /MEDIA/PRESET/My_pres:load()
Ü
mO /MEDIA/PRESET/My_pres:load=Ok
Explanation
'
My_pres
' preset has been loaded and applied.
9.12.4.
Renaming a Preset
Command and Response
Ý
CALL·/MEDIA/PRESET:rename(
<Old_name>
,
<New_name>
)
Ü
mO·/MEDIA/PRESET:rename=
Example
Ý
CALL /MEDIA/PRESET:rename(My_Pres,Your_Pres)
Ü
mO /MEDIA/PRESET:rename=
Explanation
The preset has been renamed to '
Your_Pres
'.