Button macro commands – AMX Wireless Touch Panels (Wave Server) User Manual

Page 168

Advertising
background image

158 AXCESS

Programming

ViewPoint Wireless Touch Panels

Buttons string commands

Command Description

"'$ID<group ID>'"

Set the WAV-PK group ID number on VPW panels.

<group ID > = 0 (off) - 15

Example:

$ID15

Sets the touch panel button group ID to 15.

"'$SL'"

Activate sleep mode on the touch panel.

Example:

$SL

Activates sleep mode on the touch panel.

"'#ST<sleep time>'"

Set the idle time to activate sleep mode for a touch panel in
1-minute increments. When the touch panel’s input time
matches the sleep time, the panel goes to sleep.

<sleep time> = 0 (off) - 120 minutes

Example:

#ST5

Sets the touch panel’s sleep time to 5 minutes.

Button Macro Commands

Only one macro can run at a time and the panel will be "locked" for the duration of
the macro. A message will appear in the center of the touch panel signifying that a
macro is executing and will not disappear until the completion of the macro. In
addition, the touch panel must be pointed at the IR receivers during the entire macro
execution cycle. Otherwise, some transmitted IR signals from the touch panel may
not reach the receiver.

An unsupported feature, at this time, is the mixture of other strings within IR macro
string blocks. However, other string types may occur before and after the macro
blocks as long as the strings are separated from the macro block with a <CR> and the
macro command exists at the beginning of the line.

The two commands are identified and defined in Figure 210.

Figure 209

Buttons string commands

Note

At present, VGA and video

are not supported by the

ViewPoint.

Advertising