9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
110
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
110
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.5.7. Query the Firmware Package Version
Command and Response
#firmwareversion
ç
GET•/SYS/ENDPOINTS/
<UBEX_EP>
.PackageVersion
æ
pr•/SYS/ENDPOINTS/
<UBEX_EP>
.PackageVersion=
<version>
Example
ç
GET /SYS/ENDPOINTS/UBEX0039A1.PackageVersion
æ
pr /SYS/ENDPOINTS/UBEX0039A1.PackageVersion=v1.4.1b2
9.5.8. Identify the Device
Calling the method results the blinking of the front
panel status LEDs for 10 seconds. This feature can
be used to help to identify the device itself in the
rack shelf.
Command and Response
#identifyme
ç
CALL•/SYS/ENDPOINTS/
<UBEX_EP>
:identifyMe()
æ
mO•/SYS/ENDPOINTS/
<UBEX_EP>
:identifyMe
Example
ç
CALL /SYS/ENDPOINTS/UBEX0039A1:identifyMe()
æ
mO /SYS/ENDPOINTS/UBEX0039A1:identifyMe
9.5.9. Restarting the Device
Calling the method results the endpoint restarts – the connection with the remote device and the signal
transmission will be terminated. After rebooting the configuration settings are reloaded and the connection
with the remote device is established again.
Command and Response
#restart #reboot #reset
ç
CALL•/SYS/ENDPOINTS/
<UBEX_EP>
:reset()
æ
mO•/SYS/ENDPOINTS/
<UBEX_EP>
:reset=
Example
ç
CALL /SYS/ENDPOINTS/UBEX0039A1:reset()
æ
mO /SYS/ENDPOINTS/UBEX0039A1:reset=
9.5.10. Restore the Factory Default Settings
Command and Response
#factory
ç
CALL•/SYS/ENDPOINTS/
<UBEX_EP>
:factoryDefaults()
æ
mO•/SYS/ENDPOINTS/
<UBEX_EP>
:factoryDefaults=
Example
ç
CALL /SYS/ENDPOINTS/UBEX0039A1:factoryDefaults()
æ
mO /SYS/ENDPOINTS/UBEX0039A1:factoryDefaults=
The device is restarted, current connections are terminated, and the default settings are restored. See the
complete list in the
9.6. Endpoint Management Commands
Parameters
#endpointmanagement
Parameter
Description
Formula
<UBEX_EP>
UBEX endpoint ID
UBEX
<last_6_characters_of_the_MAC_address>
9.6.1. Query the Number of Registered Endpoints
The query returns with the number of registered endpoints (transmitters, receivers, and transceivers together)
in the UBEX matrix. This number contains all endpoints which had been registered once by the MMU.
Command and Response
ç
GET•/SYS/ENDPOINTS.RegisteredEndpoints
æ
pr•/SYS/ENDPOINTS.RegisteredEndpoints=
<number>
Example
ç
GET /SYS/ENDPOINTS.RegisteredEndpoints
æ
pr /SYS/ENDPOINTS.RegisteredEndpoints=45
9.6.2. Query the Number of Connected Endpoints
The query returns with the number of the currently connected endpoints (transmitters, receivers, and
transceivers together) in the UBEX matrix.
Command and Response
ç
GET•/SYS/ENDPOINTS.ConnectedEndpoints
æ
pr•/SYS/ENDPOINTS.ConnectedEndpoints=
<number>
Example
ç
GET /SYS/ENDPOINTS.ConnectedEndpoints
æ
pr /SYS/ENDPOINTS.ConnectedEndpoints=44