7. LW3 Programmers’ Reference
MX2-8x8-HDMI20 series – User's Manual
53
Balance (Setting by Step Value)
Command format:
CALL
●
/MEDIA/PORTS/VIDEO/<On>/ANALOGAUDIO:stepBalance(<step_value>)
Response format:
mO
●
/MEDIA/PORTS/VIDEO/<On>/ANALOGAUDIO:stepBalance=<step_value>
Example:
˃
CALL /MEDIA/PORTS/VIDEO/O1/ANALOGAUDIO:stepBalance(-10)
˂
mO /MEDIA/PORTS/VIDEO/O1/ANALOGAUDIO:stepBalance=-10
Legend:
The balance of the audio signal has been decreased (left channel became louder). Positive and
negative values are accepted.
Mute
Command format:
SET
●
/MEDIA/PORTS/VIDEO/<On>/ANALOGAUDIO.Mute=true|false
Response format:
pw
●
/MEDIA/PORTS/VIDEO/<On>/ANALOGAUDIO.Mute=true|false
Example:
˃
SET /MEDIA/PORTS/VIDEO/O1/ANALOGAUDIO.Mute=true
˂
pw /MEDIA/PORTS/VIDEO/O1/ANALOGAUDIO.Mute=true
8.12. RS-232 Port Settings
INFO: The current setting can be queried by using the
.
8.12.1. Protocol Setting
Command format:
SET
●
/MANAGEMENT/SERIAL.Protocol=LW2|LW3|P#2
Response format:
pw
●
/MANAGEMENT/SERIAL.Protocol=LW2|LW3|P#2
Example:
˃
SET /MANAGEMENT/SERIAL.Protocol=LW3
˂
pw /MANAGEMENT/SERIAL.Protocol=LW3
8.12.2.
Baud Rate Setting
Command format:
SET
●
/MANAGEMENT/SERIAL.Baudrate=<value>
Response format:
pw
●
/MANAGEMENT/SERIAL.Baudrate=<value>
Legend:
The following values are accepted: 9600, 19200, 38400, 57600, 115200.
Example:
˃
SET /MANAGEMENT/SERIAL.Baudrate=57600
˂
pw /MANAGEMENT/SERIAL.Baudrate=57600
8.13.
Network Settings
ATTENTION!
When any parameter of the network settings is modified, always apply the new settings by
using the following command:
CALL /MANAGEMENT/NETWORK:applySettings()
INFO: The current setting can be queried by using the
8.13.1. Query the Current IP Address
Command format:
GET
●
/MANAGEMENT/NETWORK.IpAddress
Response format:
pr
●
/MANAGEMENT/NETWORK.IpAddress=<IP_address>
Example:
˃
GET /MANAGEMENT/NETWORK.IpAddress
˂
pr /MANAGEMENT/NETWORK.IpAddress=192.168.0.101
8.13.2. Set a Dynamic IP Address
Command format:
SET
●
/MANAGEMENT/NETWORK.DhcpEnabled=true|false
Response format:
pw
●
/MANAGEMENT/NETWORK.DhcpEnabled=true|false
Example:
˃
SET /MANAGEMENT/NETWORK.DhcpEnabled=true
˂
pw /MANAGEMENT/NETWORK.DhcpEnabled=true
8.13.3. Set a Static IP Address
ATTENTION!
To set a static IP address set the DhcpEnabled node to
false
– see the previous section.
IP Address Setting
Command format:
SET
●
/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
Response format:
pw
●
/MANAGEMENT/NETWORK.StaticIpAddress=<IP_address>
Example:
˃
SET /MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.80
˂
pw /MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.80
Subnet Mask Setting
Command format:
SET
●
/MANAGEMENT/NETWORK.StaticNetworkMask=<Net_mask>
Response format:
pw
●
/MANAGEMENT/NETWORK.StaticNetworkMask=<Net_mask>
Example:
˃
SET /MANAGEMENT/NETWORK.StaticNetworkMask=255.255.0.0
˂
pw /MANAGEMENT/NETWORK.StaticNetworkMask=255.255.0.0