7.LW3Programmer'sReference
HDMI-TPS-TX200series–User'sManual
116
Appliedfirmwarepackage:v1.3.2b3 | LDCsoftware:v2.5.7b2
7.18.4. Querying the Last Recognized Message (String)
Therecognizedmessageisstoredasastringinthebelowpropertytillthenextrecognizedmessageoruntil
the
RECOGNIZER.clear()
method is called.
TIPSANDTRICKS:
WhenthispropertyissetasaconditionintheEventManager,andthesamestrings
follow each other, the action
will execute once
.(AConditioncanbedetectedinEventManagerifachange
happens.Butifthesamestringissavedintothepropertyaftereachother,itwillnotcauseachange.)
Command and Response
ç
GET·/MEDIA/UART/RECOGNIZER.Rx
æ
pr·/MEDIA/UART/RECOGNIZER.Rx=
<recognized_string>
Parameters
The
<recognized_string>
parametercanbemax.12byte-longrecognizeddatastring.
Example
ç
GET/MEDIA/UART/RECOGNIZER.Rx
æ
pr/MEDIA/UART/RECOGNIZER.Rx=Login:
7.18.5. Querying the Last Recognized Message(Hex)
Command and Response
ç
GET·/MEDIA/UART/RECOGNIZER.RxHex
æ
pr·/MEDIA/UART/RECOGNIZER.RxHex=
<recognized_hex>
Parameters
The
<recognized_hex>
parameteristherecognizeddatainhexformat.
Example
ç
GET/MEDIA/UART/RECOGNIZER.RxHex
æ
pr/MEDIA/UART/RECOGNIZER.RxHex=FF1F4C6F67696E3A
7.18.6.
Clearing the Last Recognized Stored Message
Thismethoddeletesallthestoredreceivedserialmessages.
Command and Response
ç
CALL·/MEDIA/UART/RECOGNIZER:clear()
æ
mO·/MEDIA/UART/RECOGNIZER:clear
Example
ç
CALL/MEDIA/UART/RECOGNIZER:clear()
æ
mO/MEDIA/UART/RECOGNIZER:clear
7.18.7. Querying the Last Recognized Active Message (String)
Therecognizeddataisstoredinstringinthebelowproperty
temporary
.Whenthetimesetinthe
ActiveTimeout
property is elapsed, the property is cleared.
TIPSANDTRICKS:
WhenthispropertyissetasaconditionintheEventManager,andthesamestrings
follow each other, the action
will execute every occasion.
(AConditioncanbedetectedinEventManagerif
achangehappens.Inthiscase,thestringisstoredinthepropertyandafterthe
ActiveTimeout
it will be
cleared.Ifthesamestringissavedintothe(empty)propertythatwillcauseachange.)
Command and Response
ç
GET·/MEDIA/UART/RECOGNIZER.ActiveRx
æ
pr
·
/MEDIA/UART/RECOGNIZER.ActiveRx=
<recognized_string>
Parameters
The
<recognized_string>
parameterisamax.12byte-longrecognizeddatastring.
Example
ç
GET/MEDIA/UART/RECOGNIZER.ActiveRx
æ
pr/MEDIA/UART/RECOGNIZER.ActiveRx=Login:
7.18.8. Querying the Last Recognized Active Message (Hex)
Command and Response
ç
GET·/MEDIA/UART/RECOGNIZER.ActiveRxHex
æ
pr·/MEDIA/UART/RECOGNIZER.ActiveRxHex=
<recognized_hex>
Parameters
The
<recognized_hex>
parameteristherecognizeddatainhexformat.
Example
ç
GET/MEDIA/UART/RECOGNIZER.ActiveRxHex
æ
pr/MEDIA/UART/RECOGNIZER.ActiveRxHex=4C6F67696E3A