Netlinx Commands; Alert; Alert.close; Back - AMX NMX-MM-1000 Instruction Manual

Enzo meeting presentation system
Hide thumbs Also See for NMX-MM-1000:
Table of Contents

Advertisement

Programming

NetLinx Commands

The following list of commands may all be executed using the NetLinx SEND_COMMAND command.
NetLinx Commands

ALERT

Displays an alert message.

ALERT.CLOSE

Closes an active alert
message.

BACK

Issues the BACK command
to the operating system.

BLANK

Displays the blanking
screen.

BLANK.CLOSE

Close the active blanking
activity display.

BLANK.LOGO

Displays the blanking screen
with the animated AMX logo.

BROWSER

Opens a web browser
starting at the default page.
50
Of the arguments you can pass with this command, only message is required. All other
arguments are optional.
Syntax:
SEND_COMMAND <DEV>, "'ALERT-<message>'"
SEND_COMMAND <DEV>, "'ALERT-<message>,<type>'"
SEND_COMMAND <DEV>, "'ALERT-<message>,<type>,<title>'"
SEND_COMMAND <DEV>, "'ALERT-<message>,<type>,<title>,
<modal>'"
SEND_COMMAND <DEV>, "'ALERT-<message>,<type>,<title>,
<modal>,<timeout>'"
Variables:
message = The message you want to send
type = The type of alert. Accepted values are 'information', 'warning', 'question',
'security', and 'critical'.
title = The title of the alert
modal = The modal status for the alert (true or false)
timeout = The timeout in seconds for the alert message
Example:
SEND_COMMAND 1001:1:0, 'ALERT-Exit Building Now, critical,, true'"
Syntax:
SEND_COMMAND <DEV>, "'ALERT.CLOSE'"
Syntax:
SEND_COMMAND <DEV>, "'BACK'"
Syntax:
SEND_COMMAND <DEV>, "'BLANK'"
Syntax:
SEND_COMMAND <DEV>, "'BLANK.CLOSE'"
Syntax:
SEND_COMMAND <DEV>, "'BLANK.LOGO'"
Syntax:
SEND_COMMAND <DEV>, "'BROWSER'"
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System

Advertisement

Table of Contents
loading

Table of Contents