7. LW3 Programmers’ Reference
UMX-HDMI-140 series– User's Manual
86
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
7.4.
System Commands
7.4.1. Query the Product Name
The name of the product is a read-only parameter and cannot be modified.
Command and Response
#producttype
ç
GET·/.ProductName
æ
pr·/.ProductName=
<product_name>
Example
ç
GET /.ProductName
æ
pr /.ProductName=UMX-HDMI-140
7.4.2.
Set the Device Label
ATTENTION!
The device label can be changed to a custom text in the
tab of the LDC software. This
writable parameter is not the same as the ProductName parameter.
The default format of the device label is: LW_
<product_name>
_
<serial_no>
Command and Response
#label #devicelabel
ç
SET·/MANAGEMENT/UID/DeviceLabel=
<custom_name>
æ
pw
·
/MANAGEMENT/UID/DeviceLabel=
<custom_name>
The Device Label can be 39 character length and ASCII characters are allowed. Longer names are truncated.
Example
ç
SET /MANAGEMENT/UID.DeviceLabel=UMX-HDMI_Huddle_room
æ
pw /MANAGEMENT/UID.DeviceLabel=UMX-HDMI_Huddle_room
7.4.3. Query the Serial Number
Command and Response
#serialnumber
ç
GET·/.SerialNumber
æ
pr
·
/.SerialNumber=
<serial_numberr>
Example
ç
GET /.SerialNumber
æ
pr /.SerialNumber=87654321
7.4.4. Query the Firmware Version
Command and Response
#firmwareversion
ç
GET·/SYS/MB.FirmwareVersion
æ
pr
·
/SYS/MB.FirmwareVersion=
<firmware_version>
Example
ç
GET /SYS/MB.FirmwareVersion
æ
pr /SYS/MB.FirmwareVersion=1.2.0b8 r45
7.4.5. Querying the Package Version
DIFFERENCE:
This command is available from FW package v1.3.0b5.
This command shows the installed
firmware package
version.
Command and Response
ç
GET·/MANAGEMENT/UID.PackageVersion
æ
pr·/MANAGEMENT/UID.PackageVersion=
<package_version>
Example
ç
GET /MANAGEMENT/UID.PackageVersion
æ
pr /MANAGEMENT/UID.PackageVersion=1.2.0b14
7.4.6.
Resetting the Device
The switcher can be restarted – the current connections (LAN, RS-232) will be terminated.
Command and Response
#reset #reboot #restart
ç
CALL·/SYS:reset()
æ
mO
·
/SYS:reset=
Example
ç
CALL /SYS:reset()
æ
mO /SYS:reset=
7.4.7. Restore the Factory Default Settings
Command and Response
#factory
ç
CALL·/SYS:factoryDefaults()
æ
mO
·
/SYS:factoryDefaults=
Example
ç
CALL /SYS:factoryDefaults()
æ
mO /SYS:factoryDefaults=
The device is restarted, current connections are terminated, and the default settings are restored. See the
complete list in the
section.