![Lightware UBEX Series Скачать руководство пользователя страница 141](http://html.mh-extra.com/html/lightware/ubex-series/ubex-series_user-manual_1915390141.webp)
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
141
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
141
MA
TRIX APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v1.4.1 | Applied R-series endpoint firmware package: v1.4.1 | Applied MMU firmware package: v1.2.1 | LDC software: v1.34.0b2
9.16.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.1
æ
pw /MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.1
9.16.9. Apply Network Settings
Command and Response
ç
CALL•/MANAGEMENT/NETWORK:ApplySettings()
æ
mO•/MANAGEMENT/NETWORK:ApplySettings
Example
ç
CALL /MANAGEMENT/NETWORK:ApplySettings()
æ
mO /MANAGEMENT/NETWORK:ApplySettings
All changed network settings are applied and the control network interface is going to be restarted.
9.17. Ethernet Port Configuration - Endpoint
9.17.1. Enabling the Port
Command and Response
ç
SET•/MEDIA/CONTROL/ETHERNET/
<port>
/PORT.Enabled=
<logical_value>
æ
pw•/MEDIA/CONTROL/ETHERNET/
<port>
/PORT.Enabled=
<logical_value>
Parameters
The
<logical_value>
can be
true
or
false
.
Example
ç
SET /MEDIA/CONTROL/ETHERNET/P101/PORT.Enabled=true
æ
pw /MEDIA/CONTROL/ETHERNET/P101/PORT.Enabled=true
#ethernet
9.17.2. Ethernet Mode Setting
Command and Response
ç
SET•/MEDIA/CONTROL/ETHERNET/
<port>
/PORT.Mode=
<mode>
æ
pw•/MEDIA/CONTROL/ETHERNET/
<port>
/PORT.Mode=
<mode>
Parameters
Identifier
Parameter description
Value
Explanation
<mode>
Setting of
autonegotiation or
manual speed and
duplexity
0
Autonegotiation
1
10Mbps half-duplex
2
10Mbps full-duplex
3
100Mbps half-duplex
4
100Mbps full-duplex
5
1000Mbps full-duplex
Example
ç
SET /MEDIA/CONTROL/ETHERNET/P102/PORT.Mode=0
æ
pw /MEDIA/CONTROL/ETHERNET/P102/PORT.Mode=0
9.17.3. Setting the Name of the Port
Command and Response
ç
SET•/MEDIA/CONTROL/ETHERNET/
<port>
.Name=
<name>
æ
pw•/MEDIA/CONTROL/ETHERNET/
<port>
.Name=
<name>
Example
ç
SET /MEDIA/CONTROL/ETHERNET/P103.Name=My_PC
æ
pw /MEDIA/CONTROL/ETHERNET/P103.Name=My_PC
9.17.4. Query the Tags of the Port
The query returns with the tags which are added by the user.
Command and Response
#tag
ç
GET•/MEDIA/CONTROL/ETHERNET/
<port>
.Tags
æ
pr•/MEDIA/CONTROL/ETHERNET/
<port>
.Tags=
<tag>
Example
ç
GET /MEDIA/CONTROL/ETHERNET/P101.Tags
æ
pr /MEDIA/CONTROL/ETHERNET/P101.Tags=PC;100Mbps