Programming
50
10.4" Touch Panels
Button String Commands
The table below lists string commands you can assign to buttons by using the touch panel editor.
Select the PROPERTIES option in the Edit bar, press the target button, and
enter the string
command with the Touch Panel keyboard
. The string command is sent to the control system
when you press the button.
Button String Commands
$CU
Turns the cursor
display On and
Off.
Syntax:
"$CU <cursor value>"
Variable:
cursor value = 0 (Off) and 1 (On)
Example:
$CU 0
Turns the cursor Off.
$ID
Sets the Wave-
Pack group ID
number.
Syntax:
"’$ID <group ID>’"
Variables:
group ID = 0 (Off) - 15
Example:
$ID 15
$SC
Sends a serial
port
send_command
within a panel, as
if sent from
Axcess.
Syntax:
"$SC <device offset>,"’<send_command>,<variable
text #>,<data>’""
Variables:
device offset = Device number
variable text # = The variable text number value on the touch panel.
data = 0 - 59 characters
Example:
$SC 1,"’@TXT’,2,’TEXT’"
The string is sends the command to put text on a button with a variable text value of 2. It is
crucial that all the correct ’ and " be used with no spaces after the commas.
Example:
$SC 1,"’SLEEP’"
Sets a touch panel to sleep.
$SL
Activates sleep
mode on a
wireless touch
panel.
This command does not set the panel to sleep, but actually puts a wavepack to sleep.
Syntax:
"$SL"
Example:
$SL
Activates sleep mode on a wireless touch panel (ViewPoint or other panel using a
SmartPack/WavePack).
Summary of Contents for AXD-CA10
Page 1: ...instruction manual Touch Panels and Accessories 10 4 Touch Panels Firmware version G3 ...
Page 17: ...Installation 13 10 4 Touch Panels ...
Page 18: ...Installation 14 10 4 Touch Panels ...
Page 28: ...Designing Touch Panel Pages 24 10 4 Touch Panels ...