![Lightware DP-TPS-TX210 User Manual Download Page 105](http://html.mh-extra.com/html/lightware/dp-tps-tx210/dp-tps-tx210_user-manual_1915323105.webp)
7.LW3Programmer'sReference
HDMI-TPS-TX200series–User'sManual
105
Appliedfirmwarepackage:v1.3.2b3 | LDCsoftware:v2.5.7b2
7.11. Ethernet Port Configuration
7.11.1.
Set the DHCP State
ATTENTION!
Whenyouchangeanetworkpropertythenewvalueisstoredbutthe
applySettings
method
mustbecalledalwaystoapplythenewsettings.Whentwoormorenetworkparametersarechangedthe
applySettings
methodisenoughtocallonceasafinalstep.
Command and Response
#dhcp #network
#ipaddress
ç
SET·/MANAGEMENT/NETWORK.DhcpEnabled=
<dhcp_status>
æ
pw·/MANAGEMENT/NETWORK.DhcpEnabled=
<dhcp_status>
Parameters
If the
<dhcp_status>
parameter is
true
,thecurrentIPaddresssettingisDHCP,iftheparameteris
false
the
currentIPaddressisstatic.
Example
ç
SET/MANAGEMENT/NETWORK.DhcpEnabled=true
æ
pw/MANAGEMENT/NETWORK.DhcpEnabled=true
ç
CALL/MANAGEMENT/NETWORK:applySettings(1)
æ
mO/MANAGEMENT/NETWORK:applySettings
INFO:
The
applySettings
method will save and apply the new value and results the device to reboot.
INFO:
Thecurrentsettingcanbequeriedbythe
7.11.2.
Change the IP Address (Static)
Command and Response
ç
SET·/MANAGEMENT/NETWORK.StaticIpAddress=
<IP_address>
æ
pw·/MANAGEMENT/NETWORK.StaticIpAddress=
<IP_address>
Example
ç
SET/MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.85
æ
pw/MANAGEMENT/NETWORK.StaticIpAddress=192.168.0.85
ç
CALL/MANAGEMENT/NETWORK:applySettings(1)
æ
mO/MANAGEMENT/NETWORK:applySettings
INFO:
The
applySettings
method will save and apply the new value and results the device to reboot.
INFO:
Thecurrentsettingcanbequeriedbythe
7.11.3.
Change the Subnet Mask (Static)
Command and Response
#ipaddress
ç
SET·/MANAGEMENT/NETWORK.StaticNetworkMask=
<netmask>
æ
pw·/MANAGEMENT/NETWORK.StaticNetworkMask=
<netmask>
Example
ç
SET/MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
æ
pw/MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
ç
CALL/MANAGEMENT/NETWORK:applySettings(1)
æ
mO/MANAGEMENT/NETWORK:applySettings
INFO:
The
applySettings
method will save and apply the new value and results the device to reboot.
INFO:
Thecurrentsettingcanbequeriedbyusingthe
.
7.11.4.
Change the Gateway Address (Static)
Command and Response
ç
SET·/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
æ
pw·/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
Example
ç
SET/MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
æ
pw/MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
ç
CALL/MANAGEMENT/NETWORK:applySettings(1)
æ
mO/MANAGEMENT/NETWORK:applySettings
INFO:
The
applySettings
method will save and apply the new value and results the extender to reboot.
INFO:
Thecurrentsettingcanbequeriedbyusingthe
.
7.11.5.
Apply Network Settings
Command and Response
ç
CALL·/MANAGEMENT/NETWORK:ApplySettings()
æ
m0·/MANAGEMENT/NETWORK:ApplySettings
Example
ç
CALL/MANAGEMENT/NETWORK:ApplySettings()
æ
m0/MANAGEMENT/NETWORK:ApplySettings
Allnetworksettingswhicharechangedhavebeenappliedandnetworkinterfacerestarts.