AMX R-3 manual Wake

Models: R-3

1 34
Download 34 pages 30.08 Kb
Page 29
Image 29

Programming The Mio R-3

Send_Commands (Cont.)

^TXT

Sets non-unicode text.

Assign a text string to those

Syntax:

buttons with a defined

SEND_COMMAND <DEV>,"'^TXT-<vt addr range>,<button states

address range

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,1&2,Test Only'"

 

Sets the On and Off state text for the display.

 

Note: You must send an ^FML command before sending variable text to an

 

R3 remote.

 

 

^UNI

For the ^UNI command, the Unicode text is sent as ASCII-HEX nibbles.

Set Unicode text

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

Syntax:

Force the keypad to turn

SEND_COMMAND <DEV>,"'WAKE'"

backlight on

Example:

 

 

SEND_COMMAND Keypad,"'WAKE'"

 

Forces the keypad to turn backlight on.

 

 

ZIGC

Syntax:

Sets the ZigBee Channel

ZIGC <channel> (Decimal)

 

Example:

 

ZIGC 26

 

 

ZIGP

Syntax:

Sets the ZigBee PAN ID

ZIGP <panId> (Decimal)

 

Example:

 

ZIGP 123A

 

 

Mio Modero R-3 Remote

25

 

 

Page 29
Image 29
AMX R-3 manual Wake