AMX R-3 manual Sleep, Sendcommand Panel,@SST-Panel Start

Models: R-3

1 34
Download 34 pages 30.08 Kb
Page 28
Image 28

Programming The Mio R-3

Send_Commands (Cont.)

SLEEP

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

Set the Sleep timer or put the

desired.

remote to sleep immediately.

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

Syntax:

Sends a string to the master

"'@SSL-<new text>'"

upon going to sleep

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

Syntax:

Sends a string to the master

"'@SST-<new text>'"

upon start up

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

Syntax:

Sends a string to the master

"'@SWK-<new text>'"

upon wakeup

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.

 

 

24

Mio Modero R-3 Remote

Page 28
Image 28
AMX R-3 manual Sleep, Sendcommand Panel,@SST-Panel Start