AMX Wireless Touch Panels (Wave Server) User Manual
Page 169
ViewPoint Wireless Touch Panels AXCESS
Programming
159
Macro Commands
Command Description
$P
Send a pulse command for a specified period of time.
dn = device number 2, 3, or 4
cn = channel number 1-255
tp = time pulse on in tenths of a second (max. 65535)
tdp = time delay after pulse in tenths of a second (max.
65535)
Example
$P 3 15 10 100
Transmit the IR code at device 3, channel 15 for 1 second.
Then, the macro will pause 10 seconds before executing the
next command or before finishing the macro if no other
commands exist.
$W
Used as a delay between pulses
tdbp = time delay before pulse in tenths of a second
(max.65535)
Example:
$W 455
This command will wait 45.5 seconds before executing the
next macro command.
Figure 210
Macro Commands