Instruction manual

Table Of Contents
ViewPoint Wireless Touch Panels Programming 95
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 100.
Macro Commands
Command Description
"'$P <dn> <cn> <tpo>
<tpd><CR>'"
Execute an IR macro pulse located at device#, channel#, for
an “on” time in tenths of a second, and a wait time in tenths of
a second before executing the next command.
dn = device number 2, 3, or 4
cn = channel number 1 - 255
tpo = time pulse on in tenths of a second (max. 65535)
tdp = time delay after pulse in tenths of a second (max.
65535)
<CR> = end of statement (Enter key pressed)
Example
"'$P 3 15 10 100<CR>'"
Transmit the IR code at device 3, channel 15 for 1 second.
Then, the macro pauses 10 seconds before executing the next
command or before finishing the macro if no other commands
exist.
"'$W <tdbp><CR>'"
Used as a delay between pulses
tdbp = time delay before pulse in tenths of a second
(max.65535)
<cr> = end of statement (Enter key pressed)
Example:
"'$W 455<CR>'"
This command causes the panel to wait 45.5 seconds before
executing the next macro command.
Figure 100
Macro Commands