9. LW3 Programmers’ Reference
MX2-HDMI20 series – User's Manual
80
Applied firmware package: v1.7.0 | LDC software: v2.5.1b5
9.4.4.
Resetting the Matrix
The matrix can be restarted – the current connections (LAN, RS-232) will be terminated.
Command and Response
#reset #reboot #restart
Ý
CALL·/SYS:softReset()
Ü
mO·/SYS:softReset=
Example
Ý
CALL /SYS:softReset()
Ü
mO /SYS:softReset=
9.4.5.
Restoring the Factory Default Settings
The device is restarted, current connections are terminated, and the default settings are restored. See the
complete list in
section.
Command and Response
#factory
Ý
CALL·/SYS:factoryDefaults()
Ü
mO·/SYS:factoryDefaults=
Example
Ý
CALL /SYS:factoryDefaults()
Ü
mO /SYS:factoryDefaults=
9.4.6. Querying the Operation Mode (Standby Mode) of the Matrix
In standby mode, the video transmission is disabled, the LCD is switched off, but remote connections (LAN,
RS-232) remain available.
Command and Response
#standby
Ý
GET·/MANAGEMENT/POWER.Operation
Ü
pr·/MANAGEMENT/POWER.Operation=
<op_mode>
Parameters
Identifier
Parameter description
Parameter values
<op_mode>
Operation mode of the matrix
NORMAL:
The matrix operates normal mode, the video
transmission and the other functions are enabled.
STANDBY
:
The video transmission is disabled, but the
device is available remotely.
Example
Ý
GET /MANAGEMENT/POWER.Operation
Ü
pr /MANAGEMENT/POWER.Operation=NORMAL
9.4.7.
Switching to Standby Mode
In standby mode, the video transmission is disabled, the LCD is switched off, but remote connections (LAN,
RS-232) remain available.
Command and Response
#standby
Ý
CALL·/MANAGEMENT/POWER:standby()
Ü
mO·/MANAGEMENT/POWER:standby=
Example
Ý
CALL /MANAGEMENT/POWER:standby()
Ü
mO /MANAGEMENT/POWER:standby=
9.4.8.
Switching to Normal Mode
When the matrix is in Standby mode, it can be switched back to
Normal mode
as follows:
Command and Response
Ý
CALL·/MANAGEMENT/POWER:wakeUp()
Ü
mO·/MANAGEMENT/POWER:wakeUp=
Example
Ý
CALL /MANAGEMENT/POWER:wakeUp()
Ü
mO /MANAGEMENT/POWER:wakeUp=
9.5.
Switching and Crosspoint Settings
INFO: The current setting can be queried by using the
9.5.1. Query the Video Crosspoint State
Command and Response
#switch #crosspoint
Ý
GET·/MEDIA/XP/VIDEO.DestinationConnectionStatus
Ü
pr·/MEDIA/XP/VIDEO.DestinationConnectionStatus=
<out1_state>
;
<out2_state>
;...;
<out8_state>
Parameters
The
<out#_state>
parameters mean the output ports (O1, O2 etc.) one after the other. The value of the
parameter shows the input port switched to the given output port.
Example
Ý
GET /MEDIA/XP/VIDEO.DestinationConnectionStatus
Ü
pr /MEDIA/XP/VIDEO.
DestinationConnectionStatus=I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;I1;
I1 input port is connected to all output ports.