AMX Mio Modero R-3 Operation/Reference Manual page 23

Remote control device
Hide thumbs Also See for Mio Modero R-3:
Table of Contents

Advertisement

Serial Commands (Cont.)
@SST
Sends a string to the master
upon startup
@SWK
Sends a string to the master
upon wake up
^TXT
Assign a text string to those
buttons with a defined
address range
^UNI
Set Unicode text
Mio Modero R-3 Remote
Syntax:
"'@SST-<new text>'"
Variables:
• new text = 1 - 20 ASCII characters. Default string is STARTUP.
Example:
SEND_COMMANDPanel,"'@SST-Panel Start'"
Sends the string " Panel Start " to the master at time of start up.
Syntax:
"'@SWK-<new text>'"
Variables:
• new text = 1 - 20 ASCII characters. Default string is WAKEUP.
Example:
SEND_COMMAND Panel,"'@SWK-Wake KeyPad"
Sends the string " Wake KeyPad " to the master at time of wake up.
Sets non-unicode text.
Syntax:
SEND_COMMAND <DEV>,"'^TXT-<vt addr range>,<new text>'"
Variables:
• variable text address range = 1.
• button states range = 1 - 256 for multi-state buttons
(0 = All states, for General buttons 1 = Off state and 2 = On state).
• new text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Keypad,"'^TXT-1,Test Only'"
Sets the On and Off state text for the display.
For the ^UNI command (%UN and ^BMF command), the Unicode text is sent
as ASCII-HEX nibbles.
Syntax:
SEND_COMMAND <DEV>,"'^UNI-<vt addr range>,<button states
range>,<unicode text>'"
Variables:
• variable text address range = 1.
• button states range = (0 = All states, for General buttons 1 = Off state and
2 = On state).
• unicode text = Unicode HEX value.
Example:
To send the variable text 'A' in Unicode to all states of the variable text display,
(for which the character code is 0041 Hex), send the following command:
SEND_COMMAND Keypad,"'^UNI-1,0,0041'"
Note: Unicode is always represented in a HEX value.
Programming The Mio R-3
19

Advertisement

Table of Contents
loading

Table of Contents

Save Article as PDF