AMX MET-ECOM-D User Manual

Page of 88
Programming
61
 Metreau Entry Communicators 
System Commands (Cont.)
SET DOOR-DESC
Set the door description text.
Syntax:
SEND_COMMAND <DEV>,"'SET DOOR-DESC 
<desc_num>, <desc_txt>'"
Variables:
• Desc_num= 1 or 2
• Desc_txt = max 20 character string
Example:
SEND_COMMAND STORM,"'SET DOOR-DESC 1, front 
door'"
Sets the 1st description to 'front door'
GET DOOR-DESC
Returns the door's description text.
Syntax:
SEND_COMMAND <DEV>,"'GET DOOR-DESC 
<desc_num>'"
Variable:
• Desc_num= 1 or 2
Example:
SEND_COMMAND STORM,"'GET DOOR-DESC 1'"
Returns:
DOOR-DESC1= front door