Sleep, Sleep @ssl @sst @swk ^txt – AMX Mio Modero R-3 User Manual

Page 26

Advertising
background image

Programming The Mio R-3

22

Mio Modero R-3 Remote

Send_Commands (Cont.)

SLEEP

Set the Sleep timer or put the
remote to sleep immediately.

This command can be used if a sleep time other than 3, 6, 9, or 12 seconds is
desired.

Syntax:

SLEEP

Forces keypad to turn backlight off.

SLEEP-#

Sets sleep time.

Variables:

• # = 0 - 60 in seconds; time to wait before going to sleep.

Example:

SLEEP-45

Sets the sleep timer to 45 seconds. After 45 seconds of inactivity, the remote
will go to sleep.

SEND_COMMAND panel,"'SLEEP'"

Force the keypad to go to sleep.

@SSL

Sends a string to the master
upon going to sleep

Syntax:

"'@SSL-<new text>'"

Variables:

• new text = 1 - 20 ASCII characters. Default string is SLEEP.

Example:

SEND_COMMAND Panel,"'@SSL-KeyPad Sleep'"

Sends the string " KeyPad Sleep'" to the master at time of sleep.

@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

Assign a text string to those
buttons with a defined
address range

Sets non-unicode text.

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.

Advertising