Phone Commands; Phn-Call; Phn-Hangup; Set Disp-Cst - AMX MET-ECOM Instruction Manual

Metreau entry communicators
Hide thumbs Also See for MET-ECOM:
Table of Contents

Advertisement

LCD Commands (Cont.)

SET DISP-CST

GET DISP-CST

SET DISP-STATE

GET DISP-STATE

Phone Commands

By installing the Communications Module, you can use your entry communicator to place calls to an intercom-enabled touch panel.
The following commands are used to place calls to panels that are Intercom-enabled.
NOTE: Some (not all) G4 Touch Panels feature hardware to support intercom functionality. Only Touch Panels that support intercom
may be able use intercom with the Metreau Entry Communicators.
Phone Commands

^PHN-CALL

^PHN-HANGUP

Metreau Entry Communicators Instruction Manual
Sets the display contrast.
Syntax:
"'SET DISP-CST <Contrast Level>'"
Variables:
• Contrast Level = a value from 0 - 255.
Example:
SEND_COMMAND MET1,"'SET DISP-CST 128'"
Sets the display contrast to approximately 50%.
Retrieves the contrast setting for the LCD display.
Syntax:
"'GET DISP-CST <Contrast Level>'"
Example:
SEND_COMMAND MET1,"'GET DISP-CST'"
Returns:
DISP-CST 50
Sets the display state on/off.
Syntax:
"'SET DISP-STATE <tag>'"
Variables:
• Tag = ON turns display on, OFF turns display off
Example:
SEND_COMMAND MET1,"'SET DISP-STATE ON'"
Sets the display on
Retrieves the display state for the LCD display.
Syntax:
"'GET DISP-STATE'"
Example:
SEND_COMMAND MET1,"'GET DISP-STATE'"
Returns:
ON
Calls the provided number
Syntax:
"'^PHN-CALL,<number>'"
Variables:
• number = the phone number or extension you want to call
Example:
SEND_COMMAND MET1,"'^PHN-CALL, 6050'"
Calls extension 6050.
Disconnects the call
Syntax:
"'^PHN-HANGUP, <connection id>'"
Variables:
• connection id = the connection identifier of the call you want to terminate
Example:
SEND_COMMAND MET1,"'^PHN-HANGUP, 1'"
Programming
51

Advertisement

Table of Contents
loading

This manual is also suitable for:

Met-ecom-dMet-ecom-dns-b

Table of Contents