7.LW3Programmers’Reference
HDMI-TPS-RX110AY series – User's Manual
82
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.4.7.
Restarting the Device
Thereceivercanberestarted–thecurrentconnections(LAN,RS-232,USB)willbeterminated.
Command and Response
#restart #reboot
ç
CALL·/SYS:reset()
æ
mO·/SYS:reset=
Example
ç
CALL/SYS:reset()
æ
mO/SYS:reset=
7.4.8.
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
section.
7.4.9.
Running a Macro
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
DEFINITION:
Macroisabatchofpre-definedcommandsstoredinthedevice.
#macro
Youcancreateyourcustommacrosinafile,uploadtothedeviceandrunatanytime.Theuploadingcan
bedoneoverLDC,seethe
UploadingNewMacrosintotheInternalDeviceConfigurationPreset
followingLW3commandissuitableonlyforrunningamacro.
Command and Response
ç
CALL·/CTRL/MACROS:run(
<macro_name>
)
æ
mO·/CTRL/MACROS:run
Example
ç
CALL/CTRL/MACROS:run(Macro1)
æ
mO/CTRL/MACROS:run
7.5.
Cleartext Login Protection
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
This cleartext login tool allows setting a password for login, thus, any change in the device can be performed
only after a successful login – coming from any control interface (RS-232, Ethernet, etc…). The login is valid
until a TCP socket break in case of Ethernet connection.
#login
ATTENTION!
If the login is enabled, the miniweb is not available.
INFO:
The login password is erased and the login is disabled when restoring the factory default values.
Thefollowingcanbequeriedwithoutlogin:
▪
ProductName
▪
PartNumber
▪
SerialNumber
▪
FirmwareVersion
▪
PackageVersion
▪
MacAddress
7.5.1.
Setting the Login Password
Command and Response
ç
CALL·/LOGIN:setPassword(
<password>
)
æ
mO·/LOGIN:setPassword
Example
ç
CALL/LOGIN:setPassword(pr0t3ctED)
æ
mO/LOGIN:setPassword
7.5.2.
Login the Device
Command and Response
ç
CALL·/LOGIN:login(
<password>
)
æ
mO·/LOGIN:login
Example
ç
CALL/LOGIN:login(pr0t3ctED)
æ
mO/LOGIN:login
After a successful login, the
LoggedIn
property becomes
true
andtheLW3treeisavailable.