I/O Commands; System Commands - AMX Metreau Entry Communicator with Display MET-ECOM-D Operation/Reference Manual

Entry communicators
Table of Contents

Advertisement

Programming

I/O Commands

The I/O port supports the following SEND_COMMANDs on port 2. There are two channels on port 2:
Channel 1 and Channel 2;
I/O Commands
GET INPUT
Gets the input channels active state.
An active state can be high (logic high) or
low (logic low or contact closure). Channel
changes, Pushes, and Releases generate
reports based on their active state.
SET INPUT
Sets the input channel's active state.
An active state can be high (logic high) or
low (logic low or contact closure). Channel
changes, Pushes, and Releases generate
reports based on their active state. Setting
an input to ACTIVE HIGH will disable the
output for that channel.

System Commands

The following System Commands are available:
System Commands
^MOD?
Returns the device model name.
Note: Older hardware or newer hardware
that has intercom support disabled will not
respond to this command.
^VER?
Storm version number. The storm device
will respond with its version number as
shown in the response below. Currently
the storm device will respond with one of
the following strings:
60
Syntax:
SEND_COMMAND <DEV>,"'GET INPUT <CHAN>'"
Variable:
• CHAN = 1-2
Example:
SEND_COMMAND IO,"'GET INPUT 1'"
Returns:
INPUT1 ACTIVE HIGH
Syntax:
SEND_COMMAND <DEV>,"'SET INPUT <Channel>
<State>'"
Variable:
• State = LOW or HIGH
Example:
SEND_COMMAND IO,"'SET INPUT 1 HIGH'"
Sets the I/O channel to detect a high state change, and
disables output on the channel.
Syntax:
SEND_COMMAND <DEV>,"'^MOD?'"
Example:
SEND_COMMAND STORM1,"'^MOD?'"
Returns:
^MODEL-MET-ECON-D
Syntax:
SEND_COMMAND <DEV>,"'^VER?'"
Example:
SEND_COMMAND STORM1,"'^VER?'"
Returns:
VERSION xx.xxx.xxx
Metreau Entry Communicators

Advertisement

Table of Contents
loading

Table of Contents