7.LW3Programmers’Reference
HDMI-TPS-RX110AY series – User's Manual
101
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
7.12.8.
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
7.12.9. Query the MAC Address
Command and Response
ç
GET·/MANAGEMENT/NETWORK.MacAddress
æ
pr·/MANAGEMENT/NETWORK.MacAddress=
<MAC_address>
Example
ç
GET/MANAGEMENT/NETWORK.MacAddress
æ
pr/MANAGEMENT/NETWORK.MacAddress=A8:D2:36:00:43:12
7.12.10.
Apply Network Settings
Calling the method results all network settings are applied in the device.
Command and Response
ç
CALL·/MANAGEMENT/NETWORK.ApplySettings()
æ
mO·/MANAGEMENT/NETWORK.ApplySettings
Example
ç
CALL/MANAGEMENT/NETWORK.ApplySettings()
æ
mO/MANAGEMENT/NETWORK.ApplySettings
7.13.
Ethernet Tool Kit
7.13.1.
Device Filter Based on MAC Address
DIFFERENCE:
ThisfeatureisavailableonlyinHDMI-TPS-RX110AY-PlusmodelfromFWpackagev1.5.0b3.
You can create a list of network devices based on the MAC address which are allowed controlling the device,
orqueryingparametersto/fromtheLightwaredevice.
#macfilter
ATTENTION!
If the device is installed in a network where it gets IP address from a DHCP server and you
plantousetheMACfiltering,makesuretheMACaddressoftheDHCPserverisaddedtothewhitelist.
Otherwise, the device will not get IP address and will be unreachable.
Command and Response
ç
SET·/MANAGEMENT/MACFILTER.MACaddress
<loc>
=
<MAC_address>
;
<receive>
;
<send>
;
<name>
æ
pw·/MANAGEMENT/MACFILTER.MACaddress
<loc>
=
<MAC_address>
;
<receive>
;
<send>
;
<name>
Thefilterisdisabledasdefault.Setthe
FilterEnable
property to
true
as shown in the example.
Parameters
Parameter
Parameter description
Values
Valuedescription
<loc>
Locationoftheaddress
1-8
The default values of
1, 2
and
3
ensure that
address resolution and device discovery
continue to work after enabling the MAC
filter
<MAC_address>
The MAC address of the
device
Unique value Hex format, divided by a colon
<receive>
Enable/disablethe
parameter querying option
false
(or
0
)
The device is
not allowed
to query
parametersfromtheLWdevice
true
(or
1
)
The device is
allowed
to query parameters
fromtheLWdevice
<send>
Enable/disablethe
parameter setting option
false
(or
0
)
The device is
not allowed
to change
parametersintheLWdevice
true
(or
1
)
The device is
allowed
to change parameters
intheLWdevice
<name>
Unique name for the better
identification(optional)
Any string
Up to 5 ASCII characters (longer names
are truncated)
Example
ç
SET/MANAGEMENT/MACFILTER/MACaddress4=(04:D4:C4:4D:01:43;1;1;Tech)
æ
pw/MANAGEMENT/MACFILTER/MACaddress4=(04:D4:C4:4D:01:43;1;1;Tech)
ç
SET/MANAGEMENT/MACFILTER.FilterEnable=true
æ
pw/MANAGEMENT/MACFILTER.FilterEnable=true
NewMACaddressissavedintothe4thpropertywithname'Tech',whichmayquery/setparametersfrom/in
theLightwaredevice.The
FilterEnable
property is set to
true
,thus,thefilterisenabled.