7. LW3 Programmers’ Reference
RAP-B511 series
– User's Manual
64
Query the Last Recognized Serial Message (Rx, RxHex, Hash)
Ý
Ý
GET·/MEDIA/UART/RECOGNIZER.RxHex
Ý
GET·/MEDIA/UART/RECOGNIZER.Hash
Clear the Stored Last Recognized Serial Message
Ý
CALL·/MEDIA/UART/RECOGNIZER:clear()
Query the Last Recognized Serial Message (ActiveRx, ActiveRxHex, ActiveHash)
Ý
GET·/MEDIA/UART/RECOGNIZER.ActiveRx
Ý
GET·/MEDIA/UART/RECOGNIZER.ActiveRxHex
Ý
GET·/MEDIA/UART/RECOGNIZER.ActiveHash
Ý
SET·/MEDIA/UART/RECOGNIZER.ActivePropertyTimeout=
Ý
SET·/MEDIA/IR/S1.CommandInjectionEnable=
Set the Direction of a GPIO Pin
Ý
Set the Output Level of a GPIO Pin
Ý
Toggle the Level of a GPIO Pin
Ý
Sending Message via the Communication Ports
Sending a TCP Message (ASCII-format)
Ý
CALL·/MEDIA/ETHERNET:tcpMessage(
Sending a TCP Text (ASCII-format)
Ý
Sending a TCP Binary Message (HEX-format)
Ý
CALL·/MEDIA/ETHERNET.tcpBinary(
Sending UDP Message (ASCII-format)
Ý
CALL·/MEDIA/ETHERNET:udpMessage(
Sending a UDP Text (ASCII-format)
Ý
Sending a UDP Binary Message (HEX-format)
Ý
CALL·/MEDIA/ETHERNET:udpBinary(
Sending a Message (ASCII-format) via RS-232
Ý
CALL·/MEDIA/UART/P1:sendMessage(
Sending a Text (ASCII-format) via RS-232
Ý
Sending a Binary Message (HEX-format) via RS-232
Ý
CALL·/MEDIA/UART/P1:sendBinaryMessage(