![Lightware UBEX Series Скачать руководство пользователя страница 147](http://html.mh-extra.com/html/lightware/ubex-series/ubex-series_user-manual_1915390147.webp)
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
147
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
147
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.20.6. 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/IR/
<in
|
out>
.Tags
æ
pr•/MEDIA/CONTROL/IR/
<in
|
out>
.Tags=
<tag>
Example
ç
GET /MEDIA/CONTROL/IR/S101.Tags
æ
pr /MEDIA/CONTROL/IR/S101.Tags=4KTV;Emitter;ControlRoom
9.20.7. Adding Tags to the Port
The following characters are allowed in the
<tag>
parameter: non-capital letters (
a-z
), capital letters (
A-Z
),
numbers (
0-9
), and special characters (
- . _ ~ : / ? # [ ] @ ! $ & ( ) + = *
).
Command and Response
ç
CALL•/MEDIA/CONTROL/IR/
<in
|
out>
:addTags(
<tag>
)
æ
mO•/MEDIA/CONTROL/IR/
<in
|
out>
:addTags=
Example
ç
CALL /MEDIA/CONTROL/IR/D101:addTags(projector;detector)
æ
mO /MEDIA/CONTROL/IR/D101:addTags=
9.20.8. Deleting Tags of the Port
Command and Response
ç
CALL•/MEDIA/CONTROL/IR/
<in
|
out>
:removeTags(
<tag>
)
æ
mO•/MEDIA/CONTROL/IR/
<in
|
out>
:removeTags=
Example
ç
CALL /MEDIA/CONTROL/IR/S101:removeTags(controlroom;media_player)
æ
mO /MEDIA/CONTROL/IR/S101:removeTags=
9.20.9. Deleting All Tags of the Port
Command and Response
ç
CALL•/MEDIA/CONTROL/IR/
<in
|
out>
:removeAllTags()
æ
mO•/MEDIA/CONTROL/IR/
<in
|
out>
:removeAllTags=
Example
ç
CALL /MEDIA/CONTROL/IR/D101:removeAllTags()
æ
mO /MEDIA/CONTROL/IR/D101:removeAllTags=
9.20.10. Query All Tags of the Device
The query returns with all the tags which belongs to the device. One tag is always reserved for the MAC
address of the endpoint.
Command and Response
ç
GET•/MEDIA/CONTROL/IR/
<in
|
out>
.DeviceTags
æ
pr•/MEDIA/CONTROL/IR/
<in
|
out>
.DeviceTags=
<tag>
Example
ç
GET /MEDIA/CONTROL/IR/S101.DeviceTags
æ
pr /MEDIA/CONTROL/IR/S101.DeviceTags=Projector;A8:D2:36:F0:00:35;RX_MeetingRoom;#2
9.21. Message Sending via Communication Ports
ATTENTION!
The message sending via serial port can be applied in the endpoint devices only. It does not
work with the MMU.
DIFFERENCE:
Only the UBEX-PRO20-HDMI-F110 endpoint model is built with RS-232 and Infrared interface
ports.
9.21.1. Sending a Text (ASCII-format) via Serial Port
The command is for sending a command message in ASCII-format. This method
does not allow
sending
message with control and non-printable characters.
Command and Response
ç
CALL•/MEDIA/CONTROL/UART/
<port>
/PORT:sendText(
<message>
)
æ
mO•/MEDIA/CONTROL/UART/
<port>
/PORT:sendText
Example
ç
CALL /MEDIA/CONTROL/UART/P101/PORT:sendText(open)
æ
mO /MEDIA/CONTROL/UART/P101/PORT:sendText
The 'open' text is sent out via the P1 serial port.
#message