Gsn ^ico ^jsb – AMX Modero NXD-CV5 User Manual

Page 118

Advertising
background image

Programming

106

NXD-CV5 5" Modero Wall/Flush Mount Touch Panel

"^" Button Commands (Cont.)

^GSN

Change the
bargraph slider
name or joystick
cursor name.

Slider names and cursor names can be found in the TPDesign4 slider name and cursor
drop-down list.
Syntax:

"'^GSN-<vt addr range>,<bargraph slider name>'"

Variable:

variable text address range = 1 - 4000.
bargraph slider name = See table below.

Example:

SEND_COMMAND Panel,"'^GSN-500,Ball'"

Changes the bargraph slider name or the Joystick cursor name to ’Ball’.

^ICO

Set the icon to a
button.

Syntax:

"'^ICO-<vt addr range>,<button states range>,<icon index>'"

Variable:

variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state and 2 = On state).
icon index range = 0 - 9900 (a value of 0 is clear).

Example:

SEND_COMMAND Panel,"'^ICO-500.504&510.515,1&2,1'"

Sets the icon for On and Off states for buttons with variable text ranges of 500-504 &
510-515.

^JSB

Set bitmap/
picture alignment
using a numeric
keypad layout for
those buttons with
a defined address
range.

The alignment of 0 is followed by ',<left>,<top>'. The left and top coordinates are relative
to the upper left corner of the button.
Syntax:

"'^JSB-<vt addr range>,<button states range>,<new text

alignment>'"

Variable:

variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state and 2 = On state).
new text alignment = Value of 1 - 9 corresponds to the following locations:

Example:

SEND_COMMAND Panel,"'^JSB-500.504&510.515,1&2,1'"

Sets the off/on state picture alignment to upper left corner for those buttons with variable
text ranges of 500-504 & 510-515.

Bargraph Slider Names:

Circle -M

None

Circle -S

Ball

Precision

Circle -L

Rectangle -L

Rectangle -M

Rectangle -S

Windows

Windows Active

Joystick Cursor Names:

Circle

None

Crosshairs

Arrow

Gunsight

Ball

Hand

Metal

Spiral

Target

View Finder

1

4
7

8

9

6

3

2

5

0

Zero can be used for an absolute position

Advertising