AMX Mio Modero R-4 Universal Remote User Manual


 
Programming the Mio R-4
74
Mio Modero R-4
Panel Run Time Commands
A device must first be defined in the NetLinx programming language with values or the Device: Port:
System (in all programming examples - Panel is used in place of these values)).
Serial Commands are used in the AxcessX Terminal Emulator mode. These commands are case
insensitive.
Panel Run Time Commands
ABEEP
Output a single
beep even if beep
is Off
Output a single beep even if beep is Off.
Syntax:
SEND_COMMAND <DEV>,"'ABEEP'"
Example:
SEND_COMMAND Device,"'ABEEP'"
Outputs a beep of duration 1 beep even if beep is Off.
ADBEEP
Outputs a double
beep even if beep
is off
Outputs a double beep even if beep is off.
Syntax:
SEND_COMMAND <DEV>,"'ADBEEP'"
Example:
SEND_COMMAND Device,"'ADBEEP'"
Outputs a double beep even if beep is Off.
@AKB
Pop up the
keyboard icon and
initialize the
specified text
string
Pop up the keyboard icon and initialize the text string to that specified. Keyboard string is
set to null on power up and is stored until power is lost. The Prompt Text is optional.
Syntax:
SEND_COMMAND <DEV>,"'@AKB-<initial text>;<prompt text>'"
Variables:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Device,"'@AKB-Texas;Enter State'"
Pops up the Keyboard and initializes the text string 'Texas' with prompt text 'Enter State'.
AKEYB
Pop up the
keyboard icon and
initialize the text
string
Pop up the keyboard icon and initialize the text string to that specified. Keyboard string is
set to null on power up and is stored until power is lost.
Syntax:
SEND_COMMAND <DEV>,"'AKEYB-<initial text>'"
Variables:
initial text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Device,"'AKEYB-This is a Test'"
Pops up the Keyboard and initializes the text string 'This is a Test'.
AKEYP
Pop up the key-
pad icon and ini-
tialize the text
string
Pop up the keypad icon and initialize the text string to that specified. Keypad string is set
to null on power up and is stored until power is lost.
Syntax:
SEND_COMMAND <DEV>,"'AKEYP-<number string>'"
Variables:
number string = 0 - 9999.
Example:
SEND_COMMAND Device,"'AKEP-12345'"
Pops up the Keypad and initializes the text string '12345'.