![Lightware UBEX Series Скачать руководство пользователя страница 149](http://html.mh-extra.com/html/lightware/ubex-series/ubex-series_user-manual_1915390149.webp)
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
149
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
149
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.21.5. Sending Hex Codes in Big-endian Format via IR Port
Command and Response
ç
CALL·/MEDIA/CONTROL/IR/
<out>
/PORT:sendProntoHexBigEndian(
<hex_code>
)
æ
mO·/MEDIA/CONTROL/IR/
<out>
/PORT:sendProntoHexBigEndian
Parameters
Identifier
Parameter description
Parameter values
<hex_code>
Pronto hex format code
Accepts maximum 765 character-long code in
hexadecimal format (0-9; A-F; a-f) without space
character in big-endian system.
INFO:
This command can send exactly one pronto hex message. The header of the IR code contains the
length of the whole code in hexa format. If the code is deficient or duplicated, it causes syntax error.
Example
ç
CALL /MEDIA/CONTROL/IR/D101/PORT:sendProntoHexBigEndian(0000006d0025000300a900a80015
003f0015003f0015003f00150015001500150015001500150015001500150015003f0015003f00150
03f00150015001500150015001500150015001500150015003f0015003f0015 003f00150015001500
150015001500150015001500150015001 500150015001500150015003f0015003f0015003f001500
3f0015 003f0015070200a900a80015001500150e6e)
æ
mO //MEDIA/CONTROL/IR/D101/PORT:sendProntoHexBigEndian
Learning Raw IR Code with a Terminal Program
Step 1.
Connect to the endpoint device with a terminal program.
Step 2.
Push the desired button of the remote control to scan the raw IR code.
Step 3.
Remove all the non-hexadecimal characters (e.g. spaces, h characters etc.) from the code.
The pronto hex code which learned by a Lightware device is big-endian format.
9.22. Centralized Firmware Upgrade
ATTENTION!
The centralized firmware upgrade feature is working from the installed
MMU firmware v1.1.0
and
endpoint firmware v1.3.1
and available for the later firmware package versions. The endpoint firmware
packages till v1.3.1 can be installed with LDU2 software - see the details in the
See the details about this feature and the steps of the upgrade with the Lightware Device Controller (LDC)
software in the
Endpoint Upgrade - Centralized Firmware Upgrade
section.
Based on the centralized firmware upgrade method the firmware package of the Matrix Management Unit
(MMU) contains the firmware packages of the endpoint devices either. Thus, the firmware packages are
released in pairs which are developed and tested together. See the table showing which version of endpoint
firmware belongs the firmware package of the MMU in the
Endpoint Firmware Packages in the MMU
Parameters
Parameter
Description
Formula
<UBEX_EP>
UBEX endpoint ID
UBEX
<last_6_characters_of_the_MAC_address>
9.22.1. Query the Status of Firmware Update
Command and Response
ç
GET•/SYS/ENDPOINTS/
<UBEX_EP>
.FirmwareUpdateStatus
æ
pr•/SYS/ENDPOINTS/
<UBEX_EP>
.FirmwareUpdateStatus=
<status>
Parameters
Identifier
Parameter description
Value
Explanation
<status>
The firmware update
status of the connected
endpoint devices
N/A
The status is unknown. Please check
the claiming status of the endpoint, see
the details in the
section.
UpToDate
The firmware of the device is up to
date.
OutOfDate
The firmware of the device is out of
date.
UpdateInProgress
The firmware update is in progress.
UpdateCancelled
The firmware update procedure is
cancelled.
Example
ç
GET /SYS/ENDPOINTS/UBEX0039A1.FirmwareUpdateStatus
æ
pr /SYS/ENDPOINTS/UBEX0039A1.FirmwareUpdateStatus=OutOfDate