AMX Mio Modero R-4 manual Panel Run Time Commands

Models: Mio Modero R-4

1 102
Download 102 pages 12.65 Kb
Page 80
Image 80

Programming the Mio 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

Syntax:

beep even if beep

SEND_COMMAND <DEV>,"'ABEEP'"

is Off

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

Syntax:

beep even if beep

SEND_COMMAND <DEV>,"'ADBEEP'"

is off

Example:

 

 

SEND_COMMAND Device,"'ADBEEP'"

 

Outputs a double beep even if beep is Off.

 

 

@AKB

Pop up the keyboard icon and initialize the text string to that specified. Keyboard string is

Pop up the

set to null on power up and is stored until power is lost. The Prompt Text is optional.

Syntax:

keyboard icon and

initialize the

SEND_COMMAND <DEV>,"'@AKB-<initial text>;<prompt text>'"

specified text

Variables:

string

• 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 to that specified. Keyboard string is

Pop up the

set to null on power up and is stored until power is lost.

Syntax:

keyboard icon and

initialize the text

SEND_COMMAND <DEV>,"'AKEYB-<initial text>'"

string

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 keypad icon and initialize the text string to that specified. Keypad string is set

Pop up the key-

to null on power up and is stored until power is lost.

Syntax:

pad icon and ini-

tialize the text

SEND_COMMAND <DEV>,"'AKEYP-<number string>'"

string

Variables:

 

 

• number string = 0 - 9999.

 

Example:

 

SEND_COMMAND Device,"'AKEP-12345'"

 

Pops up the Keypad and initializes the text string '12345'.

 

 

74

Mio Modero R-4

Page 80
Image 80
AMX Mio Modero R-4 manual Panel Run Time Commands