Page 72 / 119 Section 7. LW2 programmers’ reference
7.3.10. Change the video input priorities
Description: The settings of video input priority can be changed as follows.
{PRIO_V<out>=<in1_prio>;
<in2_prio>;…;<in
n
_prio>}
(PRIO_V<out>=<in1_prio>;
<in2_prio>;…;<in
n
_prio>)CrLf
(PRIO_V1=1;0;2;3;4;5)CrLf
Legend: <out>: The output port number: V1/V3 and V2/V4.
<in1_prio>…<inn_prio>: Input ports’ priority number. See more details about
port numbering in section 10.4 on page 115.
Explanation: Input 2 has the highest priority (0), Input 1 has the second highest (1). Input
6 has the lowest priority (5).
ATTENTION!
Always set all the ports’ priority when changing, otherwise, the change will not be executed
and the response will be the current setting (like querying the priority setting).
7.4. Network configuration
7.4.1. Query the current IP status
Description: IP address settings can be queried as follows.
(IP_STAT=<type>;<ip_
address>;<subnet_mask>;
<gateway_addr>)CrLf
(IP_STAT=0;192.168.0.95;
255.255.255.0;192.168.0.1)CrLf
Legend: <type>: 0 = static IP; 1 = DHCP.
<ip_addr>: IP address (four decimal octets separated by dots).
<subnet_mask>: Subnet mask (four decimal octets separated by dots).
<gateway_addr>: Gateway address (four decimal octets separated by dots).
Explanation: The device has a static (fix) IP address: 192.168.0.95; the subnet mask is
255.255.255.0, the gateway address is 192.168.0.1.
7.4.2. Set the IP address
Description: IP address can be set as follows.
{IP_ADDRESS=<type>;
<ip_address>}
{ip_address=0;192.168.0.110}
(IP_ADDRESS=<type>;
<ip_address>)CrLf
(IP_ADDRESS=0;192.168.0.110)
CrLf
Legend: <type>: 0 = static IP; 1 = DHCP
INFO
The IP address can be queried by typing the “ip_address=?” command. The response
contains the fix IP address that is stored in the device even if DHCP is enabled; in this
case, this IP address is not valid.