Programming The Mio R-3
19
Mio Modero R-3 Remote - Instruction Manual
Send_Commands (Cont.)
@SST
Sends a string to the master upon start up
Syntax:
"'@SST-<new text>'"
Variables:
• new text = 1 - 20 ASCII characters. Default string is STARTUP.
Example:
SEND_COMMAND Panel,"'@SST-Panel Start'"
Sends the string " Panel Start " to the master at time of start up.
@SWK
Sends a string to the master upon wakeup
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.
^TXT
Sets non-unicode text - Assign a text string to those buttons with a defined address range.
Syntax:
SEND_COMMAND <DEV>,"'^TXT-<vt addr range>,<button states 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'"
Sends text to variable text line on display.
Note: You must send an ^FML command before sending variable text to an R3 remote.
^UNI
Set Unicode text - For the ^UNI command, the Unicode text is sent as ASCII-HEX nibbles.
Syntax:
SEND_COMMAND <DEV>,"'^UNI-<vt addr>,<unicode text>'"
Variables:
• variable text address range = 1.
• unicode text = Unicode HEX value.
Example:
SEND_COMMAND Keypad,"'^UNI-1,$00,$41'"
Sets the button's unicode character to 'A'.
Note: To send the variable text 'A' in Unicode to all states of the variable text button 1, (for which the character code is
0041 Hex), send the following command:
SEND_COMMAND Keypad,"'^UNI-1,$00,$41'"
Note: Unicode is always represented in a HEX value.
WAKE
Force the keypad to turn backlight on
Syntax:
SEND_COMMAND <DEV>,"'WAKE'"
Example:
SEND_COMMAND Keypad,"'WAKE'"
Forces the keypad to turn backlight on.
ZIGC
Sets the ZigBee Channel
Syntax:
ZIGC <channel> (Decimal)
Example:
ZIGC 26
ZIGP
Sets the ZigBee Extended PAN ID
Syntax:
ZIGP <panId> (Decimal)
Example:
ZIGP 123A