6. LW2 Programmer's Reference
UMX-HDMI-140 series– User's Manual
76
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
6.5.2. IP Address Query
IP address can be queried as follows.
Command and Response
ȩ
{IP_ADDRESS=?}
Ȩ
(IP_ADDRESS=
<mode>
;
<ip_address>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<mode>
Static IP address setting or
DHCP (dynamic IP address)
0
Static IP address
1
DHCP
<ip_address>
Current IP address of the
device
IP address (four decimal octets
separated by dots).
Example
ȩ
{ip_address=?}
Ȩ
(IP_ADDRESS=1;192.168.2.118)
Explanation
The device has a DHCP (dynamic) IP address: 192.168.2.118.
6.5.3.
IP Address Setting
IP address can be set as follows.
Command and Response
ȩ
{IP_ADDRESS=
<mode>
;
<ip_address>
}
Ȩ
(IP_ADDRESS=
<mode>
;
<ip_address>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<mode>
Static IP address setting or
DHCP (dynamic IP address)
0
Static IP address
1
DHCP
<ip_address>
IP address of the device
IP address (four decimal octets
separated by dots).
Example
ȩ
{ip_address=1;}
Ȩ
(IP_ADDRESS=1;192.168.2.118)
Explanation
The device is set to DHCP (dynamic) IP address and got 192.168.2.118.
6.5.4. Subnet Mask Query
IP address can be queried as follows.
Command and Response
ȩ
{IP_NETMASK=?}
Ȩ
(IP_NETMASK=
<subnet_mask>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<subnet_mask>
Current subnet mask of the
device
Subnet mask (four decimal octets
separated by dots).
Example
ȩ
{ip_netmask=?}
Ȩ
(IP_NETMASK=255.255.255.0)
6.5.5.
Subnet Mask Setting
IP address can be set as follows.
Command and Response
ȩ
{IP_NETMASK=
<subnet_mask>
}
Ȩ
(IP_NETMASK=
<subnet_mask>
)CrLf
Parameters
Parameter
Parameter description
Value
Parameter value
<subnet_mask>
Subnet mask of the device
Subnet mask (four decimal octets
separated by dots).
Example
ȩ
{ip_netmask=255.255.0.0}
Ȩ
(IP_NETMASK=255.255.0.0)