App Send Commands; Apc - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

App Send Commands

App commands are commands that manage 3rd-party applications used by the Modero X Series G5 touch panels:.
App Send Commands

^APC

?APC
Modero G5 Touch Panels - Configuration and Programming
Setup alarm times to close all open applications.
Syntax:
"'^APC-<enable>[, <alarm time>,...,<alarm time>]'"
Variables:
enable = 1 to enable alarms, 0 to disable alarms. Default is 1.
Alarm time = Time of day to trigger alarm in HH:mm format. Format is 24 hour
values. Up to six alarm times can be set each day. Valid HH formats are 00-23.
Valid mm format is 00-59. Invalid formats will parameters be disregarded. The
default is one time set at 00:00 (midnight).
Examples:
SEND_COMMAND Panel, "'^APC-1,00:00, 08:00, 18:00'"
Enable the application close alarms at midnight (00:00), 8:00 AM (08:00), and
6:00 PM (18:00).
SEND_COMMAND Panel, "'^APC-0'"
Disable application close alarms.
SEND_COMMAND Panel, "'^APC-1'"
Enable alarms to close applications at previous alarm times.
Query the values of the close applications alarms. The response is a NetLinx
DATA/Command event to the master from the port the command was sent to in the
format used in the ^APC command.
Syntax:
"'?APC'"
Variables: None.
Examples:
SEND_COMMAND Panel, "'?APC'"
Response is a DATA/Command event to master from the port the ?APC
command was sent on in the format of:
^APC-<enable>[,<alarm time>,...,<alarm time>]
If alarms are enabled and times set to midnight and noon, the response
would be:
^APC-1,00:00,12:00
Programming - Send Commands
105

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents