AMX ViewPoint Instruction Manual page 29

Wireless touch panels (netwave) (firmware version g3 or higher)
Hide thumbs Also See for ViewPoint:
Table of Contents

Advertisement

Shorthand Send_Commands (Cont.)
@CPG
Sets the page with
specified page
name back-
ground color to
the specified
color.
@CPP
Sets the specified
page's back-
ground color to
the specified
color.
@CTF
Sets the OFF
feedback text
color to the speci-
fied color.
@CTN
Sets the ON feed-
back text color to
the specified
color.
@IDF
The touch panel
returns its
MS-DOS file
name in a string.
@IDP
Queries the touch
panel to return a
string with the
TPDesign3
project name.
ViewPoint Wireless Touch Panels
This only works if the new background color is not the same as the current color.
Syntax:
"'@CPG',<color_number>,'<page name>'"
Variables:
color number = See the Colors and Programming Numbers table on page 23.
page name = 1 – 50 ASCII characters
Example:
SEND_COMMAND TP,"'@CPG',87,'Main Page'"
Sets the page title to Main Page, and the color to Black.
This only works if the specified background color is not the same as the current color.
Syntax:
"'@CPP',<color_number>,'<pop-up page name>'"
Variables:
color number = See the Colors and Programming Numbers table on page 23.
pop-up page name = 1 – 50 ASCII characters
Example:
SEND_COMMAND TP,"'@CPP',54,'Audio Page'"
Sets the popup page title to Audio Page, and the color to Purple.
This only works if the specified background color is not the same as the current color.
Syntax:
"'@CTF',<variable text address>,<color_number>"
Variables:
variable text address = 1 – 255
color number = See the Colors and Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"'@CTF',1,87"
Sets the OFF feedback text color to Black for variable text button 1.
This only works if the specified background color is not the same as the current color.
Syntax:
"'@CTN',<variable text address>,<color_number>"
Variables:
variable text address = 1 – 255
color number = See the Colors and Programming Numbers table on page 23.
Example:
SEND_COMMAND TP,"'@CTN',1,72"
Sets the ON feedback text color to White for variable text button 1.
Syntax:
"'@IDF'"
Example:
SEND_COMMAND TP,"'@IDF'"
The touch panel returns its MS-DOS file name in a string.
Syntax:
"'@IDP'"
Example:
SEND_COMMAND TP,"'@IDP'"
The touch panel returns a string containing the TPDesign3 project name.
Programming
25

Advertisement

Table of Contents
loading

Table of Contents